diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index f275e7e83..b6c2051f6 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -142,20 +142,20 @@ export const CountPlanMain = useCrudSchemas(reactive([ } }, - { - label: '维度', - field: 'dimension', - dictType: DICT_TYPE.COUNT_DIMENSION, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'BY_INEVNEOTY' - } - }, + // { + // label: '维度', + // field: 'dimension', + // dictType: DICT_TYPE.COUNT_DIMENSION, + // dictClass: 'string', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // value: 'BY_INEVNEOTY' + // } + // }, // { // label: '限值', // field: 'limitedValue', diff --git a/src/views/wms/countManage/count/countPlanMain/index.vue b/src/views/wms/countManage/count/countPlanMain/index.vue index 78d3af8d5..9f9e76c39 100644 --- a/src/views/wms/countManage/count/countPlanMain/index.vue +++ b/src/views/wms/countManage/count/countPlanMain/index.vue @@ -705,6 +705,7 @@ const submitForm = async (formType, data) => { return } } + data['dimension'] = 'BY_INEVNEOTY' // 纬度 按库存 data.subList = tableData.value.map((item) => { return { type: item.type,