diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index 9af7a3421..4b5efc80a 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -662,14 +662,14 @@ export const CountJobDetail = useCrudSchemas(reactive([ component: 'InputNumber', } }, - { - label: '盘点数量', - field: 'countQty', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '盘点数量', + // field: 'countQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '计量单位', field: 'uom',