1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00
Commit Graph

11 Commits

Author SHA1 Message Date
7d11af0c31 Added pagination to UserManagement 2023-05-31 00:42:30 +08:00
7aabfec604 Added permission control for AffairManagement 2023-05-24 23:53:55 +08:00
assina045
79ebf022b3 add personAffairs model and solve warning 2023-05-23 15:16:00 +08:00
6dfcba36bb Optimized source code structure. Added api document to LoginController 2023-05-23 03:23:21 +08:00
assina045
0f36884afb modify AffairController 2023-05-18 19:53:51 +08:00
assina045
44499c154c 1. Optimized the problem of vertical display of data in the content button of the transaction management page and the approved transaction page. Now the transaction title and transaction content can be displayed normally
2. The approver drop-down box in the transaction add page can dynamically obtain the user id and username from the database and provide the username to the user for selection
3. The approver drop-down box has added a search function, a scroll bar, and a limit on the height of the drop-down box
4. You can obtain the id and username of the current user from the applicant input box, and display the username of the current user in the input box. The user has no grant to modify the contents of the input box
2023-05-18 19:05:36 +08:00
assina045
f03a9b9f00 1. Added the dynamic time effect of creating a time item in the Add transaction page
2. When inserting a new transaction or approving a new transaction, the transactions are arranged in reverse chronological order according to the creation time and approval time. The newly added transaction and the newly approved transaction appear at the top
3. You can obtain the current time when approving. You can see the approval time on the approved page
2023-05-16 20:21:44 +08:00
assina045
d2a7c7faa8 Gets the userID of the current login, and the transaction now committed is visible only to the approved object it is committed to. Fixed a bug where the transaction id was too long for approval. 2023-05-15 10:35:29 +08:00
assina045
5407d0eb0d Now clicking the Specific Content button will bring up the details of the affair 2023-05-11 17:07:21 +08:00
assina045
c944c20f2d Add affair management 2023-05-06 03:54:36 +08:00
8a4b097fee Added mybatis plus base file 2023-04-30 17:40:56 +08:00