Browse Source

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

csx 5 years ago
parent
commit
51dd4c36e5

+ 3 - 15
src/xt_pages/dialysis/batch_print/batch_print_order_nine.vue View File

@@ -1951,21 +1951,9 @@
1951 1951
                   <td width="30">医生</td>
1952 1952
                   <td width="80">
1953 1953
                     <div class="under-line">
1954
-                      &nbsp;
1955
-                      <span v-if="record.advices[0][0] === ''">{{
1956
-                          getAdminUser(record.advices[0][0], 'advice_doctor')
1957
-                        }}</span>
1958
-                      <span v-if="record.advices[0][0] !== ''">
1959
-                          <img
1960
-                            style="height:20px"
1961
-                            :src="
1962
-                              setAdminUserES(
1963
-                                record.advices[0][0],
1964
-                                'advice_doctor'
1965
-                              )
1966
-                            "
1967
-                          />
1968
-                        </span>
1954
+                      &nbsp
1955
+                      <span v-if=" setAdminUserES(record.prescription.creater) == '' " >{{ getAdminUser(record.prescription.creater)}}</span >
1956
+                      <img style="height:20px;" :src="setAdminUserES(record.prescription.creater)" alt="" srcset="" v-else  />
1969 1957
                     </div>
1970 1958
                   </td>
1971 1959
                   <td width="50">治疗护士</td>

+ 11 - 0
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

@@ -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 View File

@@ -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 View File

@@ -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