Browse Source

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

28169 1 year ago
parent
commit
dfe5c280d6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/outpatientCharges/invoiceTemplate/printEleven.vue

+ 4 - 4
src/xt_pages/outpatientCharges/invoiceTemplate/printEleven.vue View File

39
       <div  style="position: absolute;top:188px;left:120px;">诊疗费</div>
39
       <div  style="position: absolute;top:188px;left:120px;">诊疗费</div>
40
       <div  style="position: absolute;top:188px;left:180px;">{{ list.zhenChaCostTotal ? list.zhenChaCostTotal.toFixed(2) : '' }}</div>
40
       <div  style="position: absolute;top:188px;left:180px;">{{ list.zhenChaCostTotal ? list.zhenChaCostTotal.toFixed(2) : '' }}</div>
41
       <div  style="position: absolute;top:188px;left:270px;">材料费</div>
41
       <div  style="position: absolute;top:188px;left:270px;">材料费</div>
42
-      <div  style="position: absolute;top:188px;left:340px;">{{ list.materialCostTotal ? list.materialCostTotal.toFixed(2) : '' }}</div> 
42
+      <div  style="position: absolute;top:188px;left:340px;">{{ list.materialCostTotal ? list.materialCostTotal.toFixed(2) : '' }}</div>
43
       <div  style="position: absolute;top:188px;left:490px;">护理费</div>
43
       <div  style="position: absolute;top:188px;left:490px;">护理费</div>
44
-      <div  style="position: absolute;top:188px;left:570px;">0</div>
44
+      <div  style="position: absolute;top:188px;left:570px;">{{list.hiliCostTotal ? list.hiliCostTotal.toFixed(2) : ''}}</div>
45
     </div>
45
     </div>
46
     <div style="display:flex;justify-content: space-between;">
46
     <div style="display:flex;justify-content: space-between;">
47
       <div  style="position: absolute;top:225px;left:0px;">注射费</div>
47
       <div  style="position: absolute;top:225px;left:0px;">注射费</div>
48
-      <div  style="position: absolute;top:225px;left:60px;">0</div> 
48
+      <div  style="position: absolute;top:225px;left:60px;">0</div>
49
       <div  style="position: absolute;top:225px;left:120px;">检查费</div>
49
       <div  style="position: absolute;top:225px;left:120px;">检查费</div>
50
       <div  style="position: absolute;top:225px;left:180px;">{{ list.checkCostTotal ? list.checkCostTotal.toFixed(2) : '' }}</div>
50
       <div  style="position: absolute;top:225px;left:180px;">{{ list.checkCostTotal ? list.checkCostTotal.toFixed(2) : '' }}</div>
51
       <div  style="position: absolute;top:225px;left:270px;">输氧费</div>
51
       <div  style="position: absolute;top:225px;left:270px;">输氧费</div>
160
         console.log('res',res)
160
         console.log('res',res)
161
         this.list = res.data.data
161
         this.list = res.data.data
162
         this.totalPrice = this.list.westernMedicineCostTotal + this.list.checkCostTotal + this.list.treatCostTotal + this.list.bedCostTotal + this.list.chineseTraditionalMedicineCostTotal +
162
         this.totalPrice = this.list.westernMedicineCostTotal + this.list.checkCostTotal + this.list.treatCostTotal + this.list.bedCostTotal + this.list.chineseTraditionalMedicineCostTotal +
163
-          this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal + this.list.zhenChaCostTotal
163
+          this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal + this.list.zhenChaCostTotal + this.list.hiliCostTotal
164
         if(this.totalPrice == 0){
164
         if(this.totalPrice == 0){
165
 
165
 
166
           this.totalPrice = this.list.medfee_sumamt
166
           this.totalPrice = this.list.medfee_sumamt