From 319e8729b47c96e3a3717c5a40cd5df867d65ce5 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期五, 13 九月 2024 17:25:20 +0800 Subject: [PATCH] 最新代码提交 --- Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/demo_Product/Dt_BillGroupStockDetail.vue | 28 +++++++++++----------------- 1 files changed, 11 insertions(+), 17 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/demo_Product/Dt_BillGroupStockDetail.vue b/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/demo_Product/Dt_BillGroupStockDetail.vue index 9ebd137..3a2b257 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/demo_Product/Dt_BillGroupStockDetail.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/demo_Product/Dt_BillGroupStockDetail.vue @@ -24,12 +24,12 @@ export default defineComponent({ setup() { const table = ref({ - key: 'groupDetailId', + key: 'id', footer: "Foots", cnName: '搴撳瓨鏄庣粏淇℃伅', name: 'stock/Dt_BillGroupStockDetail', url: "/StockInfoDetail/", - sortName: "GroupId" + sortName: "id" }); const editFormFields = ref({ "palletCode": "", @@ -51,25 +51,19 @@ { "title": "鐗╂枡缂栧彿", "field": "materialNo", type: "text" }, ] ]); - const columns = ref([{ field: 'groupDetailId', title: '搴撳瓨鏄庣粏ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, - { field: 'groupId', title: '澶栧仴', type: 'int', width: 110, hidden: true, align: 'left', sort: true }, - { field: 'palletCode', title: '鎵樼洏鍙�', type: 'string', width: 110, align: 'left' }, + const columns = ref([{ field: 'id', title: '搴撳瓨鏄庣粏ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, + { field: 'stockId', title: '澶栧仴', type: 'int', width: 110, hidden: true, align: 'left', sort: true }, { field: 'orderNo', title: '鍗曟嵁缂栧彿', type: 'string', width: 110, align: 'left' }, - { field: 'orderDate', title: '鍗曟嵁鏃ユ湡', type: 'datetime', width: 150, align: 'left', sort: true }, { field: 'batchNo', title: '鎵规鍙�', type: 'string', width: 110, align: 'left' }, - { field: 'materialNo', title: '鐗╂枡缂栧彿', type: 'string', width: 110, align: 'left' }, - { field: 'materialName', title: '鐗╂枡鍚嶇О', type: 'string', width: 110, align: 'left' }, - { field: 'outBoxCode', title: '澶栫鐮�', type: 'string', width: 120, align: 'left' }, - { field: 'inBoxCode', title: '鍐呯鐮�', type: 'string', width: 120, align: 'left' }, - { field: 'emptyPalletCode', title: '绌烘墭鐩樼爜', type: 'string', width: 120, align: 'left' }, - { field: 'palletUnit', title: '缁勭洏鍗曚綅', type: 'string', width: 110, align: 'left' }, - { field: 'palletQuantity', title: '缁勭洏鏁伴噺', type: 'decimal', width: 110, align: 'left' }, - { field: 'basicUnit', title: '鍗曚綅', type: 'string', width: 110, align: 'left' }, - { field: 'basicQuantity', title: '璁¢噺', type: 'decimal', width: 110, align: 'left' }, - { field: 'createID', title: '鍒涘缓ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' }, + { field: 'materielCode', title: '鐗╂枡缂栧彿', type: 'string', width: 110, align: 'left' }, + { field: 'materielName', title: '鐗╂枡鍚嶇О', type: 'string', width: 110, align: 'left' }, + { field: 'serialNumber', title: '搴忓垪鍙�', type: 'string', width: 120, align: 'left' }, + { field: 'stockQuantity', title: '搴撳瓨鏁伴噺', type: 'string', width: 120, align: 'left' }, + { field: 'outboundQuantity', title: '鍑哄簱鏁伴噺', type: 'string', width: 120, align: 'left' }, + { field: 'status', title: '搴撳瓨鐘舵��', type: 'string', width: 110, align: 'left' }, + { field: 'remark', title: '澶囨敞', type: 'decimal', width: 110, align: 'left' }, { field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left' }, { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }, - { field: 'modifyID', title: '淇敼浜篒D', type: 'int', sort: true, width: 100, hidden: true, align: 'left' }, { field: 'modifier', title: '淇敼浜�', type: 'string', sort: true, width: 100, align: 'left' }, { field: 'modifyDate', title: '淇敼鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true }]); const detail = ref({ -- Gitblit v1.9.3