Browse Source

上传质量报告

master_hella_20240701
chenfang 5 months ago
parent
commit
10918d9eb9
  1. 31
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts

31
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts

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

Loading…
Cancel
Save