|
|
@ -144,8 +144,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '订单号', |
|
|
|
field: 'orderCode', |
|
|
|
label: '参考订单号', |
|
|
|
field: 'referenceOrderCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
@ -154,8 +154,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '订单行', |
|
|
|
field: 'orderRow', |
|
|
|
label: '参考订单行', |
|
|
|
field: 'referenceOrderRow', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
@ -168,8 +168,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '凭证号', |
|
|
|
field: 'certificateCode', |
|
|
|
label: '参考凭证号', |
|
|
|
field: 'referenceCertificateCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
@ -178,8 +178,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '凭证行', |
|
|
|
field: 'certificateRow', |
|
|
|
label: '参考凭证行', |
|
|
|
field: 'referenceCertificateRow', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isForm:false, |
|
|
|