Bladeren bron

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

XMLWAN 3 jaren geleden
bovenliggende
commit
49b7c3b820

+ 1 - 1
src/xt_pages/dialysis/details/assessmentAfter.vue Bestand weergeven

@@ -40,7 +40,7 @@
40 40
         <li v-if="isShow('实际置换量')">
41 41
           <label>实际置换量 : </label>
42 42
           <span class="content">{{ actual_displacement }}</span>
43
-          <span class="unit" v-if="this.$store.getters.xt_user.template_info.template_id != 13 || this.$store.getters.xt_user.template_info.template_id == 40">ml</span>
43
+          <span class="unit" v-if="this.$store.getters.xt_user.template_info.template_id != 13 || this.$store.getters.xt_user.template_info.template_id != 40">ml</span>
44 44
           <span class="unit" v-else>L</span>
45 45
         </li>
46 46
         <li v-if="isShow('压迫后内瘘震颤')">

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Bestand weergeven

@@ -432,7 +432,7 @@
432 432
         <el-row :gutter="20"> -->
433 433
 
434 434
         <el-col :span="8" v-if="isShow('实际置换量')">
435
-          <el-form-item v-if="this.template_id == 20 || this.template_id == 21 || this.template_id == 40" label="实际置换量(ml): ">
435
+          <el-form-item v-if="this.template_id == 20 || this.template_id == 21" label="实际置换量(ml): ">
436 436
             <el-input v-model="form.actual_displacement"></el-input>
437 437
           </el-form-item>
438 438
           <el-form-item v-else label="实际置换量(L): ">

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue Bestand weergeven

@@ -506,7 +506,7 @@
506 506
                     &nbsp;{{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "" }}
507 507
                   </div>
508 508
                 </td>
509
-                <td width="10">ml)</td>
509
+                <td width="10">L)</td>
510 510
                 <td width="50"><label-box :isChecked="prescription.mode_id != 5 && prescription.mode_id != 1 && prescription.mode_id != 2 ? true : false" showValue="其他"></label-box></td>
511 511
                 <td width="50">
512 512
                   <div class="under-line">&nbsp;

+ 3 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printOne.vue Bestand weergeven

@@ -141,6 +141,7 @@ export default {
141 141
         let params = {
142 142
             order_id: this.paramsObj.order_id,
143 143
             patient_id: this.paramsObj.patient_id,
144
+            number: this.paramsObj.number,
144 145
         }
145 146
         this.getInvoice(params)
146 147
         // var data = new Date();
@@ -192,7 +193,7 @@ export default {
192 193
             }
193 194
 
194 195
             var unit = "仟佰拾亿仟佰拾万仟佰拾元角分", str = "";
195
-            n += "00";  
196
+            n += "00";
196 197
 
197 198
             var indexpoint = n.indexOf('.');  // 如果是小数,截取小数点前面的位数
198 199
 
@@ -217,6 +218,7 @@ export default {
217 218
                 let params = {
218 219
                     order_id: val.order_id,
219 220
                     patient_id: val.patient_id,
221
+                    number: val.number,
220 222
                 }
221 223
                 this.getInvoice(params)
222 224
 

+ 1 - 0
src/xt_pages/outpatientCharges/summary.vue Bestand weergeven

@@ -809,6 +809,7 @@
809 809
         let paramsObj = {
810 810
           order_id: obj.id,
811 811
           patient_id: obj.patient_id,
812
+          number:obj.mdtrt_id,
812 813
           name: obj.patient.name,
813 814
           age: obj.age,
814 815
           gend: obj.gend,

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Bestand weergeven

@@ -301,7 +301,7 @@
301 301
                                             </template>
302 302
                                         </el-table-column>
303 303
                                         <el-table-column label="单价" width="40">
304
-                                            <template slot-scope="scope">{{ scope.row.retail_price }}</template>
304
+                                            <template slot-scope="scope">{{ scope.row.min_price }}</template>
305 305
                                         </el-table-column>
306 306
                                     </el-table>
307 307
                                     <!-- <div>{{3*(2/3)}}</div> -->