Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
ÏîÄ¿´úÂë/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,7 +24,7 @@
            sortName: "id"
        });
        const editFormFields = ref({
             "id": "",
             id: "",
            // "CHEXING": "",
            // "MTTYPE": "",
             "CZTM":"",
@@ -44,20 +44,30 @@
            ],
        ]);
        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' },