From f04e6db9022256c772ee867774743c3f87961b07 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Mon, 7 Apr 2025 16:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E8=B4=A7=E5=8D=95=E5=8F=91=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/inventory/materialIssue.vue | 127 ++++++++++++++---- 1 file changed, 98 insertions(+), 29 deletions(-) diff --git a/src/views/modules/inventory/materialIssue.vue b/src/views/modules/inventory/materialIssue.vue index 72ad657..0be5014 100644 --- a/src/views/modules/inventory/materialIssue.vue +++ b/src/views/modules/inventory/materialIssue.vue @@ -23,96 +23,162 @@ export default { }, dataList:[], total:0, - columnList:[ + columnList: [ { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1ReleaseNo', + tableId: '400002Table1', + tableName: '领料申请单表', columnProp: 'notifyNo', columnLabel: '申请单号', headerAlign: 'center', align: 'left', - columnSortable: false, - columnWidth: 120, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1NotifyDate', + tableId: '400002Table1', + tableName: '领料申请单表', columnProp: 'notifyDate', columnLabel: '申请日期', headerAlign: 'center', align: 'center', - columnSortable: false, - columnWidth: 120, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1Status', + tableId: '400002Table1', + tableName: '领料申请单表', columnProp: 'status', columnLabel: '状态', headerAlign: 'center', - align: 'left', + align: 'center', + columnHidden: false, + columnImage: false, columnSortable: false, + sortLv: 0, + status: true, + fixed: '', columnWidth: 80, - columnHidden: false, - fixed: '' }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1IfsPickListNo', + tableId: '400002Table1', columnProp: 'ifsPickListNo', columnLabel: 'IFS提货单号', headerAlign: 'center', align: 'left', - columnSortable: false, - columnWidth: 130, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 70, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1ThOrderNo', + tableId: '400002Table1', columnProp: 'thOrderNo', columnLabel: '3H订单号', headerAlign: 'center', align: 'left', - columnSortable: false, - columnWidth: 130, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1NeedDate', + tableId: '400002Table1', columnProp: 'needDate', columnLabel: '要求发料日期', headerAlign: 'center', align: 'center', - columnSortable: false, - columnWidth: 120, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1OrderNo', + tableId: '400002Table1', columnProp: 'orderNo', columnLabel: '生产订单号', headerAlign: 'center', align: 'left', - columnSortable: false, - columnWidth: 130, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 70, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1CreateBy', + tableId: '400002Table1', columnProp: 'createBy', columnLabel: '申请人', headerAlign: 'center', align: 'left', - columnSortable: false, - columnWidth: 100, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 70, }, { + userId: this.$store.state.user.name, + functionId: 400002, + serialNumber: '400002Table1CreateDate', + tableId: '400002Table1', columnProp: 'createDate', columnLabel: '录入时间', headerAlign: 'center', align: 'center', - columnSortable: false, - columnWidth: 140, columnHidden: false, - fixed: '' + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 90, }, ], pickDetailVisible:false, @@ -344,5 +410,8 @@ export default {