瀏覽代碼

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

XMLWAN 4 年之前
父節點
當前提交
b07382407e

+ 5 - 3
src/xt_pages/outpatientCharges/components/chargeDialog.vue 查看文件

69
     </el-form>
69
     </el-form>
70
 
70
 
71
     <span slot="footer" class="dialog-footer">
71
     <span slot="footer" class="dialog-footer">
72
-    <el-button @click="cancel('formValue')">取 消</el-button>
73
-    <el-button type="primary" @click="confirm('formValue')">确 定</el-button>
72
+    <el-button v-loading="loadingtwo" @click="cancel('formValue')">取 消</el-button>
73
+    <el-button v-loading="loadingtwo" type="primary" @click="confirm('formValue')">确 定</el-button>
74
   </span>
74
   </span>
75
   </el-dialog>
75
   </el-dialog>
76
 
76
 
157
         this.visibility = true
157
         this.visibility = true
158
 
158
 
159
       }, hide: function () {
159
       }, hide: function () {
160
+        this.form = Object.assign({}, this.resetForm)
161
+        this.loadingtwo = false
160
         this.visibility = false
162
         this.visibility = false
161
       }, cancel: function (formName) {
163
       }, cancel: function (formName) {
162
         this.$emit('cancel', this.getValue())
164
         this.$emit('cancel', this.getValue())
168
             let value = {}
170
             let value = {}
169
             value = this.getValue()
171
             value = this.getValue()
170
             this.$emit('confirm', value)
172
             this.$emit('confirm', value)
171
-            this.form = Object.assign({}, this.resetForm)
173
+            this.loadingtwo = true
172
           }
174
           }
173
         })
175
         })
174
       },
176
       },

+ 4 - 4
src/xt_pages/outpatientCharges/components/registerDialog9504.vue 查看文件

50
             </el-form-item>
50
             </el-form-item>
51
 
51
 
52
 
52
 
53
-            <el-form-item label="医疗类别:">
54
-                <el-select v-model="form.medical_care" prop="medical_care" placeholder="请选择" style="width:100%;">
53
+            <el-form-item label="医疗类别:" prop="medical_care">
54
+                <el-select v-model="form.medical_care"  placeholder="请选择" style="width:100%;">
55
                     <el-option
55
                     <el-option
56
                             v-for="(item,index) in medical_care"
56
                             v-for="(item,index) in medical_care"
57
                             :key="index"
57
                             :key="index"
448
               if (that.form.id_card_type == 1) {
448
               if (that.form.id_card_type == 1) {
449
                 that.form.id = patient.id
449
                 that.form.id = patient.id
450
                 that.form.name = patient.name
450
                 that.form.name = patient.name
451
-                that.form.sex = patient.gender.toString()
451
+                that.form.gender = patient.gender
452
                 that.form.age = patient.age
452
                 that.form.age = patient.age
453
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
453
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
454
                 that.form.phone = patient.phone
454
                 that.form.phone = patient.phone
457
               } else if (that.form.id_card_type == 2) {
457
               } else if (that.form.id_card_type == 2) {
458
                 this.form.id = patient.id
458
                 this.form.id = patient.id
459
                 that.form.name = patient.name
459
                 that.form.name = patient.name
460
-                that.form.sex = patient.gender
460
+                that.form.gender = patient.gender
461
                 that.form.age = patient.age
461
                 that.form.age = patient.age
462
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
462
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
463
                 that.form.phone = patient.phone
463
                 that.form.phone = patient.phone

+ 2 - 1
src/xt_pages/outpatientCharges/newStatementPrintTwo.vue 查看文件

112
                   that.info['health_card_no'] = response.data.data.health_card_no
112
                   that.info['health_card_no'] = response.data.data.health_card_no
113
                   that.info['order_number'] = response.data.data.order_number
113
                   that.info['order_number'] = response.data.data.order_number
114
 
114
 
115
-
115
+                  that.info['department'] =  response.data.data.department
116
+                  that.info['yiliao_leibie'] =  response.data.data.yiliao_leibie
116
 
117
 
117
                   that.info['org_name'] = that.$store.getters.xt_user.org.org_name
118
                   that.info['org_name'] = that.$store.getters.xt_user.org.org_name
118
                   console.log("~~~~" + that.info)
119
                   console.log("~~~~" + that.info)

+ 46 - 20
src/xt_pages/outpatientCharges/newTreatTemplate/printOne.vue 查看文件

1
 <template>
1
 <template>
2
     <div>
2
     <div>
3
         <div id='prescription-print' class="prescription-print">
3
         <div id='prescription-print' class="prescription-print">
4
-            <div>
4
+            <div v-for='(i,index) in pageArr.length'>
5
                 <div class="printTitle">&nbsp血液透析中心医药费收据及收费项目清单</div>
5
                 <div class="printTitle">&nbsp血液透析中心医药费收据及收费项目清单</div>
6
                 <div class="infoMain">
6
                 <div class="infoMain">
7
                     <div class="infoP">医院(药店)编号:{{info.org_code}}</div>
7
                     <div class="infoP">医院(药店)编号:{{info.org_code}}</div>
8
                     <div class="infoP">名称:{{info.org_name}}</div>
8
                     <div class="infoP">名称:{{info.org_name}}</div>
9
                     <div class="infoP">医生工号:{{info.doctor_code}}</div>
9
                     <div class="infoP">医生工号:{{info.doctor_code}}</div>
10
                     <div class="infoP">门诊流水号:{{info.transBody.akc190}}</div>
10
                     <div class="infoP">门诊流水号:{{info.transBody.akc190}}</div>
11
-                    <div class="infoP">科别: 全科</div>
11
+                    <div class="infoP">科别: {{info.department}}</div>
12
                     <div class="infoP">处方单据号:{{info.order_number}}</div>
12
                     <div class="infoP">处方单据号:{{info.order_number}}</div>
13
                     <div class="infoP">姓名:{{info.patient_name}}</div>
13
                     <div class="infoP">姓名:{{info.patient_name}}</div>
14
                     <div class="infoP">医疗账号:{{info.health_card_no}}</div>
14
                     <div class="infoP">医疗账号:{{info.health_card_no}}</div>
15
-                    <div class="infoP">医疗类别:普通</div>
15
+                    <div class="infoP">医疗类别:{{info.yiliao_leibie}}</div>
16
                 </div>
16
                 </div>
17
                 <div class="chargeBox">
17
                 <div class="chargeBox">
18
                     <div style="display:flex;justify-content: space-between;border-bottom:1px solid #000;">
18
                     <div style="display:flex;justify-content: space-between;border-bottom:1px solid #000;">
32
                         <div style="width:20%;">
32
                         <div style="width:20%;">
33
                             <div class="chargeUl" v-for="(item,index) in info.transBody.outputlist2" :key="index">
33
                             <div class="chargeUl" v-for="(item,index) in info.transBody.outputlist2" :key="index">
34
                                 <p style="width:50%;">{{getItemName(item.aka111)}}</p>
34
                                 <p style="width:50%;">{{getItemName(item.aka111)}}</p>
35
-                                <p style="width:50%;">{{item.bka058}}</p>
35
+                                <p style="width:50%;">{{item.bka058?item.bka058:0}}</p>
36
                             </div>
36
                             </div>
37
                             <div class="chargeUl" style="border-top:1px solid #000;">
37
                             <div class="chargeUl" style="border-top:1px solid #000;">
38
                                 <p style="width:50%;">费用合计</p>
38
                                 <p style="width:50%;">费用合计</p>
39
-                                <p style="width:50%;">{{info.transBody.akc264}}</p>
39
+                                <p style="width:50%;">{{info.transBody.akc264?info.transBody.akc264:0}}</p>
40
                             </div>
40
                             </div>
41
                             <div class="chargeUl" style="border-top:1px solid #000;">
41
                             <div class="chargeUl" style="border-top:1px solid #000;">
42
                                 <p style="width:50%;">记账支付</p>
42
                                 <p style="width:50%;">记账支付</p>
43
-                                <p style="width:50%;">{{info.transBody.akb068}}</p>
43
+                                <p style="width:50%;">{{info.transBody.akb068?info.transBody.akb068:0}}</p>
44
                             </div>
44
                             </div>
45
                             <div class="chargeUl" style="border-top:1px solid #000;">
45
                             <div class="chargeUl" style="border-top:1px solid #000;">
46
                                 <p style="width:50%;">个人账号</p>
46
                                 <p style="width:50%;">个人账号</p>
47
-                                <p style="width:50%;">{{info.transBody.akc266}}</p>
47
+                                <p style="width:50%;">{{info.transBody.akc266?info.transBody.akc266:0}}</p>
48
                             </div>
48
                             </div>
49
                             <div class="chargeUl" style="border-top:1px solid #000;border-bottom:1px solid #000;">
49
                             <div class="chargeUl" style="border-top:1px solid #000;border-bottom:1px solid #000;">
50
                                 <p style="width:50%;">现金支付</p>
50
                                 <p style="width:50%;">现金支付</p>
51
-                                <p style="width:50%;">{{info.transBody.akb067}}</p>
51
+                                <p style="width:50%;">{{info.transBody.akb067?info.transBody.akb067:0}}</p>
52
                             </div>
52
                             </div>
53
                         </div>
53
                         </div>
54
-                        <div style="width:80%;display:flex;height:300px;">
54
+                        <div style="width:80%;display:flex;max-height:500px;">
55
 
55
 
56
                             <div style="border-left:1px solid #000;border-right:1px solid #000;width:40%;text-align:center;">
56
                             <div style="border-left:1px solid #000;border-right:1px solid #000;width:40%;text-align:center;">
57
-                                <p v-for="(item,i) in info.name_arr" :key="i" class="chargeP">
57
+                                <p v-for="(item,i) in info.name_arr.slice(index * 13,(index * 13) + pageArr[index])" :key="i" class="chargeP">
58
                                     {{item}}</p>
58
                                     {{item}}</p>
59
                             </div>
59
                             </div>
60
                             <div style="border-right:1px solid #000;width:15%;text-align:center;">
60
                             <div style="border-right:1px solid #000;width:15%;text-align:center;">
61
-                                <p v-for="(item,y) in info.spec_arr" :key="y" class="chargeP">
61
+                                <p v-for="(item,y) in info.spec_arr.slice(index * 13,(index * 13) + pageArr[index])" :key="y" class="chargeP">
62
                                     {{item}}</p>
62
                                     {{item}}</p>
63
                             </div>
63
                             </div>
64
                             <div style="border-right:1px solid #000;width:15%;text-align:center;">
64
                             <div style="border-right:1px solid #000;width:15%;text-align:center;">
65
-                                <p v-for="(item,z) in info.count_arr" :key="z" class="chargeP">
65
+                                <p v-for="(item,z) in info.count_arr.slice(index * 13,(index * 13) + pageArr[index])" :key="z" class="chargeP">
66
                                     {{item}}次</p>
66
                                     {{item}}次</p>
67
                             </div>
67
                             </div>
68
                             <div style="border-right:1px solid #000;width:15%;text-align:center;">
68
                             <div style="border-right:1px solid #000;width:15%;text-align:center;">
69
-                                <p v-for="(item,f) in info.price_arr" :key="f" class="chargeP">{{item}}</p>
69
+                                <p v-for="(item,f) in info.price_arr.slice(index * 13,(index * 13) + pageArr[index])" :key="f" class="chargeP">{{item}}</p>
70
                             </div>
70
                             </div>
71
                             <div style="width:15%;text-align:center;">
71
                             <div style="width:15%;text-align:center;">
72
-                                <p v-for="(item,d) in info.total_arr" :key="d" class="chargeP">{{item}}</p>
72
+                                <p v-for="(item,d) in info.total_arr.slice(index * 13,(index * 13) + pageArr[index])" :key="d" class="chargeP">{{item}}</p>
73
                             </div>
73
                             </div>
74
                         </div>
74
                         </div>
75
                     </div>
75
                     </div>
76
 
76
 
77
                 </div>
77
                 </div>
78
                 <div class="moneyBox">
78
                 <div class="moneyBox">
79
-                    <p>实收金:{{info.transBody.akc264}}</p>
80
-                    <p>记账前金额:{{0.00}}</p>
81
-                    <p>扣款金额:{{0.00}}</p>
82
-                    <p>记账后金额:{{0.00}}</p>
83
-                    <p>找赎金:{{0.00}}</p>
79
+                    <p>实收金:{{info.transBody.akc264}}</p>
80
+                    <p>记账前金额:{{0.00}}</p>
81
+                    <p>扣款金额:{{0.00}}</p>
82
+                    <p>记账后金额:{{0.00}}</p>
83
+                    <p>找赎金:{{0.00}}</p>
84
                 </div>
84
                 </div>
85
                 <div class="actionBar">
85
                 <div class="actionBar">
86
                     <div>收费员:{{info.doctor_name}}</div>
86
                     <div>收费员:{{info.doctor_name}}</div>
114
         spec_arr: [],
114
         spec_arr: [],
115
         count_arr: [],
115
         count_arr: [],
116
         price_arr: [],
116
         price_arr: [],
117
-        total_arr: []
117
+        total_arr: [],
118
+
119
+        page:1,
120
+        pageArr:[],
118
 
121
 
119
       }
122
       }
120
     },
123
     },
230
         }
233
         }
231
 
234
 
232
       },
235
       },
236
+      getPage(){
237
+        if(this.info.name_arr.length <= 13){
238
+            this.page = 1
239
+            this.pageArr.push(this.info.name_arr.length)
240
+        }else if(this.info.name_arr.length > 13){
241
+            this.page = parseInt(this.info.name_arr.length / 13)
242
+            let num = this.info.name_arr.length % 13
243
+            for (var i=0;i<this.page;i++){
244
+                this.pageArr.push(13)
245
+            }
246
+            if(num != 0){
247
+                this.pageArr.push(num)
248
+            }
249
+        }
250
+      }
233
     },
251
     },
234
     created() {
252
     created() {
235
 
253
 
236
 
254
 
237
     },
255
     },
256
+    watch:{
257
+      info: {
258
+        handler(newVal) {
259
+            this.getPage()
260
+        },
261
+        deep: true
262
+      }
263
+    }
238
 
264
 
239
   }
265
   }
240
 </script>
266
 </script>

+ 12 - 29
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

64
 
64
 
65
                         </el-button>
65
                         </el-button>
66
 
66
 
67
-                        <el-button v-loading="loadingtwo"
67
+                        <el-button
68
                                    v-if="(this.hisPatientInfo.id > 0 && this.order.id == 0) || this.order.order_status == 1"
68
                                    v-if="(this.hisPatientInfo.id > 0 && this.order.id == 0) || this.order.order_status == 1"
69
                                    size="small"
69
                                    size="small"
70
                                    @click="sz_open(3)"
70
                                    @click="sz_open(3)"
84
                             退费
84
                             退费
85
                         </el-button>
85
                         </el-button>
86
                         <el-button size="small" @click="sz_open(10)" type="primary">打印</el-button>
86
                         <el-button size="small" @click="sz_open(10)" type="primary">打印</el-button>
87
+
88
+                        <!--<el-button-->
89
+                                <!--size="small" @click="sz_open(7)" type="primary"-->
90
+                        <!--&gt;撤销明细-->
91
+                        <!--</el-button>-->
87
                     </div>
92
                     </div>
88
 
93
 
89
 
94
 
97
                     <!--&gt;打印-->
102
                     <!--&gt;打印-->
98
                     <!--</el-button>-->
103
                     <!--</el-button>-->
99
 
104
 
100
-                    <!--<el-button-->
101
-                    <!--v-if="$store.getters.xt_user.org_id == 4  ||  this.$store.getters.xt_user.org_id == 3877"-->
102
-                    <!--size="small" @click="sz_open(7)" type="primary"-->
103
-                    <!--&gt;深圳撤销明细-->
104
-                    <!--</el-button>-->
105
+
105
 
106
 
106
 
107
 
107
                     <!-- <el-button size="small" @click="open(1)" type="primary" style="margin-left:10px;">打印处置单</el-button>
108
                     <!-- <el-button size="small" @click="open(1)" type="primary" style="margin-left:10px;">打印处置单</el-button>
612
 
613
 
613
         }
614
         }
614
 
615
 
615
-        this.loadingtwo = true
616
         if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9504) {
616
         if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9504) {
617
-
618
           var that = this
617
           var that = this
619
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
618
           axios.get('http://127.0.0.1:9532/sz/api/settle/get', {
620
             params: form
619
             params: form
622
             .then(function(response) {
621
             .then(function(response) {
623
               if (response.data.state == 0) {
622
               if (response.data.state == 0) {
624
                 that.$message.error(response.data.msg)
623
                 that.$message.error(response.data.msg)
625
-                that.loadingtwo = false
626
                 that.$refs.charge.hide()
624
                 that.$refs.charge.hide()
627
                 return false
625
                 return false
628
               } else {
626
               } else {
633
                 } else {
631
                 } else {
634
                   that.changeRadio(2)
632
                   that.changeRadio(2)
635
                   that.radio = 2
633
                   that.radio = 2
636
-
637
                   that.$refs.charge.hide()
634
                   that.$refs.charge.hide()
638
-                  that.loadingtwo = false
639
                   that.state = '已收费'
635
                   that.state = '已收费'
640
                   that.$message({ message: '收费成功', type: 'success' })
636
                   that.$message({ message: '收费成功', type: 'success' })
641
                   that.loadingtwo = false
637
                   that.loadingtwo = false
642
                   that.cal_one = this.cal_one - 1
638
                   that.cal_one = this.cal_one - 1
643
                   that.cal_two = this.cal_two + 1
639
                   that.cal_two = this.cal_two + 1
644
                   that.patientTableData.splice(this.current_index, 1)
640
                   that.patientTableData.splice(this.current_index, 1)
645
-
646
                 }
641
                 }
647
-
648
               }
642
               }
649
             })
643
             })
650
             .catch(function(error) {
644
             .catch(function(error) {
2592
                 record_time: this.record_date,
2586
                 record_time: this.record_date,
2593
                 admin_user_id: this.$store.getters.xt_user.user.id,
2587
                 admin_user_id: this.$store.getters.xt_user.user.id,
2594
                 patient_id: this.patientInfo.id
2588
                 patient_id: this.patientInfo.id
2595
-
2596
               }
2589
               }
2597
             })
2590
             })
2598
               .then(function(response) {
2591
               .then(function(response) {
2601
                   return false
2594
                   return false
2602
                 } else {
2595
                 } else {
2603
                   if (response.data.data.failed_code == -10) {
2596
                   if (response.data.data.failed_code == -10) {
2604
-
2605
                     that.$message.error(response.data.data.msg)
2597
                     that.$message.error(response.data.data.msg)
2606
-
2607
                   } else {
2598
                   } else {
2608
-                    if (response.data.data.failed_code == -10) {
2609
-                      that.$message.error(response.data.data.msg)
2610
-
2611
-                    } else {
2612
-                      that.$message({ message: '查询成功', type: 'success' })
2613
-
2614
-                    }
2615
-
2599
+                    that.$message({ message: '查询成功', type: 'success' })
2616
                   }
2600
                   }
2617
                 }
2601
                 }
2618
               })
2602
               })
2640
                     that.$message.error(response.data.data.msg)
2624
                     that.$message.error(response.data.data.msg)
2641
 
2625
 
2642
                   } else {
2626
                   } else {
2643
-                    if (response.data.data.failed_code == -10) {
2644
-                      that.$message.error(response.data.data.msg)
2645
 
2627
 
2646
-                    } else {
2647
                       that.$message({ message: '明细撤销成功', type: 'success' })
2628
                       that.$message({ message: '明细撤销成功', type: 'success' })
2648
 
2629
 
2649
-                    }
2650
 
2630
 
2651
                   }
2631
                   }
2652
                 }
2632
                 }
2654
               .catch(function(error) {
2634
               .catch(function(error) {
2655
               })
2635
               })
2656
 
2636
 
2637
+            break
2657
           case 10:
2638
           case 10:
2658
             this.newStatementVisible = true
2639
             this.newStatementVisible = true
2659
             let obj = {
2640
             let obj = {
2660
               record_time: this.record_date,
2641
               record_time: this.record_date,
2661
               patient_id: this.patient_id,
2642
               patient_id: this.patient_id,
2662
               prescription_id: this.prescription_id,
2643
               prescription_id: this.prescription_id,
2663
-              order_id: this.order.id
2644
+              order_id: this.order.id,
2645
+              admin_user_id: this.$store.getters.xt_user.user.id,
2646
+
2664
             }
2647
             }
2665
             this.newOrderObj = obj
2648
             this.newOrderObj = obj
2666
             // this.$refs.print.getInfo(this.order.id)
2649
             // this.$refs.print.getInfo(this.order.id)

+ 16 - 8
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

1699
 
1699
 
1700
       },
1700
       },
1701
       setData(data, info, admin_info, doctors, department, hisPatientInfo, month_data) {
1701
       setData(data, info, admin_info, doctors, department, hisPatientInfo, month_data) {
1702
-     
1702
+
1703
         this.curMonthPrescriptions = {}
1703
         this.curMonthPrescriptions = {}
1704
         this.curPrescriptions = {}
1704
         this.curPrescriptions = {}
1705
 
1705
 
1867
             return
1867
             return
1868
           }
1868
           }
1869
 
1869
 
1870
+          if (this.state1  <= 0) {
1871
+            this.$message.error('疾病类型不能为空')
1872
+            return
1873
+          }
1874
+
1875
+
1876
+
1877
+
1870
           if (index == 1) {
1878
           if (index == 1) {
1871
             let params = {
1879
             let params = {
1872
               patient_id: this.patientInfo.id,
1880
               patient_id: this.patientInfo.id,
2229
       selectDrugs(selection, row) {
2237
       selectDrugs(selection, row) {
2230
         this.curDrugs = selection
2238
         this.curDrugs = selection
2231
       },
2239
       },
2232
-    
2240
+
2233
       comfirm() {
2241
       comfirm() {
2234
         console.log("222222222222",this.curPrescriptions)
2242
         console.log("222222222222",this.curPrescriptions)
2235
-   
2243
+
2236
         if (this.dayorMonth == 'month') {
2244
         if (this.dayorMonth == 'month') {
2237
           this.$message.error('月结状态下,无法添加药品或者项目')
2245
           this.$message.error('月结状态下,无法添加药品或者项目')
2238
           return
2246
           return
2368
             }
2376
             }
2369
 
2377
 
2370
            if(this.activeName == 2){
2378
            if(this.activeName == 2){
2371
-             
2379
+
2372
               for(let i = 0; i<temp2.length;i++){
2380
               for(let i = 0; i<temp2.length;i++){
2373
                for(let j=0;j<this.hisList.length;j++){
2381
                for(let j=0;j<this.hisList.length;j++){
2374
                    if(temp2[i].id == this.hisList[j].project_id){
2382
                    if(temp2[i].id == this.hisList[j].project_id){
2377
                }
2385
                }
2378
               }
2386
               }
2379
             }
2387
             }
2380
-          
2388
+
2381
 
2389
 
2382
             if (temp2.length > 0) {
2390
             if (temp2.length > 0) {
2383
               console.log("temp2222222222",temp2)
2391
               console.log("temp2222222222",temp2)
2448
         getAllProjectTeam().then(response => {
2456
         getAllProjectTeam().then(response => {
2449
           if (response.data.state == 1) {
2457
           if (response.data.state == 1) {
2450
             var team = response.data.data.team
2458
             var team = response.data.data.team
2451
-            console.log("team2222",team) 
2459
+            console.log("team2222",team)
2452
             this.tabPrjectTeam = team
2460
             this.tabPrjectTeam = team
2453
           }
2461
           }
2454
         })
2462
         })
2522
       this.getlist()
2530
       this.getlist()
2523
       //获取所以项目组套
2531
       //获取所以项目组套
2524
       this.getAllProjectTeam()
2532
       this.getAllProjectTeam()
2525
-      
2533
+
2526
       this.getAllProjectList()
2534
       this.getAllProjectList()
2527
       this.$nextTick(() => {
2535
       this.$nextTick(() => {
2528
         this.multipleTableHeight = parseInt(this.$refs.rightTable.offsetHeight)
2536
         this.multipleTableHeight = parseInt(this.$refs.rightTable.offsetHeight)
2529
       })
2537
       })
2530
-      
2538
+
2531
     },
2539
     },
2532
     watch: {
2540
     watch: {
2533
 
2541
 

+ 3 - 2
src/xt_pages/outpatientRegistration/index.vue 查看文件

979
                     that.getPatientList()
979
                     that.getPatientList()
980
                     that.$message({ message: '挂号成功', type: 'success' })
980
                     that.$message({ message: '挂号成功', type: 'success' })
981
                     that.loadingone = false
981
                     that.loadingone = false
982
-                    var his_info = response.data.data.his_info
983
-                    that.hisPatientInfo = his_info
982
+
983
+                    // var his_info = response.data.data.his_info
984
+                    // that.hisPatientInfo = his_info
984
                   }
985
                   }
985
                 })
986
                 })
986
                 .catch(function(error) {
987
                 .catch(function(error) {

+ 1 - 1
src/xt_pages/outpatientRegistration/registrationHistory.vue 查看文件

719
                   that.$message.error(response.data.data.msg)
719
                   that.$message.error(response.data.data.msg)
720
 
720
 
721
                 } else {
721
                 } else {
722
-                  this.getlist()
722
+                  that.getlist()
723
                   that.$message({ message: '退号成功', type: 'success' })
723
                   that.$message({ message: '退号成功', type: 'success' })
724
                 }
724
                 }
725
               }
725
               }