|
@ -477,15 +477,15 @@ export const RepleinshJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '物料号', |
|
|
// label: '物料号',
|
|
|
field: 'code', |
|
|
// field: 'code',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
isTable: false, |
|
|
// isTable: false,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '来源库位', |
|
|
label: '来源库位', |
|
|
field: 'fromLocationCode', |
|
|
field: 'fromLocationCode', |
|
@ -513,18 +513,18 @@ export const RepleinshJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '单位', |
|
|
// label: '单位',
|
|
|
field: 'unit', |
|
|
// field: 'unit',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
dictType: DICT_TYPE.PACK_UNIT, |
|
|
// dictType: DICT_TYPE.PACK_UNIT,
|
|
|
dictClass: 'string', |
|
|
// dictClass: 'string',
|
|
|
isSearch: false, |
|
|
// isSearch: false,
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
isTable: false, |
|
|
// isTable: false,
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '创建者', |
|
|
label: '创建者', |
|
|
field: 'creator', |
|
|
field: 'creator', |
|
|