Browse Source

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

28169 1 year ago
parent
commit
2d7ec6f2e9

+ 69 - 69
src/xt_pages/hospitalStation/batchStatementTemplate/hospitalBatchPrint.vue View File

@@ -9,78 +9,78 @@
9 9
         <td width="80">机构编码</td>
10 10
         <td colspan="4">{{info.fixmedins_code}}</td>
11 11
         <td width="100">医保结算级别</td>
12
-        <td width="100" v-if="info.hosp_lv == '1'">三级特等</td>
13
-        <td width="100" v-if="info.hosp_lv == '2'">三级甲等</td>
14
-        <td width="100" v-if="info.hosp_lv == '3'">三级乙等</td>
15
-        <td width="100" v-if="info.hosp_lv == '4'">三级丙等</td>
16
-        <td width="100" v-if="info.hosp_lv == '5'">二级甲等</td>
17
-        <td width="100" v-if="info.hosp_lv == '6'">二级乙等</td>
18
-        <td width="100" v-if="info.hosp_lv == '7'">二级丙等</td>
19
-        <td width="100" v-if="info.hosp_lv == '8'">一级甲等</td>
20
-        <td width="100" v-if="info.hosp_lv == '9'">一级乙等</td>
21
-        <td width="100" v-if="info.hosp_lv == '10'">一级丙等</td>
22
-        <td width="100" v-if="info.hosp_lv == '11'">无等级</td>
12
+        <td width="100" v-if="info.info.hosp_lv == '1'">三级特等</td>
13
+        <td width="100" v-if="info.info.hosp_lv == '2'">三级甲等</td>
14
+        <td width="100" v-if="info.info.hosp_lv == '3'">三级乙等</td>
15
+        <td width="100" v-if="info.info.hosp_lv == '4'">三级丙等</td>
16
+        <td width="100" v-if="info.info.hosp_lv == '5'">二级甲等</td>
17
+        <td width="100" v-if="info.info.hosp_lv == '6'">二级乙等</td>
18
+        <td width="100" v-if="info.info.hosp_lv == '7'">二级丙等</td>
19
+        <td width="100" v-if="info.info.hosp_lv == '8'">一级甲等</td>
20
+        <td width="100" v-if="info.info.hosp_lv == '9'">一级乙等</td>
21
+        <td width="100" v-if="info.info.hosp_lv == '10'">一级丙等</td>
22
+        <td width="100" v-if="info.info.hosp_lv == '11'">无等级</td>
23 23
         <td width="100" v-else></td>
24 24
 
25 25
       </tr>
26 26
       <tr>
27 27
         <td width="90">就医登记号</td>
28
-        <td colspan="11">{{info.mdtrt_id}}</td>
28
+        <td colspan="11">{{info.order.mdtrt_id}}</td>
29 29
       </tr>
30 30
       <tr>
31 31
         <td width="80">姓名</td>
32
-        <td width="80">{{info.psn_name}}</td>
32
+        <td width="80">{{info.order.psn_name}}</td>
33 33
         <td width="80">性别</td>
34
-        <td width="50" v-if="info.gend == '1'">男</td>
35
-        <td width="50" v-if="info.gend == '2'">女</td>
34
+        <td width="50" v-if="info.order.gend == '1'">男</td>
35
+        <td width="50" v-if="info.order.gend == '2'">女</td>
36 36
 
37 37
         <td width="80">出生日期</td>
38
-        <td width="100">{{info.brdy}}</td>
38
+        <td width="100">{{info.info.brdy}}</td>
39 39
         <td width="90">个人电脑号</td>
40
-        <td width="110">{{info.psn_no}}</td>
40
+        <td width="110">{{info.order.psn_no}}</td>
41 41
         <td width="80">人员类别</td>
42
-        <td colspan="3" v-if="info.psn_type == '11'">在职</td>
43
-        <td colspan="3" v-if="info.psn_type == '1101'">职工在职</td>
44
-        <td colspan="3" v-if="info.psn_type == '1102'">公务员在职</td>
45
-        <td colspan="3" v-if="info.psn_type == '1103'">灵活就业人员在职</td>
46
-        <td colspan="3" v-if="info.psn_type == '1160'">地方其他扩展人员</td>
42
+        <td colspan="3" v-if="info.order.psn_type == '11'">在职</td>
43
+        <td colspan="3" v-if="info.order.psn_type == '1101'">职工在职</td>
44
+        <td colspan="3" v-if="info.order.psn_type == '1102'">公务员在职</td>
45
+        <td colspan="3" v-if="info.order.psn_type == '1103'">灵活就业人员在职</td>
46
+        <td colspan="3" v-if="info.order.psn_type == '1160'">地方其他扩展人员</td>
47 47
 
48 48
 
49
-        <td colspan="3" v-if="info.psn_type == '12'">退休人员</td>
50
-        <td colspan="3" v-if="info.psn_type == '1201'">职工退休</td>
51
-        <td colspan="3" v-if="info.psn_type == '1202'">公务员退休</td>
52
-        <td colspan="3" v-if="info.psn_type == '1203'">灵活就业人员退休</td>
53
-        <td colspan="3" v-if="info.psn_type == '1260'">地方其他扩展人员</td>
49
+        <td colspan="3" v-if="info.order.psn_type == '12'">退休人员</td>
50
+        <td colspan="3" v-if="info.order.psn_type == '1201'">职工退休</td>
51
+        <td colspan="3" v-if="info.order.psn_type == '1202'">公务员退休</td>
52
+        <td colspan="3" v-if="info.order.psn_type == '1203'">灵活就业人员退休</td>
53
+        <td colspan="3" v-if="info.order.psn_type == '1260'">地方其他扩展人员</td>
54 54
 
55 55
 
56
-        <td colspan="3" v-if="info.psn_type == '13'">离休</td>
57
-        <td colspan="3" v-if="info.psn_type == '1300'">离休人员</td>
58
-        <td colspan="3" v-if="info.psn_type == '1360'">地方其他扩展人员</td>
56
+        <td colspan="3" v-if="info.order.psn_type == '13'">离休</td>
57
+        <td colspan="3" v-if="info.order.psn_type == '1300'">离休人员</td>
58
+        <td colspan="3" v-if="info.order.psn_type == '1360'">地方其他扩展人员</td>
59 59
 
60
-        <td colspan="3" v-if="info.psn_type == '14'">居民(未成年)</td>
61
-        <td colspan="3" v-if="info.psn_type == '1401'">新生儿</td>
62
-        <td colspan="3" v-if="info.psn_type == '1402'">学龄前儿童</td>
63
-        <td colspan="3" v-if="info.psn_type == '1403'">中小学生</td>
64
-        <td colspan="3" v-if="info.psn_type == '1404'">大学生</td>
65
-        <td colspan="3" v-if="info.psn_type == '1405'">未成年(未入学)</td>
60
+        <td colspan="3" v-if="info.order.psn_type == '14'">居民(未成年)</td>
61
+        <td colspan="3" v-if="info.order.psn_type == '1401'">新生儿</td>
62
+        <td colspan="3" v-if="info.order.psn_type == '1402'">学龄前儿童</td>
63
+        <td colspan="3" v-if="info.order.psn_type == '1403'">中小学生</td>
64
+        <td colspan="3" v-if="info.order.psn_type == '1404'">大学生</td>
65
+        <td colspan="3" v-if="info.order.psn_type == '1405'">未成年(未入学)</td>
66 66
 
67 67
 
68
-        <td colspan="3" v-if="info.psn_type == '15'">居民(成年)</td>
69
-        <td colspan="3" v-if="info.psn_type == '1501'">普通居民(成年)</td>
70
-        <td colspan="3" v-if="info.psn_type == '1560'">地方其他扩展身份</td>
68
+        <td colspan="3" v-if="info.order.psn_type == '15'">居民(成年)</td>
69
+        <td colspan="3" v-if="info.order.psn_type == '1501'">普通居民(成年)</td>
70
+        <td colspan="3" v-if="info.order.psn_type == '1560'">地方其他扩展身份</td>
71 71
 
72
-        <td colspan="3" v-if="info.psn_type == '16'">居民(老年)</td>
72
+        <td colspan="3" v-if="info.order.psn_type == '16'">居民(老年)</td>
73 73
 
74 74
 
75 75
 
76 76
       </tr>
77 77
       <tr>
78 78
         <td>单位名称</td>
79
-        <td colspan="5">{{info.emp_name}}</td>
79
+        <td colspan="5">{{info.info.emp_name}}</td>
80 80
         <td width="80">联系电话</td>
81 81
         <td width="110">{{info.patient.phone}}</td>
82 82
         <td width="80">身份证号</td>
83
-        <td colspan="3">{{info.certno}}</td>
83
+        <td colspan="3">{{info.info.certno}}</td>
84 84
       </tr>
85 85
       <tr>
86 86
         <td>住院号</td>
@@ -90,22 +90,22 @@
90 90
         <td>床号</td>
91 91
         <td></td>
92 92
         <td>入院日期</td>
93
-        <td>{{info.begndate}}</td>
93
+        <td>{{info.his.in_hosptial_time.split(" ")[0]}}</td>
94 94
         <td>出院日期</td>
95
-        <td width="100">{{info.enddate}}</td>
95
+        <td width="100">{{info.his.out_hosptial_time.split(" ")[0]}}</td>
96 96
         <td>住院天数</td>
97
-        <td>{{getDay(info.begndate,info.enddate)}}</td>
97
+        <td>{{getDay(info.his.in_hosptial_time.split(" ")[0],info.his.out_hosptial_time.split(" ")[0])}}</td>
98 98
 
99 99
       </tr>
100 100
       <tr>
101 101
         <td>险种</td>
102
-        <td colspan="2" v-if="info.insutype == '310'">职工基本医疗保险</td>
103
-        <td colspan="2" v-if="info.insutype == '320'">公务员医疗补助</td>
104
-        <td colspan="2" v-if="info.insutype == '330'">大额医疗费用补助</td>
105
-        <td colspan="2" v-if="info.insutype == '340'">离休人员医疗保障</td>
106
-        <td colspan="2" v-if="info.insutype == '390'">城乡居民基本医疗保险</td>
107
-        <td colspan="2" v-if="info.insutype == '392'">城乡居民大病医疗保险</td>
108
-        <td colspan="2" v-if="info.insutype == '510'">生育保险</td>
102
+        <td colspan="2" v-if="info.order.insutype == '310'">职工基本医疗保险</td>
103
+        <td colspan="2" v-if="info.order.insutype == '320'">公务员医疗补助</td>
104
+        <td colspan="2" v-if="info.order.insutype == '330'">大额医疗费用补助</td>
105
+        <td colspan="2" v-if="info.order.insutype == '340'">离休人员医疗保障</td>
106
+        <td colspan="2" v-if="info.order.insutype == '390'">城乡居民基本医疗保险</td>
107
+        <td colspan="2" v-if="info.order.insutype == '392'">城乡居民大病医疗保险</td>
108
+        <td colspan="2" v-if="info.order.insutype == '510'">生育保险</td>
109 109
         <td>入院第一诊断</td>
110 110
         <td colspan="3">{{info.diagnosis}}</td>
111 111
         <td>出院第一诊断</td>
@@ -115,21 +115,21 @@
115 115
       </tr>
116 116
       <tr>
117 117
         <td>业务类别</td>
118
-        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '11'">普通门诊</td>
119
-        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '12'">门诊挂号</td>
120
-        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '13'">急诊</td>
121
-        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '14'">门诊慢性病</td>
122
-        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '15'">门诊统筹</td>
118
+        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.order.med_type == '11'">普通门诊</td>
119
+        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.order.med_type == '12'">门诊挂号</td>
120
+        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.order.med_type == '13'">急诊</td>
121
+        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.order.med_type == '14'">门诊慢性病</td>
122
+        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.order.med_type == '15'">门诊统筹</td>
123 123
         <!--        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '16'">门诊慢性病</td>-->
124
-        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.med_type == '21'">普通住院</td>
124
+        <td colspan="5" style="text-align:left;padding-left:10px;" v-if="info.order.med_type == '21'">普通住院</td>
125 125
 
126 126
         <td>结算时间</td>
127
-        <td colspan="5" style="text-align:left;padding-left:10px;">{{info.setl_time.split(' ')[0]}}</td>
127
+        <td colspan="5" style="text-align:left;padding-left:10px;">{{info.order.setl_time.split(' ')[0]}}</td>
128 128
       </tr>
129 129
       <tr>
130 130
         <td colspan="12" style="text-align:left;padding-left:10px;">
131
-          本次就医:总费用{{info.medfee_sumamt}}元,基金支付{{info.fund_pay_sumamt}}元,个人支付{{info.psn_pay}}元。
132
-          (起付线 {{info.act_pay_dedc}}元, 先自付 {{info.preselfpay_amt}}元, 段内自付 {{(info.psn_pay - info.preselfpay_amt).toFixed(2)}} )
131
+          本次就医:总费用{{info.order.medfee_sumamt}}元,基金支付{{info.order.fund_pay_sumamt}}元,个人支付{{info.order.psn_cash_pay}}元。
132
+          (起付线 {{info.order.act_pay_dedc}}元, 先自付 {{info.order.preselfpay_amt}}元, 段内自付 {{(info.order.psn_cash_pay - info.order.preselfpay_amt).toFixed(2)}} )
133 133
 
134 134
         </td>
135 135
       </tr>
@@ -264,28 +264,28 @@
264 264
       </tr>
265 265
       <tr>
266 266
         <td colspan="3" style="text-align:left;padding-left:10px;">基本医疗保险统筹基金支付</td>
267
-        <td colspan="3">{{info.hifp_pay}}</td>
267
+        <td colspan="3">{{info.order.hifp_pay}}</td>
268 268
         <td colspan="3" style="text-align:left;padding-left:10px;">大额基金支付</td>
269
-        <td colspan="3">{{info.hifob_pay}}</td>
269
+        <td colspan="3">{{info.order.hifob_pay}}</td>
270 270
       </tr>
271 271
       <tr>
272 272
         <td colspan="3" style="text-align:left;padding-left:10px;">大病基金支付</td>
273
-        <td colspan="3">{{info.hifmi_pay}}</td>
273
+        <td colspan="3">{{info.order.hifmi_pay}}</td>
274 274
         <td colspan="3" style="text-align:left;padding-left:10px;">补充保险基金支付</td>
275
-        <td colspan="3">{{info.hifes_pay}}</td>
275
+        <td colspan="3">{{info.order.hifes_pay}}</td>
276 276
       </tr>
277 277
       <tr>
278 278
         <td colspan="3" style="text-align:left;padding-left:10px;">医疗救助基金支付</td>
279
-        <td colspan="3">{{info.maf_pay}}</td>
279
+        <td colspan="3">{{info.order.maf_pay}}</td>
280 280
         <td colspan="3" style="text-align:left;padding-left:10px;">公务员基金支付</td>
281
-        <td colspan="3">{{info.cvlserv_pay}}</td>
281
+        <td colspan="3">{{info.order.cvlserv_pay}}</td>
282 282
       </tr>
283 283
 
284 284
       <tr>
285 285
         <td colspan="3" style="text-align:left;padding-left:10px;">其他基金支付</td>
286
-        <td colspan="3">{{info.oth_pay}}</td>
286
+        <td colspan="3">{{info.order.oth_pay}}</td>
287 287
         <td colspan="3" style="text-align:left;padding-left:10px;">个人账户支付</td>
288
-        <td colspan="3">{{info.acct_pay}}</td>
288
+        <td colspan="3">{{info.order.acct_pay}}</td>
289 289
       </tr>
290 290
       <tr>
291 291
         <td>收款人:</td>

+ 1 - 0
src/xt_pages/hospitalStation/hospitalBatchStatementPrint.vue View File

@@ -302,6 +302,7 @@ export default {
302 302
               tempInfo['treat_cost_self_total'] = info.treatCostSelfTotal
303 303
               tempInfo['treat_cost_part_self_total'] = info.treatCostPartSelfTotal
304 304
               tempInfo['his'] = info.his_hospital
305
+              tempInfo['info'] = info.info
305 306
               infos.push(tempInfo)
306 307
             }
307 308
             that.infos = infos

+ 13 - 0
src/xt_pages/outpatientCharges/summary.vue View File

@@ -436,6 +436,19 @@
436 436
           :paramsObj="settlementObj"
437 437
       ></settlement-print>
438 438
     </el-dialog>
439
+
440
+    <el-dialog
441
+      class="centerDialog"
442
+      width="1200px"
443
+      title="打印"
444
+      :visible.sync="settlementVisible"
445
+    >
446
+      <settlement-print
447
+        ref="print"
448
+        :paramsObj="settlementObj"
449
+      ></settlement-print>
450
+    </el-dialog>
451
+
439 452
   </div>
440 453
 </template>
441 454
 

+ 187 - 9
src/xt_pages/user/inspection.vue View File

@@ -40,6 +40,29 @@
40 40
         </el-col>
41 41
         <el-col :span="17" v-loading="itemLoading">
42 42
           <div class="filter-container" style="float:right">
43
+
44
+            <el-button
45
+              size="small"
46
+              class="filter-item"
47
+              type="primary"
48
+              @click="setRemindDialog()"
49
+              v-if="project && project.project_id != 14"
50
+              icon="el-icon-circle-plus-outline"
51
+              :disabled="project ? false : true"
52
+            >设置提醒弹窗
53
+            </el-button>
54
+
55
+            <el-button
56
+              size="small"
57
+              class="filter-item"
58
+              type="primary"
59
+              @click="setRemind()"
60
+              v-if="project && project.project_id != 14"
61
+              icon="el-icon-circle-plus-outline"
62
+              :disabled="project ? false : true"
63
+            >设置提醒周期
64
+            </el-button>
65
+
43 66
             <el-button
44 67
               size="small"
45 68
               class="filter-item"
@@ -210,6 +233,67 @@
210 233
       </el-row>
211 234
     </div>
212 235
 
236
+    <el-dialog
237
+      :title="formTitle"
238
+      :visible.sync="dialogRemindFormVisible"
239
+      width="1000px"
240
+      id="user-inspection-form"
241
+    >
242
+      <el-form :model="form" ref="form" label-position="top">
243
+        <el-row>
244
+          <el-col :span="24">
245
+            <el-form-item label="周期提醒: ">
246
+              <el-radio-group v-model="temp_remind_cycle">
247
+                <el-radio :label="1">一月一次</el-radio>
248
+                <el-radio :label="2">两月一次</el-radio>
249
+                <el-radio :label="3">三月一次</el-radio>
250
+                <el-radio :label="4">半年一次</el-radio>
251
+                <el-radio :label="5">一年一次</el-radio>
252
+              </el-radio-group>
253
+            </el-form-item>
254
+          </el-col>
255
+
256
+<!--          <el-col :span="24">-->
257
+<!--            <p style="margin-top:20px;">是否弹窗提醒:-->
258
+<!--              <el-switch v-model="is_open"></el-switch>-->
259
+<!--            </p>-->
260
+<!--          </el-col>-->
261
+        </el-row>
262
+      </el-form>
263
+      <div slot="footer" class="dialog-footer">
264
+        <el-button @click="dialogRemindFormVisible = false">取 消</el-button>
265
+        <el-button
266
+          type="primary"
267
+          @click="submitNewRemind()"
268
+        >保 存
269
+        </el-button
270
+        >
271
+      </div>
272
+    </el-dialog>
273
+
274
+    <el-dialog
275
+      :visible.sync="dialogRemindDialogFormVisible"
276
+      width="1000px"
277
+      id="user-inspection-form"
278
+    >
279
+      <el-col :span="24">
280
+        <p style="margin-top:20px;">是否弹窗提醒:
281
+          <el-switch v-model="is_open"></el-switch>
282
+        </p>
283
+      </el-col>
284
+      <div slot="footer" class="dialog-footer">
285
+        <el-button @click="dialogRemindDialogFormVisible = false">取 消</el-button>
286
+        <el-button
287
+          type="primary"
288
+          @click="submitRemindDialog()"
289
+        >保 存
290
+        </el-button
291
+        >
292
+      </div>
293
+    </el-dialog>
294
+
295
+
296
+
213 297
     <el-dialog
214 298
       :title="formTitle"
215 299
       :visible.sync="dialogFormVisible"
@@ -410,7 +494,9 @@ import {
410 494
   DeletePatientInspection,
411 495
   EditPatientInspection,
412 496
   fetchInspectionReference,
413
-  fetchPatientInspections
497
+  fetchPatientInspections,
498
+  setRemind,
499
+  setRemindDialog
414 500
 } from '@/api/inspection'
415 501
 import { getFileExtension, uParseTime } from '@/utils/tools'
416 502
 
@@ -419,6 +505,9 @@ export default {
419 505
   components: { PatientSidebar, ElImageViewer},
420 506
   data() {
421 507
     return {
508
+      temp_remind_cycle:"",
509
+      is_open:false,
510
+      record_id:0,
422 511
       showViewer:false,
423 512
       imgs:[],
424 513
       total: 0,
@@ -436,6 +525,8 @@ export default {
436 525
       },
437 526
       itemName: '请选择项目',
438 527
       formTitle: '',
528
+      dialogRemindFormVisible:false,
529
+      dialogRemindDialogFormVisible:false,
439 530
       dialogPicFormVisible: false,
440 531
       dialogFormVisible: false,
441 532
       patient_info: null,
@@ -610,8 +701,55 @@ export default {
610 701
         })
611 702
         .catch(() => {
612 703
         })
613
-    },
614
-    openEdit() {
704
+    },submitRemindDialog(){
705
+      var temp_is_open = 0
706
+      if(this.is_open){
707
+        temp_is_open = 1
708
+      }else{
709
+        temp_is_open = 0
710
+      }
711
+      setRemindDialog(this.record_id,temp_is_open).then(response => {
712
+        if (response.data.state == 0) {
713
+          this.$message.error(response.data.msg)
714
+          return false
715
+        } else {
716
+          this.record_id = response.data.data.config.id
717
+          if(response.data.data.config.is_open == 1){
718
+            this.is_open = true
719
+          }else{
720
+            this.is_open = false
721
+          }
722
+          this.$notify({
723
+            title: '成功',
724
+            message: '设置成功',
725
+            type: 'success',
726
+            duration: 2000
727
+          })
728
+          this.dialogRemindDialogFormVisible = false
729
+        }
730
+      })
731
+    },submitNewRemind(){
732
+      // console.log(this.is_open)
733
+      var params = {
734
+        patient: this.patientID,
735
+        project_id: this.project.project_id,
736
+        remind_cycle: this.temp_remind_cycle
737
+      }
738
+      setRemind(params).then(response => {
739
+        if (response.data.state == 0) {
740
+          this.$message.error(response.data.msg)
741
+          return false
742
+        } else {
743
+          this.$notify({
744
+            title: '成功',
745
+            message: '设置成功',
746
+            type: 'success',
747
+            duration: 2000
748
+          })
749
+          this.dialogRemindFormVisible = false
750
+        }
751
+      })
752
+    }, openEdit() {
615 753
 
616 754
       if (this.project == null) {
617 755
         this.$message.error('请先选择项目')
@@ -641,7 +779,11 @@ export default {
641 779
         this.form.project_id = this.project.project_id
642 780
         this.form.inspect_date = this.itemDate
643 781
         this.form.old_inspect_date = this.itemDate
644
-        this.form.remind_cycle = this.patient_info.remind_cycle
782
+        if(this.form.project_id == 14) {
783
+          this.form.remind_cycle = this.patient_info.remind_cycle
784
+        }else{
785
+          this.form.remind_cycle =""
786
+        }
645 787
         console.log(this.form.remind_cycle)
646 788
 
647 789
         this.form.formItem = []
@@ -664,8 +806,15 @@ export default {
664 806
 
665 807
       }
666 808
 
667
-    },
668
-    openPic() {
809
+    },setRemindDialog(){
810
+      this.dialogRemindDialogFormVisible = true
811
+
812
+
813
+    },setRemind(){
814
+      this.dialogRemindFormVisible = true
815
+      // this.temp_remind_cycle = this.
816
+
817
+    },openPic() {
669 818
       if (this.project == null) {
670 819
         this.$message.error('请先选择项目')
671 820
         return false
@@ -676,7 +825,9 @@ export default {
676 825
       this.form.project_id = this.project.project_id
677 826
       this.form.imgs=[]
678 827
       this.form.delete_imgs=[]
679
-      this.form.remind_cycle = this.patient_info.remind_cycle
828
+      if(this.form.project_id == 14) {
829
+        this.form.remind_cycle = this.patient_info.remind_cycle
830
+      }
680 831
       var today = new Date()
681 832
       this.form.inspect_date = uParseTime(today, '{y}-{m}-{d} {h}:{i}')
682 833
       this.form.formItem = []
@@ -713,7 +864,10 @@ export default {
713 864
       this.form.method = 'add'
714 865
       this.formTitle = '新增' + this.project.project_name
715 866
       this.form.project_id = this.project.project_id
716
-      this.form.remind_cycle = this.patient_info.remind_cycle
867
+      if(this.form.project_id == 14) {
868
+        this.form.remind_cycle = this.patient_info.remind_cycle
869
+      }
870
+      // this.form.remind_cycle = this.patient_info.remind_cycle
717 871
       var today = new Date()
718 872
       this.form.inspect_date = uParseTime(today, '{y}-{m}-{d} {h}:{i}')
719 873
       this.form.formItem = []
@@ -1049,7 +1203,8 @@ export default {
1049 1203
             this.projects = reference
1050 1204
             this.patient_info = patient_info
1051 1205
             this.pageLoading = false
1052
-            this.form.remind_cycle = this.patient_info.remind_cycle
1206
+
1207
+            // this.form.remind_cycle = this.patient_info.remind_cycle
1053 1208
           } else {
1054 1209
             this.$message.error(response.data.msg)
1055 1210
             return false
@@ -1099,6 +1254,29 @@ export default {
1099 1254
             var inspections = response.data.data.inspections
1100 1255
             this.total = response.data.data.total
1101 1256
             this.itemDate = response.data.data.date
1257
+            let remind = response.data.data.remind
1258
+
1259
+            let config = response.data.data.config
1260
+            this.record_id = config.id
1261
+            if(config.id > 0){
1262
+
1263
+              if(config.is_open == 1){
1264
+                this.is_open = true
1265
+              }else{
1266
+                this.is_open = false
1267
+
1268
+              }
1269
+            }else{
1270
+              this.is_open = false
1271
+            }
1272
+
1273
+
1274
+            if(remind.id > 0 && remind.remind_cycle > 0){
1275
+              this.temp_remind_cycle = remind.remind_cycle
1276
+            }else{
1277
+              this.temp_remind_cycle = ""
1278
+            }
1279
+
1102 1280
             this.inspections = response.data.data.inspections
1103 1281
             if (inspections == null) {
1104 1282
               this.inspections = []