|
@ -700,7 +700,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
sortTableDefault:11, |
|
|
sortTableDefault:11, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '说明',//回转说明
|
|
|
label: '发票说明',//回转说明
|
|
|
field: 'tcCInvoiceRemark', |
|
|
field: 'tcCInvoiceRemark', |
|
|
sortTableDefault:11, |
|
|
sortTableDefault:11, |
|
|
table: { |
|
|
table: { |
|
@ -1427,12 +1427,12 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive<CrudSchem |
|
|
isDetail: true, |
|
|
isDetail: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '说明', //回转说明
|
|
|
label: '发票说明', //回转说明
|
|
|
field: 'tcCInvoiceRemark', |
|
|
field: 'tcCInvoiceRemark', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '', |
|
|
label: '模具分摊说明', |
|
|
field: '', |
|
|
field: 'tcCInvoiceAllocationRemark', |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: false, |
|
|
isTable: false, |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
@ -2017,7 +2017,7 @@ export const SupplierinvoiceRecordMainTransfer = useCrudSchemas(reactive<CrudSch |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '说明', |
|
|
label: '发票说明', |
|
|
field: 'tcCInvoiceRemark', |
|
|
field: 'tcCInvoiceRemark', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
@ -2032,6 +2032,23 @@ export const SupplierinvoiceRecordMainTransfer = useCrudSchemas(reactive<CrudSch |
|
|
showWordLimit:true |
|
|
showWordLimit:true |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '模具分摊说明', |
|
|
|
|
|
field: 'tcCInvoiceAllocationRemark', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
isForm: true, |
|
|
|
|
|
isDetail:false, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
style: { 'padding-bottom': '20px'}, |
|
|
|
|
|
type:"textarea", |
|
|
|
|
|
maxlength:50, |
|
|
|
|
|
showWordLimit:true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|