From f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期四, 19 六月 2025 16:53:20 +0800 Subject: [PATCH] 最新 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 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..fbdbae4 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" @@ -16,7 +16,7 @@ export default defineComponent({ setup() { const table = ref({ - key: 'id', + key: 'ID', footer: "Foots", cnName: '杞﹁酱淇℃伅', name: 'inbound/Dt_CZInfo_mes', @@ -24,22 +24,24 @@ 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