diff --git a/src/api/proofing/proofingInformation.js b/src/api/proofing/proofingInformation.js index 0b542e6..7d853fb 100644 --- a/src/api/proofing/proofingInformation.js +++ b/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) + diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 615aa34..5861e47 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -53,7 +53,8 @@ - + @@ -131,11 +132,13 @@ 已提交打样 客户已反馈 - +
{{ scope.row[item.columnProp] }} - +
@@ -147,7 +150,9 @@ label="操作"> @@ -156,25 +161,27 @@ + @size-change="sizeChangeHandle" + @current-change="currentChangeHandle" + :current-page="pageIndex" + :page-sizes="[20, 50, 100, 200, 500]" + :page-size="pageSize" + :total="totalPage" + layout="total, sizes, prev, pager, next, jumper"> - + - 客户编码 - + 客户编码 + @@ -187,31 +194,33 @@
- +
- + - + - - -
- 项目编码 - + 项目编码 + @@ -221,68 +230,46 @@ - - - 收货人 - - - - - - - - - - - 是否需要送样 - - - CS - + + CS + - - - NPI工程师 - + + + + NPI工程师 + - - Approver - + + + Approver + - - DelegateAccess - + + + DelegateAccess + - - - 送样地址 - - - - - - - - - + @@ -295,7 +282,7 @@ - + 查询
@@ -328,7 +315,7 @@ :min-width="item.columnWidth" :label="item.columnLabel"> @@ -337,19 +324,27 @@ 保存 关闭 + 同意 + 驳回
- - + + - + - - - + + + @@ -373,7 +368,7 @@ :min-width="item.columnWidth" :label="item.columnLabel"> @@ -396,10 +391,14 @@ - - - - + + + + @@ -414,7 +413,8 @@ - + @@ -424,10 +424,13 @@ - - + + - + @@ -439,9 +442,11 @@ - + - + @@ -451,7 +456,8 @@ - + @@ -481,15 +487,19 @@ - + - + - + - + @@ -498,7 +508,8 @@ - + @@ -509,30 +520,46 @@ - - 录入打样结果 - 录入送样信息 - 客户回复 + + 录入打样结果 + + 录入送样信息 + + 客户回复 + - + - + - - + + - + - + - + - + - + @@ -579,29 +609,36 @@ - + - + - + - + - + - + - + @@ -729,7 +766,8 @@ - +
@@ -882,7 +920,7 @@ - + @@ -904,8 +942,9 @@ :min-width="item.columnWidth" :label="item.columnLabel"> @@ -933,8 +972,9 @@ :min-width="item.columnWidth" :label="item.columnLabel"> @@ -942,7 +982,8 @@ 关闭 - + @@ -955,13 +996,13 @@ + :height="300" + :data="baseDelegateAccessList" + @selection-change="handleSelectionChange" + @row-click="(row,column, event)=>handleTableClick(row,column, event,'delegateAccesstTable')" + ref="delegateAccesstTable" + border + style="width: 100%;">