huanghongfeng
2025-06-19 f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b
ÏîÄ¿´úÂë/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,22 +24,24 @@
            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: ""