|
|
@ -242,11 +242,11 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '系统未税金额', |
|
|
|
label: '供应商维护未税金额', |
|
|
|
field: 'amount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 160 |
|
|
|
}, |
|
|
|
sortTableDefault:8, |
|
|
|
form: { |
|
|
@ -286,7 +286,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
// isTableForm:false
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '税额',
|
|
|
|
// label: '发票税额',
|
|
|
|
// field: 'totalTaxAmount',
|
|
|
|
// formatter: accountantFormart,
|
|
|
|
// table: {
|
|
|
@ -297,7 +297,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
// isTableForm:false
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '价税合计金额',
|
|
|
|
// label: '发票价税合计',
|
|
|
|
// field: 'adTaxAmount',
|
|
|
|
// formatter: accountantFormart,
|
|
|
|
// table: {
|
|
|
@ -308,7 +308,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
// isTableForm:false
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '系统税额', |
|
|
|
label: '供应商维护税额', |
|
|
|
field: 'taxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -328,11 +328,11 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '系统价税合计', |
|
|
|
label: '供应商维护价税合计', |
|
|
|
field: 'afterTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 160 |
|
|
|
}, |
|
|
|
sortTableDefault:7, |
|
|
|
form: { |
|
|
@ -433,7 +433,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税金额', |
|
|
|
label: '发票未税金额', |
|
|
|
field: 'beforeTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -450,7 +450,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isTableForm:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '税额', |
|
|
|
label: '发票税额', |
|
|
|
field: 'totalTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -467,7 +467,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isTableForm:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价税合计金额', |
|
|
|
label: '发票价税合计', |
|
|
|
field: 'adTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -510,7 +510,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
sortTableDefault:5, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税差额', |
|
|
|
label: '未税尾差', |
|
|
|
field: 'beforeTaxDiffAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -527,7 +527,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isTableForm:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '税额差异', |
|
|
|
label: '税额尾差', |
|
|
|
field: 'taxAmountDiff', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -544,7 +544,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isTableForm:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价税合计差额', |
|
|
|
label: '价税合计尾差', |
|
|
|
field: 'totalTaxDiffAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
table: { |
|
|
@ -1146,7 +1146,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isForm: false, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isDetail: true, |
|
|
|
isDetail: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商信息', |
|
|
@ -1155,7 +1155,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isForm: false, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isDetail: true, |
|
|
|
isDetail: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'SCP系统数据', |
|
|
@ -1164,7 +1164,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isForm: false, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isDetail: true, |
|
|
|
isDetail: false, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
@ -1190,10 +1190,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '系统价税合计', |
|
|
|
field: 'afterTaxAmount', |
|
|
|
label: '系统未税金额', |
|
|
|
field: 'purchaseAmountTotalMain', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1203,7 +1202,6 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
{ |
|
|
|
label: '财务凭证号', |
|
|
|
field: 'voucherNumber', |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1214,6 +1212,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
label: '供应商名称', |
|
|
|
field: 'supplierName', |
|
|
|
sort: 'custom', |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1221,10 +1220,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '系统未税金额', |
|
|
|
field: 'amount', |
|
|
|
label: '价差合计', |
|
|
|
field: 'differencePriceTotalMain', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1257,9 +1255,8 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '系统税额', |
|
|
|
field: 'taxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1288,15 +1285,23 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '系统采购价格', |
|
|
|
field: 'purchaseAmountTotalMain', |
|
|
|
formatter: accountantFormart, |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '尾差',
|
|
|
|
// field: 'totalDifference',
|
|
|
|
// sortTableDefault: 6,
|
|
|
|
// isForm: false,
|
|
|
|
// isTable: false,
|
|
|
|
// isSearch: false,
|
|
|
|
// isDetail: false,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '采购价格审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
@ -1320,9 +1325,10 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '总价差', |
|
|
|
field: 'differencePriceTotalMain', |
|
|
|
label: '供应商维护价税合计', |
|
|
|
field: 'afterTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1354,8 +1360,10 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
label: '供应商维护未税金额', |
|
|
|
field: 'amount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1374,7 +1382,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价税合计', |
|
|
|
label: '发票价税合计', |
|
|
|
field: 'adTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
@ -1385,15 +1393,15 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
label: '供应商维护税额', |
|
|
|
field: 'taxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '财务审批人', |
|
|
|
field: 'financialCreatorName', |
|
|
@ -1406,7 +1414,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税金额', |
|
|
|
label: '发票未税金额', |
|
|
|
field: 'beforeTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
@ -1417,13 +1425,13 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '尾差', |
|
|
|
field: 'totalDifference', |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '财务审批时间', |
|
|
@ -1439,7 +1447,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '税额', |
|
|
|
label: '发票税额', |
|
|
|
field: 'totalTaxAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
@ -1450,15 +1458,14 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价税合计差额(价税合计-系统价税合计)', |
|
|
|
label: '价税合计尾差', |
|
|
|
field: 'totalTaxDiffAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '财务过账日期', |
|
|
@ -1483,7 +1490,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '未税差额(未税金额-系统未税金额)', |
|
|
|
label: '未税尾差', |
|
|
|
field: 'beforeTaxDiffAmount', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
@ -1491,13 +1498,13 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|
sort: 'custom', |
|
|
|
|
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
@ -1518,7 +1525,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '税额差异(税额-系统税额)', |
|
|
|
label: '税额尾差', |
|
|
|
field: 'taxAmountDiff', |
|
|
|
formatter: accountantFormart, |
|
|
|
|
|
|
@ -1526,21 +1533,9 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive<CrudSche |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '创建时间',
|
|
|
|
// field: 'createTime',
|
|
|
|
// formatter: dateFormatter,
|
|
|
|
// sortTableDefault:1000,
|
|
|
|
// detail: {
|
|
|
|
// dateFormat: 'YYYY-MM-DD HH:mm:ss'
|
|
|
|
// },
|
|
|
|
// isForm: false,
|
|
|
|
// isTable: false,
|
|
|
|
// isSearch: false,
|
|
|
|
// isDetail: true,
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
])) |
|
|
|
const singlePriceFormart = (row, column, cellValue) => { |
|
|
|