|
@ -16,7 +16,6 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchem |
|
|
tableName: 'SupplierdeliverInspectionDetail', |
|
|
tableName: 'SupplierdeliverInspectionDetail', |
|
|
}, |
|
|
}, |
|
|
limit:1, |
|
|
limit:1, |
|
|
fileType:['apk'], |
|
|
|
|
|
fileSize:100 |
|
|
fileSize:100 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -28,21 +27,6 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchem |
|
|
isForm:false, |
|
|
isForm:false, |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '计量单位', |
|
|
|
|
|
field: 'uom', |
|
|
|
|
|
dictType: DICT_TYPE.UOM, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
type: 'Select' |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '供应商批次', |
|
|
label: '供应商批次', |
|
|
field: 'batch', |
|
|
field: 'batch', |
|
@ -62,6 +46,21 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchem |
|
|
precision: 6 |
|
|
precision: 6 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '计量单位', |
|
|
|
|
|
field: 'uom', |
|
|
|
|
|
dictType: DICT_TYPE.UOM, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
isTable: true, |
|
|
|
|
|
isForm:false, |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
type: 'Select' |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '备注', |
|
|
label: '备注', |
|
|
field: 'remark', |
|
|
field: 'remark', |
|
|