From a34059e688e947a2ea079a0646872f1a21089940 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 22 九月 2025 14:47:00 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 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..9935df9 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,24 +24,27 @@
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: ""
});
--
Gitblit v1.9.3