Преглед на файлове

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

28169 преди 3 седмици
родител
ревизия
cdba304bae
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      src/xt_pages/outpatientCharges/invoiceTemplate/printthirteen.vue

+ 4 - 3
src/xt_pages/outpatientCharges/invoiceTemplate/printthirteen.vue Целия файл

@@ -7,8 +7,8 @@
7 7
       <div style="display: flex; margin: 15px 0 5px 0;">
8 8
         <div style="flex: 1.1;">业务流水号:{{ list.order_number }}</div>
9 9
         <div style="flex: 0.9;">医疗机构类型:</div>
10
-        <div style="flex: 1;">医院国家编码:H32092103007</div>
11
-
10
+        <div style="flex: 1;" v-if="org_id == 10188">医院国家编码:H32092103007</div>
11
+        <div style="flex: 1;" v-if="org_id ==10217">医院国家编码:H32090403023</div>
12 12
       </div>
13 13
       <div style="display: flex;">
14 14
         <!-- <div style="flex:1;">医生:{{ doctor_info.user_name }}</div>
@@ -126,7 +126,8 @@
126 126
         <!-- <div style="flex: 1;">No.{{list.order.fa_piao_number}}</div> -->
127 127
       </div>
128 128
       <div style="display: flex;">
129
-        <div style="flex: 1.5;">收款单位(章):{{ org_name }}</div>
129
+        <div style="flex: 1.5;" v-if="org_id==10188">收款单位(章):{{ org_name }}</div>
130
+        <div style="flex: 1.5;" v-if="org_id==10217">收款单位(章):大丰燕舞血液透析中心</div>
130 131
         <div style="flex: 0.7;">收费员:{{ paramsObj.chargeName }}</div>
131 132
         <div style="flex: 1;">
132 133
           <span>{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>