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 | 5 +++-- 1 files changed, 3 insertions(+), 2 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 fbdbae4..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" @@ -16,7 +16,7 @@ export default defineComponent({ setup() { const table = ref({ - key: 'ID', + key: 'id', footer: "Foots", cnName: '杞﹁酱淇℃伅', name: 'inbound/Dt_CZInfo_mes', @@ -24,7 +24,7 @@ sortName: "id" }); const editFormFields = ref({ - "id": "", + id: "", // "CHEXING": "", // "MTTYPE": "", "CZTM":"", @@ -44,6 +44,7 @@ ], ]); const searchFormFields = ref({ + CZTM: "" }); -- Gitblit v1.9.3