|
|
@ -89,8 +89,8 @@ export const InspectionJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '订单号', |
|
|
|
field: 'orderCode', |
|
|
|
label: '参考订单号', |
|
|
|
field: 'referenceOrderCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
@ -103,8 +103,8 @@ export const InspectionJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '订单行', |
|
|
|
field: 'orderRow', |
|
|
|
label: '参考订单行', |
|
|
|
field: 'referenceOrderRow', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
@ -119,8 +119,8 @@ export const InspectionJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '凭证号', |
|
|
|
field: 'certificateCode', |
|
|
|
label: '参考凭证号', |
|
|
|
field: 'referenceCertificateCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
@ -133,8 +133,8 @@ export const InspectionJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '凭证行', |
|
|
|
field: 'certificateRow', |
|
|
|
label: '参考凭证行', |
|
|
|
field: 'referenceCertificateRow', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
@ -565,4 +565,4 @@ export const InspectionJobPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
])) |
|
|
|
])) |
|
|
|