Pārlūkot izejas kodu

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

csx 4 gadus atpakaļ
vecāks
revīzija
0b7605638f

+ 5 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue Parādīt failu

@@ -704,8 +704,11 @@
704 704
             </td>
705 705
             <td >&nbsp;{{ monitor.temperature ? monitor.temperature : '' }}</td>
706 706
             <td>
707
-              &nbsp;{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
707
+              &nbsp;
708
+              <span v-if='monitor.operate_time'>
709
+              {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/
708 710
               {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }}
711
+              </span>
709 712
             </td>
710 713
             <td>
711 714
               &nbsp;{{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }}
@@ -950,7 +953,7 @@
950 953
         <div style="display:flex;align-items:center;">
951 954
           <span>医生:</span>
952 955
           <span style="width:100px;display: inline-block;" class="under-line">&nbsp;
953
-             <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) }} </span>
956
+             <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
954 957
                         <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
955 958
           </span>
956 959
         </div>

+ 1 - 2
src/xt_pages/user/components/PatientForm.vue Parādīt failu

@@ -1387,7 +1387,6 @@ export default {
1387 1387
       if (!this.formSubmit) {
1388 1388
         return false;
1389 1389
       }
1390
-
1391 1390
       this.form.user_sys_before_count =  this.form.user_sys_before_count.toString()
1392 1391
       this.$refs[formName].validate(valid => {
1393 1392
         if (valid) {
@@ -1400,7 +1399,7 @@ export default {
1400 1399
             }else{
1401 1400
               this.form.avatar = this.form.avatar + "?imageView2/2/w/500/h/500/q/90"
1402 1401
             }
1403
-            console.log("form",this.form)
1402
+            console.log("form---",this.form)
1404 1403
             editPatient(this.patientID, this.form)
1405 1404
 
1406 1405
               .then(response => {