huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/inbound/Dt_CZInfo_mes.vue
@@ -24,24 +24,27 @@
            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: ""
        });