11
huanghongfeng
5 天以前 f4c3f82a3bd142bc555ec7f632dabc66ef86f5af
项目代码/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: ""
        });