Browse Source

去掉盘点数量

intex_online20250327
赵雪冰 3 weeks ago
parent
commit
50d2999239
  1. 16
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

16
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -662,14 +662,14 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
}
},
{
label: '盘点数量',
field: 'countQty',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '盘点数量',
// field: 'countQty',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '计量单位',
field: 'uom',

Loading…
Cancel
Save