Browse Source

上传质量报告限制数量

master_hella_20240701
wangyufei 5 months ago
parent
commit
dc669936d6
  1. 5
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts

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

@ -3,7 +3,7 @@ import { dateFormatter } from '@/utils/formatTime'
export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchema[]>([ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '上传质报告', label: '上传质报告',
field: 'uploadFile', field: 'uploadFile',
sort: 'custom', sort: 'custom',
isTable:false, isTable:false,
@ -16,7 +16,8 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive<CrudSchem
tableName: 'SupplierdeliverInspectionDetail', tableName: 'SupplierdeliverInspectionDetail',
}, },
fileType:['pdf','png','jpg','jpeg'], fileType:['pdf','png','jpg','jpeg'],
fileSize:100 fileSize:100,
limit:20000
} }
}, },
}, },

Loading…
Cancel
Save