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/check/Dt_CheckResult.vue | 20 ++++++++------------ 1 files changed, 8 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/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 4c86cc4..dbc0aa7 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,28 +18,26 @@ 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: 'iD', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, + { field: 'equipNo', title: '缂栧彿', type: 'string', 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' }, @@ -57,9 +55,7 @@ { field: 'gkzjAVG', title: '姣傚瓟骞冲潎鍊�', type: 'string', width: 80, align: 'left' }, { 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' }, + { field: 'isUploadMES', title: '鏄惁宸蹭笂浼犳櫤绮�', type: 'string', width: 110, align: 'left'}, //, bind: { key: "Cantain", data: [] } ]); const detail = ref({ -- Gitblit v1.9.3