|
@ -1240,8 +1240,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '', |
|
|
label: '系统采购价格', |
|
|
field: '', |
|
|
field: 'purchaseAmountTotalMain', |
|
|
|
|
|
formatter: accountantFormart, |
|
|
sortTableDefault: 6, |
|
|
sortTableDefault: 6, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
@ -1271,8 +1272,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '', |
|
|
label: '总价差', |
|
|
field: '', |
|
|
field: 'differencePriceTotalMain', |
|
|
|
|
|
formatter: accountantFormart, |
|
|
sortTableDefault: 6, |
|
|
sortTableDefault: 6, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
@ -1367,7 +1369,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '差额', |
|
|
label: '差尾', |
|
|
field: '', |
|
|
field: '', |
|
|
sortTableDefault: 6, |
|
|
sortTableDefault: 6, |
|
|
isForm: false, |
|
|
isForm: false, |
|
@ -1468,35 +1470,6 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
|
|
|
// label: '总价差',
|
|
|
|
|
|
// field: 'differencePriceTotal',
|
|
|
|
|
|
// formatter: accountantFormart,
|
|
|
|
|
|
// sortTableDefault: 6,
|
|
|
|
|
|
// isForm: false,
|
|
|
|
|
|
// isTable: false,
|
|
|
|
|
|
// isSearch: false,
|
|
|
|
|
|
// isDetail: true,
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '采购金额',
|
|
|
|
|
|
// field: 'purchaseAmontTotal',
|
|
|
|
|
|
// formatter: accountantFormart,
|
|
|
|
|
|
// sortTableDefault: 6,
|
|
|
|
|
|
// isForm: false,
|
|
|
|
|
|
// isTable: false,
|
|
|
|
|
|
// isSearch: false,
|
|
|
|
|
|
// isDetail: true,
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '',
|
|
|
|
|
|
// field: '',
|
|
|
|
|
|
// sortTableDefault: 6,
|
|
|
|
|
|
// isForm: false,
|
|
|
|
|
|
// isTable: false,
|
|
|
|
|
|
// isSearch: false,
|
|
|
|
|
|
// isDetail: true,
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
@ -1753,6 +1726,39 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
precision: 5, |
|
|
precision: 5, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '合同金额', |
|
|
|
|
|
field: 'contractAmountTotal', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
tableForm:{ |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '采购金额', |
|
|
|
|
|
field: 'purchaseAmontTotal', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
tableForm:{ |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '总差额', |
|
|
|
|
|
field: 'differencePriceTotal', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
tableForm:{ |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '单价差额', |
|
|
label: '单价差额', |
|
|
field: 'differencePrice', |
|
|
field: 'differencePrice', |
|
@ -2047,39 +2053,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
|
|
|
// label: '合同金额',
|
|
|
|
|
|
// field: 'contractAmountTotal',
|
|
|
|
|
|
// table: {
|
|
|
|
|
|
// width: 150
|
|
|
|
|
|
// },
|
|
|
|
|
|
// isForm:false,
|
|
|
|
|
|
// tableForm:{
|
|
|
|
|
|
// disabled: true
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '采购金额',
|
|
|
|
|
|
// field: 'purchaseAmontTotal',
|
|
|
|
|
|
// table: {
|
|
|
|
|
|
// width: 150
|
|
|
|
|
|
// },
|
|
|
|
|
|
// isForm:false,
|
|
|
|
|
|
// tableForm:{
|
|
|
|
|
|
// disabled: true
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '总差额',
|
|
|
|
|
|
// field: 'differencePriceTotal',
|
|
|
|
|
|
// table: {
|
|
|
|
|
|
// width: 150
|
|
|
|
|
|
// },
|
|
|
|
|
|
// isForm:false,
|
|
|
|
|
|
// tableForm:{
|
|
|
|
|
|
// disabled: true
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '操作', |
|
|
label: '操作', |
|
|