Ver código fonte

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

XMLWAN 2 anos atrás
pai
commit
59bd0c4aab

+ 0 - 2
src/xt_pages/hospitalStation/doctorDesk.vue Ver arquivo

@@ -6,7 +6,6 @@
6 6
         <div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
7 7
             <div class="mainLeft">
8 8
 
9
-
10 9
                 <el-date-picker
11 10
                         v-model="record_date"
12 11
                         prefix-icon="el-icon-date"
@@ -20,7 +19,6 @@
20 19
                         value-format="yyyy-MM-dd">
21 20
                 </el-date-picker>
22 21
 
23
-
24 22
                 <div class="mainCell" style="justify-content: space-between;">
25 23
                     <p style="font-size:14px;">未就诊:<span>{{cal_one}}</span>人</p>
26 24
                     <p style="font-size:14px;">已就诊:<span>{{cal_two}}</span>人</p>

+ 3 - 3
src/xt_pages/hospitalStation/invoiceTemplate/printThree.vue Ver arquivo

@@ -194,15 +194,15 @@
194 194
         </div> -->
195 195
         <div style="position: absolute;top:370px;left:40px">
196 196
             <!-- 预交款合计 -->
197
-            预交款合计:
197
+            预交款合计:0.00
198 198
         </div>
199 199
         <div style="position: absolute;top:370px;left:250px">
200 200
             <!-- 补交款 -->
201
-            补交款:
201
+            补交款:0.00
202 202
         </div>
203 203
         <div style="position: absolute;top:370px;left:480px">
204 204
             <!-- 应退款 -->
205
-            应退款:
205
+            应退款:0.00
206 206
         </div>
207 207
         <div>
208 208
             <div style="position: absolute;top:400px;left:40px">

+ 1 - 2
src/xt_pages/hospitalStation/listTemplate/printTwo.vue Ver arquivo

@@ -6,7 +6,7 @@
6 6
       </div>
7 7
       <!-- <div class="listTitle" :style="{position: 'absolute',top:(20 + (index * 160))  + 'px',left:200+ 'px',}">赤峰市肿瘤医院病人费用明细清单</div> -->
8 8
       <div class="listInfo">
9
-        <div>个人编:{{order.psn_no}}</div>
9
+        <div>个人编:{{order.psn_no}}</div>
10 10
         <div>住院号:{{ patient.dialysis_no }}</div>
11 11
         <div>次数:</div>
12 12
         <div>姓名:{{ patient.name }}</div>
@@ -377,7 +377,6 @@
377 377
           <td>甲类:</td>
378 378
           <td>乙类药品:</td>
379 379
           <td>丙类:</td>
380
-          <td>非药品:</td>
381 380
           <td></td>
382 381
           <td>其他:</td>
383 382
         </tr>

+ 3 - 3
src/xt_pages/hospitalStation/settlementTemplate/hospitalSettlePrint.vue Ver arquivo

@@ -23,7 +23,7 @@
23 23
       </div>
24 24
     </div>
25 25
     <div class="row">
26
-      <div>医保编号<div style="width:220px;" class="under_line">{{ info.psn_no }}</div></div>
26
+      <div>个人编号<div style="width:220px;" class="under_line">{{ info.psn_no }}</div></div>
27 27
       <div>病案号<div style="width:220px;" class="under_line">{{ info.psn_no ? info.psn_no : '' }}</div></div>
28 28
       <div>申报时间
29 29
         <div style="width:40px;" class="under_line">{{ info.setl_time ? info.setl_time.split(' ')[0].slice(0,4) : '' }}</div>年
@@ -46,8 +46,8 @@
46 46
                 <div style="width:80px;" class="under_line">{{info.psn_name}}</div>
47 47
               </div>
48 48
               <div class="inline_block">性别
49
-                <label-box :isChecked="info.gend == '1'" showValue="男"></label-box>
50
-                <label-box :isChecked="info.gend == '2'" showValue="女"></label-box>
49
+                 <div style="width:80px;" class="under_line" v-if="info.gend == '1'">{{'男'}}</div>
50
+                 <div style="width:80px;" class="under_line" v-if="info.gend == '2'">{{'女'}}</div>
51 51
               </div>
52 52
               <div class="inline_block">出生日期
53 53
                 <div style="width:40px;" class="under_line">{{info.brdy.slice(0,4)}}</div>年

+ 2 - 2
src/xt_pages/outpatientCharges/components/registerDialog.vue Ver arquivo

@@ -206,8 +206,8 @@
206 206
       </el-form-item>
207 207
 
208 208
 
209
-      <el-button style="margin-left:10px;" type="primary" @click="check11" >查普通门诊待遇</el-button>
210
-      <el-button style="margin-left:10px;" type="primary" @click="check14" >查门诊大病待遇</el-button>
209
+<!--      <el-button style="margin-left:10px;" type="primary" @click="check11" >查普通门诊待遇</el-button>-->
210
+<!--      <el-button style="margin-left:10px;" type="primary" @click="check14" >查门诊大病待遇</el-button>-->
211 211
 
212 212
     </el-form>
213 213
 

+ 3 - 2
src/xt_pages/outpatientCharges/listPrint.vue Ver arquivo

@@ -394,11 +394,12 @@
394 394
             break
395 395
           case '13':
396 396
             return '挂号费'
397
-
398 397
             break
399 398
           case '14':
400 399
             return '其他费'
401
-
400
+            break
401
+          case '0':
402
+            return '其他费'
402 403
             break
403 404
 
404 405
         }

+ 2 - 3
src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue Ver arquivo

@@ -4,7 +4,7 @@
4 4
       <div class="listTitle">{{$store.getters.xt_user.org.org_name}}费用清单</div>
5 5
       <!-- <div class="listTitle" :style="{position: 'absolute',top:(20 + (index * 160))  + 'px',left:200+ 'px',}">赤峰市肿瘤医院病人费用明细清单</div> -->
6 6
       <div class="listInfo">
7
-        <div>个人编:{{order.psn_no}}</div>
7
+        <div>个人编:{{order.psn_no}}</div>
8 8
         <div>住院号:{{ order.mdtrt_id }}</div>
9 9
 <!--        <div>次数:</div>-->
10 10
         <div>姓名:{{ order.psn_name }}</div>
@@ -87,9 +87,8 @@
87 87
         <tr>
88 88
           <td>报销类别费用合计</td>
89 89
           <td>甲类:{{getJaiTotal()?getJaiTotal():"0.00"}}</td>
90
-          <td>乙类药品:{{getYiTotal()?getYiTotal():"0.00"}}</td>
90
+          <td>乙类:{{getYiTotal()?getYiTotal():"0.00"}}</td>
91 91
           <td>丙类:{{getBingTotal()?getBingTotal():"0.00"}}</td>
92
-          <td>非药品:0.00</td>
93 92
           <td></td>
94 93
           <td>其他:0.00</td>
95 94
         </tr>