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/views/widesea_wms/stock/Dt_BillGroupStock.vue |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
index e838191..d9725d9 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock.vue
@@ -16,7 +16,7 @@
 export default defineComponent({
     setup() {
         const table = ref({
-            key: 'groupId',
+            key: 'id',
             footer: "Foots",
             cnName: '搴撳瓨淇℃伅',
             name: 'stock/Dt_BillGroupStock',
@@ -46,18 +46,11 @@
                 { "title": "缁勭洏绫诲瀷", "field": "groupType", type: "select", dataKey: "GroupType", data: [] },
             ]
         ]);
-        const columns = ref([{ field: 'groupId', title: '搴撳瓨ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
+        const columns = ref([{ field: 'id', title: '搴撳瓨ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
         { field: 'locationCode', title: '搴撲綅', type: 'string', width: 110, align: 'left' },
         { field: 'palletCode', title: '鎵樼洏鏉$爜', type: 'string', width: 110, align: 'left', sort: true },
-        { field: 'orderNo', title: '鍗曟嵁缂栧彿', type: 'string', width: 110, align: 'left' },
-        { field: 'orderType', title: '璁㈠崟绫诲瀷', type: 'int', width: 110, align: 'left' },
-        { field: 'orderDetailId', title: '搴撳瓨鏄庣粏ID', type: 'int', width: 110, hidden: true, align: 'left' },
-        { field: 'materialNo', title: '鐗╂枡缂栧彿', type: 'string', width: 110, align: 'left' },
-        { field: 'batchNo', title: '鎵规鍙�', type: 'string', width: 110, align: 'left' },
-        { field: 'groupType', title: '缁勭洏绫诲瀷', type: 'int', width: 110, align: 'left', bind: { key: "GroupType", data: [] } },
-        { field: 'groupWay', title: '缁勭洏鏂瑰紡', type: 'int', width: 110, align: 'left' },
-        { field: 'isFull', title: '鏄惁婊$洏', type: 'bool', width: 110, hidden: true, align: 'left' },
-        { field: 'state', title: '搴撳瓨鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } },
+        { field: 'isFull', title: '鏄惁婊$洏', type: 'bool', width: 110, align: 'left' },
+        // { field: 'state', title: '搴撳瓨鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } },
         { field: 'remark', title: '澶囨敞', type: 'string', width: 120, hidden: true, align: 'left' },
         { field: 'createID', title: '鍒涘缓ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' },
         { field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left' },

--
Gitblit v1.9.3