@ -457,6 +457,49 @@ export const RepleinshJobMain = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '物料号',
field: 'code',
sort: 'custom',
table: {
width: 150
label: '来源库位',
field: 'fromLocationCode',
label: '目标库位',
field: 'toLocationCode',
label: '数量',
field: 'qty',
label: '单位',
field: 'unit',
dictType: DICT_TYPE.PACK_UNIT,
dictClass: 'string',
isSearch: false,
label: '创建者',
field: 'creator',
@ -487,6 +487,49 @@ export const PutawayJobMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '操作',
field: 'action',