Browse Source

2024-05-31

master
zelian_wu 2 years ago
parent
commit
a3126a3f36
  1. 3
      src/api/proofing/proofingInformation.js
  2. 785
      src/views/modules/proofing/requestForProofing.vue

3
src/api/proofing/proofingInformation.js

@ -102,3 +102,6 @@ export const batchDeleteProofingFile = data => createAPI(`/plm/proofingInformati
export const searchDelegateAccess = (data)=> createAPI(`/proofing/delegate/access/list`,'post',data)
export const searchDelegateAccessByUser = (data)=> createAPI(`/proofing/delegate/access/user/list`,'post',data)
export const submitChange = (data) =>createAPI(`/plm/proofingInformation/submitChange`,'post',data)

785
src/views/modules/proofing/requestForProofing.vue
File diff suppressed because it is too large
View File

Loading…
Cancel
Save