huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
项目代码/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,6 +44,7 @@
            ],
        ]);
        const searchFormFields = ref({
            CZTM: ""
        });