|
|
@ -30,7 +30,7 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'applicationDate', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -52,7 +52,7 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'applicationTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -74,7 +74,7 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'requestStartTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -96,7 +96,7 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'requestEndTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -118,7 +118,7 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'finishTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -139,37 +139,37 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '供应商编码', |
|
|
|
field: 'supplierCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料编码', |
|
|
|
field: 'materialCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '批次', |
|
|
|
field: 'batch', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '待检数量', |
|
|
|
field: 'requestInspectionNum', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '参考订单号', |
|
|
|
field: 'referenceOrderCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '参考订单行', |
|
|
|
field: 'referenceOrderRow', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
value: 0 |
|
|
@ -179,13 +179,13 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '参考凭证号', |
|
|
|
field: 'referenceCertificateCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '参考凭证行', |
|
|
|
field: 'referenceCertificateRow', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
value: 0 |
|
|
@ -195,37 +195,37 @@ export const InspectionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '检验方案编码', |
|
|
|
field: 'inspectionSchemeCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '检验阶段', |
|
|
|
field: 'inspectionStageCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '检验申请包装列表', |
|
|
|
field: 'applicationPackageCode', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '检验水平', |
|
|
|
field: 'inspectionLevel', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'AQL值', |
|
|
|
field: 'aqlValue', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '是否可用', |
|
|
|
field: 'available', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|