huangyw 2 years ago
parent
commit
f549873b45
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue

+ 2 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue View File

1850
       getDialysisRecord(this.queryParams).then((response) => {
1850
       getDialysisRecord(this.queryParams).then((response) => {
1851
         if (response.data.state == 1) {
1851
         if (response.data.state == 1) {
1852
           this.adminUser = response.data.data.users;
1852
           this.adminUser = response.data.data.users;
1853
-          // this.xtdate = response.data.data.xtdate;
1853
+          this.xtdate = response.data.data.xtdate;
1854
           this.users = response.data.data.users;
1854
           this.users = response.data.data.users;
1855
           this.patientInfo = response.data.data.patientInfo;
1855
           this.patientInfo = response.data.data.patientInfo;
1856
           this.patientInfo.birth = uParseTime(
1856
           this.patientInfo.birth = uParseTime(
2339
     }
2339
     }
2340
 
2340
 
2341
     const xtdate = this.$route.query && this.$route.query.xtdate;
2341
     const xtdate = this.$route.query && this.$route.query.xtdate;
2342
-    console.log(xtdate,'xtdate')
2343
     const xtno = this.$route.query && this.$route.query.xtno;
2342
     const xtno = this.$route.query && this.$route.query.xtno;
2344
     if (
2343
     if (
2345
       typeof xtdate === "string" &&
2344
       typeof xtdate === "string" &&
2350
       this.queryParams.xtdate = xtdate;
2349
       this.queryParams.xtdate = xtdate;
2351
       this.queryParams.xtno = xtno;
2350
       this.queryParams.xtno = xtno;
2352
       this.xtdate = xtdate
2351
       this.xtdate = xtdate
2353
-
2352
+      
2354
       this.getDialysisRecord();
2353
       this.getDialysisRecord();
2355
     } else {
2354
     } else {
2356
       this.$message.error("参数不齐");
2355
       this.$message.error("参数不齐");