Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue
@@ -24,38 +24,50 @@
            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: ""
            CZTM: "",
            temporaryState:""
        });
        const searchFormOptions = ref([
            [
                { "title": "车轮号", "field": "CZTM", type: "text" },
            ],
                { "title": "车轴条码", "field": "CZTM", type: "text" },
            ],[
                { "title": "是否暂存", "field": "temporaryState", type: "select", dataKey: "", data: [{key:"0",value:"否"},{key:"1",value:"是"}] },
            ]
        ]);
        const columns = ref([
            { field: 'id', title: '主键ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
            { field: 'cztm', title: '车轴条码', type: 'string', width: 110, align: 'left' },
            { field: 'czh', title: '车轴号', type: 'string', width: 110, align: 'left' },
            { field: 'ldtm', title: '轮对条码', type: 'string', width: 110, align: 'left' },
            { field: 'leftCcltm', title: '左轮(盘)条码', type: 'string', width: 110, align: 'left' },
            { field: 'rightcltm', title: '右轮(盘)条码', type: 'string', width: 110, align: 'left' },
            { field: 'middlecltm', title: '中轮(盘)条码', type: 'string', width: 110, align: 'left' },
            { field: 'currentStatue', title: '状态', type: 'string', width: 75, align: 'left',bind: { key: "InboundState", data: [] } },
            { field: 'temporaryState', title: '是否暂存', type: 'string', width: 75, align: 'left',bind: { key: "", data:  [{key:"0",value:"否"},{key:"1",value:"是"}] } },
            { field: 'chexing', title: '车型', type: 'string', width: 100, align: 'left' },
            { field: 'czxh', title: '车轴型号', type: 'int', width: 110, align: 'left' },
            { field: 'mttype', title: '动/拖', type: 'string', width: 60, align: 'left' },