|
|
@ -50,7 +50,6 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
form: { |
|
|
|
value: 'locationCode' |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '任务拆分值', |
|
|
@ -71,7 +70,16 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '盘点方式', |
|
|
|
dictType: DICT_TYPE.COUNT_MODE, |
|
|
|
dictClass: 'string', |
|
|
|
field: 'countMode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '阶段', |
|
|
|
field: 'stage', |
|
|
|