diff --git a/src/components/Detail/src/Detail.vue b/src/components/Detail/src/Detail.vue
index 770fc372c..83fcf090a 100644
--- a/src/components/Detail/src/Detail.vue
+++ b/src/components/Detail/src/Detail.vue
@@ -108,16 +108,19 @@
/>
-
-
+
+
+
+
@@ -443,6 +446,7 @@ const getAnnexFileList = async (row:id) => {
annexData.annexList = annexList
}else{
annexTableData.value.push({
+ align:item.align,
label: item.label,
tableName: item?.tableName || '',
annexList,
diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts
index ae04dccf8..0f55e8f0c 100644
--- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts
+++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverInspectionDetail/supplierdeliverInspectionDetail.data.ts
@@ -9,10 +9,28 @@ export const SupplierdeliverInspectionDetailRules = reactive({
})
export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive([
+ {
+ label: '上传质检报告',
+ field: 'uploadFile',
+ sort: 'custom',
+ isTable:false,
+ isTableForm:false,
+ form: {
+ component: 'UploadFile',
+ componentProps: {
+ upData:{
+ tableId: '',
+ tableName: 'SupplierdeliverInspectionDetail'
+ },
+ limit:1,
+ }
+ },
+ },
{
label: '代码',
field: 'itemCode',
sort: 'custom',
+ isForm:false,
isSearch: true,
},
{
@@ -21,6 +39,7 @@ export const SupplierdeliverInspectionDetail = useCrudSchemas(reactive