Browse Source

盘点修改

intex_pandian
赵雪冰 4 weeks ago
parent
commit
b514186254
  1. 12
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

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

@ -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',

Loading…
Cancel
Save