Browse Source

修改合同签订问题

953954216 1 year ago
parent
commit
ffac4148e5

+ 0 - 1
ruoyi-ui/src/views/organization/kugl/hfdj/index.vue

@@ -244,7 +244,6 @@ export default {
       this.open = true
       this.title = '换房申请'
       this.$modal.msgWarning('温馨提示:换房登记会修改合同信息中的床位信息!')
-      console.log(row)
       // listHfdjByHtxx().then(response => {
       //   let rowData = response.rows.filter((item) => item.khId === row.khId)
       //   this.decodeStr.xm = decrypt_ECB(rowData[0].xm)

+ 7 - 11
ruoyi-ui/src/views/organization/kugl/htqd/index.vue

@@ -447,7 +447,6 @@ export default {
     },
     // 楼宇
     changeDataLy(lyData) {
-      console.log(lyData, "这是楼宇");
       this.para1 = lyData;
       this.para2 = "";
       this.para3 = "";
@@ -459,7 +458,6 @@ export default {
 
     // 楼层
     changeDataLc(lcData) {
-      console.log(lcData, "这是楼层");
       this.para2 = lcData;
       this.para3 = "";
       this.form.lcId = lcData;
@@ -469,7 +467,6 @@ export default {
 
     // 房间
     changeDataFjh(fjData) {
-      console.log(fjData, "这是房间");
       this.para3 = fjData;
       this.form.fjId = fjData;
       this.form.cwId = "";
@@ -477,7 +474,6 @@ export default {
 
     // 床位
     changeDataCwh(cwData, data) {
-      // console.log(data.att1,'这是床位');
       if (data && data.att1) {
         this.form.cwf = data.att1;
       }
@@ -573,11 +569,11 @@ export default {
       this.open = true;
       this.title = "合同信息";
       this.beforeSubmit = true;
-      listHtxxByJbxx().then((response) => {
-        let rowData = response.rows.filter((item) => item.khId === row.khId)
-        this.decodeStr.xm = decrypt_ECB(rowData[0].xm)
-        this.decodeStr.zjhm = decrypt_ECB(rowData[0].zjhm)
-      });
+      // listHtxxByJbxx().then((response) => {
+      //   let rowData = response.rows.filter((item) => item.khId === row.khId)
+      //   this.decodeStr.xm = decrypt_ECB(rowData[0].xm)
+      //   this.decodeStr.zjhm = decrypt_ECB(rowData[0].zjhm)
+      // });
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -635,8 +631,8 @@ export default {
           } else {
             let copyform = {
               ...this.form,
-              xm: this.decodeStr.xm,
-              zjhm: this.decodeStr.zjhm,
+              // xm: this.decodeStr.xm,
+              // zjhm: this.decodeStr.zjhm,
             }
             addHtxx(copyform).then((response) => {
               this.$modal.msgSuccess("新增成功");