Browse Source

纬度 按库存

intex_pandian
王宇飞 4 months ago
parent
commit
b82d5b73c2
  1. 28
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts
  2. 1
      src/views/wms/countManage/count/countPlanMain/index.vue

28
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

@ -142,20 +142,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ // {
label: '维度', // label: '维度',
field: 'dimension', // field: 'dimension',
dictType: DICT_TYPE.COUNT_DIMENSION, // dictType: DICT_TYPE.COUNT_DIMENSION,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
value: 'BY_INEVNEOTY' // value: 'BY_INEVNEOTY'
} // }
}, // },
// { // {
// label: '限值', // label: '限值',
// field: 'limitedValue', // field: 'limitedValue',

1
src/views/wms/countManage/count/countPlanMain/index.vue

@ -705,6 +705,7 @@ const submitForm = async (formType, data) => {
return return
} }
} }
data['dimension'] = 'BY_INEVNEOTY' //
data.subList = tableData.value.map((item) => { data.subList = tableData.value.map((item) => {
return { return {
type: item.type, type: item.type,

Loading…
Cancel
Save