Explorar el Código

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

csx hace 4 años
padre
commit
33bb362cd0

+ 8 - 2
src/xt_pages/dialysis/details/dialog/doubleCheckDialog.vue Ver fichero

@@ -215,8 +215,14 @@
215 215
         let ParamsQuery = this.doubleReview
216 216
         ParamsQuery['patient'] = this.patient.id
217 217
         ParamsQuery['record_date'] = this.record_date
218
-        ParamsQuery['check_time'] = this.record_date + ' ' + this.check_time
219
-        ParamsQuery['first_check_time'] = this.record_date + ' ' + this.first_check_time
218
+        if(this.check_time){
219
+          ParamsQuery['check_time'] = this.record_date + ' ' + this.check_time
220
+        }
221
+        // ParamsQuery['check_time'] = this.record_date + ' ' + this.check_time
222
+        if(this.first_check_time){
223
+          ParamsQuery['first_check_time'] = this.record_date + ' ' + this.first_check_time
224
+        }
225
+        
220 226
         ParamsQuery['creater'] = this.doubleReview.creater
221 227
         ParamsQuery['modifier'] = this.doubleReview.modifier
222 228
 

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue Ver fichero

@@ -569,8 +569,8 @@
569 569
             医生签名
570 570
             <span style="display: inline-block;width:100px;text-align: left;">
571 571
               &nbsp;
572
-              <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) }} </span>
573
-              <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))" alt="" srcset="" v-else />
572
+              <span v-if="setAdminUserES(summary==null? 0 : (summary.modifier?summary.modifier:summary.creater)) == ''"> {{ getAdminUser(summary==null?0:(summary.modifier?summary.modifier:summary.creater)) }} </span>
573
+              <img style="height:30px;" :src="setAdminUserES(summary==null?0:(summary.modifier?summary.modifier:summary.creater))" alt="" srcset="" v-else />
574 574
               <!-- <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
575 575
               <span v-if="doctorForm.url !== ''">
576 576
                 <img class="es-img" style="height:30px;" :src="doctorForm.url" />