|
@ -1475,15 +1475,24 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
label: '备注', |
|
|
label: '备注', |
|
|
field: 'remark', |
|
|
field: 'remark', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
sortTableDefault: 6, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
detail:{ |
|
|
// detail:{
|
|
|
span:2 |
|
|
// span:2
|
|
|
} |
|
|
// }
|
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '工厂地点', |
|
|
|
|
|
field: 'siteId', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '税额差异(税额-系统税额)', |
|
|
label: '税额差异(税额-系统税额)', |
|
@ -1497,6 +1506,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|
const singlePriceFormart = (row, column, cellValue) => { |
|
|
const singlePriceFormart = (row, column, cellValue) => { |
|
|