1
yangpeixing
2025-11-25 5bbb8e206ae8328a5e1233eb43ed4ecb2a02a98e
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue
@@ -20,7 +20,7 @@
            cnName: '入库单据',
            name: '',
            url: "/InboundOrder/",
            sortName: ""
            sortName: "upperOrderNo"
        });
        const editFormFields = ref({
            // id: "",
@@ -52,7 +52,7 @@
                { "title": "订单编号", "field": "orderNo", "type": "text" },
                { "title": "上游单号", "field": "upperOrderNo", "type": "text" },
                { "title": "需求分类", "field": "demandClassification", "type": "text" },
                { "title": "单据类型", "field": "orderType", "type": "text" },
                { "title": "单据类型", "field": "orderType", "type": "select", dataKey:"orderTypeEmun", data: [] },
            ],
            [
@@ -75,7 +75,7 @@
            { field: 'materialName', title: '物料名称', type: 'string', width: 180, align: 'left' },
            { field: 'quantity', title: '数量', type: 'string', width: 90, align: 'left' },
            { field: 'demandClassification', title: '需求分类', type: 'string', width: 180, align: 'left' },
            { field: 'orderType', title: '单据类型', type: 'string', width: 110, align: 'left' },
            { field: 'orderType', title: '单据类型', type: 'string', width: 110, align: 'left' , bind: { key: "orderTypeEmun", data: [] } },
            { field: 'wareHouseId', title: '仓库', type: 'string', width: 120, align: 'left', bind: { key: "WareAreaTypeEnable", data: [] } },
            // { field: 'warehouseName', title: '仓库名称', type: 'string', width: 120, align: 'left' },
            { field: 'datetime', title: '时间', type: 'string', width: 180, align: 'left' },