|
|
@ -154,6 +154,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isSearch: true, |
|
|
|
isForm: false |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '供应商代码', |
|
|
|
field: 'supplierCode', |
|
|
@ -217,6 +218,21 @@ export const SupplierinvoiceRequestMain = 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: 'amount', |
|
|
@ -1576,6 +1592,7 @@ export const SupplierinvoiceRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
|
isDetail: false, |
|
|
|
isTable: true, |
|
|
|
}, |
|
|
|
|
|
|
|
//仅是主列表页面的筛选搜索条件
|
|
|
|
{ |
|
|
|
label: '收货日期', |
|
|
|