|
|
@ -82,21 +82,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
//子表数据,仅是查询条件
|
|
|
|
{ |
|
|
|
label: '货运单号', |
|
|
|
field: 'asnBillNum', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
isTableForm:false, |
|
|
|
isTable:false, |
|
|
|
isDetail:false, |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
|
|
|
|
// {
|
|
|
|
// label: '申请单号',
|
|
|
|
// field: 'requestNumber',
|
|
|
@ -449,6 +435,21 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
//子表数据,仅是查询条件
|
|
|
|
{ |
|
|
|
label: '货运单号', |
|
|
|
field: 'asnBillNum', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
isTableForm:false, |
|
|
|
isTable:false, |
|
|
|
isDetail:false, |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '财务凭证号', |
|
|
|
field: 'voucherNumber', |
|
|
|