Quellcode durchsuchen

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

XMLWAN vor 5 Jahren
Ursprung
Commit
6e66cc1235

+ 11 - 0
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Datei anzeigen

@@ -695,6 +695,13 @@ export default {
695 695
         this.form.observation_content = "";
696 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 707
   methods: {
@@ -966,6 +973,10 @@ export default {
966 973
       this.isVisibility = true;
967 974
       this.predialysis = predialysis;
968 975
       // console.log("透后", predialysis);
976
+
977
+
978
+
979
+
969 980
       this.getPermission();
970 981
     },
971 982
 

+ 3 - 7
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Datei anzeigen

@@ -1977,13 +1977,9 @@
1977 1977
             <td width="30">医生</td>
1978 1978
             <td width="80">
1979 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 1983
               </div>
1988 1984
             </td>
1989 1985
             <td width="50">治疗护士</td>

+ 2 - 1
src/xt_pages/workforce/components/tableWeeks.vue Datei anzeigen

@@ -58,7 +58,7 @@
58 58
       </el-table-column>
59 59
       <el-table-column label="透析模式" min-width="100" align="center">
60 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 62
         </template>
63 63
       </el-table-column>
64 64
       <el-table-column label="透析器" min-width="100" align="center">
@@ -318,6 +318,7 @@
318 318
       this.modeOptions = this.$store.getters.treatment_mode
319 319
       this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
320 320
 
321
+
321 322
       this.week_type = new Date().getDay()
322 323
       if(this.week_type == 0){
323 324
         this.week_type = 7