|
|
@ -50,7 +50,8 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '项目编码', |
|
|
|
field: 'projectCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isTable:false, |
|
|
|
isTableForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -86,7 +87,7 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '单据号', |
|
|
|
label: '物流单据号', |
|
|
|
field: 'recvBillNum', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
@ -94,14 +95,6 @@ export const SupplierinvoiceInvoiced = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物流单据号', |
|
|
|
field: 'erpNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货单号', |
|
|
|
field: 'asnBillNum', |
|
|
|