|
@ -744,19 +744,6 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
hiddenInMain: true, |
|
|
hiddenInMain: true, |
|
|
isSearch: false |
|
|
isSearch: false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '原因', |
|
|
|
|
|
field: 'reason', |
|
|
|
|
|
dictType: DICT_TYPE.PURCHASE_RETURN_REASON, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 1013, |
|
|
|
|
|
hiddenInMain: true |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '物料代码', |
|
|
label: '物料代码', |
|
@ -887,7 +874,35 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '原因', |
|
|
label: '退货原因', |
|
|
|
|
|
field: 'reasonType', |
|
|
|
|
|
dictType: DICT_TYPE.RETURN_REASON_TYPE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
// isSearch: true,
|
|
|
|
|
|
isTable: true, |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm:{ |
|
|
|
|
|
type: 'Select', |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps:{ |
|
|
|
|
|
disabled:true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '退货原因描述', |
|
|
|
|
|
field: 'reason', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '备注', |
|
|
field: 'remark', |
|
|
field: 'remark', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|