cz 1 year ago
parent
commit
1e6bcceff5

+ 1 - 1
src/views/EHSD/saleContract/contractEHSD/index.vue

@@ -746,7 +746,7 @@ const tagClose = (val, item) => {
   }
   proxy.post("/customer/editTag", data).then(() => {
     ElMessage({
-      message: "添加成功",
+      message: "删除成功",
       type: "success",
     });
     item.addTagShow = false;

+ 1 - 1
src/views/EHSD/saleContract/priceSheetEHSD/index.vue

@@ -799,7 +799,7 @@ const tagClose = (val, item) => {
   }
   proxy.post("/customer/editTag", data).then(() => {
     ElMessage({
-      message: "添加成功",
+      message: "删除成功",
       type: "success",
     });
     item.addTagShow = false;

+ 1 - 2
src/views/EHSD/saleContract/sampleEHSD/index.vue

@@ -303,7 +303,6 @@ const config = computed(() => {
     //     width: 180,
     //   },
     // },
-
     {
       attrs: {
         label: "预付比例",
@@ -736,7 +735,7 @@ const tagClose = (val, item) => {
   }
   proxy.post("/customer/editTag", data).then(() => {
     ElMessage({
-      message: "添加成功",
+      message: "删除成功",
       type: "success",
     });
     item.addTagShow = false;

+ 14 - 14
src/views/customer/file/index.vue

@@ -1647,20 +1647,20 @@ const formSearchConfig = computed(() => {
       label: "客户名称",
       itemType: "text",
     },
-    // {
-    //   type: "input",
-    //   prop: "contactName",
-    //   label: "客户联系人",
-    //   itemType: "text",
-    //   itemWidth: 50,
-    // },
-    // {
-    //   type: "input",
-    //   prop: "contactEmail",
-    //   label: "联系人邮箱",
-    //   itemType: "text",
-    //   itemWidth: 50,
-    // },
+    {
+      type: "input",
+      prop: "contactName",
+      label: "客户联系人",
+      itemType: "text",
+      itemWidth: 50,
+    },
+    {
+      type: "input",
+      prop: "contactEmail",
+      label: "联系人邮箱",
+      itemType: "text",
+      itemWidth: 50,
+    },
     {
       type: "slot",
       slotName: "address",

+ 14 - 14
src/views/customer/highseas/index.vue

@@ -1515,20 +1515,20 @@ const formSearchConfig = computed(() => {
       label: "客户名称",
       itemType: "text",
     },
-    // {
-    //   type: "input",
-    //   prop: "contactName",
-    //   label: "客户联系人",
-    //   itemType: "text",
-    //   itemWidth: 50,
-    // },
-    // {
-    //   type: "input",
-    //   prop: "contactEmail",
-    //   label: "联系人邮箱",
-    //   itemType: "text",
-    //   itemWidth: 50,
-    // },
+    {
+      type: "input",
+      prop: "contactName",
+      label: "客户联系人",
+      itemType: "text",
+      itemWidth: 50,
+    },
+    {
+      type: "input",
+      prop: "contactEmail",
+      label: "联系人邮箱",
+      itemType: "text",
+      itemWidth: 50,
+    },
     {
       type: "slot",
       slotName: "address",

+ 14 - 14
src/views/customer/privatesea/index.vue

@@ -1517,20 +1517,20 @@ const formSearchConfig = computed(() => {
       label: "客户名称",
       itemType: "text",
     },
-    // {
-    //   type: "input",
-    //   prop: "contactName",
-    //   label: "客户联系人",
-    //   itemType: "text",
-    //   itemWidth: 50,
-    // },
-    // {
-    //   type: "input",
-    //   prop: "contactEmail",
-    //   label: "联系人邮箱",
-    //   itemType: "text",
-    //   itemWidth: 50,
-    // },
+    {
+      type: "input",
+      prop: "contactName",
+      label: "客户联系人",
+      itemType: "text",
+      itemWidth: 50,
+    },
+    {
+      type: "input",
+      prop: "contactEmail",
+      label: "联系人邮箱",
+      itemType: "text",
+      itemWidth: 50,
+    },
     {
       type: "slot",
       slotName: "address",

+ 1 - 0
src/views/purchaseManage/purchaseManage/purchaseDocumentary/index.vue

@@ -452,6 +452,7 @@ const clickAdd = (item, row) => {
     remark: "",
     fileList: [],
   };
+  fileList.value = [];
   loadingDialog.value = false;
   dialogVisible.value = true;
 };