Browse Source

纬度 按库存

intex_pandian
王宇飞 3 weeks 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: '维度',
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',

1
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,

Loading…
Cancel
Save