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/check/Dt_CheckResult.vue | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/check/Dt_CheckResult.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/check/Dt_CheckResult.vue" index 0e1017c..45e942a 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/check/Dt_CheckResult.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/check/Dt_CheckResult.vue" @@ -18,30 +18,27 @@ const table = ref({ key: 'id', footer: "Foots", - cnName: '娴嬮噺鏁版嵁', + cnName: '杞﹁酱淇℃伅', name: 'check/Dt_CheckResult', url: "/Dt_CheckResult/", sortName: "id" }); const editFormFields = ref({ + }); const editFormOptions = ref([ + ]); const searchFormFields = ref({ - cltm: "" - + }); const searchFormOptions = ref([ - [ - { "title": "杞﹁疆鏉$爜", "field": "cltm", type: "text" }, - ] + ]); const columns = ref([ - { field: 'id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, - { field: 'equipNo', title: '璁惧缂栧彿', type: 'string', width: 110, align: 'left', hidden: true }, - //{ field: 'wheels_SequenceNum', title: '搴忓垪鍙�', type: 'string', width: 110, align: 'left', sort: true, link: true, }, - { field: 'cltm', title: '杞﹁疆鏉$爜', type: 'string', width: 150, align: 'left' }, - { field: 'checkType', title: '绫诲瀷(杞�/鐩�)', type: 'string', width: 80, align: 'left' }, + { field: 'iD', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, + { field: 'cLTM', title: '杞﹁疆鏉$爜', type: 'string', width: 150, align: 'left' }, + { field: 'checkType', title: '绫诲瀷(杞�/鐩�)', type: 'string', width: 80, align: 'left', bind: { key: "IscheckType", data: [{key:"1",value:'杞�'},{key:"2",value:'鐩�'}] } }, { field: 'gkzjI1', title: '姣傚瓟A1', type: 'string', width: 75, align: 'left' }, { field: 'gkzjI2', title: '姣傚瓟A2', type: 'string', width: 75, align: 'left' }, { field: 'gkzjI3', title: '姣傚瓟A3', type: 'string', width: 75, align: 'left' }, @@ -58,8 +55,6 @@ { field: 'result', title: '鏄惁鍚堟牸', type: 'string', width: 70, align: 'left', bind: { key: "IsQuan", data: [] } }, { field: 'inDate', title: '娴嬮噺鏃堕棿', type: 'dateTime', width: 100, align: 'left' }, { field: 'isUploadMES', title: '鏄惁宸蹭笂浼犳櫤绮�', type: 'string', width: 110, align: 'left', bind: { key: "Cantain", data: [] } }, - //{ field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 75, align: 'left' }, - //{ field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 100, align: 'left' }, ]); const detail = ref({ -- Gitblit v1.9.3