Browse Source

去掉差异数量

master
liuchen864 9 months ago
parent
commit
13e55cc827
  1. 11
      src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts
  2. 20
      src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

11
src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts

@ -357,17 +357,6 @@ export const CountadjustRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '数量',
field: 'qty',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
}
},
{
label: '计量单位',
field: 'uom',

20
src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

@ -445,26 +445,6 @@ export const CountadjustRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '差异数量',
field: 'qty',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
componentProps: {
min: 1,
precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 1,
precision: 6
}
},
{
label: '计量单位',
field: 'uom',

Loading…
Cancel
Save