From d41acebbd89f171b0eeb205fca4f68043ca85f95 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期三, 03 十二月 2025 19:47:24 +0800
Subject: [PATCH] 选配与暂存
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes_hty.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes_hty.vue"
index a2fc72f..30419cb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes_hty.vue"
@@ -49,6 +49,7 @@
mttype:"",
czxh:"",
createDate:"",
+ temporaryState:""
});
const searchFormOptions = ref([
[
@@ -64,14 +65,20 @@
],
[
{ "title": "鍒涘缓鏃堕棿", "field": "createDate", type: "datetime" },
+ { "title": "鏄惁鏆傚瓨", "field": "temporaryState", type: "select", dataKey: "", data: [{key:"0",value:"鍚�"},{key:"1",value:"鏄�"}] },
]
]);
const columns = ref([
{ field: 'id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
{ field: 'cztm', title: '杞﹁酱鏉$爜', type: 'string', width: 110, align: 'left' },
{ field: 'czh', title: '杞﹁酱鍙�', type: 'string', width: 110, align: 'left' },
+ { field: 'leftCLTM', title: '宸﹁疆(鐩�)鏉$爜', type: 'string', width: 110, align: 'left' },
+ { field: 'rightCLTM', title: '鍙宠疆(鐩�)鏉$爜', type: 'string', width: 110, align: 'left' },
+ { field: 'middleCLTM', title: '涓疆(鐩�)鏉$爜', type: 'string', width: 110, align: 'left' },
{ field: 'ldtm', title: '杞鏉$爜', type: 'string', width: 110, align: 'left' },
{ field: 'currentStatue', title: '鐘舵��', type: 'string', width: 75, align: 'left',bind: { key: "InboundState", data: [] } },
+ { field: 'temporaryState', title: '鏄惁鏆傚瓨', type: 'string', width: 75, align: 'left',bind: { key: "", data: [{key:"0",value:"鍚�"},{key:"1",value:"鏄�"}] } },
+
{ field: 'chexing', title: '杞﹀瀷', type: 'string', width: 100, align: 'left' },
{ field: 'czxh', title: '杞﹁酱鍨嬪彿', type: 'int', width: 110, align: 'left' },
{ field: 'mttype', title: '鍔�/鎷�', type: 'string', width: 60, align: 'left' },
--
Gitblit v1.9.3