From 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 19 八月 2025 16:37:24 +0800 Subject: [PATCH] 更新 --- 项目代码/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