|
|
@ -164,8 +164,8 @@ export const TransferreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '从库位类型范围', |
|
|
|
field: 'fromLocationTypes', |
|
|
|
dictType: DICT_TYPE.LOCATION_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
// dictType: DICT_TYPE.LOCATION_TYPE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -175,7 +175,7 @@ export const TransferreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '到库位类型范围', |
|
|
|
field: 'toLocationTypes', |
|
|
|
dictType: DICT_TYPE.LOCATION_TYPE, |
|
|
|
// dictType: DICT_TYPE.LOCATION_TYPE,
|
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|