diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index 173a7c2d1..9af7a3421 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -50,7 +50,6 @@ export const CountJobMain = useCrudSchemas(reactive([ form: { value: 'locationCode' } - }, { label: '任务拆分值', @@ -71,7 +70,16 @@ export const CountJobMain = useCrudSchemas(reactive([ width: 180 }, }, - + { + label: '盘点方式', + dictType: DICT_TYPE.COUNT_MODE, + dictClass: 'string', + field: 'countMode', + sort: 'custom', + table: { + width: 180, + }, + }, { label: '阶段', field: 'stage',