Kaynağa Gözat

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

csx 3 yıl önce
ebeveyn
işleme
d332fc6d2c

+ 2 - 2
src/xt_pages/hospitalStation/template/printFour.vue Dosyayı Görüntüle

@@ -58,8 +58,8 @@
58 58
                  <p>配对:</p>
59 59
                  <p>核对:</p>
60 60
                  <p>发药:</p>
61
-<!--                 <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>-->
62
-            <p>药费:551.20元</p>
61
+                 <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>
62
+<!--            <p>药费:551.20元</p>-->
63 63
 
64 64
           </div>
65 65
           <div style="page-break-after:always"></div>

+ 2 - 2
src/xt_pages/hospitalStation/template/printOne.vue Dosyayı Görüntüle

@@ -59,8 +59,8 @@
59 59
                  <p>配对:</p>
60 60
                  <p>核对:</p>
61 61
                  <p>发药:</p>
62
-<!--                 <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>-->
63
-            <p>药费:551.20元</p>
62
+                 <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>
63
+<!--            <p>药费:551.20元</p>-->
64 64
 
65 65
           </div>
66 66
           <div style="page-break-after:always"></div>

+ 2 - 2
src/xt_pages/hospitalStation/template/printTwo.vue Dosyayı Görüntüle

@@ -35,8 +35,8 @@
35 35
             <p>配对:</p>
36 36
             <p>核对:{{getDoctor(advicePrint[0].checker)?getDoctor(advicePrint[0].checker):""}}</p>
37 37
             <p>发药:{{getDoctor(advicePrint[0].execution_staff)?getDoctor(advicePrint[0].execution_staff):""}}</p>
38
-<!--            <p>药费:{{advicePrint[0].price?advicePrint[0].price:""}}</p>-->
39
-          <p>药费:551.20元</p>
38
+            <p>药费:{{advicePrint[0].price?advicePrint[0].price:""}}</p>
39
+<!--          <p>药费:551.20元</p>-->
40 40
 
41 41
         </div>
42 42
     </div>

+ 4 - 1
src/xt_pages/outpatientCharges/statementPrint.vue Dosyayı Görüntüle

@@ -355,6 +355,9 @@ export default {
355 355
                   obj4.total = obj4.total + item.Total
356 356
                   obj4.details.push(item)
357 357
                   num++
358
+                  // obj3.details.push(item)
359
+                  // obj3.total += item.Total
360
+                  // num++
358 361
 
359 362
                 })
360 363
               }
@@ -363,7 +366,7 @@ export default {
363 366
               this.balanceAccounts.new_detail_list.push(obj)
364 367
               this.balanceAccounts.new_detail_list.push(obj2)
365 368
               this.balanceAccounts.new_detail_list.push(obj3)
366
-              this.balanceAccounts.new_detail_list.push(obj4)
369
+              // this.balanceAccounts.new_detail_list.push(obj4)
367 370
 
368 371
               console.log(111,this.balanceAccounts)
369 372
               this.num = num

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue Dosyayı Görüntüle

@@ -246,7 +246,7 @@
246 246
                                     <span v-if="item.type == 1">药品费: {{ item.total.toFixed(2) }}</span>
247 247
                                     <span v-if="item.type == 2">诊疗费: {{ item.total.toFixed(2) }}</span>
248 248
                                     <span v-if="item.type == 3">耗材费: {{ item.total.toFixed(2) }}</span>
249
-                                    <span v-if="item.type == 4">诊疗费: {{ item.total.toFixed(2) }}</span>
249
+<!--                                    <span v-if="item.type == 4">诊疗费: {{ item.total.toFixed(2) }}</span>-->
250 250
 
251 251
                                 </div>
252 252
                             </div>