duhe
2025-11-19 a9ca5dafb781919fe8a24cd586258e9144966271
src/views/sell/xsSeOrderBill/xsSeOrderBillEdit.vue
@@ -935,8 +935,10 @@
    //退出
    close() {
      this.reset();
      if (!this.OperationType2 && !this.copyType) {
      if (window.top != window.self) {
        // iframe 页面 调用父页面的函数关闭弹窗
        window.parent.editGyClose();
      } else if (!this.OperationType2 && !this.copyType) {
        // this.$router.back()
        window.close();
      } else {
@@ -1187,8 +1189,11 @@
          },
        })
        .then((response) => {
          this.form.联系人 = response.data.data[0].HLinkMan;
          this.form.联系电话 = response.data.data[0].HLinkPhone;
          if (response.data.count == 1) {
            this.form.联系人 = response.data.data[0].HLinkMan;
            this.form.联系电话 = response.data.data[0].HLinkPhone;
          }
          this.$modal.msg(`警告: ${response.data.Message}`);
          // this.form = response.data.data[0]
        })
        .catch((error) => {