|
|
@ -143,25 +143,25 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '发票申请状态', |
|
|
|
field: 'requestStatus', |
|
|
|
dictType: DICT_TYPE.INVOICE_REQUEST_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
isForm:false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
|
value: '1', |
|
|
|
componentProps: { |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '发票申请状态',
|
|
|
|
// field: 'requestStatus',
|
|
|
|
// dictType: DICT_TYPE.INVOICE_REQUEST_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isTable: true,
|
|
|
|
// isForm:false,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// isSearch: false,
|
|
|
|
// form: {
|
|
|
|
// value: '1',
|
|
|
|
// componentProps: {
|
|
|
|
// disabled: true
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
@ -181,13 +181,29 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可开票数量', |
|
|
|
label: '票据总数', |
|
|
|
field: 'invoicableQuantity', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '实际开票数量', |
|
|
|
field: 'issuedInvoicableQuantity', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可开票数量', |
|
|
|
field: 'invoiceAvailableQuantity', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '零件号', |
|
|
|
field: 'itemCode', |
|
|
|