Browse Source

bug修复

HL-3897,HL-3908
hella_online_20240829
bjang03 4 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'
}
},
{
label: '限值',
field: 'limitedValue',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
componentProps:{
disabled:false
}
}
},
// {
// label: '限值',
// field: 'limitedValue',
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'InputNumber',
// componentProps:{
// disabled:false
// }
// }
// },
{
label: '物料忽略名单',
field: 'ignoreListOfItem',

Loading…
Cancel
Save