Преглед изворни кода

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

陈少旭 пре 10 месеци
родитељ
комит
239b9f053a

+ 1 - 1
src/xt_pages/outpatientTool/components/newSettlePrint.vue Прегледај датотеку

@@ -29,8 +29,8 @@ import { uParseTime } from '@/utils/tools'
29 29
 import axios from 'axios'
30 30
 import { getAllDoctorList, getAllHisPatientList } from '@/api/project/project'
31 31
 import { getPrivateExpenses, getPrivateExpensesOrder, getPrivateExpensesTwo } from '@/api/his/his'
32
-
33 32
 import Print9919 from './print9919.vue'
33
+import printJS from "print-js";
34 34
 export default {
35 35
   name: 'dialysisPrintOrder',
36 36
   components: {

+ 3 - 5
src/xt_pages/outpatientTool/components/print9919.vue Прегледај датотеку

@@ -1,10 +1,8 @@
1 1
 <template>
2 2
   <div id="statement-print" class="statement-print">
3 3
 
4
-    <div class="statementTitle" v-if="this.$store.getters.xt_user.org.id != 10480">广东省社会医疗保险医疗费用结算单</div>
5
-    <div class="statementTitle" v-else>安徽省社会医疗保险医疗费用结算单</div>
6
-
7
-    <table class="statementTable" border="1">
4
+    <div class="statementTitle">广东省社会医疗保险医疗费用结算单</div>
5
+    <table class="statementTable" border="1" style="border-collapse: collapse;">
8 6
       <tr>
9 7
         <td width="80">机构名称</td>
10 8
         <td colspan="4">{{info.org_name}}</td>
@@ -23,7 +21,6 @@
23 21
         <td width="100" v-else-if="info.hosp_lv == '10'">一级丙等</td>
24 22
         <td width="100" v-else-if="info.hosp_lv == '11'">无等级</td>
25 23
         <td width="100" v-else></td>
26
-
27 24
       </tr>
28 25
       <tr>
29 26
         <td width="70">就医登记号</td>
@@ -242,6 +239,7 @@
242 239
         <td style="text-align:right;padding-right:10px;">{{info.huli_cost_self_total}}</td>
243 240
         <td colspan="2" style="text-align:right;padding-right:10px;">{{info.huli_cost_part_self_total}}</td>
244 241
       </tr>
242
+
245 243
       <tr>
246 244
         <td>合计</td>
247 245
         <td colspan="2" style="text-align:right;padding-right:10px;">{{(parseFloat(info.bed_cost_total) +