Преглед на файлове

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

XMLWAN преди 5 години
родител
ревизия
6e66cc1235

+ 11 - 0
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Целия файл

695
         this.form.observation_content = "";
695
         this.form.observation_content = "";
696
         this.form.observation_content_other = "";
696
         this.form.observation_content_other = "";
697
       }
697
       }
698
+    }, "form.weight_after":function() {
699
+      if(this){
700
+
701
+
702
+
703
+      }
704
+
698
     }
705
     }
699
   },
706
   },
700
   methods: {
707
   methods: {
966
       this.isVisibility = true;
973
       this.isVisibility = true;
967
       this.predialysis = predialysis;
974
       this.predialysis = predialysis;
968
       // console.log("透后", predialysis);
975
       // console.log("透后", predialysis);
976
+
977
+
978
+
979
+
969
       this.getPermission();
980
       this.getPermission();
970
     },
981
     },
971
 
982
 

+ 3 - 7
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Целия файл

1977
             <td width="30">医生</td>
1977
             <td width="30">医生</td>
1978
             <td width="80">
1978
             <td width="80">
1979
               <div class="under-line">
1979
               <div class="under-line">
1980
-                &nbsp;
1981
-                <span v-if="doctorForm.url === ''">{{
1982
-                  doctorForm.doctor
1983
-                }}</span>
1984
-                <span v-if="doctorForm.url !== ''">
1985
-                  <img style="height:20px" :src="doctorForm.url" />
1986
-                </span>
1980
+                &nbsp
1981
+                <span v-if=" setAdminUserES(prescription.creater) == '' " >{{ getAdminUser(prescription.creater)}}</span >
1982
+                <img style="height:20px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else  />
1987
               </div>
1983
               </div>
1988
             </td>
1984
             </td>
1989
             <td width="50">治疗护士</td>
1985
             <td width="50">治疗护士</td>

+ 2 - 1
src/xt_pages/workforce/components/tableWeeks.vue Целия файл

58
       </el-table-column>
58
       </el-table-column>
59
       <el-table-column label="透析模式" min-width="100" align="center">
59
       <el-table-column label="透析模式" min-width="100" align="center">
60
         <template slot-scope="scope">
60
         <template slot-scope="scope">
61
-          {{ modeOptions[scope.row.mode_id].name }}
61
+          {{scope.row.mode_id && modeOptions[scope.row.mode_id] ? modeOptions[scope.row.mode_id].name:'' }}
62
         </template>
62
         </template>
63
       </el-table-column>
63
       </el-table-column>
64
       <el-table-column label="透析器" min-width="100" align="center">
64
       <el-table-column label="透析器" min-width="100" align="center">
318
       this.modeOptions = this.$store.getters.treatment_mode
318
       this.modeOptions = this.$store.getters.treatment_mode
319
       this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
319
       this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
320
 
320
 
321
+
321
       this.week_type = new Date().getDay()
322
       this.week_type = new Date().getDay()
322
       if(this.week_type == 0){
323
       if(this.week_type == 0){
323
         this.week_type = 7
324
         this.week_type = 7