wwl
2024-12-06 8a5a5ff615e1ac7cf65c298b2e641368f7b1e2b3
src/views/system/tijian/index copy.vue
@@ -1046,7 +1046,7 @@
            } else {
              item.list.forEach((items) => {
                _this.proIdList.push(items.proId);
                console.log(_this.pacId, 888);
              });
            }
          });
@@ -1064,7 +1064,7 @@
            this.proIds = [];
            getTransitionList(cusId).then((response) => {
              this.tableData1 = response.data;
              console.log(this.tableData1);
              this.TotalPrice1 = 0;
              if (this.tableData1) {
                this.tableData1.forEach((item) => {
@@ -1460,7 +1460,7 @@
              } else if ("MozWebSocket" in window) {
                websocket = new MozWebSocket(url);
              } else {
                // console.log("SockJS");
              }
              if (websocket == null) {
@@ -1493,6 +1493,7 @@
              //接收到消息的回调方法
              websocket.onmessage = function (event) {
                var resultObj = eval("(" + event.data + ")");
                //resultFlag为0代表读卡成功
                if (
                  resultObj.name == "readCard" ||
@@ -1613,7 +1614,7 @@
    },
    cancell() {
      console.log(this.addAddress.address);
      if (this.addAddress.address) {
        this.malldisble = false;
      } else {
@@ -1650,8 +1651,7 @@
      // this.tableData.forEach((item) => {
      //   this.fData = item.tjProjectList;
      // });
      console.log(this.treedataList)
      console.log(selection)
      if (selection[0]) {
        this.DataList = [];
        // this.data = JSON.parse(JSON.stringify(this.dXData));
@@ -1695,8 +1695,7 @@
      this.loading = true;
      deptTreeSelect(cusSex).then((response) => {
        this.newpacName = response.rows;
        console.log(this.newpacName)
        console.log(this.tableData1)
        try {
          if (this.tableData1.length >= 1) {
            this.newpacName.forEach((item3) => {
@@ -1784,7 +1783,7 @@
          this.proIds = [];
          getTransitionList(cusId).then((response) => {
            this.tableData1 = response.data;
            console.log(this.tableData1);
            this.TotalPrice1 = 0;
            if (this.tableData1) {
              this.tableData1.forEach((item) => {
@@ -1931,7 +1930,7 @@
    // 表格单选
    handleSelect(selection, val) {
      console.log(selection, val);
      this.selectionList = this.$refs.multipleTable.selection;
      this.selectionList.forEach((item) => {
        this.formIn.name = item.tjName;