Browse Source

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

XMLWAN 4 years ago
parent
commit
56d1818cb7

+ 24 - 26
src/xt_pages/dialysis/template/DialysisPrintOrderThirty.vue View File

@@ -65,7 +65,7 @@
65 65
             <td width="10"></td>
66 66
             <td width="70">有/无特殊:</td>
67 67
             <td width="200">
68
-                <div class="under-line" style="text-align:left">&nbsp;</div>
68
+                <div class="under-line" style="text-align:left">&nbsp;{{ prescription.remark ? prescription.remark : '' }}</div>
69 69
             </td>
70 70
           </tr>
71 71
         </tbody>
@@ -311,31 +311,29 @@
311 311
                 <table class="table-box">
312 312
                     <tbody>
313 313
                     <tr>
314
-                        <td wdith='70'>下机情况:</td>
315
-                        <td wdith='30'>凝血:</td>
316
-                        <td width="240">
317
-                            <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('无') > -1 ? true : false):false" showValue="无"></label-box>&nbsp;
318
-                            <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('有') > -1 ? true : false):false" showValue="有"></label-box>&nbsp;
319
-                            <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false):false" showValue="Ⅰ"></label-box>&nbsp;
320
-                            <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false):false" showValue="Ⅱ"></label-box>&nbsp;
321
-                            <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false):false" showValue="Ⅲ"></label-box>&nbsp;
322
-                            <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅳ度') > -1 ? true : false):false" showValue="Ⅳ"></label-box>&nbsp;
323
-                        </td>
324
-                        <td width="70">静脉管道:</td>
325
-                        <td width="200">
326
-                            <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>&nbsp;
327
-                            <label-box :isChecked="afterdialysis.intravenous_tube == 2 ? true : false" showValue="+"></label-box>&nbsp;
328
-                            <label-box :isChecked="afterdialysis.intravenous_tube == 3 ? true : false" showValue="+ +"></label-box>&nbsp;
329
-                            <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>&nbsp;
330
-                        </td>
331
-                        <td width="70">动脉管道:</td>
332
-                        <td width="200">
333
-                            <label-box :isChecked="afterdialysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>&nbsp;
334
-                            <label-box :isChecked="afterdialysis.arterial_tube == 2 ? true : false" showValue="+"></label-box>&nbsp;
335
-                            <label-box :isChecked="afterdialysis.arterial_tube == 3 ? true : false" showValue="+ +"></label-box>&nbsp;
336
-                            <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>&nbsp;
337
-                        </td>
338
-                        <td></td>
314
+                      <td wdith='70'>下机情况:</td>
315
+                      <td wdith='30'>凝血:</td>
316
+                      <td width="240">
317
+                          <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('无凝血') > -1 ? true : false):false" showValue="无"></label-box>&nbsp;
318
+                          <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('有凝血') > -1 ? true : false):false" showValue="有"></label-box>&nbsp;
319
+                          <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false):false" showValue="Ⅰ"></label-box>&nbsp;
320
+                          <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false):false" showValue="Ⅱ"></label-box>&nbsp;
321
+                          <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false):false" showValue="Ⅲ"></label-box>&nbsp;
322
+                          <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('透析器-Ⅳ度') > -1 ? true : false):false" showValue="Ⅳ"></label-box>&nbsp;
323
+                      </td>
324
+                      <td width='50'></td>
325
+                      <td width="70">静脉壶:</td>
326
+                      <td width="90">
327
+                        <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('静脉壶凝血-无') > -1 ? true : false):false" showValue="无"></label-box>&nbsp;&nbsp;
328
+                        <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('静脉壶凝血-有') > -1 ? true : false):false" showValue="有"></label-box>&nbsp;
329
+                      </td>
330
+                      <td width='50'></td>
331
+                      <td width="70">动脉壶:</td>
332
+                      <td width="90">
333
+                        <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('动脉壶凝血-无') > -1 ? true : false):false" showValue="无"></label-box>&nbsp;&nbsp;
334
+                        <label-box :isChecked="afterdialysis.cruor?(afterdialysis.cruor.indexOf('动脉壶凝血-有') > -1 ? true : false):false" showValue="有"></label-box>&nbsp;
335
+                      </td>
336
+                      <td width="160"></td>
339 337
                     </tr>
340 338
                     </tbody>
341 339
                 </table>

+ 2 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

@@ -1354,7 +1354,8 @@
1354 1354
 
1355 1355
   .tabsBox {
1356 1356
     position: relative;
1357
-    height: 76%;
1357
+    // height: 76%;
1358
+    flex: 1;
1358 1359
     overflow-y: auto;
1359 1360
     margin-bottom: 60px;
1360 1361
     margin-top: 4px;

+ 39 - 11
src/xt_pages/outpatientDoctorStation/components/inquiriesDetail.vue View File

@@ -1,4 +1,5 @@
1 1
 <template>
2
+<div>
2 3
   <el-dialog
3 4
     title="详情"
4 5
     width="1000px"
@@ -6,10 +7,10 @@
6 7
     :before-close="_close"
7 8
     class="detailDialog"
8 9
   >
9
-    <!-- <div style="position: absolute;right:20px;z-index:99">
10
+    <div style="position: absolute;right:20px;z-index:99">
10 11
       <el-button v-if="activeName == 'first'" @click="open(1)" type="primary">打印</el-button>
11 12
       <el-button v-if="activeName == 'second'" @click="open(2)" type="primary">打印</el-button>
12
-    </div> -->
13
+    </div>
13 14
     <el-tabs v-model="activeName">
14 15
 
15 16
       <el-tab-pane label="处方详情" name="first">
@@ -33,11 +34,11 @@
33 34
         <div class="commonCell">
34 35
           <p style="color:#409EFF;">基本信息</p>
35 36
           <div class="detailMain">
36
-            <span style="width:260px;">处方号:{{order.prescription_number}}</span>
37
+            <span style="width:270px;">处方号:{{order.prescription_number}}</span>
37 38
             <span style="width:180px;">姓名:{{order.patient.name}}</span>
38 39
             <span style="width:240px;">证件号:{{order.patient.id_card_no}}</span>
39 40
             <span style="width:180px;">联系电话:{{order.patient.phone}}</span>
40
-            <span style="width:260px;">医生:{{order.doctor}}</span>
41
+            <span style="width:270px;">医生:{{order.doctor}}</span>
41 42
             <span style="width:180px;">科室:{{getDepartMent(order.departments)}}</span>
42 43
             <span style="width:240px;">创建时间: {{getTimes(order.ctime,"{y}-{m}-{d} {h}:{i}")}}</span>
43 44
             <!-- <span style="width:180px;">疾病名称:{{case_history.diagnostic}}</span>
@@ -102,7 +103,18 @@
102 103
       <el-button @click="hide">取 消</el-button>
103 104
       <!--<el-button type="primary" :loading="submitLoading" @click="hide">确定</el-button>-->
104 105
     </div>
106
+    <el-dialog
107
+      class="centerDialog detailDialog"
108
+      width="600px"
109
+      title="打印"
110
+      :visible.sync="innerVisible"
111
+      append-to-body>
112
+
113
+      <print v-if="activeName == 'first'" :paramsObj='paramsObj'></print>
114
+      <recordPrint v-if="activeName == 'second'" :patientid="patientid"></recordPrint>
115
+    </el-dialog>
105 116
   </el-dialog>
117
+</div>
106 118
 </template>
107 119
 
108 120
 
@@ -112,11 +124,13 @@
112 124
   import { getHisPrescriptionInfo } from '@/api/his/his'
113 125
   import NewPrescriptionTable from './newPrescriptionTable'
114 126
   import { uParseTime } from '@/utils/tools'
115
- import { getAllDoctorList } from "@/api/project/project"
116
-import moment from 'moment';
127
+  import { getAllDoctorList } from "@/api/project/project"
128
+  import moment from 'moment';
129
+  import print from '../print'
130
+  import recordPrint from '../recordPrint'
117 131
 
118 132
   export default {
119
-    components: { NewPrescriptionTable },
133
+    components: { NewPrescriptionTable,print,recordPrint },
120 134
     data() {
121 135
       return {
122 136
         visible: false,
@@ -147,7 +161,10 @@ import moment from 'moment';
147 161
         case_history:{},
148 162
         order:{},
149 163
         doctorList:[],
150
-        departmentList:[]
164
+        departmentList:[],
165
+        innerVisible:false,
166
+        paramsObj:{},
167
+        patientid:''
151 168
       }
152 169
     },
153 170
     methods: {
@@ -160,11 +177,22 @@ import moment from 'moment';
160 177
            var prescription_id = arr[0]
161 178
            var record_date = this.format(this.order.record_date)
162 179
            var ids = arr.toString()
163
-           this.$router.push("/outpatientDoctorStation/print?record="+record_date+"&prescription_id="+prescription_id+"&ids="+ids+"&patient_id="+this.patientInfo.id)
180
+
181
+           let obj = {
182
+             record:record_date,
183
+             prescription_id:prescription_id,
184
+             ids:ids,
185
+             patient_id:this.patientInfo.id
186
+           }
187
+           this.paramsObj = obj
188
+           this.innerVisible = true
189
+          //  this.$router.push("/outpatientDoctorStation/print?record="+record_date+"&prescription_id="+prescription_id+"&ids="+ids+"&patient_id="+this.patientInfo.id)
164 190
 
165 191
         }else if(index == 2){
166
-           var record_date = this.format(this.case_history.sick_date)
167
-          this.$router.push("/outpatientDoctorStation/recordPrint?record="+record_date+"&patient_id="+this.case_history.patient_id)
192
+          var record_date = this.format(this.case_history.sick_date)
193
+          this.patientid = this.patientInfo.id
194
+          this.innerVisible = true
195
+          // this.$router.push("/outpatientDoctorStation/recordPrint?record="+record_date+"&patient_id="+this.case_history.patient_id)
168 196
         }
169 197
       },
170 198
       getTimes(time,temp) {

+ 124 - 178
src/xt_pages/outpatientDoctorStation/components/recordTemplateDetail.vue View File

@@ -1,58 +1,44 @@
1 1
 <template>
2 2
     <el-dialog
3
-        title="病历模板详情"
4
-        width="1000px"
5
-        :visible.sync="visible"
6
-        :before-close="_close"
7
-        class="recordDialog"
8
-        append-to-body
3
+      title="病历模板详情"
4
+      width="1000px"
5
+      :visible.sync="visible"
6
+      :before-close="_close"
7
+      class="recordDialog"
8
+      append-to-body
9 9
     >
10 10
         <el-form class="recordForm" :model="form" ref="form" label-width="80px">
11
-            <el-form-item label="模板名称: " prop="name" style="width:100%;">
12
-                <el-input v-model="form.template_name" placeholder=""></el-input>
13
-            </el-form-item>
14
-            <el-form-item label="模板说明: " prop="name" style="width:100%;">
15
-                <el-input v-model="form.template_remark" placeholder=""></el-input>
16
-            </el-form-item>
17
-           <el-row :gutter = "20">
18
-        <el-col :span="24">
19
-          <el-form-item label="主诉:">
20
-              <el-select @change="changeMainTemplate" v-model="value" style="width:200px">
21
-                  <el-option
22
-                    v-for="(item, index) in tabledata"
23
-                    :label="item.title"
24
-                    :value="item.content"
25
-                    :key="index"
26
-                  ></el-option>
27
-              </el-select>
11
+          <el-form-item label="模板名称: " prop="name" style="width:100%;">
12
+            <el-input v-model="form.template_name" placeholder=""></el-input>
28 13
           </el-form-item>
29
-      </el-col>
30
-      <el-col :span="24">
31
-        <el-form-item  prop="name" style="width:100%;">
32
-          <el-input
33
-            type="textarea"
34
-            :rows="2"
35
-            placeholder="请输入内容"
36
-            v-model="form.chief_conplaint">
37
-          </el-input>
38
-        </el-form-item>
39
-      </el-col>
40
-      </el-row>
41
-      <el-row :gutter="20">
42
-        <el-col :span="24">
43
-           <el-form-item label="现病史:">
44
-              <el-select @change="changeMainTemplateOne" v-model="valueOne" style="width:200px">
45
-                  <el-option
46
-                    v-for="(item, index) in tabledataOne"
47
-                    :label="item.title"
48
-                    :value="item.content"
49
-                    :key="index"
50
-                  ></el-option>
51
-              </el-select>
14
+          <el-form-item label="模板说明: " prop="name" style="width:100%;">
15
+            <el-input v-model="form.template_remark" placeholder=""></el-input>
16
+          </el-form-item>
17
+          <el-form-item label="主诉:" class="width50">
18
+            <el-select @change="changeMainTemplate" v-model="value" style="width:100%;margin-bottom:10px;">
19
+              <el-option
20
+                v-for="(item, index) in tabledata"
21
+                :label="item.title"
22
+                :value="item.content"
23
+                :key="index"
24
+              ></el-option>
25
+            </el-select>
26
+            <el-input
27
+              type="textarea"
28
+              :rows="2"
29
+              placeholder="请输入内容"
30
+              v-model="form.chief_conplaint">
31
+            </el-input>
52 32
           </el-form-item>
53
-        </el-col>
54
-        <el-col :span="24">
55
-          <el-form-item  prop="name" style="width:100%;">
33
+          <el-form-item label="现病史:" class="width50">
34
+            <el-select @change="changeMainTemplateOne" v-model="valueOne" style="width:100%;margin-bottom:10px;">
35
+              <el-option
36
+                v-for="(item, index) in tabledataOne"
37
+                :label="item.title"
38
+                :value="item.content"
39
+                :key="index"
40
+              ></el-option>
41
+            </el-select>
56 42
             <el-input
57 43
               type="textarea"
58 44
               :rows="2"
@@ -60,138 +46,95 @@
60 46
               v-model="form.history_of_present_illness">
61 47
             </el-input>
62 48
           </el-form-item>
63
-        </el-col>
64
-      </el-row>
65
-      <el-row :gutter="20">
66
-         <el-col :span="24">
67
-           <el-form-item label="既往史:">
68
-            <el-select @change="changeMainTemplateTwo" v-model="valueTwo" style="width:200px">
69
-                  <el-option
70
-                    v-for="(item, index) in tabledataTwo"
71
-                    :label="item.title"
72
-                    :value="item.content"
73
-                    :key="index"
74
-                  ></el-option>
75
-             </el-select>
76
-            </el-form-item>
77
-         </el-col>
78
-         <el-col :span="24">
79
-            <el-form-item  prop="name" style="width:100%;">
80
-              <el-input
81
-                type="textarea"
82
-                :rows="2"
83
-                placeholder="请输入内容"
84
-                v-model="form.past_history">
85
-              </el-input>
86
-           </el-form-item>
87
-         </el-col>
88
-      </el-row>
89
-        <el-row :gutter="24">
90
-        <el-col :span="20">
91
-            <el-form-item label="个人史:">
92
-                <el-select @change="changeMainTemplateThree" v-model="valueThree" style="width:200px">
93
-                    <el-option
94
-                        v-for="(item, index) in tabledataThree"
95
-                        :label="item.title"
96
-                        :value="item.content"
97
-                        :key="index"
98
-                    ></el-option>
99
-                </el-select>
100
-                </el-form-item>
101
-        </el-col>
102
-        <el-col :span="20">
103
-            <el-form-item  prop="name" style="width:100%;">
49
+          <el-form-item label="既往史:" class="width50">
50
+            <el-select @change="changeMainTemplateTwo" v-model="valueTwo" style="width:100%;margin-bottom:10px;">
51
+              <el-option
52
+                v-for="(item, index) in tabledataTwo"
53
+                :label="item.title"
54
+                :value="item.content"
55
+                :key="index"
56
+              ></el-option>
57
+            </el-select>
104 58
             <el-input
105
-                type="textarea"
106
-                :rows="2"
107
-                placeholder="请输入内容"
108
-                v-model="form.personal_history">
59
+              type="textarea"
60
+              :rows="2"
61
+              placeholder="请输入内容"
62
+              v-model="form.past_history">
109 63
             </el-input>
110
-            </el-form-item>
111
-        </el-col>
112
-        </el-row>
113
-        <el-row :gutter="24">
114
-        <el-col :span="20">
115
-            <el-form-item  label="家族史:">
116
-                <el-select @change="changeMainTemplateFour" v-model="valueFour" style="width:200px">
117
-                    <el-option
118
-                        v-for="(item, index) in tabledataFour"
119
-                        :label="item.title"
120
-                        :value="item.content"
121
-                        :key="index"
122
-                    ></el-option>
123
-                </el-select>
124
-            </el-form-item>
125
-        </el-col>
126
-            <el-col :span="20">
127
-            <el-form-item prop="name" style="width:100%;">
128
-                <el-input
129
-                type="textarea"
130
-                :rows="2"
131
-                placeholder="请输入内容"
132
-                v-model="form.family_history">
133
-                </el-input>
134
-            </el-form-item>
135
-        </el-col>
136
-        </el-row>
137
-        <el-row :gutter="24">
138
-        <el-col :span="20">
139
-            <el-form-item label="诊断信息:">
140
-                <el-select @change="changeMainTemplateFive" v-model="valueFive" style="width:200px">
141
-                    <el-option
142
-                        v-for="(item, index) in tabledataFive"
143
-                        :label="item.title"
144
-                        :value="item.content"
145
-                        :key="index"
146
-                    ></el-option>
147
-                </el-select>
148
-            </el-form-item>
149
-        </el-col>
150
-        <el-col :span="20">
151
-            <el-form-item  prop="name" style="width:100%;">
64
+          </el-form-item>
65
+          <el-form-item label="个人史:" class="width50">
66
+            <el-select @change="changeMainTemplateThree" v-model="valueThree" style="width:100%;margin-bottom:10px;">
67
+              <el-option
68
+                v-for="(item, index) in tabledataThree"
69
+                :label="item.title"
70
+                :value="item.content"
71
+                :key="index"
72
+              ></el-option>
73
+            </el-select>
152 74
             <el-input
153
-                type="textarea"
154
-                :rows="2"
155
-                placeholder="请输入内容"
156
-                v-model="form.diagnostic">
75
+              type="textarea"
76
+              :rows="2"
77
+              placeholder="请输入内容"
78
+              v-model="form.personal_history">
157 79
             </el-input>
158
-        </el-form-item>
159
-        </el-col>
160
-        </el-row>
161
-
162
-        <el-row :gutter="24">
163
-        <el-col :span="20">
164
-            <el-form-item label="医嘱:">
165
-                <el-select @change="changeMainTemplateSix" v-model="valueSix" style="width:200px">
166
-                    <el-option
167
-                        v-for="(item, index) in tabledataSix"
168
-                        :label="item.title"
169
-                        :value="item.content"
170
-                        :key="index"
171
-                    ></el-option>
172
-                </el-select>
173
-            </el-form-item>
174
-        </el-col>
175
-        <el-col :span="20">
176
-            <el-form-item  prop="doctor_advice" style="width:100%;">
80
+          </el-form-item>
81
+          <el-form-item  label="家族史:" class="width50">
82
+            <el-select @change="changeMainTemplateFour" v-model="valueFour" style="width:100%;margin-bottom:10px;">
83
+              <el-option
84
+                v-for="(item, index) in tabledataFour"
85
+                :label="item.title"
86
+                :value="item.content"
87
+                :key="index"
88
+              ></el-option>
89
+            </el-select>
177 90
             <el-input
178
-                type="textarea"
179
-                :rows="2"
180
-                placeholder="请输入内容"
181
-                v-model="form.doctor_advice">
91
+            type="textarea"
92
+            :rows="2"
93
+            placeholder="请输入内容"
94
+            v-model="form.family_history">
95
+            </el-input>
96
+          </el-form-item>
97
+          <el-form-item label="诊断信息:" class="width50">
98
+            <el-select @change="changeMainTemplateFive" v-model="valueFive" style="width:100%;margin-bottom:10px;">
99
+              <el-option
100
+                v-for="(item, index) in tabledataFive"
101
+                :label="item.title"
102
+                :value="item.content"
103
+                :key="index"
104
+              ></el-option>
105
+            </el-select>
106
+            <el-input
107
+              type="textarea"
108
+              :rows="2"
109
+              placeholder="请输入内容"
110
+              v-model="form.diagnostic">
182 111
             </el-input>
183
-            </el-form-item>
184
-        </el-col>
185
-        </el-row>
112
+          </el-form-item>
113
+          <el-form-item label="医嘱:" class="width50">
114
+            <el-select @change="changeMainTemplateSix" v-model="valueSix" style="width:100%;margin-bottom:10px;">
115
+              <el-option
116
+                v-for="(item, index) in tabledataSix"
117
+                :label="item.title"
118
+                :value="item.content"
119
+                :key="index"
120
+              ></el-option>
121
+            </el-select>
122
+            <el-input
123
+              type="textarea"
124
+              :rows="2"
125
+              placeholder="请输入内容"
126
+              v-model="form.doctor_advice">
127
+            </el-input>
128
+          </el-form-item>
186 129
 
187
-            <el-form-item label ="备注"  prop="name" style="width:100%;">
130
+          <el-form-item label ="备注"  prop="name" class="width50">
188 131
             <el-input
189
-                type="textarea"
190
-                :rows="2"
191
-                placeholder="请输入内容"
192
-                v-model="form.remark">
132
+              type="textarea"
133
+              :rows="2"
134
+              placeholder="请输入内容"
135
+              v-model="form.remark">
193 136
             </el-input>
194
-            </el-form-item>
137
+          </el-form-item>
195 138
         </el-form>
196 139
         <div slot="footer" class="dialog-footer">
197 140
             <el-button @click="hide">取 消</el-button>
@@ -421,12 +364,15 @@ export default {
421 364
 
422 365
 <style lang="scss" scoped>
423 366
 .recordForm{
424
-    display: flex;
425
-    flex-wrap: wrap;
426
-    .el-form-item{
427
-        width:24%;
428
-        margin-right: 1%;
429
-    }
367
+  display: flex;
368
+  flex-wrap: wrap;
369
+  .el-form-item{
370
+    width:24%;
371
+    margin-right: 1%;
372
+  }
373
+  .width50{
374
+    width: 49%;
375
+  }
430 376
 }
431 377
 </style>
432 378
 

+ 0 - 1
src/xt_pages/outpatientDoctorStation/recordPrint.vue View File

@@ -50,7 +50,6 @@ export default {
50 50
       educationOptions:[],
51 51
       history:{},
52 52
       keyword:"",
53
-      patientid:''
54 53
     };
55 54
   },
56 55
   methods: {

+ 2 - 1
src/xt_pages/outpatientDoctorStation/recordTemplate/printOne.vue View File

@@ -108,7 +108,8 @@ export default {
108 108
         return{
109 109
             educationOptions:[],
110 110
             departmentList:[],
111
-            orgname:''
111
+            orgname:'',
112
+            history:{}
112 113
         }                   
113 114
     },
114 115
     methods:{

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

@@ -13,7 +13,7 @@
13 13
           </div>
14 14
           <div class="infoMain">
15 15
               <div style="margin-bottom: 10px;">门诊号:{{hisPatient.number?hisPatient.number:""}}</div>
16
-              <div style="margin-bottom: 10px;">科室:{{item.info.departments?getDepart(item.info.departments):''}}</div>
16
+              <div style="margin-bottom: 10px;">科室:{{item.info?getDepart(item.info.departments):''}}</div>
17 17
               <div style="margin-bottom: 10px;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div>
18 18
               <div style="margin-bottom: 10px;">电话:{{item.patient.phone}}</div>
19 19
               <div>地址:{{item.patient.home_address}}</div>