xiaodai2022 2 years ago
parent
commit
2b06c43f68
67 changed files with 1122 additions and 912 deletions
  1. 58 55
      src/views/goodStore/active/components/baseForm.vue
  2. 7 5
      src/views/goodStore/active/components/edit-minorder-form.vue
  3. 36 34
      src/views/goodStore/active/components/finance-exam-one-form.vue
  4. 29 27
      src/views/goodStore/active/components/finance-exam-two-form.vue
  5. 8 6
      src/views/goodStore/active/components/set-active-price-form.vue
  6. 25 23
      src/views/goodStore/brand/addEdit.vue
  7. 42 38
      src/views/goodStore/dealGoodsPool/addEdit.vue
  8. 27 25
      src/views/goodStore/goldPrice/components/addEdit.vue
  9. 43 39
      src/views/goodStore/goodsCost/components/addEdit.vue
  10. 120 119
      src/views/goodStore/goodsCost/components/baseForm.vue
  11. 49 45
      src/views/goodStore/goodsOnline/add.vue
  12. 125 124
      src/views/goodStore/goodsOnline/components/fixed-price-form.vue
  13. 25 23
      src/views/goodStore/sort/addEdit.vue
  14. 22 20
      src/views/goodStore/sort/addEditRate.vue
  15. 25 25
      src/views/goodStore/specs/addEdit.vue
  16. 26 26
      src/views/goodStore/unit/addEdit.vue
  17. 68 66
      src/views/interest/account/addEdit.vue
  18. 20 19
      src/views/interest/account/resetPassword.vue
  19. 50 48
      src/views/interest/dataShare/addEdit.vue
  20. 29 28
      src/views/interest/group/addEdit.vue
  21. 4 0
      src/views/interest/handover/components/addEditForm.vue
  22. 6 2
      src/views/interest/role/addEdit.vue
  23. 3 0
      src/views/orderEntry/orderConfirm/index.vue
  24. 4 1
      src/views/person-infor/my-message.vue
  25. 3 0
      src/views/purchaseIn/purchaseDiffOrder/addEditModel.vue
  26. 3 0
      src/views/purchaseIn/purchaseOrder/components/editPrice.vue
  27. 3 0
      src/views/purchaseIn/purchaseOrder/components/order-in-table.vue
  28. 5 0
      src/views/purchaseIn/purchaseOrder/components/tolerance.vue
  29. 3 0
      src/views/purchaseIn/purchaseOrder/components/work-diff-table.vue
  30. 3 0
      src/views/purchaseIn/purchaseOrder/detail.vue
  31. 9 10
      src/views/purchaseIn/workbench/components/baseForm.vue
  32. 4 1
      src/views/purchaseIn/wsmInOrder/components/wsm-in-order-check-form.vue
  33. 3 0
      src/views/purchaseIn/wsmInOrder/components/wsm-in-order-model.vue
  34. 4 1
      src/views/purchaseIn/wsmInOrder/components/wsm-in-order-record-form.vue
  35. 4 1
      src/views/purchaseIn/wsmInOrder/components/wsm-in-order-return-form.vue
  36. 9 2
      src/views/reportQuery/financeReport/addEdit.vue
  37. 9 2
      src/views/reportQuery/saleReportOrder/addEdit.vue
  38. 3 0
      src/views/sellOut/project/components/addForm.vue
  39. 10 2
      src/views/sellOut/project/components/buyGoodModal.vue
  40. 7 2
      src/views/sellOut/project/components/costFormAddEdit.vue
  41. 5 2
      src/views/sellOut/project/components/grossForm.vue
  42. 3 0
      src/views/sellOut/returnOrder/components/auditForm.vue
  43. 3 0
      src/views/sellOut/returnOrder/components/return-record.vue
  44. 6 7
      src/views/sellOut/salesOrder/components/addEdit.vue
  45. 15 6
      src/views/sellOut/salesOrder/components/addForm.vue
  46. 5 3
      src/views/sellOut/salesOrder/components/order-out-table.vue
  47. 9 2
      src/views/sellOut/salesOrder/components/out-order-add-model.vue
  48. 4 1
      src/views/sellOut/salesOrder/setPartial.vue
  49. 3 0
      src/views/sellOut/salesOrder/userAddEdit.vue
  50. 5 2
      src/views/sellOut/sellAfterApply/components/express_feedback.vue
  51. 5 1
      src/views/sellOut/sellAfterApply/components/purchase_exam.vue
  52. 7 2
      src/views/sellOut/sellOutOrder/components/addEditFormA.vue
  53. 12 7
      src/views/sellOut/sellOutOrder/components/addEdit_sellForm.vue
  54. 3 0
      src/views/sellOut/sellOutOrder/components/express_feedback.vue
  55. 6 3
      src/views/sellOut/sellOutOrder/components/logisticsForm.vue
  56. 3 0
      src/views/sellOut/sellOutOrder/components/purchase_check.vue
  57. 5 1
      src/views/sellOut/sellOutOrder/components/returnExpress.vue
  58. 3 0
      src/views/sellOut/sellOutOrder/components/supplier_feedback.vue
  59. 3 0
      src/views/sellOut/sellOutOrder/components/want-deliver.vue
  60. 3 0
      src/views/sellOut/sellReturn/components/addForm.vue
  61. 5 1
      src/views/sellOut/sellReturn/components/addModel.vue
  62. 3 0
      src/views/sellOut/sellReturn/components/comExamForm.vue
  63. 4 1
      src/views/sellOut/stockApply/components/addEdit.vue
  64. 3 0
      src/views/sellOut/stockApply/components/purchaseBack.vue
  65. 9 2
      src/views/sellOut/zixunOrder/components/addEditBargain.vue
  66. 5 2
      src/views/sellOut/zixunOrder/components/addEditForm.vue
  67. 52 50
      src/views/sellOut/zixunOrder/components/buyGoodModal.vue

+ 58 - 55
src/views/goodStore/active/components/baseForm.vue

@@ -590,63 +590,66 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          if (this.ruleForm.good_list.length === 0) {
-            this.$message.warning("请选择活动商品信息!");
-            this.loading = false;
-            return;
-          }
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          const { good_list } = model;
+          if (!this.loading) {
+            this.loading = true;
+            if (this.ruleForm.good_list.length === 0) {
+              this.$message.warning("请选择活动商品信息!");
+              this.loading = false;
+              return;
+            }
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            const { good_list } = model;
 
-          let list = JSON.parse(JSON.stringify(good_list));
-          let newList = [];
-          model.good_list = [];
-          list.forEach((e) => {
-            let item = {
-              skuCode: e.skuCode,
-              activity_stock: e.activity_stock,
-            };
-            newList.push(item);
-          });
-          model.good_list = newList;
-          let res = {};
-          console.log(this.id, this.type);
-          if (this.type === "add") {
-            delete model["id"];
-            delete model["spuCode"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          console.log(res);
-          this.loading = false;
-          const { code, data, message } = res;
-          if (code === 0) {
-            const title = this.type === "add" ? "新建成功!" : "库存修改成功!";
-            this.$notify.success({
-              title: title,
-              message: "",
+            let list = JSON.parse(JSON.stringify(good_list));
+            let newList = [];
+            model.good_list = [];
+            list.forEach((e) => {
+              let item = {
+                skuCode: e.skuCode,
+                activity_stock: e.activity_stock,
+              };
+              newList.push(item);
             });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh", true);
-          } else if (code >= 100 && code <= 104) {
-            await this.logout();
-          } else if (code == 1005) {
-            let resList = JSON.parse(JSON.stringify(data));
-            let htmlList = "<ul>";
-            resList.forEach((v) => {
-              htmlList += `<li>${v.outCode}</li>`;
-            });
-            htmlList += "</ul>";
-            this.$notify({
-              title: message,
-              dangerouslyUseHTMLString: true,
-              message: htmlList,
-            });
-          } else {
-            this.$message.warning(message);
+            model.good_list = newList;
+            let res = {};
+            console.log(this.id, this.type);
+            if (this.type === "add") {
+              delete model["id"];
+              delete model["spuCode"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            console.log(res);
+            this.loading = false;
+            const { code, data, message } = res;
+            if (code === 0) {
+              const title =
+                this.type === "add" ? "新建成功!" : "库存修改成功!";
+              this.$notify.success({
+                title: title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh", true);
+            } else if (code >= 100 && code <= 104) {
+              await this.logout();
+            } else if (code == 1005) {
+              let resList = JSON.parse(JSON.stringify(data));
+              let htmlList = "<ul>";
+              resList.forEach((v) => {
+                htmlList += `<li>${v.outCode}</li>`;
+              });
+              htmlList += "</ul>";
+              this.$notify({
+                title: message,
+                dangerouslyUseHTMLString: true,
+                message: htmlList,
+              });
+            } else {
+              this.$message.warning(message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 7 - 5
src/views/goodStore/active/components/edit-minorder-form.vue

@@ -187,11 +187,13 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          this.showModelThis = false;
-          // 刷新
-          this.$emit("refresh", model);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            this.showModelThis = false;
+            // 刷新
+            this.$emit("refresh", model);
+          }
         } else {
           console.log("error submit!!");
           return false;

+ 36 - 34
src/views/goodStore/active/components/finance-exam-one-form.vue

@@ -155,42 +155,44 @@ export default {
       console.log("2345");
     },
     async submitForm() {
-      this.loading = true;
-      const { activity_code } = this.sitem;
-      let ruleForm = {
-        activity_code: activity_code || "",
-        good_list: [],
-      };
-      let list = JSON.parse(JSON.stringify(this.tableData));
-      let isok = true;
-      let newlist = [];
-      list.forEach((e) => {
-        if (e.moq_num + "" === "0" || e.moq_num + "" === "") {
-          isok = false;
-        }
-        let item = {
-          id: e.id,
-          skuCode: e.skuCode,
-          cost_price: e.cost_price,
-          moq_num: e.moq_num,
+      if (!this.loading) {
+        this.loading = true;
+        const { activity_code } = this.sitem;
+        let ruleForm = {
+          activity_code: activity_code || "",
+          good_list: [],
         };
-        newlist.push(item);
-      });
-      if (!isok) {
-        this.$message.warning("部分商品起订量不合法!");
-        this.loading = false;
-        return;
-      }
-      ruleForm.good_list = JSON.parse(JSON.stringify(newlist));
-      let res = await asyncRequest.actcost(ruleForm);
-      this.loading = false;
-      if (res && res.code === 0) {
-        this.$notify.success({
-          title: "提交成功!",
-          message: "",
+        let list = JSON.parse(JSON.stringify(this.tableData));
+        let isok = true;
+        let newlist = [];
+        list.forEach((e) => {
+          if (e.moq_num + "" === "0" || e.moq_num + "" === "") {
+            isok = false;
+          }
+          let item = {
+            id: e.id,
+            skuCode: e.skuCode,
+            cost_price: e.cost_price,
+            moq_num: e.moq_num,
+          };
+          newlist.push(item);
         });
-        // 刷新
-        this.$emit("refresh", true);
+        if (!isok) {
+          this.$message.warning("部分商品起订量不合法!");
+          this.loading = false;
+          return;
+        }
+        ruleForm.good_list = JSON.parse(JSON.stringify(newlist));
+        let res = await asyncRequest.actcost(ruleForm);
+        this.loading = false;
+        if (res && res.code === 0) {
+          this.$notify.success({
+            title: "提交成功!",
+            message: "",
+          });
+          // 刷新
+          this.$emit("refresh", true);
+        }
       }
     },
   },

+ 29 - 27
src/views/goodStore/active/components/finance-exam-two-form.vue

@@ -101,7 +101,7 @@ import showGoodDataModal from "@/components/show-good-data-modal";
 export default {
   name: "financeExamOneForm",
   mixins: [resToken],
-  props: ["id", "type", "sitem",'newTime'],
+  props: ["id", "type", "sitem", "newTime"],
   computed: {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
   },
@@ -120,7 +120,7 @@ export default {
       tableData: [],
     };
   },
-   watch: {
+  watch: {
     newTime: function (val) {
       if (val) {
         this.initForm();
@@ -160,34 +160,36 @@ export default {
       this.tableData =
         info && info.length > 0 ? JSON.parse(JSON.stringify(info)) : [];
     },
- 
+
     async submitForm() {
-      this.loading = true;
-      const { activity_code } = this.sitem;
-      let ruleForm = {
-        activity_code: activity_code || "",
-        good_list: [],
-      };
-      let list = JSON.parse(JSON.stringify(this.tableData));
-      let newlist = [];
-      list.forEach((e) => {
-        let item = {
-          id: e.id,
-          activity_price: e.activity_price,
+      if (!this.loading) {
+        this.loading = true;
+        const { activity_code } = this.sitem;
+        let ruleForm = {
+          activity_code: activity_code || "",
+          good_list: [],
         };
-        newlist.push(item);
-      });
-
-      ruleForm.good_list = JSON.parse(JSON.stringify(newlist));
-      let res = await asyncRequest.setActivity(ruleForm);
-      this.loading = false;
-      if (res && res.code === 0) {
-        this.$notify.success({
-          title: "提交成功!",
-          message: "",
+        let list = JSON.parse(JSON.stringify(this.tableData));
+        let newlist = [];
+        list.forEach((e) => {
+          let item = {
+            id: e.id,
+            activity_price: e.activity_price,
+          };
+          newlist.push(item);
         });
-        // 刷新
-        this.$emit("refresh", true);
+
+        ruleForm.good_list = JSON.parse(JSON.stringify(newlist));
+        let res = await asyncRequest.setActivity(ruleForm);
+        this.loading = false;
+        if (res && res.code === 0) {
+          this.$notify.success({
+            title: "提交成功!",
+            message: "",
+          });
+          // 刷新
+          this.$emit("refresh", true);
+        }
       }
     },
   },

+ 8 - 6
src/views/goodStore/active/components/set-active-price-form.vue

@@ -45,7 +45,7 @@
               <el-input
                 v-model="ruleForm.activity_stock"
                 placeholder="活动库存"
-                 disabled
+                disabled
                 maxlength="100"
               />
             </el-form-item>
@@ -189,11 +189,13 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          this.showModelThis = false;
-          // 刷新
-          this.$emit("refresh", model);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            this.showModelThis = false;
+            // 刷新
+            this.$emit("refresh", model);
+          }
         } else {
           console.log("error submit!!");
           return false;

+ 25 - 23
src/views/goodStore/brand/addEdit.vue

@@ -161,29 +161,31 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          let res = {};
-          if (this.id === "003") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功!" : "修改成功!";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            let res = {};
+            if (this.id === "003") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功!" : "修改成功!";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 42 - 38
src/views/goodStore/dealGoodsPool/addEdit.vue

@@ -260,51 +260,55 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          // model.platform = model.platform.toString();
-          model.codes = [];
-          let list = JSON.parse(JSON.stringify(this.sitem));
-          list.forEach((e) => {
-            model.codes.push(e.spuCode);
-          });
-          let { code, data, message } = await asyncRequest.online_add(model);
-          this.loading = false;
-          if (code === 0) {
-            this.$notify.success({
-              title: "已成功添加至上线流程!",
-              message: "",
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            // model.platform = model.platform.toString();
+            model.codes = [];
+            let list = JSON.parse(JSON.stringify(this.sitem));
+            list.forEach((e) => {
+              model.codes.push(e.spuCode);
             });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (code >= 100 && code <= 104) {
-            await this.logout();
-          } else if (code === 1009) {
-            let resList = JSON.parse(JSON.stringify(data));
+            let { code, data, message } = await asyncRequest.online_add(model);
+            this.loading = false;
+            if (code === 0) {
+              this.$notify.success({
+                title: "已成功添加至上线流程!",
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (code >= 100 && code <= 104) {
+              await this.logout();
+            } else if (code === 1009) {
+              let resList = JSON.parse(JSON.stringify(data));
 
-            let htmlList = "<ul>";
-            resList.forEach((v) => {
-              htmlList += `<li>
+              let htmlList = "<ul>";
+              resList.forEach((v) => {
+                htmlList += `<li>
           <img src='${v.good_img}' style='width: 20px; height: 20px'
                   class='hover'
                   v-viewer/>
                   <span>${v.good_name}__</span>`;
-              const { speclist } = v;
-              let str = "<span>";
-              speclist.forEach((a, ai) => {
-                str += `${ai !== 0 ? "--" : ""}${a.spec_name}[${a.spec_value}]`;
+                const { speclist } = v;
+                let str = "<span>";
+                speclist.forEach((a, ai) => {
+                  str += `${ai !== 0 ? "--" : ""}${a.spec_name}[${
+                    a.spec_value
+                  }]`;
+                });
+                htmlList += str + "</span>" + `</li>`;
               });
-              htmlList += str + "</span>" + `</li>`;
-            });
-            htmlList += "</ul>";
-            this.$notify({
-              title: "一下商品已上线或已经在审批流程中!",
-              dangerouslyUseHTMLString: true,
-              message: htmlList,
-            });
-          } else {
-            this.$message.warning(message);
+              htmlList += "</ul>";
+              this.$notify({
+                title: "一下商品已上线或已经在审批流程中!",
+                dangerouslyUseHTMLString: true,
+                message: htmlList,
+              });
+            } else {
+              this.$message.warning(message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 27 - 25
src/views/goodStore/goldPrice/components/addEdit.vue

@@ -150,31 +150,33 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          model.price += "";
-          model.type += "";
-          let res = {};
-          if (this.id === "003") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功!" : "修改成功!";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            model.price += "";
+            model.type += "";
+            let res = {};
+            if (this.id === "003") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功!" : "修改成功!";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 43 - 39
src/views/goodStore/goodsCost/components/addEdit.vue

@@ -254,57 +254,61 @@ export default {
     },
     platform_codesearchChange(e) {
       const { id, code, label } = e;
-      this.ruleForm.platform = id ||"";
+      this.ruleForm.platform = id || "";
       this.$refs.ruleForm.validateField("platform");
     },
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          // model.platform = model.platform.toString();
-          model.codes = [];
-          let list = JSON.parse(JSON.stringify(this.sitem));
-          list.forEach((e) => {
-            model.codes.push(e.spuCode);
-          });
-          let { code, data, message } = await asyncRequest.online_add(model);
-          this.loading = false;
-          if (code === 0) {
-            this.$notify.success({
-              title: "已成功添加至上线流程!",
-              message: "",
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            // model.platform = model.platform.toString();
+            model.codes = [];
+            let list = JSON.parse(JSON.stringify(this.sitem));
+            list.forEach((e) => {
+              model.codes.push(e.spuCode);
             });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (code >= 100 && code <= 104) {
-            await this.logout();
-          } else if (code === 1009) {
-            let resList = JSON.parse(JSON.stringify(data));
+            let { code, data, message } = await asyncRequest.online_add(model);
+            this.loading = false;
+            if (code === 0) {
+              this.$notify.success({
+                title: "已成功添加至上线流程!",
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (code >= 100 && code <= 104) {
+              await this.logout();
+            } else if (code === 1009) {
+              let resList = JSON.parse(JSON.stringify(data));
 
-            let htmlList = "<ul>";
-            resList.forEach((v) => {
-              htmlList += `<li>
+              let htmlList = "<ul>";
+              resList.forEach((v) => {
+                htmlList += `<li>
           <img src='${v.good_img}' style='width: 20px; height: 20px'
                   class='hover'
                   v-viewer/>
                   <span>${v.good_name}__</span>`;
-              const { speclist } = v;
-              let str = "<span>";
-              speclist.forEach((a, ai) => {
-                str += `${ai !== 0 ? "--" : ""}${a.spec_name}[${a.spec_value}]`;
+                const { speclist } = v;
+                let str = "<span>";
+                speclist.forEach((a, ai) => {
+                  str += `${ai !== 0 ? "--" : ""}${a.spec_name}[${
+                    a.spec_value
+                  }]`;
+                });
+                htmlList += str + "</span>" + `</li>`;
               });
-              htmlList += str + "</span>" + `</li>`;
-            });
-            htmlList += "</ul>";
-            this.$notify({
-              title: "一下商品已上线或已经在审批流程中!",
-              dangerouslyUseHTMLString: true,
-              message: htmlList,
-            });
-          } else {
-            this.$message.warning(res.message);
+              htmlList += "</ul>";
+              this.$notify({
+                title: "一下商品已上线或已经在审批流程中!",
+                dangerouslyUseHTMLString: true,
+                message: htmlList,
+              });
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 120 - 119
src/views/goodStore/goodsCost/components/baseForm.vue

@@ -1223,136 +1223,137 @@ export default {
       this.good_type_change();
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          if (this.spec_tableData.length === 0) {
-            this.$message.warning("请录入商品规格信息!");
-            this.loading = false;
-            return;
-          }
-          let isMust = true;
-          this.spec_tableData.forEach((e) => {
-            if (e.isMust && !e.spec_value_id) {
-              isMust = false;
-            }
-          });
-          if (!isMust) {
-            this.$message.warning("分类绑定的规格必须填写规格值!");
-            this.loading = false;
-            return;
-          }
-          if (this.ladder_tableData.length === 0) {
-            this.$message.warning("请录入阶梯成本!");
-            this.loading = false;
-            return;
-          }
-          const {
-            noble_weight,
-            weight,
-            good_type,
-            moq,
-            is_step,
-            is_gold_price,
-          } = this.ruleForm;
-          // if (is_step === "0" && this.ladder_tableData.length > 1) {
-          //   this.$message.warning("不启用阶梯成本,只能录入一条阶梯成本信息!");
-          //   this.loading = false;
-          //   return;
-          // }
-          if (this.is_noble) {
-            if (noble_weight * 1000 > weight * 1000) {
-              this.$message.warning("贵金属总重量不能大于商品总重量!");
+          if (!this.loading) {
+            this.loading = true;
+            if (this.spec_tableData.length === 0) {
+              this.$message.warning("请录入商品规格信息!");
               this.loading = false;
               return;
             }
-          }
-          if (is_gold_price === "1" && this.is_noble) {
-            let is_p = true;
-            this.ladder_tableData.forEach((v) => {
-              if (v.nake_fee * 1 !== 0) {
-                is_p = false;
+            let isMust = true;
+            this.spec_tableData.forEach((e) => {
+              if (e.isMust && !e.spec_value_id) {
+                isMust = false;
               }
             });
-            if (!is_p) {
-              this.$message.warning(
-                "启用实时金价的贵金属商品不能填写成本单价!"
-              );
+            if (!isMust) {
+              this.$message.warning("分类绑定的规格必须填写规格值!");
               this.loading = false;
               return;
             }
-          }
-          // if (good_type === "1") {
-          //   let set_num = moq * 1;
-          //   let isok = true;
-          //   this.ladder_tableData.forEach((e) => {
-          //     if (e.min_num * 1 < set_num) {
-          //       isok = false;
-          //     }
-          //   });
-          //   if (!isok) {
-          //     this.$message.warning("阶梯成本的起订量不能小于定制起订量!");
-          //     this.loading = false;
-          //     return;
-          //   }
-          // }
+            if (this.ladder_tableData.length === 0) {
+              this.$message.warning("请录入阶梯成本!");
+              this.loading = false;
+              return;
+            }
+            const {
+              noble_weight,
+              weight,
+              good_type,
+              moq,
+              is_step,
+              is_gold_price,
+            } = this.ruleForm;
+            // if (is_step === "0" && this.ladder_tableData.length > 1) {
+            //   this.$message.warning("不启用阶梯成本,只能录入一条阶梯成本信息!");
+            //   this.loading = false;
+            //   return;
+            // }
+            if (this.is_noble) {
+              if (noble_weight * 1000 > weight * 1000) {
+                this.$message.warning("贵金属总重量不能大于商品总重量!");
+                this.loading = false;
+                return;
+              }
+            }
+            if (is_gold_price === "1" && this.is_noble) {
+              let is_p = true;
+              this.ladder_tableData.forEach((v) => {
+                if (v.nake_fee * 1 !== 0) {
+                  is_p = false;
+                }
+              });
+              if (!is_p) {
+                this.$message.warning(
+                  "启用实时金价的贵金属商品不能填写成本单价!"
+                );
+                this.loading = false;
+                return;
+              }
+            }
+            // if (good_type === "1") {
+            //   let set_num = moq * 1;
+            //   let isok = true;
+            //   this.ladder_tableData.forEach((e) => {
+            //     if (e.min_num * 1 < set_num) {
+            //       isok = false;
+            //     }
+            //   });
+            //   if (!isok) {
+            //     this.$message.warning("阶梯成本的起订量不能小于定制起订量!");
+            //     this.loading = false;
+            //     return;
+            //   }
+            // }
 
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          model.cat_id = model.cat_id.toString();
-          model.brandid = model.brandid.toString();
-          model.supplierNo = model.supplierNo.toString();
-          model.delivery_place = model.delivery_place.toString();
-          model.origin_place = model.origin_place.toString();
-          model.good_info_img = model.good_info_img.toString();
-          model.good_img = model.good_img.toString();
-          model.unit = model.unit.toString();
-          model.speclist = JSON.parse(JSON.stringify(this.setResData(1)));
-          model.good_ladder = JSON.parse(JSON.stringify(this.setResData(2)));
-          model.config = model.config.toString();
-          model.is_exclusive =
-            model.is_exclusive.length > 0
-              ? model.is_exclusive[model.is_exclusive.length - 1]
-              : "";
-          let res = {};
-          delete model["id"];
-          if (this.type === "add") {
-            delete model["spuCode"];
-            res = await asyncRequest.add(model);
-          } else if (this.type === "editBase") {
-            let item1 = this.setModel(model, "1");
-            res = await asyncRequest.update(item1);
-          } else if (this.type === "editCoin") {
-            let item2 = this.setModel(model, "2");
-            res = await asyncRequest.updateP(item2);
-          } else {
-            model.companyNo = model.company_id;
-            delete model["company_id"];
-            res = await asyncRequest.edit_update(model);
-          }
-          console.log(res);
-          this.loading = false;
-          const { code, data, message } = res;
-          if (code === 0) {
-            const title =
-              this.type === "add"
-                ? "新建成功!"
-                : this.type === "editBase"
-                ? "基础信息修改成功!"
-                : this.type === "editCoin"
-                ? "成本信息修改成功!"
-                : "商品信息修改成功";
-            this.$notify.success({
-              title: title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (code >= 100 && code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(message);
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            model.cat_id = model.cat_id.toString();
+            model.brandid = model.brandid.toString();
+            model.supplierNo = model.supplierNo.toString();
+            model.delivery_place = model.delivery_place.toString();
+            model.origin_place = model.origin_place.toString();
+            model.good_info_img = model.good_info_img.toString();
+            model.good_img = model.good_img.toString();
+            model.unit = model.unit.toString();
+            model.speclist = JSON.parse(JSON.stringify(this.setResData(1)));
+            model.good_ladder = JSON.parse(JSON.stringify(this.setResData(2)));
+            model.config = model.config.toString();
+            model.is_exclusive =
+              model.is_exclusive.length > 0
+                ? model.is_exclusive[model.is_exclusive.length - 1]
+                : "";
+            let res = {};
+            delete model["id"];
+            if (this.type === "add") {
+              delete model["spuCode"];
+              res = await asyncRequest.add(model);
+            } else if (this.type === "editBase") {
+              let item1 = this.setModel(model, "1");
+              res = await asyncRequest.update(item1);
+            } else if (this.type === "editCoin") {
+              let item2 = this.setModel(model, "2");
+              res = await asyncRequest.updateP(item2);
+            } else {
+              model.companyNo = model.company_id;
+              delete model["company_id"];
+              res = await asyncRequest.edit_update(model);
+            }
+            console.log(res);
+            this.loading = false;
+            const { code, data, message } = res;
+            if (code === 0) {
+              const title =
+                this.type === "add"
+                  ? "新建成功!"
+                  : this.type === "editBase"
+                  ? "基础信息修改成功!"
+                  : this.type === "editCoin"
+                  ? "成本信息修改成功!"
+                  : "商品信息修改成功";
+              this.$notify.success({
+                title: title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (code >= 100 && code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(message);
+            }
           }
         } else {
-          console.log(valid);
           console.log("error submit!!");
           return false;
         }

+ 49 - 45
src/views/goodStore/goodsOnline/add.vue

@@ -274,59 +274,63 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          if (this.tableData.length === 0) {
-            this.$message.warning("至少选择一个商品!");
-            return;
-          }
-          if (this.tableData.length > 100) {
-            this.$message.warning("商品数量不能超过100!");
-            return;
-          }
+          if (!this.loading) {
+            if (this.tableData.length === 0) {
+              this.$message.warning("至少选择一个商品!");
+              return;
+            }
+            if (this.tableData.length > 100) {
+              this.$message.warning("商品数量不能超过100!");
+              return;
+            }
 
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          let list = JSON.parse(JSON.stringify(this.tableData));
-          list.forEach((e) => {
-            model.codes.push(e.spuCode);
-          });
-          // model.platform = model.platform.toString();
-          const { code, data, message } = await asyncRequest.add(model);
-          this.loading = false;
-          if (code === 0) {
-            this.$notify.success({
-              title: "新建成功",
-              message: "",
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            let list = JSON.parse(JSON.stringify(this.tableData));
+            list.forEach((e) => {
+              model.codes.push(e.spuCode);
             });
-            this.showModelThis = false;
-            // 刷新
-            this.routeReGoto("goodsOnline", {});
-          } else if (code >= 100 && code <= 104) {
-            await this.logout(code <= 104);
-          } else if (code == 1009) {
-            let resList = JSON.parse(JSON.stringify(data));
+            // model.platform = model.platform.toString();
+            const { code, data, message } = await asyncRequest.add(model);
+            this.loading = false;
+            if (code === 0) {
+              this.$notify.success({
+                title: "新建成功",
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.routeReGoto("goodsOnline", {});
+            } else if (code >= 100 && code <= 104) {
+              await this.logout(code <= 104);
+            } else if (code == 1009) {
+              let resList = JSON.parse(JSON.stringify(data));
 
-            let htmlList = "<ul>";
-            resList.forEach((v) => {
-              htmlList += `<li>
+              let htmlList = "<ul>";
+              resList.forEach((v) => {
+                htmlList += `<li>
           <img src='${v.good_img}' style='width: 20px; height: 20px'
                   class='hover'
                   v-viewer/>
                   <span>${v.good_name}__</span>`;
-              const { speclist } = v;
-              let str = "<span>";
-              speclist.forEach((a, ai) => {
-                str += `${ai !== 0 ? "--" : ""}${a.spec_name}[${a.spec_value}]`;
+                const { speclist } = v;
+                let str = "<span>";
+                speclist.forEach((a, ai) => {
+                  str += `${ai !== 0 ? "--" : ""}${a.spec_name}[${
+                    a.spec_value
+                  }]`;
+                });
+                htmlList += str + "</span>" + `</li>`;
               });
-              htmlList += str + "</span>" + `</li>`;
-            });
-            htmlList += "</ul>";
-            this.$notify({
-              title: "以下商品已上线或已经在审批流程中!",
-              dangerouslyUseHTMLString: true,
-              message: htmlList,
-            });
-          } else {
-            this.$message.warning(message);
+              htmlList += "</ul>";
+              this.$notify({
+                title: "以下商品已上线或已经在审批流程中!",
+                dangerouslyUseHTMLString: true,
+                message: htmlList,
+              });
+            } else {
+              this.$message.warning(message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 125 - 124
src/views/goodStore/goodsOnline/components/fixed-price-form.vue

@@ -326,50 +326,50 @@
     >
       <el-row>
         <el-col :span="12"
-        ><el-form-item label="审核状态" prop="state">
-          <el-radio-group
-            v-model="ruleForm.state"
-            placeholder="请选择审核状态"
-            style="width: 100%"
-            :size="size || 'medium'"
-            @change="stateChange"
-          >
-            <el-radio
-              v-for="item in stateList"
-              :key="item.value"
-              :label="item.value"
-              >{{ item.label }}</el-radio
+          ><el-form-item label="审核状态" prop="state">
+            <el-radio-group
+              v-model="ruleForm.state"
+              placeholder="请选择审核状态"
+              style="width: 100%"
+              :size="size || 'medium'"
+              @change="stateChange"
             >
-          </el-radio-group>
-        </el-form-item>
-      </el-col>
-      <el-col :span="12">
-        <el-form-item
-          label="审核备注"
-          v-if="ruleForm.state === '0'"
-          prop="remark"
-        >
-          <el-input
-            type="textarea"
-            placeholder="审核备注"
-            v-model="ruleForm.remark"
-            :disabled="disabled"
-            maxlength="250"
-            show-word-limit
-            :autosize="{ minRows: 3, maxRows: 3 }"
-          />
-        </el-form-item>
+              <el-radio
+                v-for="item in stateList"
+                :key="item.value"
+                :label="item.value"
+                >{{ item.label }}</el-radio
+              >
+            </el-radio-group>
+          </el-form-item>
+        </el-col>
+        <el-col :span="12">
+          <el-form-item
+            label="审核备注"
+            v-if="ruleForm.state === '0'"
+            prop="remark"
+          >
+            <el-input
+              type="textarea"
+              placeholder="审核备注"
+              v-model="ruleForm.remark"
+              :disabled="disabled"
+              maxlength="250"
+              show-word-limit
+              :autosize="{ minRows: 3, maxRows: 3 }"
+            />
+          </el-form-item>
 
-        <el-form-item class="fr" v-if="ruleForm.state === '0'" >
-          <el-button
-            v-if="!isDetail"
-            :size="'mini'"
-            type="primary"
-            @click="rejectRe('')"
-            >驳回重新审核
-          </el-button>
-        </el-form-item>
-        <!-- <el-form-item class="fr" v-if="ruleForm.state === '0'" style="margin-right:30px;" >
+          <el-form-item class="fr" v-if="ruleForm.state === '0'">
+            <el-button
+              v-if="!isDetail"
+              :size="'mini'"
+              type="primary"
+              @click="rejectRe('')"
+              >驳回重新审核
+            </el-button>
+          </el-form-item>
+          <!-- <el-form-item class="fr" v-if="ruleForm.state === '0'" style="margin-right:30px;" >
           <el-button
             v-if="!isDetail"
             :size="'mini'"
@@ -378,7 +378,7 @@
             >驳回并下线
           </el-button>
         </el-form-item> -->
-      </el-col>
+        </el-col>
         <el-col :span="24" v-if="ruleForm.state === '1'"
           ><el-form-item label="售价凭证类型" prop="proof_type">
             <el-radio-group
@@ -646,11 +646,11 @@ export default {
       costsitem: {},
       ruleForm: {
         skuCode: "",
-        numStatus:"",
-        state:"1",//通过or驳回
-        proof_type: "1", // 
+        numStatus: "",
+        state: "1", //通过or驳回
+        proof_type: "1", //
         proof_url: "", //驳回至
-        remark:"",
+        remark: "",
       },
       rulesThis: this.rules,
       rules: {
@@ -765,26 +765,25 @@ export default {
     this.initForm();
   },
   methods: {
-
-     // 点击驳回重新审核或驳回并下线按钮
+    // 点击驳回重新审核或驳回并下线按钮
     async rejectRe(numStatus) {
-      this.ruleForm.numStatus = numStatus
+      this.ruleForm.numStatus = numStatus;
       await this.$refs.ruleForm.validate(async (valid) => {
-          if (valid) {
-            console.log(valid)
-            this.$emit("searchChange", this.ruleForm);
-          } else {
-            console.log("error submit!!");
-            return false;
-          }
-        }); 
+        if (valid) {
+          console.log(valid);
+          this.$emit("searchChange", this.ruleForm);
+        } else {
+          console.log("error submit!!");
+          return false;
+        }
+      });
     },
     async initForm() {
       console.log(this.spuCode);
       this.loading = true;
       await this.resetForm();
       this.rulesThis = this.rules;
-      this.stateChange()
+      this.stateChange();
       this.loading = false;
     },
     stateChange() {
@@ -797,7 +796,6 @@ export default {
       }
     },
 
-
     openCostEdit(index) {
       let findex = this.addrForm.good_ladder.findIndex((v) => v.edit === true);
       if (findex !== -1) {
@@ -929,8 +927,8 @@ export default {
           this.ruleForm = {
             skuCode: this.id,
             state: "1", // 通过or驳回
-            remark:"",
-            numStatus:"",
+            remark: "",
+            numStatus: "",
             proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
             proof_url: proof && proof.proof_url ? proof.proof_url : "", //驳回至
           };
@@ -977,74 +975,77 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
 
-          if (this.addrForm.good_ladder.length === 0) {
-            this.$message.warning("至少添加一条销售价信息!");
-            this.loading = false;
-            return;
-          }
-          let list = JSON.parse(JSON.stringify(this.addrForm.good_ladder));
-          let isedit = false;
-          list.forEach((v) => {
-            if (v.edit) {
-              isedit = true;
+            if (this.addrForm.good_ladder.length === 0) {
+              this.$message.warning("至少添加一条销售价信息!");
+              this.loading = false;
+              return;
+            }
+            let list = JSON.parse(JSON.stringify(this.addrForm.good_ladder));
+            let isedit = false;
+            list.forEach((v) => {
+              if (v.edit) {
+                isedit = true;
+              }
+            });
+            if (isedit) {
+              this.$message.warning("请保存阶梯售价!");
+              this.loading = false;
+              return;
             }
-          });
-          if (isedit) {
-            this.$message.warning("请保存阶梯售价!");
-            this.loading = false;
-            return;
-          }
 
-          let all_is_ok = true;
-          for (let i = 0; i < this.addrForm.good_ladder; i++) {
-            this.addrForm.good_ladder[i].search_loading = true;
-            let { isok, price, new_cost_fee } = await this.get_new(i);
-            if (isok === 0) {
-              this.addrForm.good_ladder[i].new_sale_price = price;
-              this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
-              this.addrForm.good_ladder[i].this.addrForm.good_ladder[
-                i
-              ].edit = false;
-            } else if (isok >= 100 && isok <= 104) {
-              await this.logout();
-            } else {
-              all_is_ok = false;
-              this.addrForm.good_ladder[i].new_sale_price = price;
-              this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
-              this.addrForm.good_ladder[i].edit = true;
-              this.addrForm.good_ladder[i].newTime = new Date().valueOf() + "";
+            let all_is_ok = true;
+            for (let i = 0; i < this.addrForm.good_ladder; i++) {
+              this.addrForm.good_ladder[i].search_loading = true;
+              let { isok, price, new_cost_fee } = await this.get_new(i);
+              if (isok === 0) {
+                this.addrForm.good_ladder[i].new_sale_price = price;
+                this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
+                this.addrForm.good_ladder[i].this.addrForm.good_ladder[
+                  i
+                ].edit = false;
+              } else if (isok >= 100 && isok <= 104) {
+                await this.logout();
+              } else {
+                all_is_ok = false;
+                this.addrForm.good_ladder[i].new_sale_price = price;
+                this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
+                this.addrForm.good_ladder[i].edit = true;
+                this.addrForm.good_ladder[i].newTime =
+                  new Date().valueOf() + "";
+              }
             }
-          }
-          if (!all_is_ok) {
-            this.$message.warning("阶梯售价未满足成本最低起订量!");
-            this.loading = false;
-          }
-          let list2 = [];
-          list.forEach((e) => {
-            let n = JSON.parse(JSON.stringify(e));
-            for (let key in n) {
-              n[key] += "";
+            if (!all_is_ok) {
+              this.$message.warning("阶梯售价未满足成本最低起订量!");
+              this.loading = false;
             }
-            delete n["index"];
-            list2.push(n);
-          });
-          model.good_ladder = list2;
-          model.skuCode = this.id;
-          let res = await asyncRequest.ladderOne(model);
-          this.loading = false;
-          if (res && res.code === 0) {
-            this.$notify.success({
-              title: "信息提交成功",
-              message: "",
+            let list2 = [];
+            list.forEach((e) => {
+              let n = JSON.parse(JSON.stringify(e));
+              for (let key in n) {
+                n[key] += "";
+              }
+              delete n["index"];
+              list2.push(n);
             });
-            this.$emit("resSuccess", true);
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+            model.good_ladder = list2;
+            model.skuCode = this.id;
+            let res = await asyncRequest.ladderOne(model);
+            this.loading = false;
+            if (res && res.code === 0) {
+              this.$notify.success({
+                title: "信息提交成功",
+                message: "",
+              });
+              this.$emit("resSuccess", true);
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 25 - 23
src/views/goodStore/sort/addEdit.vue

@@ -236,29 +236,31 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          let res = {};
-          if (this.id === "003") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功!" : "修改成功!";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            let res = {};
+            if (this.id === "003") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功!" : "修改成功!";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 22 - 20
src/views/goodStore/sort/addEditRate.vue

@@ -129,7 +129,7 @@
                 @reschange="rate_change($event, 'lower_rate')"
               />
             </el-form-item>-->
-          </el-form> 
+          </el-form>
         </el-col>
         <el-col :span="24" style="text-align: right">
           <el-button
@@ -342,25 +342,27 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          delete model["cat_name"];
-          delete model["pid"];
-          delete model["fund_code"];
-          let res = await asyncRequest.editRate(model);
-          this.loading = false;
-          if (res && res.code === 0) {
-            this.$notify.success({
-              title: "毛利率设置成功!",
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            delete model["cat_name"];
+            delete model["pid"];
+            delete model["fund_code"];
+            let res = await asyncRequest.editRate(model);
+            this.loading = false;
+            if (res && res.code === 0) {
+              this.$notify.success({
+                title: "毛利率设置成功!",
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 25 - 25
src/views/goodStore/specs/addEdit.vue

@@ -32,7 +32,6 @@
                 maxlength="20"
               />
             </el-form-item>
-        
           </el-form>
         </el-col>
         <el-col :span="24" style="text-align: right">
@@ -121,29 +120,31 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          let res = {};
-          if (this.id === "003") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功!" : "修改成功!";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            let res = {};
+            if (this.id === "003") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功!" : "修改成功!";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");
@@ -157,6 +158,5 @@ export default {
 
    <style lang="scss" scoped>
 .specs {
- 
 }
 </style>

+ 26 - 26
src/views/goodStore/unit/addEdit.vue

@@ -108,7 +108,7 @@ export default {
         if (this.$refs.ruleForm) {
           this.$refs.ruleForm.resetFields();
           this.$refs.ruleForm.clearValidate();
-          const { id, unit} = this.sitem;
+          const { id, unit } = this.sitem;
           this.ruleForm = {
             id: id || "",
             unit: unit || "",
@@ -119,29 +119,31 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          let res = {};
-          if (this.id === "003") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "003" ? "添加成功!" : "修改成功!";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            let res = {};
+            if (this.id === "003") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "003" ? "添加成功!" : "修改成功!";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");
@@ -149,13 +151,11 @@ export default {
         }
       });
     },
-
   },
 };
 </script>
 
    <style lang="scss" scoped>
 .brand {
-  
 }
 </style>

+ 68 - 66
src/views/interest/account/addEdit.vue

@@ -628,74 +628,76 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          const {
-            username,
-            name,
-            mobile,
-            email,
-            role_id,
-            status,
-            itemid,
-            is_main,
-            is_all,
-            companyArr,
-            platform,
-          } = JSON.parse(JSON.stringify(this.ruleForm));
-          let list = [],
-            isok = true;
-          companyArr.forEach((e) => {
-            let item = {
-              businessid: e,
-              is_main: is_main === e ? "1" : "0",
-            };
-            list.push(item);
-            let findex = this.coptions.findIndex(
-              (a) => a.id === e && a.status === "0"
-            );
-            if (findex !== -1) {
-              isok = false;
-            }
-          });
-          if (!isok) {
-            this.$message.warning("不能选择禁用的业务企业!");
+          if (!this.loading) {
             this.loading = true;
-            return;
-          }
-          const model = {
-            id: this.id,
-            username: username || "", // 账号
-            nickname: name || "", // 真实姓名
-            mobile: mobile || "",
-            email: email || "",
-            role: role_id || "",
-            status: status || "",
-            itemid: itemid || [],
-            is_all: is_all ? "1" : "0",
-            platform: platform || [],
-            companyArr: list,
-          };
-          let res = {};
-          if (this.id === "add") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功" : "修改成功";
-            this.$notify.success({
-              title,
-              message: "",
+            const {
+              username,
+              name,
+              mobile,
+              email,
+              role_id,
+              status,
+              itemid,
+              is_main,
+              is_all,
+              companyArr,
+              platform,
+            } = JSON.parse(JSON.stringify(this.ruleForm));
+            let list = [],
+              isok = true;
+            companyArr.forEach((e) => {
+              let item = {
+                businessid: e,
+                is_main: is_main === e ? "1" : "0",
+              };
+              list.push(item);
+              let findex = this.coptions.findIndex(
+                (a) => a.id === e && a.status === "0"
+              );
+              if (findex !== -1) {
+                isok = false;
+              }
             });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+            if (!isok) {
+              this.$message.warning("不能选择禁用的业务企业!");
+              this.loading = true;
+              return;
+            }
+            const model = {
+              id: this.id,
+              username: username || "", // 账号
+              nickname: name || "", // 真实姓名
+              mobile: mobile || "",
+              email: email || "",
+              role: role_id || "",
+              status: status || "",
+              itemid: itemid || [],
+              is_all: is_all ? "1" : "0",
+              platform: platform || [],
+              companyArr: list,
+            };
+            let res = {};
+            if (this.id === "add") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功" : "修改成功";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 20 - 19
src/views/interest/account/resetPassword.vue

@@ -44,7 +44,7 @@
                 name="confirmPassword"
                 type="password"
                 tabindex="1"
-                 maxlength="50"
+                maxlength="50"
                 autocomplete="on"
               />
             </el-form-item>
@@ -67,7 +67,7 @@ import resToken from "@/mixins/resToken";
 export default {
   name: "Account",
   props: ["showModel", "id", "isDetail"],
-  mixins:[resToken],
+  mixins: [resToken],
   data() {
     const validateNewPassword = (rule, value, callback) => {
       if (value === "") {
@@ -136,7 +136,6 @@ export default {
     },
   },
   methods: {
-    
     async initForm() {
       this.rulesThis = this.rules;
       await this.resetForm();
@@ -159,22 +158,24 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          const obj = JSON.parse(JSON.stringify(this.ruleForm));
-          const res = await asyncRequest.setpwd(obj);
-          this.loading = false;
-          if (res && res.code === 0) {
-            this.$notify.success({
-              title: "密码修改成功!",
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          }else{
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            this.loading = true;
+            const obj = JSON.parse(JSON.stringify(this.ruleForm));
+            const res = await asyncRequest.setpwd(obj);
+            this.loading = false;
+            if (res && res.code === 0) {
+              this.$notify.success({
+                title: "密码修改成功!",
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 50 - 48
src/views/interest/dataShare/addEdit.vue

@@ -335,54 +335,56 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          if (this.ruleForm.touserid.length === 0 && this.select === "1") {
-            this.$message.warning("请选择数据共享用户");
-            return;
-          }
-          if (this.ruleForm.togroupid.length === 0 && this.select !== "1") {
-            this.$message.warning("请选择数据共享用户组");
-            return;
-          }
-          if (
-            this.select === "1" &&
-            this.ruleForm.userid[0] === this.ruleForm.touserid[0]
-          ) {
-            this.$message.warning("源用户不能与分享用户一致!");
-            return;
-          }
-          this.loading = true;
-          const { collect, userid, touserid, togroupid, action } = JSON.parse(
-            JSON.stringify(this.ruleForm)
-          );
-          const model = {
-            id: this.id,
-            collect: collect.join(),
-            userid: userid.join(),
-            touserid: this.select === "1" ? touserid.join() : "",
-            togroupid: this.select === "1" ? "" : togroupid.join(),
-            action: action,
-          };
-          let res = {};
-          if (this.id === "add") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功" : "修改成功";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (!this.loading) {
+            if (this.ruleForm.touserid.length === 0 && this.select === "1") {
+              this.$message.warning("请选择数据共享用户");
+              return;
+            }
+            if (this.ruleForm.togroupid.length === 0 && this.select !== "1") {
+              this.$message.warning("请选择数据共享用户组");
+              return;
+            }
+            if (
+              this.select === "1" &&
+              this.ruleForm.userid[0] === this.ruleForm.touserid[0]
+            ) {
+              this.$message.warning("源用户不能与分享用户一致!");
+              return;
+            }
+            this.loading = true;
+            const { collect, userid, touserid, togroupid, action } = JSON.parse(
+              JSON.stringify(this.ruleForm)
+            );
+            const model = {
+              id: this.id,
+              collect: collect.join(),
+              userid: userid.join(),
+              touserid: this.select === "1" ? touserid.join() : "",
+              togroupid: this.select === "1" ? "" : togroupid.join(),
+              action: action,
+            };
+            let res = {};
+            if (this.id === "add") {
+              delete model["id"];
+              res = await asyncRequest.add(model);
+            } else {
+              res = await asyncRequest.update(model);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功" : "修改成功";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 29 - 28
src/views/interest/group/addEdit.vue

@@ -13,7 +13,7 @@
     element-loading-background="rgba(0, 0, 0, 0.8)"
     @close="showModelThis = false"
   >
-    <el-card style="margin-top:-20px">
+    <el-card style="margin-top: -20px">
       <el-row :gutter="10">
         <el-col :span="24">
           <el-form
@@ -28,7 +28,7 @@
               <el-input
                 v-model="ruleForm.name"
                 placeholder="请输入组名称"
-                 maxlength="50"
+                maxlength="50"
                 :disabled="isDetail"
               />
             </el-form-item>
@@ -163,7 +163,6 @@ export default {
     },
   },
   methods: {
-    
     async initForm() {
       await this.getAllActive();
       this.loading = true;
@@ -219,31 +218,33 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          const obj = JSON.parse(JSON.stringify(this.ruleForm));
-          const arr = obj.group_user.join();
-          obj.group_user = arr;
-          let res = {};
-          if (this.id === "add") {
-            delete obj["id"];
-            res = await asyncRequest.add(obj);
-          } else {
-            res = await asyncRequest.update(obj);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功" : "修改成功";
-            this.$notify.success({
-              title,
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
+          if (this.loading) {
+            this.loading = true;
+            const obj = JSON.parse(JSON.stringify(this.ruleForm));
+            const arr = obj.group_user.join();
+            obj.group_user = arr;
+            let res = {};
+            if (this.id === "add") {
+              delete obj["id"];
+              res = await asyncRequest.add(obj);
+            } else {
+              res = await asyncRequest.update(obj);
+            }
+            this.loading = false;
+            if (res && res.code === 0) {
+              const title = this.id === "add" ? "添加成功" : "修改成功";
+              this.$notify.success({
+                title,
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
+            }
           }
         } else {
           console.log("error submit!!");

+ 4 - 0
src/views/interest/handover/components/addEditForm.vue

@@ -211,6 +211,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if(!this.loading){
+
+         
           const { resign_uid, hand_uid, expire_date } = this.ruleForm;
           let rUid = resign_uid.toString(),
             hUid = hand_uid.toString();
@@ -247,6 +250,7 @@ export default {
           } else {
             this.$message.warning(res.message);
           }
+           }
         } else {
           console.log("error submit!!");
           return false;

+ 6 - 2
src/views/interest/role/addEdit.vue

@@ -29,7 +29,7 @@
               <el-input
                 v-model="ruleForm.role_name"
                 :disabled="isDetail"
-                 maxlength="50"
+                maxlength="50"
                 placeholder="角色名称"
               />
             </el-form-item>
@@ -516,7 +516,8 @@ export default {
       const res = await asyncRequest.detail({ roleid: this.id });
       if (res && res.code === 0 && res.data) {
         let resD = res.data;
-        resD.private_field=resD.private_field===''?[]:resD.private_field
+        resD.private_field =
+          resD.private_field === "" ? [] : resD.private_field;
         this.ruleForm = resD;
 
         if (resD.action && resD.action.length > 0) {
@@ -643,6 +644,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.action_data = []; // 字段数据
           this.action = []; // 功能数据
           let arr = [];

+ 3 - 0
src/views/orderEntry/orderConfirm/index.vue

@@ -1228,6 +1228,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+            if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.platform_id = this.platform_id;

+ 4 - 1
src/views/person-infor/my-message.vue

@@ -211,7 +211,10 @@ export default {
     },
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
-        if (valid && !this.loading) {
+        if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const obj = JSON.parse(JSON.stringify(this.ruleForm));
           delete obj["role_name"];

+ 3 - 0
src/views/purchaseIn/purchaseDiffOrder/addEditModel.vue

@@ -178,6 +178,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+            if (this.loading) {
+            return;
+          }
           this.loading = true;
           const { cgdNo, num } = this.ruleForm;
           const model = {

+ 3 - 0
src/views/purchaseIn/purchaseOrder/components/editPrice.vue

@@ -171,6 +171,9 @@ export default {
       await this.$refs.ruleForm.validate(async (valid) => {
         console.log(valid)
         if (valid) {
+            if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           let res = await asyncRequest.cgdeditgoldprice(model);

+ 3 - 0
src/views/purchaseIn/purchaseOrder/components/order-in-table.vue

@@ -191,6 +191,9 @@ export default {
       this.showModel = true;
     },
     async submitForm() {
+        if (this.loading) {
+            return;
+          }
       let good = [];
       this.loading = true;
       good = this.getGoodList();

+ 5 - 0
src/views/purchaseIn/purchaseOrder/components/tolerance.vue

@@ -45,6 +45,7 @@ export default {
     this.order_type = order_type;
     this.spuCode = spuCode;
     this.cgdNo = cgdNo;
+
     // this.queryId = this.$route.query.id;
     this.initData();
   },
@@ -77,6 +78,10 @@ export default {
             weight: noble_weight,
           };
         }
+
+        console.log(this.isshow +'-'+this. showBtn +"-"+ this.order_type);
+
+
       } else if (code >= 100 && code <= 104) {
         await this.logout();
       } else {

+ 3 - 0
src/views/purchaseIn/purchaseOrder/components/work-diff-table.vue

@@ -193,6 +193,9 @@ export default {
     // async submitForm() {
     //   await this.$refs.ruleForm.validate(async (valid) => {
     //     if (valid) {
+    //    if (this.loading) {
+    //        return;
+    //      }
     //       this.loading = true;
     //       const { order_addr } = JSON.parse(JSON.stringify(this.addrForm));
     //       let model = {

+ 3 - 0
src/views/purchaseIn/purchaseOrder/detail.vue

@@ -1,9 +1,11 @@
 <template>
   <div class="purchaseOrderDetail pagePadding">
+   
     <div
       style="width: 100%"
       v-if="powers && powers.length > 0 && powers.some((item) => item == '001')"
     >
+     {{powers}}--{{status === '1'}}
       <div
         class="detail-page-title"
         v-if="status === '1' && powers.some((item) => item == '082')"
@@ -383,6 +385,7 @@ export default {
         this.goldPrice();
         const { status, can, cgdNo } = this.sitem;
         this.status = status;
+        console.log(this.status);
         if (can && can.length > 0) {
           this.sitem.class_cat = "";
           can.forEach((x, i) => {

+ 9 - 10
src/views/purchaseIn/workbench/components/baseForm.vue

@@ -866,18 +866,14 @@ export default {
       let e = this.accAdd(pakge_fee, mark_fee); //包装费+加标费
       let f = this.accAdd(cert_fee, nake_fee); //证书费+产品裸价
       if (this.is_noble) {
-        this.newPrice = (
-          this.accAdd(
-            this.accAdd(this.accAdd(a, b), this.accAdd(c, d)),
-            this.accAdd(this.accAdd(e, f), delivery_fee)
-          ) 
+        this.newPrice = this.accAdd(
+          this.accAdd(this.accAdd(a, b), this.accAdd(c, d)),
+          this.accAdd(this.accAdd(e, f), delivery_fee)
         ).toFixed(2);
       } else {
-        this.newPrice = (
-          this.accAdd(
-            this.accAdd(this.accAdd(a, b), this.accAdd(e, f)),
-            delivery_fee
-          ) 
+        this.newPrice = this.accAdd(
+          this.accAdd(this.accAdd(a, b), this.accAdd(e, f)),
+          delivery_fee
         ).toFixed(2);
       }
       console.log(new Date().valueOf() + this.newPrice);
@@ -1004,6 +1000,9 @@ export default {
       }
     },
     async submitForm() {
+      if (this.loading) {
+        return;
+      }
       if (this.is_noble) {
         this.ruleForm.nake_fee = "0";
       }

+ 4 - 1
src/views/purchaseIn/wsmInOrder/components/wsm-in-order-check-form.vue

@@ -278,12 +278,15 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let item = JSON.parse(JSON.stringify(this.ruleForm));
           let rnum = parseInt(item.return_num),
             wnum = parseInt(item.wsm_num),
             anum = parseInt(item.send_num),
-          renum = parseInt(item.reissue_num);
+            renum = parseInt(item.reissue_num);
 
           if (rnum + wnum !== anum) {
             this.$message.warning(

+ 3 - 0
src/views/purchaseIn/wsmInOrder/components/wsm-in-order-model.vue

@@ -338,6 +338,9 @@ export default {
       console.log(this.rules);
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+           if (this.loading) {
+        return;
+      }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.post_company = model.post_company.toString();

+ 4 - 1
src/views/purchaseIn/wsmInOrder/components/wsm-in-order-record-form.vue

@@ -235,7 +235,7 @@ export default {
         if (index === -1) {
           this.tableForm.error_list.push(e);
         } else {
-           this.$set(this.tableForm.error_list, index, e);
+          this.$set(this.tableForm.error_list, index, e);
         }
       }
     },
@@ -281,6 +281,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const item = JSON.parse(JSON.stringify(this.ruleForm));
           let snum = parseInt(item.send_num),

+ 4 - 1
src/views/purchaseIn/wsmInOrder/components/wsm-in-order-return-form.vue

@@ -190,9 +190,12 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let item = JSON.parse(JSON.stringify(this.ruleForm));
-          item.post_company=item.post_company.toString()
+          item.post_company = item.post_company.toString();
           delete item["return_num"];
           const res = await asyncRequest.returnsend(item);
           this.loading = false;

+ 9 - 2
src/views/reportQuery/financeReport/addEdit.vue

@@ -56,7 +56,11 @@
           <el-alert
             style="width: 230px"
             :closable="false"
-            :title="type==='2'?'报表会在提交后开始执行!':'报表会在明天01:00开始生成'"
+            :title="
+              type === '2'
+                ? '报表会在提交后开始执行!'
+                : '报表会在明天01:00开始生成'
+            "
             type="warning"
           >
           </el-alert>
@@ -79,7 +83,7 @@ import resToken from "@/mixins/resToken";
 import PeriodDatePicker from "./components/PeriodDatePicker";
 export default {
   name: "financeReport",
-  props: ["showModel", "sitem",'type'],
+  props: ["showModel", "sitem", "type"],
   mixins: [resToken],
   components: {
     PeriodDatePicker,
@@ -188,6 +192,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const model = JSON.parse(JSON.stringify(this.ruleForm));
           let res = await asyncRequest.add(model);

+ 9 - 2
src/views/reportQuery/saleReportOrder/addEdit.vue

@@ -56,7 +56,11 @@
           <el-alert
             style="width: 230px"
             :closable="false"
-            :title="type==='2'?'报表会在提交后开始执行!':'报表会在明天01:00开始生成'"
+            :title="
+              type === '2'
+                ? '报表会在提交后开始执行!'
+                : '报表会在明天01:00开始生成'
+            "
             type="warning"
           >
           </el-alert>
@@ -79,7 +83,7 @@ import resToken from "@/mixins/resToken";
 import PeriodDatePicker from "./components/PeriodDatePicker";
 export default {
   name: "saleReportOrder",
-  props: ["showModel", "sitem",'type'],
+  props: ["showModel", "sitem", "type"],
   mixins: [resToken],
   components: {
     PeriodDatePicker,
@@ -188,6 +192,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const model = JSON.parse(JSON.stringify(this.ruleForm));
           let res = await asyncRequest.add(model);

+ 3 - 0
src/views/sellOut/project/components/addForm.vue

@@ -539,6 +539,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           console.log(model);

+ 10 - 2
src/views/sellOut/project/components/buyGoodModal.vue

@@ -89,7 +89,12 @@
                 </div>
               </template>
             </el-table-column>
-            <el-table-column prop="good_name" label="商品名称" show-overflow-tooltip min-width="120">
+            <el-table-column
+              prop="good_name"
+              label="商品名称"
+              show-overflow-tooltip
+              min-width="120"
+            >
               <template slot-scope="scope">
                 <span>{{ scope.row.good_name }}</span>
                 <span
@@ -589,7 +594,7 @@ export default {
         this.order_good =
           list1.length > 0 ? JSON.parse(JSON.stringify(list1)) : [];
 
-          this.order_good[0].good_img = this.order_good[0].good_img.split(",")
+        this.order_good[0].good_img = this.order_good[0].good_img.split(",");
         let list2 = this.project_list[index].order_addr;
         this.addrForm.order_addr =
           list2.length > 0 ? JSON.parse(JSON.stringify(list2)) : [];
@@ -660,6 +665,9 @@ export default {
       rows.splice(index, 1);
     },
     async submitForm() {
+      if (this.loading) {
+        return;
+      }
       this.loading = true;
       let model = {
         planNo: this.planNo,

+ 7 - 2
src/views/sellOut/project/components/costFormAddEdit.vue

@@ -89,7 +89,7 @@
             <el-form-item label="商品图片" prop="good_img">
               <div v-if="ruleForm.good_img" class="clearfix">
                 <img
-                  style="width:50px; height:50px"
+                  style="width: 50px; height: 50px"
                   :src="ruleForm.good_img"
                   class="avatar fl"
                 />
@@ -331,13 +331,18 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           const { cat_id } = model;
           let cat_id_name = "";
           let length = cat_id.length;
           for (let i = 0; i < length; i++) {
-            const { code, data, message } = await asyncRequest.catinfo({id:cat_id[i]});
+            const { code, data, message } = await asyncRequest.catinfo({
+              id: cat_id[i],
+            });
             if (code === 0) {
               const { cat_name } = data;
               cat_id_name += i === 0 ? cat_name : `/${cat_name}`;

+ 5 - 2
src/views/sellOut/project/components/grossForm.vue

@@ -53,7 +53,7 @@ import resToken from "@/mixins/resToken";
 
 export default {
   name: "Account",
-  props: ["showModel", "sitem", "id", "type",'newTime'],
+  props: ["showModel", "sitem", "id", "type", "newTime"],
   mixins: [resToken],
   computed: {
     powers() {
@@ -75,7 +75,7 @@ export default {
     //     this.initForm();
     //   }
     // },
-       newTime: function (val) {
+    newTime: function (val) {
       if (val) {
         this.initForm();
       }
@@ -156,6 +156,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           let res = await asyncRequest.rateEdit(model);

+ 3 - 0
src/views/sellOut/returnOrder/components/auditForm.vue

@@ -535,6 +535,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const {
             thNo,

+ 3 - 0
src/views/sellOut/returnOrder/components/return-record.vue

@@ -321,6 +321,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
 
           let model = JSON.parse(JSON.stringify(this.ruleForm));

+ 6 - 7
src/views/sellOut/salesOrder/components/addEdit.vue

@@ -26,13 +26,9 @@
             class="demo-ruleForm"
           >
             <el-row>
-              
               <el-col :span="12">
                 <el-form-item label="商品分类" prop="goods_class">
-
-                  search-sort
-
-                  4444
+                  search-sort 4444
                   <!-- <good-class
                     :value="ruleForm.goods_class"
                     @handleChange="goods_class_change"
@@ -51,7 +47,7 @@
                   <el-input
                     v-model="ruleForm.good_name"
                     readonly
-                     maxlength="200"
+                    maxlength="200"
                     @focus="hand"
                   />
                 </el-form-item>
@@ -143,7 +139,7 @@
                   >
                     <el-input
                       v-model="scope.row.num"
-                       maxlength="10"
+                      maxlength="10"
                       :disabled="!scope.row.edit"
                     />
                   </el-form-item>
@@ -710,6 +706,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const { good_code, customer_code, sell_code } = JSON.parse(
             JSON.stringify(this.ruleForm)

+ 15 - 6
src/views/sellOut/salesOrder/components/addForm.vue

@@ -236,11 +236,17 @@
                             "
                           />
 
-                         <video width="250" controls class="fl">
-                        <source :src="ruleForm.proof_url" type="video/mp4" />
-                        <source :src="ruleForm.proof_url" type="video/avi" />
-                        您的浏览器不支持Video标签。
-                      </video> 
+                          <video width="250" controls class="fl">
+                            <source
+                              :src="ruleForm.proof_url"
+                              type="video/mp4"
+                            />
+                            <source
+                              :src="ruleForm.proof_url"
+                              type="video/avi"
+                            />
+                            您的浏览器不支持Video标签。
+                          </video>
                         </div>
                         <div
                           v-else-if="ruleForm.proof_type === '2'"
@@ -1308,6 +1314,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const { sendtype, good_num, goodtype } = JSON.parse(
             JSON.stringify(this.ruleForm)
@@ -1328,7 +1337,7 @@ export default {
           let a = this.accMul(good_price, "1"),
             b = this.accMul(new_good_price, "1");
           if (a !== b) {
-            model.good_price=model.new_good_price
+            model.good_price = model.new_good_price;
           }
           // if (model.new_good_price == model.good_price) {
           // model.good_price = model.new_good_price;

+ 5 - 3
src/views/sellOut/salesOrder/components/order-out-table.vue

@@ -277,7 +277,7 @@ export default {
       returnId: "",
       returnItem: null,
       returnModel: false,
-      wsend_num:"",
+      wsend_num: "",
     };
   },
   mounted() {
@@ -308,10 +308,9 @@ export default {
         this.wsend_num = true;
         const { addrs, status, wsend_num } = this.sitem;
         this.status = status;
-        this.wsend_num=wsend_num||""
+        this.wsend_num = wsend_num || "";
         // console.log(this.status);
         this.tableData = JSON.parse(JSON.stringify(addrs));
-      
       });
     },
     async addrRefresh(e) {
@@ -406,6 +405,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           const { order_addr } = JSON.parse(JSON.stringify(this.addrForm));
           let model = {

+ 9 - 2
src/views/sellOut/salesOrder/components/out-order-add-model.vue

@@ -41,7 +41,7 @@
                   <el-input
                     v-model="ruleForm.send_num"
                     placeholder="收货数量"
-                     maxlength="10"
+                    maxlength="10"
                   />
                 </el-form-item>
               </el-col>
@@ -56,7 +56,11 @@
               </el-col>
               <el-col :span="12">
                 <el-form-item label="联系电话" prop="mobile">
-                  <el-input v-model="ruleForm.mobile"  maxlength="11" placeholder="联系电话" />
+                  <el-input
+                    v-model="ruleForm.mobile"
+                    maxlength="11"
+                    placeholder="联系电话"
+                  />
                 </el-form-item>
               </el-col>
               <el-col :span="24">
@@ -241,6 +245,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.addr_code = model.addr_code.toString();

+ 4 - 1
src/views/sellOut/salesOrder/setPartial.vue

@@ -50,7 +50,7 @@
               <el-input
                 v-model="ruleForm.workNo"
                 placeholder="如:业管单号"
-                  type="textarea"
+                type="textarea"
                 :rows="4"
                 maxlength="2000"
               />
@@ -147,6 +147,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           let res = (res = await asyncRequest.saleaddother(model));

+ 3 - 0
src/views/sellOut/salesOrder/userAddEdit.vue

@@ -117,6 +117,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           let res = (res = await asyncRequest.saleuse(model));

+ 5 - 2
src/views/sellOut/sellAfterApply/components/express_feedback.vue

@@ -63,7 +63,7 @@
                 !(status === '3' && powers.some((item) => item == '083'))
               "
               v-model="ruleForm.contactor"
-               maxlength="20"
+              maxlength="20"
               placeholder="收件人"
             ></el-input>
           </el-form-item>
@@ -76,7 +76,7 @@
                 !(status === '3' && powers.some((item) => item == '083'))
               "
               v-model="ruleForm.mobile"
-               maxlength="11"
+              maxlength="11"
               placeholder="收件人电话"
             ></el-input>
           </el-form-item>
@@ -298,6 +298,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.addr_code = model.addr_code.toString();

+ 5 - 1
src/views/sellOut/sellAfterApply/components/purchase_exam.vue

@@ -252,6 +252,10 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
+          this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.status = model.status === "1" ? "3" : "6";
           model.is_th = this.is_receive === "0" ? "0" : model.is_th;
@@ -259,7 +263,7 @@ export default {
           model.is_post = "0";
           console.log(model);
           let res = await asyncRequest.status(model);
-
+          this.loading = false;
           if (res && res.code === 0) {
             this.$notify.success({
               title: "提交成功!",

+ 7 - 2
src/views/sellOut/sellOutOrder/components/addEditFormA.vue

@@ -33,7 +33,7 @@
           <el-input
             disabled
             v-model="ruleForm.send_num"
-             maxlength="10"
+            maxlength="10"
             placeholder="发货总量"
           ></el-input>
         </el-form-item>
@@ -200,7 +200,7 @@ export default {
       ruleForm: {
         is_receive: "",
         send_num: "",
-        order_type: "", 
+        order_type: "",
         outCode: "", //
         stock_out_numbers: "", //发货申请单编号
         num: "", //异常数量
@@ -392,10 +392,15 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
+          this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.outCode = this.sitem.outCode;
           model.img = model.img.toString();
           const { code, data, message } = await asyncRequest.add(model);
+          this.loading = false;
           if (code === 0) {
             const title = this.id === "add" ? "添加成功!" : "修改成功!";
             this.$notify.success({

+ 12 - 7
src/views/sellOut/sellOutOrder/components/addEdit_sellForm.vue

@@ -18,7 +18,7 @@
             <el-input
               disabled
               v-model="ruleForm.send_num"
-               maxlength="10"
+              maxlength="10"
               placeholder="发货总量"
             ></el-input>
           </el-form-item>
@@ -29,7 +29,7 @@
               :disabled="disabled"
               v-model="ruleForm.error_num"
               placeholder="异常数量"
-               maxlength="10"
+              maxlength="10"
             ></el-input>
           </el-form-item>
         </el-col>
@@ -177,7 +177,7 @@ export default {
       hand_name: "", //交接人
       ruleForm: {
         send_num: "",
-        order_type: "", 
+        order_type: "",
         outCode: "", //发货申请单编号
         error_num: "", //异常数量
         error_img: [], //异常图片
@@ -322,6 +322,10 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
+          this.loading = true;
           const { error_num } = this.ruleForm;
           if (Number(this.sitem.send_num) < Number(error_num)) {
             this.$message.warning("异常数量不能大于发货数量");
@@ -339,8 +343,9 @@ export default {
           delete model["error_remark"];
           delete model["error_img"];
           delete model["error_code"];
-          this.$emit("refresh", { status: "4", close: false });
+          // this.$emit("refresh", { status: "4", close: false });
           const res = await asyncRequest.add(model);
+          this.loading = false;
           if (res && res.code === 0) {
             const title = this.id === "add" ? "添加成功!" : "修改成功!";
             this.$notify.success({
@@ -434,13 +439,13 @@ export default {
     },
     //图片上传失败
     UploadErrorEvent(res) {
-        if (res !== "break") {
+      if (res !== "break") {
         this.$message.error("图片上传失败!");
         this.$refs.ruleForm.validateField("error_img");
       }
     },
-        //图片上传成功
-  async  UploadSuccessEvent(data) {
+    //图片上传成功
+    async UploadSuccessEvent(data) {
       const { url } = data;
       if (url === "noToken") {
         await this.logout();

+ 3 - 0
src/views/sellOut/sellOutOrder/components/express_feedback.vue

@@ -199,6 +199,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = {
             returnCode: this.returnCode,

+ 6 - 3
src/views/sellOut/sellOutOrder/components/logisticsForm.vue

@@ -56,7 +56,9 @@
         style="text-align: right"
         v-if="powers.some((item) => item == '045')"
       >
-        <el-button type="primary" :size="'mini'"  @click="submitForm">保 存 </el-button>
+        <el-button type="primary" :size="'mini'" @click="submitForm"
+          >保 存
+        </el-button>
       </el-col>
     </el-row>
   </el-form>
@@ -149,8 +151,6 @@ export default {
     this.initForm();
   },
   methods: {
-    
-
     async initForm() {
       this.loading = true;
       await this.resetForm();
@@ -181,6 +181,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           // this.loading = true;
           // let model = JSON.parse(JSON.stringify(this.ruleForm));
           // model.post_name = model.post_name.toString();

+ 3 - 0
src/views/sellOut/sellOutOrder/components/purchase_check.vue

@@ -297,6 +297,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+           if (this.loading) {
+        return;
+      }
           this.loading = true;
           const model = {
             id: this.id,

+ 5 - 1
src/views/sellOut/sellOutOrder/components/returnExpress.vue

@@ -29,7 +29,7 @@
           <el-input
             placeholder="物流单号"
             v-model="ruleForm.express_numbres"
-             maxlength="100"
+            maxlength="100"
           ></el-input>
         </el-form-item>
       </el-col>
@@ -225,6 +225,10 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
+          this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           let _model = {
             returnCode: this.returnCode, //退货单号

+ 3 - 0
src/views/sellOut/sellOutOrder/components/supplier_feedback.vue

@@ -307,6 +307,9 @@ export default {
     },
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
+         if (this.loading) {
+        return;
+      }
         // if (valid) {
         //   const { resign_uid, hand_uid } = this.ruleForm;
         //   let rUid = resign_uid.toString(),

+ 3 - 0
src/views/sellOut/sellOutOrder/components/want-deliver.vue

@@ -186,6 +186,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           model.post_name = model.post_name.toString();

+ 3 - 0
src/views/sellOut/sellReturn/components/addForm.vue

@@ -215,6 +215,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           let arr1 = JSON.parse(JSON.stringify(this.tableForm.get_product_go));

+ 5 - 1
src/views/sellOut/sellReturn/components/addModel.vue

@@ -408,6 +408,10 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
+          this.loading = true;
           // this.loading = true;
           const { thnum, return_type, orderCode, remark, errorCode } =
             this.ruleForm;
@@ -448,7 +452,7 @@ export default {
               this.loading = false;
               return;
             }
-            console.log(addr_total)
+            console.log(addr_total);
             model.thnum = addr_total;
           }
           console.log(model);

+ 3 - 0
src/views/sellOut/sellReturn/components/comExamForm.vue

@@ -234,6 +234,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+           if (this.loading) {
+        return;
+      }
           this.loading = true;
           let model = JSON.parse(JSON.stringify(this.ruleForm));
           if (model.is_th === "0") {

+ 4 - 1
src/views/sellOut/stockApply/components/addEdit.vue

@@ -21,7 +21,7 @@
               "
               v-model="ruleForm.good_name"
               readonly="true"
-               maxlength="100"
+              maxlength="100"
               :placeholder="'商品名称'"
               @focus="showGoodsModel = true"
             ></el-input>
@@ -360,6 +360,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           let {
             id,

+ 3 - 0
src/views/sellOut/stockApply/components/purchaseBack.vue

@@ -160,6 +160,9 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+           if (this.loading) {
+        return;
+      }
           this.loading = true;
           let item = JSON.parse(JSON.stringify(this.ruleForm));
           item.wsm_code = item.wsm_code.toString();

+ 9 - 2
src/views/sellOut/zixunOrder/components/addEditBargain.vue

@@ -301,7 +301,7 @@ export default {
             bargain_price: origin_price || "0",
             bidNo: bidNo || "",
             bargain_remark: "",
-            cost_price: cost_fee|| "0",
+            cost_price: cost_fee || "0",
             result_info_id: "",
             result_info_id_name: "",
           };
@@ -317,7 +317,10 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          // this.loading = true;
+          if (this.loading) {
+            return;
+          }
+          this.loading = true;
           const { bidNo, origin_price, is_gold_price, can, cost_fee } =
             this.sitem;
           const { bargain_price, cost_price } = this.ruleForm;
@@ -325,6 +328,7 @@ export default {
           let b = add_sum(bargain_price + "", "0");
           if (b > a) {
             this.$message.warning("期望售价不能高于当前售价");
+            this.loading=false
             return;
           }
 
@@ -332,6 +336,7 @@ export default {
           let d = add_sum(cost_price + "", "0");
           if (d > c) {
             this.$message.warning("期望工艺费不能高于当前工艺费");
+            this.loading=false
             return;
           }
 
@@ -348,12 +353,14 @@ export default {
           ) {
             if (c === d) {
               this.$message.warning("期望工艺费不能等于当前工艺费!");
+              this.loading=false
               return;
             }
             model.bargain_price = "0";
           } else {
             if (a === b) {
               this.$message.warning("期望售价不能等于当前售价!");
+              this.loading=false
               return;
             }
             model.cost_price = "0";

+ 5 - 2
src/views/sellOut/zixunOrder/components/addEditForm.vue

@@ -369,7 +369,7 @@
 import asyncRequest from "@/apis/service/sellOut/zixunOrder";
 import resToken from "@/mixins/resToken";
 import addEditGoodModal from "./addEditGoodModal";
-import {mapGetters} from "vuex"
+import { mapGetters } from "vuex";
 export default {
   name: "handover",
   props: ["id", "sitem", "newTime"],
@@ -377,7 +377,7 @@ export default {
   components: {
     addEditGoodModal,
   },
-   computed: {
+  computed: {
     ...mapGetters(["business_companyNo"]),
   },
   data() {
@@ -625,6 +625,9 @@ export default {
       console.log(this.ruleForm);
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
+          if (this.loading) {
+            return;
+          }
           this.loading = true;
           if (this.tableData.length === 0) {
             this.$message.warning("至少提供一条商品要求!");

+ 52 - 50
src/views/sellOut/zixunOrder/components/buyGoodModal.vue

@@ -956,60 +956,62 @@ export default {
     async submitForm() {
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
-          this.loading = true;
-          let model = JSON.parse(JSON.stringify(this.ruleForm));
-          model.order_addr = [];
-          const { sendtype, good_num } = model;
-          const { order_addr } = JSON.parse(JSON.stringify(this.addrForm));
-          if (sendtype === "1" && order_addr && order_addr.length === 0) {
-            this.$message.warning("至少上传一个地址信息!");
-            this.loading = false;
-            return;
-          }
-          if (sendtype === "1") {
-            let addrT = 0,
-              isAEdit = false;
-            order_addr.forEach((v2) => {
-              if (v2.edit) {
-                isAEdit = true;
-              }
-              addrT += parseInt(v2.receipt_quantity + "");
-              let model2 = {
-                addr_code: v2.addr_code.toString(),
-                contactor: v2.contactor,
-                mobile: v2.mobile,
-                addr: v2.addr,
-                receipt_quantity: v2.receipt_quantity,
-              };
-              model.order_addr.push(model2);
-            });
-
-            if (isAEdit) {
-              this.$message.warning("请保存地址信息!");
+          if (!this.loading) {
+            this.loading = true;
+            let model = JSON.parse(JSON.stringify(this.ruleForm));
+            model.order_addr = [];
+            const { sendtype, good_num } = model;
+            const { order_addr } = JSON.parse(JSON.stringify(this.addrForm));
+            if (sendtype === "1" && order_addr && order_addr.length === 0) {
+              this.$message.warning("至少上传一个地址信息!");
               this.loading = false;
               return;
             }
-            if (parseInt(good_num + "") !== addrT) {
-              this.$message.warning("收货总数量与购买不一致!");
-              this.loading = false;
-              return;
+            if (sendtype === "1") {
+              let addrT = 0,
+                isAEdit = false;
+              order_addr.forEach((v2) => {
+                if (v2.edit) {
+                  isAEdit = true;
+                }
+                addrT += parseInt(v2.receipt_quantity + "");
+                let model2 = {
+                  addr_code: v2.addr_code.toString(),
+                  contactor: v2.contactor,
+                  mobile: v2.mobile,
+                  addr: v2.addr,
+                  receipt_quantity: v2.receipt_quantity,
+                };
+                model.order_addr.push(model2);
+              });
+
+              if (isAEdit) {
+                this.$message.warning("请保存地址信息!");
+                this.loading = false;
+                return;
+              }
+              if (parseInt(good_num + "") !== addrT) {
+                this.$message.warning("收货总数量与购买不一致!");
+                this.loading = false;
+                return;
+              }
+            }
+            this.loading = false;
+            let res = await asyncRequest.consultorder(model);
+            this.loading = false;
+            if (res && res.code === 0) {
+              this.$notify.success({
+                title: "下单成功!",
+                message: "",
+              });
+              this.showModelThis = false;
+              // 刷新
+              this.$emit("refresh");
+            } else if (res && res.code >= 100 && res.code <= 104) {
+              await this.logout();
+            } else {
+              this.$message.warning(res.message);
             }
-          }
-          this.loading = false;
-          let res = await asyncRequest.consultorder(model);
-          this.loading = false;
-          if (res && res.code === 0) {
-            this.$notify.success({
-              title: "下单成功!",
-              message: "",
-            });
-            this.showModelThis = false;
-            // 刷新
-            this.$emit("refresh");
-          } else if (res && res.code >= 100 && res.code <= 104) {
-            await this.logout();
-          } else {
-            this.$message.warning(res.message);
           }
         } else {
           console.log("error submit!!");