Browse Source

bug修复

HL-3897,HL-3908
hella_online_20240829
bjang03 7 months ago
parent
commit
daeed16dee
  1. 28
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

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

@ -106,20 +106,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
value: 'BY_INEVNEOTY' value: 'BY_INEVNEOTY'
} }
}, },
{ // {
label: '限值', // label: '限值',
field: 'limitedValue', // field: 'limitedValue',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps:{ // componentProps:{
disabled:false // disabled:false
} // }
} // }
}, // },
{ {
label: '物料忽略名单', label: '物料忽略名单',
field: 'ignoreListOfItem', field: 'ignoreListOfItem',

Loading…
Cancel
Save