|
|
@ -497,6 +497,19 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
}, |
|
|
|
sortTableDefault:5, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价差合计', |
|
|
|
field: 'differencePriceTotalMain', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 100 |
|
|
|
}, |
|
|
|
sortTableDefault: 5, |
|
|
|
isForm: false, |
|
|
|
isTable: true, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价差说明', |
|
|
|
field: 'balanceStatement', |
|
|
@ -1509,10 +1522,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|
label: '参考凭证描述', |
|
|
|
field: 'voucherNumberRemark', |
|
|
|
sort: 'custom', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|