|
|
@ -970,7 +970,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
{ |
|
|
|
label: '采购价格', |
|
|
|
field: 'purchasePrice', |
|
|
|
formatter: accountantFormart, |
|
|
|
formatter: singlePriceFormart, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -990,7 +990,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
{ |
|
|
|
label: '差额', |
|
|
|
field: 'differencePrice', |
|
|
|
formatter: accountantFormart, |
|
|
|
formatter: singlePriceFormart, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|