|
|
@ -674,19 +674,9 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// isTable: false,
|
|
|
|
// isForm: false,
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '回转凭证号', |
|
|
|
field: 'transferNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 200, |
|
|
|
}, |
|
|
|
sortTableDefault:11, |
|
|
|
isTable:true, |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '回转日期', |
|
|
|
label: '回转时间', |
|
|
|
field: 'reversepostingdate', |
|
|
|
formatter: dateFormatter2, |
|
|
|
detail: { |
|
|
@ -699,29 +689,41 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sortTableDefault:11, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '冲销日记帐', |
|
|
|
field: 'reverseInvoiceJournal', |
|
|
|
label: '说明',//回转说明
|
|
|
|
field: 'tcCInvoiceRemark', |
|
|
|
sortTableDefault:11, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '调整账代码', |
|
|
|
field: 'adjustmentJournal', |
|
|
|
sortTableDefault:11, |
|
|
|
label: '回转凭证号', |
|
|
|
field: 'transferNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
width: 200, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '回转说明', |
|
|
|
field: 'tcCInvoiceRemark', |
|
|
|
sortTableDefault:11, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '冲销日记帐',
|
|
|
|
// field: 'reverseInvoiceJournal',
|
|
|
|
// sortTableDefault:11,
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '调整账代码',
|
|
|
|
// field: 'adjustmentJournal',
|
|
|
|
// sortTableDefault:11,
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '采购审批时间', |
|
|
|
field: 'procurementCreateTime', |
|
|
@ -874,7 +876,7 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
isForm: false, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isDetail: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商信息', |
|
|
@ -883,7 +885,15 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
isForm: false, |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isDetail: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '价差', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'SCP系统数据', |
|
|
@ -1012,15 +1022,6 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '尾差',
|
|
|
|
// field: 'totalDifference',
|
|
|
@ -1030,6 +1031,16 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
// isSearch: false,
|
|
|
|
// isDetail: false,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '尾差', |
|
|
|
field: '', |
|
|
|
sortTableDefault: 6, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '采购价格审批人', |
|
|
|
field: 'procurementCreatorName', |
|
|
@ -1228,7 +1239,71 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '回转凭证号', |
|
|
|
field: 'transferNumber', |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '回转时间', |
|
|
|
field: 'reversepostingdate', |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD' |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '说明', //回转说明
|
|
|
|
field: 'tcCInvoiceRemark', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '', |
|
|
|
field: '', |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isSearch: false, |
|
|
|
isDetail: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|