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.vue | 40 ++++++++++++++++++++++++++--------------
1 files changed, 26 insertions(+), 14 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.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.vue"
index 669c35e..62efe7b 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.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.vue"
@@ -24,38 +24,50 @@
sortName: "id"
});
const editFormFields = ref({
- "Wheels_code": "",
- "Wheels_ldxh": "",
- "Wheels_mttype": "",
- "gkcc": "",
- wheels_NewOrOld:""
+ id: "",
+ // "CHEXING": "",
+ // "MTTYPE": "",
+ "CZTM":"",
+ "CurrentStatue":'',
});
const editFormOptions = ref([
+ // [
+ // { "title": "杞﹁酱鏉$爜", "field": "CZTM", type: "text" },
+ // { "title": "杞﹀瀷", "field": "CHEXING", type: "text" },
+ // { "title": "鍔ㄦ嫋灞炴��(M/T)", "field": "MTTYPE", type: "text" },
+ // ],
[
- { "title": "杞﹁酱鏉$爜", "field": "CZTM", type: "text" },
- { "title": "杞﹀瀷", "field": "CHEXING", type: "text" },
- { "title": "鍔ㄦ嫋灞炴��(M/T)", "field": "MTTYPE", type: "text" },
+ { "title": "杞﹁酱鍙�", "field": "cztm", type: "string" },
],
[
- { "title": "杞﹁酱鍙�", "field": "czh", type: "text" },
- { "title": "杞鏉$爜", "field": "LDTM", "type": "select",dataKey:"NewOld",data:[] },
- ]
+ { "title": "鐘舵��", "field": "currentStatue", "type": "select",dataKey:"InboundState",data:[] },
+ ],
]);
const searchFormFields = ref({
- CZTM: ""
+
+ CZTM: "",
+ temporaryState:""
});
const searchFormOptions = ref([
[
- { "title": "杞﹁疆鍙�", "field": "CZTM", type: "text" },
- ],
+ { "title": "杞﹁酱鏉$爜", "field": "CZTM", type: "text" },
+ ],[
+ { "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: 'ldtm', title: '杞鏉$爜', type: 'string', width: 110, align: 'left' },
+
+ { field: 'leftCcltm', 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: '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