From 22445bf9045d34fe899051634b315140fc753d21 Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Wed, 9 Apr 2025 11:55:28 +0800 Subject: [PATCH] =?UTF-8?q?04.09=E4=BC=98=E5=8C=96=20-=20=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E5=85=A5=E5=BA=93=20-=20=E9=A2=86=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=20-=20=E4=BB=93=E5=BA=93=E5=8F=91=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orderIssure/soIssueNotify/issueNotify.vue | 166 +++++++++++++++++- 1 file changed, 164 insertions(+), 2 deletions(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue index ce2ee9b..e4c2d06 100644 --- a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue @@ -484,6 +484,24 @@ export default { }, ], billLadingDetailColumnList: [ + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2CNeedDate', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'cNeedDate', + columnLabel: '领料单需求日期', + headerAlign: 'center', + align: 'center', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 110, + }, { userId: this.$store.state.user.name, functionId: 400002, @@ -520,6 +538,60 @@ export default { fixed: '', columnWidth: 80, }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2CurrIssueQty', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'currIssueQty', + columnLabel: '当前提货单下发数量', + headerAlign: 'center', + align: 'right', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2UnissueQty', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'unissueQty', + columnLabel: '当前提货单退料数量', + headerAlign: 'center', + align: 'right', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2TranId', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'tranId', + columnLabel: '事务标识', + headerAlign: 'center', + align: 'right', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, { userId: this.$store.state.user.name, functionId: 400002, @@ -538,6 +610,24 @@ export default { fixed: '', columnWidth: 110, }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2ProductCategory', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'productCategory', + columnLabel: '产品大类', + headerAlign: 'center', + align: 'left', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90, + }, { userId: this.$store.state.user.name, functionId: 400002, @@ -577,10 +667,10 @@ export default { { userId: this.$store.state.user.name, functionId: 400002, - serialNumber: '400002Table2IssueQty', + serialNumber: '400002Table2CurrentIssuedQty', tableId: '400002Table2', tableName: '领料申请单明细表', - columnProp: 'issueQty', + columnProp: 'currentIssuedQty', columnLabel: '下发数量(实时)', headerAlign: 'center', align: 'right', @@ -826,6 +916,78 @@ export default { fixed: '', columnWidth: 80, }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2AssignedQty', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'assignedQty', + columnLabel: '领料数量', + headerAlign: 'center', + align: 'right', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 110, + }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2ReleaseNo', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'releaseNo', + columnLabel: '下达号', + headerAlign: 'center', + align: 'left', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 50, + }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2SequenceNo', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'sequenceNo', + columnLabel: '序号', + headerAlign: 'center', + align: 'left', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 40, + }, + { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table2OpStartDate', + tableId: '400002Table2', + tableName: '领料申请单明细表', + columnProp: 'opStartDate', + columnLabel: '工序开始时间', + headerAlign: 'center', + align: 'center', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120, + }, ], pickDetailColumnList: [ {