Browse Source

去掉盘点数量

intex_online20250327
赵雪冰 4 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', component: 'InputNumber',
} }
}, },
{ // {
label: '盘点数量', // label: '盘点数量',
field: 'countQty', // field: 'countQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '计量单位', label: '计量单位',
field: 'uom', field: 'uom',

Loading…
Cancel
Save