diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts index a5deb903f..30d80979c 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts @@ -1638,74 +1638,6 @@ export const SupplierdeliverRequestDetailLabel = useCrudSchemas(reactive([ - { - label: '上传质检报告', - field: 'uploadFile', - sort: 'custom', - isTable:false, - isTableForm:false, - form: { - component: 'UploadFile', - componentProps: { - upData:{ - tableId: '', - tableName: 'UploadQualityReport', - fileType:['apk'], - fileSize:100 - }, - limit:1, - } - }, - }, - { - label: '物料代码', - field: 'itemCode', - sort: 'custom', - isForm:false, - isTableForm:true, - table: { - width: 150, - }, - }, - { - label: '计量单位', - field: 'uom', - dictType: DICT_TYPE.UOM, - dictClass: 'string', - isTable: true, - isForm:false, - sort: 'custom', - table: { - width: 150 - }, - tableForm: { - type: 'Select' - } - }, - { - label: '供应商批次', - field: 'batch', - sort: 'custom', - isForm:false, - table: { - width: 150 - }, - }, - { - label: '发货数量', - field: 'planQty', - table: { - width: 150 - }, - isForm:false, - tableForm: { - type: 'InputNumber', - min: 0, - precision: 6 - } - }, -])) export const SupplierdeliverRequestPackage = useCrudSchemas(reactive([ { label: '包装号',