csx 2 gadus atpakaļ
vecāks
revīzija
e89680c81e

+ 1 - 1
src/xt_pages/hospitalStation/invoiceTemplate/printThree.vue Parādīt failu

@@ -69,7 +69,7 @@
69 69
             <div style="position: absolute;top:160px;left:220px">检查费</div>
70 70
             <div style="position: absolute;top:160px;left:290px">{{ list.checkCostTotal?list.checkCostTotal:'0.00' }}</div>
71 71
             <div style="position: absolute;top:160px;left:400px">材料费</div>
72
-            <div style="position: absolute;top:160px;left:470px">0.00</div>
72
+            <div style="position: absolute;top:160px;left:470px">{{list.materialCostTotal?list.materialCostTotal:"0.00"}}</div>
73 73
             <div style="position: absolute;top:160px;left:580px">麻醉费</div>
74 74
             <div style="position: absolute;top:160px;left:650px">0.00</div>
75 75
         </div>

+ 1 - 1
src/xt_pages/hospitalStation/listTemplate/printTwo.vue Parādīt failu

@@ -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>病人ID:</div>
9
+        <div>个人编码:{{order.psn_no}}</div>
10 10
         <div>住院号:{{ patient.dialysis_no }}</div>
11 11
         <div>次数:</div>
12 12
         <div>姓名:{{ patient.name }}</div>

+ 4 - 0
src/xt_pages/outpatientCharges/components/registerDialog.vue Parādīt failu

@@ -657,6 +657,8 @@
657 657
                 that.form.phone = patient.phone
658 658
                 that.form.id_card = patient.id_card_no
659 659
                 that.form.medical_insurance_card = response.data.data.number
660
+                that.form.social_type = parseInt(response.data.data.insutype)
661
+
660 662
 
661 663
               } else if (that.form.id_card_type == 2) {
662 664
                 that.form.id = patient.id
@@ -674,6 +676,8 @@
674 676
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
675 677
                 that.form.phone = patient.phone
676 678
                 that.form.id_card = patient.id_card_no
679
+                that.form.social_type = parseInt(response.data.data.insutype)
680
+
677 681
               }
678 682
               that.$message({ message: '读卡成功', type: 'success' })
679 683
             }

+ 5 - 5
src/xt_pages/outpatientCharges/invoiceTemplate/printTwo.vue Parādīt failu

@@ -48,10 +48,10 @@
48 48
             <div style="position: absolute;top:170px;left:640px">{{ list.otherCostTotal }}</div>
49 49
         </div>
50 50
         <div style="display:flex;justify-content: space-between;">
51
-            <div style="position: absolute;top:200px;left:40px"></div>
52
-            <div style="position: absolute;top:200px;left:110px"></div>
53
-            <div style="position: absolute;top:200px;left:200px"></div>
54
-            <div style="position: absolute;top:200px;left:280px"></div>
51
+            <div style="position: absolute;top:170px;left:560px"></div>
52
+            <div style="position: absolute;top:170px;left:640px"></div>
53
+            <div style="position: absolute;top:200px;left:200px">诊察费</div>
54
+            <div style="position: absolute;top:200px;left:280px">{{ list.zhenChaCostTotal }}</div>
55 55
             <div style="position: absolute;top:200px;left:380px">材料费</div>
56 56
             <div style="position: absolute;top:200px;left:460px">{{ list.materialCostTotal }}</div>
57 57
             <div style="position: absolute;top:200px;left:560px"></div>
@@ -152,7 +152,7 @@ export default {
152 152
                 console.log('res',res)
153 153
                 this.list = res.data.data
154 154
                 this.totalPrice = this.list.westernMedicineCostTotal + this.list.checkCostTotal + this.list.treatCostTotal + this.list.bedCostTotal + this.list.chineseTraditionalMedicineCostTotal +
155
-                                    this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal
155
+                                    this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal + this.list.zhenChaCostTotal
156 156
                 this.smalltoBIG(this.totalPrice)
157 157
                 var data = new Date(res.data.data.date * 1000);
158 158
                 var month =data.getMonth() < 9 ? "0" + (data.getMonth() + 1) : data.getMonth() + 1;

+ 2 - 3
src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue Parādīt failu

@@ -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>病人ID:{{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>
@@ -59,8 +59,7 @@
59 59
 
60 60
         <tr>
61 61
           <td style="width: 20%;white-space: nowrap;">甲类:{{item.jiaTotal?item.jiaTotal:"0.00"}}</td>
62
-          <td style="width: 20%;white-space: nowrap;">乙类药品:{{item.yiTotal?item.yiTotal:"0.00"}}</td>
63
-          <td style="width: 5%;white-space: nowrap;">非药品:{{0.00}}</td>
62
+          <td style="width: 20%;white-space: nowrap;" >乙类:{{item.yiTotal?item.yiTotal:"0.00"}}</td>
64 63
           <td style="width: 5%;white-space: nowrap;">丙类:{{item.bingTotal?item.bingTotal:"0.00"}}</td>
65 64
           <td style="width: 5%;white-space: nowrap;">其他:{{0.00}}</td>
66 65
           <td></td>

+ 11 - 4
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Parādīt failu

@@ -985,11 +985,11 @@ export default {
985 985
         { value: 11, label: '普通门诊' },
986 986
         { value: 14, label: '门诊特殊病' },
987 987
         { value: '9922', label: '家庭通道' },
988
-        { value: '1111', label: '精一' },
989
-        { value: '1112', label: '精二' },
990 988
         { value: '9933', label: '门诊特殊病(9933)' },
991 989
         { value: '990602', label: '门诊特殊病(990602)' },
992 990
         { value: '1402', label: '门诊特殊病(1402)' },
991
+        { value: '1111', label: '精一' },
992
+        { value: '1112', label: '精二' },
993 993
         { value: '0', label: '自费' }
994 994
 
995 995
       ],
@@ -4359,9 +4359,16 @@ export default {
4359 4359
                 this.form.diagnosis = []
4360 4360
               } else {
4361 4361
                 for (let i = 0; i < response.data.data.info.diagnosis.split(',').length; i++) {
4362
-                  this.form.diagnosis.push(response.data.data.info.diagnosis.split(',')[i])
4362
+                  this.form.diagnosis.push(parseInt(response.data.data.info.diagnosis.split(',')[i]))
4363 4363
                 }
4364 4364
               }
4365
+              console.log("~~~~~~")
4366
+              console.log(this.form.diagnosis)
4367
+              console.log(this.diagnoses)
4368
+              console.log("~~~~~~")
4369
+
4370
+
4371
+
4365 4372
               this.sick_history = this.info.sick_history
4366 4373
               if (this.info.register_type == 0) {
4367 4374
                 this.form.p_type = ''
@@ -4377,7 +4384,7 @@ export default {
4377 4384
                 this.form.diagnosis = []
4378 4385
               } else {
4379 4386
                 for (let i = 0; i < response.data.data.last_info.diagnosis.split(',').length; i++) {
4380
-                  this.form.diagnosis.push(response.data.data.last_info.diagnosis.split(',')[i])
4387
+                  this.form.diagnosis.push(parseInt(response.data.data.last_info.diagnosis.split(',')[i]))
4381 4388
                 }
4382 4389
               }
4383 4390
 

+ 2 - 2
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Parādīt failu

@@ -532,12 +532,12 @@
532 532
         register: [
533 533
           { value: 11, label: '普通门诊' },
534 534
           { value: 14, label: '门诊特殊病' },
535
-          { value: 1111, label: '精一' },
536
-          { value: 1112, label: '精二' },
537 535
           { value: 9922, label: '家庭通道' },
538 536
           { value: 9933, label: '门诊特殊病(9933)' },
539 537
           { value: 990602, label: '门诊特殊病(990602)' },
540 538
           { value: 1402, label: '门诊特殊病(1402)' },
539
+          { value: 1111, label: '精一' },
540
+          { value: 1112, label: '精二' },
541 541
           { value: 0, label: '自费' }
542 542
 
543 543