|
|
@ -1468,6 +1468,35 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isSearch: false, |
|
|
|
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,
|
|
|
|
// },
|
|
|
|
|
|
|
|
])) |
|
|
|
|
|
|
@ -2019,18 +2048,53 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '操作',
|
|
|
|
// field: 'action',
|
|
|
|
// isDetail: false,
|
|
|
|
// isForm: false,
|
|
|
|
// label: '合同金额',
|
|
|
|
// field: 'contractAmountTotal',
|
|
|
|
// table: {
|
|
|
|
// width: 250,
|
|
|
|
// fixed: 'right'
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// hiddenInMain:true,
|
|
|
|
// isTableForm: false,
|
|
|
|
// }
|
|
|
|
// 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: '操作', |
|
|
|
field: 'action', |
|
|
|
isDetail: false, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 250, |
|
|
|
fixed: 'right' |
|
|
|
}, |
|
|
|
hiddenInMain:true, |
|
|
|
isTableForm: false, |
|
|
|
} |
|
|
|
])) |
|
|
|
|
|
|
|
// 批次校验
|
|
|
|
const validateSinglePrice = (rule: any, value: any, callback: any) => { |
|
|
|
if (Number(value)>0) { |
|
|
|