safecheck-client 4.0.0-66 → 4.0.0-68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,161 +1,161 @@
1
1
  <template>
2
- <work-busy :is-busy="isSend"></work-busy>
3
- <div class="binary" style="background-color: #e8f4ff">
4
- <!--左侧安检计划列表******************************************************-->
5
- <div class="binary-left flex flex-column" style="width: 16%">
6
- <div style="height: 9%">
7
- <div class="row auto">
8
- <img style="width: 20px;margin: 0 5px" src="../../../static/images/searchhover.png" @click="showUserCondition()"/>
9
- <v-select :width="'80%'"
10
- class="select select_list"
11
- :search="false"
12
- :value.sync="currentorder"
13
- v-model="currentorder"
14
- @change="loadCheckPlan"
15
- :options='opt'
16
- close-on-select value-single >
17
- </v-select>
18
- </div>
19
- <div class="row auto safe-div-p"><!--<span style="margin-right: 5px" @click="refresh()" style="cursor:default">测试</span>--><span style="margin-right: 5px" @click="delCheckPlan()" style="cursor:default" v-if="isdelete">删除</span> <span @click="sendCheckPlan()" style="cursor:default">下发</span></div>
2
+ <work-busy :is-busy="isSend"></work-busy>
3
+ <div class="binary" style="background-color: #e8f4ff">
4
+ <!--左侧安检计划列表******************************************************-->
5
+ <div class="binary-left flex flex-column" style="width: 16%">
6
+ <div style="height: 9%">
7
+ <div class="row auto">
8
+ <img style="width: 20px;margin: 0 5px" src="../../../static/images/searchhover.png" @click="showUserCondition()"/>
9
+ <v-select :width="'80%'"
10
+ class="select select_list"
11
+ :search="false"
12
+ :value.sync="currentorder"
13
+ v-model="currentorder"
14
+ @change="loadCheckPlan"
15
+ :options='opt'
16
+ close-on-select value-single >
17
+ </v-select>
20
18
  </div>
21
- <div class="leftplan-center safe_plan_list">
22
- <div class="row safe-leftplan safe_list_li" :class="{'safe-selectplan':selectPlan.id==row.id}" v-for="row in checkplan.list.data" @click="selectPlanChange(row)">
23
- <table style="width:100%;table-layout:fixed" >
24
- <tr class="safe-planfont">
25
- <td rowspan="6"><input type="checkbox" style="pointer-events:auto" v-show="row.plan_count==0 || row.f_issued=='未下发'" onClick="event.cancelBubble = true" :checked="checkplan.check.isChecked(row.f_check_item_id)" @change="checkplan.check.setCheckes(row.id)"/></td>
26
- <td colspan="6" class="safe_p">{{row.f_plan_name}}</td>
27
- <td colspan="2" style="text-align: center"><img width="20px" style="pointer-events:auto" onClick="event.cancelBubble = true" @click="showUpPlans(row)" src="../../../static/images/edit.png"/></td>
28
- </tr>
29
- <tr class="safe-bodyfont" style="color:#4792de">
30
- <td colspan="6">{{row.f_issued}}</td>
31
- <td colspan="2" class="safe_p">{{row.f_checker?row.f_checker:'共享'}}</td>
32
- </tr>
33
- <tr class="safe-bodyfont">
34
- <td colspan="4">{{row.f_plan_year}}-{{row.f_plan_month}}</td>
35
- <td colspan="2">总 :</td>
36
- <td colspan="2">{{row.plan_count}}</td>
37
- </tr>
38
- <tr class="safe-bodyfont">
39
- <td colspan="2">未检 :</td>
40
- <td colspan="2">{{row.unchecked}}</td>
41
- <td colspan="2">已检 :</td>
42
- <td colspan="2">{{row.checked}}</td>
43
- </tr>
44
- <tr class="safe-bodyfont" v-if="row.f_create_time">
45
- <td colspan="3">创建时间 :</td>
46
- <td colspan="5" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" :title="row.f_create_time">{{row.f_create_time}}</td>
47
- </tr>
48
- <tr class="safe-bodyfont" v-if="row.f_safecheck_type">
49
- <td colspan="3">安检类型 :</td>
50
- <td colspan="5" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" :title="row.f_safecheck_type">{{row.f_safecheck_type}}</td>
51
- </tr>
52
- </table>
53
- </div>
19
+ <div class="row auto safe-div-p"><!--<span style="margin-right: 5px" @click="refresh()" style="cursor:default">测试</span>--><span style="margin-right: 5px" @click="delCheckPlan()" style="cursor:default" v-if="isdelete">删除</span> <span @click="sendCheckPlan()" style="cursor:default">下发</span></div>
20
+ </div>
21
+ <div class="leftplan-center safe_plan_list">
22
+ <div class="row safe-leftplan safe_list_li" :class="{'safe-selectplan':selectPlan.id==row.id}" v-for="row in checkplan.list.data" @click="selectPlanChange(row)">
23
+ <table style="width:100%;table-layout:fixed" >
24
+ <tr class="safe-planfont">
25
+ <td rowspan="6"><input type="checkbox" style="pointer-events:auto" v-show="row.plan_count==0 || row.f_issued=='未下发'" onClick="event.cancelBubble = true" :checked="checkplan.check.isChecked(row.f_check_item_id)" @change="checkplan.check.setCheckes(row.id)"/></td>
26
+ <td colspan="6" class="safe_p">{{row.f_plan_name}}</td>
27
+ <td colspan="2" style="text-align: center"><img width="20px" style="pointer-events:auto" onClick="event.cancelBubble = true" @click="showUpPlans(row)" src="../../../static/images/edit.png"/></td>
28
+ </tr>
29
+ <tr class="safe-bodyfont" style="color:#4792de">
30
+ <td colspan="6">{{row.f_issued}}</td>
31
+ <td colspan="2" class="safe_p">{{row.f_checker?row.f_checker:'共享'}}</td>
32
+ </tr>
33
+ <tr class="safe-bodyfont">
34
+ <td colspan="4">{{row.f_plan_year}}-{{row.f_plan_month}}</td>
35
+ <td colspan="2">总 :</td>
36
+ <td colspan="2">{{row.plan_count}}</td>
37
+ </tr>
38
+ <tr class="safe-bodyfont">
39
+ <td colspan="2">未检 :</td>
40
+ <td colspan="2">{{row.unchecked}}</td>
41
+ <td colspan="2">已检 :</td>
42
+ <td colspan="2">{{row.checked}}</td>
43
+ </tr>
44
+ <tr class="safe-bodyfont" v-if="row.f_create_time">
45
+ <td colspan="3">创建时间 :</td>
46
+ <td colspan="5" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" :title="row.f_create_time">{{row.f_create_time}}</td>
47
+ </tr>
48
+ <tr class="safe-bodyfont" v-if="row.f_safecheck_type">
49
+ <td colspan="3">安检类型 :</td>
50
+ <td colspan="5" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" :title="row.f_safecheck_type">{{row.f_safecheck_type}}</td>
51
+ </tr>
52
+ </table>
54
53
  </div>
55
- <div style="height: 11%">
56
- <div class="row auto leftplan-center" style="padding: 8px">
57
- <div class="col-sm-6" style="">
58
- <span>共{{checkplan.list.count}}条</span>
59
- </div>
60
- <div class="col-sm-6" style="text-align: end">
61
- <span @click="loadMore('checkplan')"><img src="../../../static/images/doubledown.png"/>&ensp;更多</span>
62
- </div>
54
+ </div>
55
+ <div style="height: 11%">
56
+ <div class="row auto leftplan-center" style="padding: 8px">
57
+ <div class="col-sm-6" style="">
58
+ <span>共{{checkplan.list.count}}条</span>
63
59
  </div>
64
- <div class="row auto" style="padding: 10px;text-align: center">
65
- <img src="../../../static/images/addnew.png" @click="showcCreatePlan()"/>
60
+ <div class="col-sm-6" style="text-align: end">
61
+ <span @click="loadMore('checkplan')"><img src="../../../static/images/doubledown.png"/>&ensp;更多</span>
66
62
  </div>
67
63
  </div>
68
- </div>
69
- <!--右侧列表**************************************************************************-->
70
- <div class="binary-right" style="width: 84%;overflow: auto">
71
- <div style="height: 5%">
72
- <div class="col-sm-4">
73
- <label class="font_normal_body">公&emsp;&emsp;司</label>
74
- <right-tree-safe :islist="false" :width="'60%'" @re-res="getRes"></right-tree-safe>
75
- </div>
64
+ <div class="row auto" style="padding: 10px;text-align: center">
65
+ <img src="../../../static/images/addnew.png" @click="showcCreatePlan()"/>
76
66
  </div>
77
- <div style="height: 95%">
78
- <div style="height: 50%" class="leftplan-center">
79
- <check-plan-list :selectplan="selectPlan" :userlogin="userlogin" v-ref:item></check-plan-list>
80
- </div>
81
- <div style="height: 50%">
82
- <check-user-list :selectplan="selectPlan" :userlogin="userlogin" v-ref:user></check-user-list>
83
- </div>
67
+ </div>
68
+ </div>
69
+ <!--右侧列表**************************************************************************-->
70
+ <div class="binary-right" style="width: 84%;overflow: auto">
71
+ <div style="height: 5%">
72
+ <div class="col-sm-4">
73
+ <label class="font_normal_body">公&emsp;&emsp;司</label>
74
+ <right-tree-safe :islist="false" :width="'60%'" @re-res="getRes"></right-tree-safe>
84
75
  </div>
85
76
  </div>
86
- <modal :show.sync="showCondtion" v-ref:modal :width="'50%'" :backdrop="false">
87
- <div slot="modal-header" class="modal-header">
88
- <h4 class="modal-title">
89
- 计划查询条件
90
- </h4>
77
+ <div style="height: 95%">
78
+ <div style="height: 50%" class="leftplan-center">
79
+ <check-plan-list :selectplan="selectPlan" :userlogin="userlogin" v-ref:item></check-plan-list>
80
+ </div>
81
+ <div style="height: 50%">
82
+ <check-user-list :selectplan="selectPlan" :userlogin="userlogin" v-ref:user></check-user-list>
91
83
  </div>
92
- <div slot="modal-body" class="modal-body">
93
- <div class="row">
94
- <div class="form-group col-sm-4" >
95
- <label class="font_normal_body">计划名称:</label>
96
- <input type="text" class="input_search" v-model="planCondition.f_plan_name" @change="setProperty('checkplan','f_plan_name',planCondition.f_plan_name)"
97
- style="width: 60%" placeholder="请选择" />
98
- </div>
99
- <div class="form-group col-sm-4" >
100
- <label class="font_normal_body">计划年份:</label>
101
- <v-select
102
- class="select select_list"
103
- :value.sync="planCondition.f_plan_year"
104
- v-model="planCondition.f_plan_year"
105
- @change="setProperty('checkplan','f_plan_year',planCondition.f_plan_year)"
106
- :search="false"
107
- :options='getConList("yearList")'
108
- placeholder='请选择'
109
- close-on-select
110
- value-single
111
- >
112
- </v-select>
113
- </div>
114
- <div class="form-group col-sm-4" >
115
- <label class="font_normal_body">计划月份:</label>
116
- <v-select
117
- class="select select_list"
118
- :value.sync="planCondition.f_plan_month"
119
- v-model="planCondition.f_plan_month"
120
- @change="setProperty('checkplan','f_plan_month',planCondition.f_plan_month)"
121
- :search="false"
122
- :options='getConList("monthList")'
123
- placeholder='请选择'
124
- close-on-select
125
- value-single>
126
- </v-select>
127
- </div>
128
- <div class="form-group col-sm-4" >
129
- <label class="font_normal_body">是否共享:</label>
130
- <v-select
131
- class="select select_list"
132
- :value.sync="planCondition.isShare"
133
- v-model="planCondition.isShare"
134
- @change="setProperty('checkplan','isAndNot',planCondition.isShare)"
135
- :options='getConList("conIsAndNot")'
136
- :search="false"
137
- placeholder='请选择'
138
- close-on-select
139
- value-single
140
- >
141
- </v-select>
142
- </div>
143
- <div class="form-group col-sm-4" >
144
- <label class="font_normal_body">是否下发:</label>
145
- <v-select
146
- class="select select_list"
147
- :value.sync="planCondition.issued"
148
- v-model="planCondition.issued"
149
- :options='getConList("isAndNot")'
150
- @change="setProperty('checkplan','issude',planCondition.issued)"
151
- placeholder='请选择'
152
- :search="false"
153
- close-on-select
154
- value-single
155
- >
156
- </v-select>
157
- </div>
158
- <div class="form-group col-sm-4" >
84
+ </div>
85
+ </div>
86
+ <modal :show.sync="showCondtion" v-ref:modal :width="'50%'" :backdrop="false">
87
+ <div slot="modal-header" class="modal-header">
88
+ <h4 class="modal-title">
89
+ 计划查询条件
90
+ </h4>
91
+ </div>
92
+ <div slot="modal-body" class="modal-body">
93
+ <div class="row">
94
+ <div class="form-group col-sm-4" >
95
+ <label class="font_normal_body">计划名称:</label>
96
+ <input type="text" class="input_search" v-model="planCondition.f_plan_name" @change="setProperty('checkplan','f_plan_name',planCondition.f_plan_name)"
97
+ style="width: 60%" placeholder="请选择" />
98
+ </div>
99
+ <div class="form-group col-sm-4" >
100
+ <label class="font_normal_body">计划年份:</label>
101
+ <v-select
102
+ class="select select_list"
103
+ :value.sync="planCondition.f_plan_year"
104
+ v-model="planCondition.f_plan_year"
105
+ @change="setProperty('checkplan','f_plan_year',planCondition.f_plan_year)"
106
+ :search="false"
107
+ :options='getConList("yearList")'
108
+ placeholder='请选择'
109
+ close-on-select
110
+ value-single
111
+ >
112
+ </v-select>
113
+ </div>
114
+ <div class="form-group col-sm-4" >
115
+ <label class="font_normal_body">计划月份:</label>
116
+ <v-select
117
+ class="select select_list"
118
+ :value.sync="planCondition.f_plan_month"
119
+ v-model="planCondition.f_plan_month"
120
+ @change="setProperty('checkplan','f_plan_month',planCondition.f_plan_month)"
121
+ :search="false"
122
+ :options='getConList("monthList")'
123
+ placeholder='请选择'
124
+ close-on-select
125
+ value-single>
126
+ </v-select>
127
+ </div>
128
+ <div class="form-group col-sm-4" >
129
+ <label class="font_normal_body">是否共享:</label>
130
+ <v-select
131
+ class="select select_list"
132
+ :value.sync="planCondition.isShare"
133
+ v-model="planCondition.isShare"
134
+ @change="setProperty('checkplan','isAndNot',planCondition.isShare)"
135
+ :options='getConList("conIsAndNot")'
136
+ :search="false"
137
+ placeholder='请选择'
138
+ close-on-select
139
+ value-single
140
+ >
141
+ </v-select>
142
+ </div>
143
+ <div class="form-group col-sm-4" >
144
+ <label class="font_normal_body">是否下发:</label>
145
+ <v-select
146
+ class="select select_list"
147
+ :value.sync="planCondition.issued"
148
+ v-model="planCondition.issued"
149
+ :options='getConList("isAndNot")'
150
+ @change="setProperty('checkplan','issude',planCondition.issued)"
151
+ placeholder='请选择'
152
+ :search="false"
153
+ close-on-select
154
+ value-single
155
+ >
156
+ </v-select>
157
+ </div>
158
+ <div class="form-group col-sm-4" >
159
159
  <label class="font_normal_body">安&ensp;检&ensp;员:</label>
160
160
  <v-select
161
161
  class="select select_list"
@@ -170,655 +170,648 @@
170
170
  </v-select>
171
171
  </div>
172
172
 
173
- <div class="form-group col-sm-4" >
174
- <label class="font_normal_body">安检类型:</label>
175
- <v-select
176
- class="select select_list"
177
- :value.sync="planCondition.f_safecheck_type"
178
- v-model="planCondition.f_safecheck_type"
179
- @change="setProperty('checkplan','safechecktype',planCondition.f_safecheck_type)"
180
- :options='getConList("safechecktype")'
181
- placeholder='请选择'
182
- :search="false"
183
- close-on-select
184
- value-single
185
- >
186
- </v-select>
187
- </div>
188
- <div class="form-group col-sm-4" >
189
- <label class="font_normal_body">创&ensp;建&ensp;人:</label>
190
- <input type="text" class="input_search" v-model="planCondition.f_create_operator" @change="setProperty('checkplan','f_create_operator',planCondition.f_create_operator)"
191
- style="width: 60%" placeholder="创建人" />
192
- </div>
173
+ <div class="form-group col-sm-4" >
174
+ <label class="font_normal_body">安检类型:</label>
175
+ <v-select
176
+ class="select select_list"
177
+ :value.sync="planCondition.f_safecheck_type"
178
+ v-model="planCondition.f_safecheck_type"
179
+ @change="setProperty('checkplan','safechecktype',planCondition.f_safecheck_type)"
180
+ :options='getConList("safechecktype")'
181
+ placeholder='请选择'
182
+ :search="false"
183
+ close-on-select
184
+ value-single
185
+ >
186
+ </v-select>
187
+ </div>
188
+ <div class="form-group col-sm-4" >
189
+ <label class="font_normal_body">创&ensp;建&ensp;人:</label>
190
+ <input type="text" class="input_search" v-model="planCondition.f_create_operator" @change="setProperty('checkplan','f_create_operator',planCondition.f_create_operator)"
191
+ style="width: 60%" placeholder="创建人" />
193
192
  </div>
194
193
  </div>
195
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
196
- <button class="button_search" @click="loadCheckPlan" style="margin-right: 15px">查询</button>
197
- <button class="button_search" @click="cancel">取消</button>
198
- </div>
199
- </modal>
200
- <modal :show.sync="showCreatePlan" v-ref:modal1 :width="'50%'" :backdrop="false">
201
- <div slot="modal-header" class="modal-header">
202
- <h4 class="modal-title">
203
- 新建计划
204
- </h4>
205
- </div>
206
- <div slot="modal-body" class="modal-body">
207
- <div class="row">
208
- <div class="form-group col-sm-4" >
209
- <label class="font_normal_body">计划名称:</label>
210
- <input type="text" class="input_search" v-model="createPlan.f_plan_name"
211
- style="width: 60%" placeholder="请选择" />
212
- </div>
213
- <div class="form-group col-sm-4" >
214
- <label class="font_normal_body">计划年份:</label>
215
- <v-select
216
- class="select select_list"
217
- :value.sync="createPlan.f_plan_year"
218
- v-model="createPlan.f_plan_year"
219
- :search="false"
220
- :options='yearList'
221
- placeholder='请选择'
222
- close-on-select
223
- value-single
224
- >
225
- </v-select>
226
- </div>
227
- <div class="form-group col-sm-4" >
228
- <label class="font_normal_body">计划月份:</label>
229
- <v-select
230
- class="select select_list"
231
- :value.sync="createPlan.f_plan_month"
232
- v-model="createPlan.f_plan_month"
233
- :search="false"
234
- :options='monthList'
235
- placeholder='请选择'
236
- close-on-select
237
- value-single>
238
- </v-select>
239
- </div>
240
- <div class="form-group col-sm-4" >
241
- <label class="font_normal_body">是否共享:</label>
242
- <v-select
243
- class="select select_list"
244
- :search="false"
245
- :value.sync="createPlan.isShare"
246
- v-model="createPlan.isShare"
247
- :options='isAndNot'
248
- placeholder='请选择'
249
- close-on-select
250
- value-single
251
- >
252
- </v-select>
253
- </div>
254
- <div class="form-group col-sm-4" v-show="createPlan.isShare=='是' && ismulchecker">
255
- <label class="font_normal_body">安&ensp;检&ensp;员:</label>
256
- <v-select
257
- class="select select_list"
258
- :value.sync="createPlan.checkers"
259
- v-model="createPlan.checkers"
260
- :options='checker'
261
- placeholder='请选择'
262
- :multiple="true"
263
- >
264
- </v-select>
265
- </div>
266
- <div class="form-group col-sm-4" v-show="createPlan.isShare=='否'">
267
- <label class="font_normal_body">安&ensp;检&ensp;员:</label>
268
- <v-select
269
- class="select select_list"
270
- :value.sync="createPlan.checker"
271
- v-model="createPlan.checker"
272
- :options='checker'
273
- placeholder='请选择'
274
- close-on-select
275
- value-single
276
- >
277
- </v-select>
278
- </div>
194
+ </div>
195
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
196
+ <button class="button_search" @click="loadCheckPlan" style="margin-right: 15px">查询</button>
197
+ <button class="button_search" @click="cancel">取消</button>
198
+ </div>
199
+ </modal>
200
+ <modal :show.sync="showCreatePlan" v-ref:modal1 :width="'50%'" :backdrop="false">
201
+ <div slot="modal-header" class="modal-header">
202
+ <h4 class="modal-title">
203
+ 新建计划
204
+ </h4>
205
+ </div>
206
+ <div slot="modal-body" class="modal-body">
207
+ <div class="row">
208
+ <div class="form-group col-sm-4" >
209
+ <label class="font_normal_body">计划名称:</label>
210
+ <input type="text" class="input_search" v-model="createPlan.f_plan_name"
211
+ style="width: 60%" placeholder="请选择" />
212
+ </div>
213
+ <div class="form-group col-sm-4" >
214
+ <label class="font_normal_body">计划年份:</label>
215
+ <v-select
216
+ class="select select_list"
217
+ :value.sync="createPlan.f_plan_year"
218
+ v-model="createPlan.f_plan_year"
219
+ :search="false"
220
+ :options='yearList'
221
+ placeholder='请选择'
222
+ close-on-select
223
+ value-single
224
+ >
225
+ </v-select>
226
+ </div>
227
+ <div class="form-group col-sm-4" >
228
+ <label class="font_normal_body">计划月份:</label>
229
+ <v-select
230
+ class="select select_list"
231
+ :value.sync="createPlan.f_plan_month"
232
+ v-model="createPlan.f_plan_month"
233
+ :search="false"
234
+ :options='monthList'
235
+ placeholder='请选择'
236
+ close-on-select
237
+ value-single>
238
+ </v-select>
239
+ </div>
240
+ <div class="form-group col-sm-4" >
241
+ <label class="font_normal_body">是否共享:</label>
242
+ <v-select
243
+ class="select select_list"
244
+ :search="false"
245
+ :value.sync="createPlan.isShare"
246
+ v-model="createPlan.isShare"
247
+ :options='isAndNot'
248
+ placeholder='请选择'
249
+ close-on-select
250
+ value-single
251
+ >
252
+ </v-select>
253
+ </div>
254
+ <div class="form-group col-sm-4" v-show="createPlan.isShare=='是' && ismulchecker">
255
+ <label class="font_normal_body">安&ensp;检&ensp;员:</label>
256
+ <v-select
257
+ class="select select_list"
258
+ :value.sync="createPlan.checkers"
259
+ v-model="createPlan.checkers"
260
+ :options='checker'
261
+ placeholder='请选择'
262
+ :multiple="true"
263
+ >
264
+ </v-select>
265
+ </div>
266
+ <div class="form-group col-sm-4" v-show="createPlan.isShare=='否'">
267
+ <label class="font_normal_body">安&ensp;检&ensp;员:</label>
268
+ <v-select
269
+ class="select select_list"
270
+ :value.sync="createPlan.checker"
271
+ v-model="createPlan.checker"
272
+ :options='checker'
273
+ placeholder='请选择'
274
+ close-on-select
275
+ value-single
276
+ >
277
+ </v-select>
278
+ </div>
279
279
 
280
- <div class="form-group col-sm-4" >
281
- <label class="font_normal_body">安检类型:</label>
282
- <v-select
283
- class="select select_list"
284
- :value.sync="createPlan.f_safecheck_type"
285
- v-model="createPlan.f_safecheck_type"
286
- :search="false"
287
- :options='ntoway'
288
- placeholder='请选择'
289
- close-on-select
290
- value-single
291
- >
292
- </v-select>
293
- </div>
280
+ <div class="form-group col-sm-4" >
281
+ <label class="font_normal_body">安检类型:</label>
282
+ <v-select
283
+ class="select select_list"
284
+ :value.sync="createPlan.f_safecheck_type"
285
+ v-model="createPlan.f_safecheck_type"
286
+ :search="false"
287
+ :options='ntoway'
288
+ placeholder='请选择'
289
+ close-on-select
290
+ value-single
291
+ >
292
+ </v-select>
294
293
  </div>
295
294
  </div>
296
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
297
- <button class="button_search" style="margin-right: 15px" @click="addNewPlan()">创建计划</button>
298
- <button class="button_search" @click="cancel">取消</button>
299
- </div>
300
- </modal>
301
- <modal :show.sync="showUpPlan" v-ref:modal2 :backdrop="false">
302
- <div slot="modal-header" class="modal-header">
303
- <h4 class="modal-title">
304
- 修改计划
305
- </h4>
306
- </div>
307
- <div slot="modal-body" class="modal-body">
308
- <div class="row">
309
- <div class="form-group col-sm-4" >
310
- <label class="font_normal_body">计划名称:</label>
311
- <input type="text" class="input_search" v-model="upCheckPlan.f_plan_name"
312
- style="width: 60%" />
313
- </div>
314
- <div class="form-group col-sm-4" >
315
- <label class="font_normal_body">计划年份:</label>
316
- <v-select
317
- class="select select_list"
318
- :value.sync="upCheckPlan.f_plan_year"
319
- v-model="upCheckPlan.f_plan_year"
320
- :search="false"
321
- :value="upCheckPlan.f_plan_year"
322
- :options='yearList'
323
- :disabled="true"
324
- close-on-select
325
- value-single>
295
+ </div>
296
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
297
+ <button class="button_search" style="margin-right: 15px" @click="addNewPlan()">创建计划</button>
298
+ <button class="button_search" @click="cancel">取消</button>
299
+ </div>
300
+ </modal>
301
+ <modal :show.sync="showUpPlan" v-ref:modal2 :backdrop="false">
302
+ <div slot="modal-header" class="modal-header">
303
+ <h4 class="modal-title">
304
+ 修改计划
305
+ </h4>
306
+ </div>
307
+ <div slot="modal-body" class="modal-body">
308
+ <div class="row">
309
+ <div class="form-group col-sm-4" >
310
+ <label class="font_normal_body">计划名称:</label>
311
+ <input type="text" class="input_search" v-model="upCheckPlan.f_plan_name"
312
+ style="width: 60%" />
313
+ </div>
314
+ <div class="form-group col-sm-4" >
315
+ <label class="font_normal_body">计划年份:</label>
316
+ <v-select
317
+ class="select select_list"
318
+ :value.sync="upCheckPlan.f_plan_year"
319
+ v-model="upCheckPlan.f_plan_year"
320
+ :search="false"
321
+ :value="upCheckPlan.f_plan_year"
322
+ :options='yearList'
326
323
 
324
+ close-on-select
325
+ value-single>
327
326
 
328
- </v-select>
329
- <!-- <datepicker
330
- placeholder='请选择'
331
- style="width:60%"
332
- :disabled-days-of-week="[]"
333
- :format="'yyyy'"
334
- :show-rest-button="reset"
335
- :value.sync="upCheckPlan.f_plan_year"
336
- v-model="upCheckPlan.f_plan_year">
337
- </datepicker>-->
338
- </div>
339
- <div class="form-group col-sm-4" >
340
- <label class="font_normal_body">计划月份:</label>
341
- <v-select
342
- class="select select_list"
343
- :value.sync="upCheckPlan.f_plan_month"
344
- v-model="upCheckPlan.f_plan_month"
345
- :disabled="true"
346
- :options='monthList'
347
- close-on-select
348
- value-single>
349
- </v-select>
350
- </div>
351
- <div class="form-group col-sm-4" >
352
- <label class="font_normal_body">是否共享:</label>
353
- <v-select
354
- class="select select_list"
355
- :search="false"
356
- :value.sync="upCheckPlan.isShare"
357
- v-model="upCheckPlan.isShare"
358
- :options='isAndNot'
359
- placeholder='请选择'
360
- :disabled="true"
361
- close-on-select
362
- value-single
363
- >
364
- </v-select>
365
- </div>
366
- <div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='是' && ismulchecker">
367
- <label class="font_normal_body">安&ensp;检&ensp;员:</label>
368
- <v-select
369
- class="select select_list"
370
- :value.sync="upCheckPlan.checkers"
371
- v-model="upCheckPlan.checkers"
372
- :options='checker'
373
- placeholder='请选择'
374
- :multiple="true"
375
- >
376
- </v-select>
377
- </div>
378
- <div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='否'">
379
- <label class="font_normal_body">安&ensp;检&ensp;员:</label>
380
- <v-select
381
- class="select select_list"
382
- :value.sync="upCheckPlan.checker"
383
- v-model="upCheckPlan.checker"
384
- :options='checker'
385
- close-on-select
386
- value-single
387
- >
388
- </v-select>
389
- </div>
390
327
 
391
- <div class="form-group col-sm-4">
392
- <label class="font_normal_body">安检类型:</label>
393
- <v-select
394
- class="select select_list"
395
- :value.sync="upCheckPlan.f_safecheck_type"
396
- v-model="upCheckPlan.f_safecheck_type"
397
- :options='ntoway'
398
- close-on-select
399
- :disabled="true"
400
- value-single
401
- >
402
- </v-select>
403
- </div>
328
+ </v-select>
329
+ <!-- <datepicker
330
+ placeholder='请选择'
331
+ style="width:60%"
332
+ :disabled-days-of-week="[]"
333
+ :format="'yyyy'"
334
+ :show-rest-button="reset"
335
+ :value.sync="upCheckPlan.f_plan_year"
336
+ v-model="upCheckPlan.f_plan_year">
337
+ </datepicker>-->
338
+ </div>
339
+ <div class="form-group col-sm-4" >
340
+ <label class="font_normal_body">计划月份:</label>
341
+ <v-select
342
+ class="select select_list"
343
+ :value.sync="upCheckPlan.f_plan_month"
344
+ v-model="upCheckPlan.f_plan_month"
345
+
346
+ :options='monthList'
347
+ close-on-select
348
+ value-single>
349
+ </v-select>
350
+ </div>
351
+ <div class="form-group col-sm-4" >
352
+ <label class="font_normal_body">是否共享:</label>
353
+ <v-select
354
+ class="select select_list"
355
+ :search="false"
356
+ :value.sync="upCheckPlan.isShare"
357
+ v-model="upCheckPlan.isShare"
358
+ :options='isAndNot'
359
+ placeholder='请选择'
360
+ close-on-select
361
+ value-single
362
+ >
363
+ </v-select>
364
+ </div>
365
+ <div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='是' && ismulchecker">
366
+ <label class="font_normal_body">安&ensp;检&ensp;员:</label>
367
+ <v-select
368
+ class="select select_list"
369
+ :value.sync="upCheckPlan.checkers"
370
+ v-model="upCheckPlan.checkers"
371
+ :options='checker'
372
+ placeholder='请选择'
373
+ :multiple="true"
374
+ >
375
+ </v-select>
376
+ </div>
377
+ <div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='否'">
378
+ <label class="font_normal_body">安&ensp;检&ensp;员:</label>
379
+ <v-select
380
+ class="select select_list"
381
+ :value.sync="upCheckPlan.checker"
382
+ v-model="upCheckPlan.checker"
383
+ :options='checker'
384
+ close-on-select
385
+ value-single
386
+ >
387
+ </v-select>
388
+ </div>
389
+
390
+ <div class="form-group col-sm-4">
391
+ <label class="font_normal_body">安检类型:</label>
392
+ <v-select
393
+ class="select select_list"
394
+ :value.sync="upCheckPlan.f_safecheck_type"
395
+ v-model="upCheckPlan.f_safecheck_type"
396
+ :options='ntoway'
397
+ close-on-select
398
+ value-single
399
+ >
400
+ </v-select>
404
401
  </div>
405
402
  </div>
406
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
407
- <button class="button_search" style="margin-right: 15px" @click="upPlan()">保存修改</button>
408
- <button class="button_search" @click="cancel">取消</button>
409
- </div>
410
- </modal>
411
- </div>
403
+ </div>
404
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
405
+ <button class="button_search" style="margin-right: 15px" @click="upPlan()">保存修改</button>
406
+ <button class="button_search" @click="cancel">取消</button>
407
+ </div>
408
+ </modal>
409
+ </div>
412
410
  </template>
413
411
 
414
412
  <script>
415
- import {SearchList,HttpResetClass, PagedList} from "vue-client";
416
- import * as Util from "../Util";
417
- import Vue from "vue";
418
- import AppData from "../../stores/AppData";
413
+ import {SearchList,HttpResetClass, PagedList} from "vue-client";
414
+ import * as Util from "../Util";
415
+ import Vue from "vue";
416
+ import AppData from "../../stores/AppData";
419
417
 
420
- export default {
421
- name: "PlanManage",
422
- title: '计划管理',
423
- data() {
424
- return {
425
- ismulchecker:this.$appdata.getSingleValue('计划安检员多选')?true:false,
426
- a:'1',
427
- opt:[{label:"按时间降序",value:"按时间降序"},{label:"按时间升序",value:"按时间升序"}],
428
- currentorder:'按时间降序',
429
- isdelete:this.$login.r ? this.$login.r.includes("安检计划删除"):false,
430
- checkplan : new SearchList(true),
431
- selectPlan:{id:''},
432
- upCheckPlan:{
433
- f_plan_name:'',
434
- f_safecheck_type:'',
435
- f_plan_year:'',
436
- f_plan_month:'',
437
- f_checker_id:'',
438
- isShare:'',
439
- f_checker:'',
440
- f_checkerstr:'',
441
- checker:{},
442
- checkers:[]
443
- },
444
- isSend:false,
445
- createPlan:{
446
- f_plan_name:'',
447
- f_plan_year:'',
448
- f_plan_month:'',
449
- isShare:'否',
450
- f_issued:'否',
451
- f_checker_id:null,
452
- checker:{},
453
- checkers:[],
454
- f_checker:null,
455
- f_checkerstr:null,
456
- f_safecheck_type:'',
457
- },
458
- planCondition:{},
459
- showCondtion:false,
460
- showCreatePlan:false,
461
- showUpPlan:false,
462
- isAndNot:[{label:'是',value:'是'},{label:'否',value:'否'}],
463
- conIsAndNot:[{label:'是',value:'is null'},{label:'否',value:'is not null'}],
464
- yearList:[{label:2020,value:2020},{label:2021,value:2021},{label:2022,value:2022},{label:2023,value:2023},{label:2024,value:2024},{label:2025,value:2025},{label:2026,value:2026},{label:2027,value:2027},{label:2028,value:2028},{label:2029,value:2029},{label:2030,value:2030}],
465
- monthList:[{label:"1",value:1},{label:"2",value:2},{label:"3",value:3},{label:"4",value:4},{label:"5",value:5},{label:"6",value:6},{label:"7",value:7},{label:"8",value:8},{label:"9",value:9},{label:"10",value:10},{label:"11",value:11},{label:"12",value:12}],
466
- safechecktype:[{label:'年度普检',value:'年度普检'}],
467
- checker:[],
468
- checkertCon:[],
469
- userlogin:{
470
- id:this.$login.f.id,
471
- name:this.$login.f.name,
472
- orgid:this.$login.f.orgid,
473
- orgstr:this.$login.f.orgs,
474
- }
475
- //需要测试直接把下面放开即可
476
- /*userlogin:{
477
- id:'141701',
478
- name:'hwq',
479
- orgid:'35526',
480
- orgstr:'西华县天然气有限公司'
481
- }*/
482
- }
483
- },
484
- async ready(){
485
- document.addEventListener('keydown', this.handleEnter, true);
486
- await this.loadpage()
487
- if (!this.userlogin.orgid){
488
- if (this.$login.f.f_orgids){
489
- this.userlogin.orgid = this.$login.f.f_orgids.endsWith('.')?this.$login.f.f_orgids.substring(0,this.$login.f.f_orgids.length-1):this.$login.f.f_orgids
490
- }else {
491
- this.userlogin.orgid = ''
492
- }
493
- }
418
+ export default {
419
+ name: "PlanManage",
420
+ title: '计划管理',
421
+ data() {
422
+ return {
423
+ ismulchecker:this.$appdata.getSingleValue('计划安检员多选')?true:false,
424
+ a:'1',
425
+ opt:[{label:"按时间降序",value:"按时间降序"},{label:"按时间升序",value:"按时间升序"}],
426
+ currentorder:'按时间降序',
427
+ isdelete:this.$login.r ? this.$login.r.includes("安检计划删除"):false,
428
+ checkplan : new SearchList(true),
429
+ selectPlan:{id:''},
430
+ upCheckPlan:{
431
+ f_plan_name:'',
432
+ f_safecheck_type:'',
433
+ f_plan_year:'',
434
+ f_plan_month:'',
435
+ f_checker_id:'',
436
+ isShare:'',
437
+ f_checker:'',
438
+ f_checkerstr:'',
439
+ checker:{},
440
+ checkers:[]
494
441
  },
495
- computed: {
496
- ntoway() {
497
- /*/!* return AppData.getParam('安检类型')*!/*/
498
- return this.$appdata.getParam('安检类型')
442
+ isSend:false,
443
+ createPlan:{
444
+ f_plan_name:'',
445
+ f_plan_year:'',
446
+ f_plan_month:'',
447
+ isShare:'否',
448
+ f_issued:'否',
449
+ f_checker_id:null,
450
+ checker:{},
451
+ checkers:[],
452
+ f_checker:null,
453
+ f_checkerstr:null,
454
+ f_safecheck_type:'',
455
+ },
456
+ planCondition:{},
457
+ showCondtion:false,
458
+ showCreatePlan:false,
459
+ showUpPlan:false,
460
+ isAndNot:[{label:'是',value:'是'},{label:'否',value:'否'}],
461
+ conIsAndNot:[{label:'是',value:'is null'},{label:'否',value:'is not null'}],
462
+ yearList:[{label:2020,value:2020},{label:2021,value:2021},{label:2022,value:2022},{label:2023,value:2023},{label:2024,value:2024},{label:2025,value:2025},{label:2026,value:2026},{label:2027,value:2027},{label:2028,value:2028},{label:2029,value:2029},{label:2030,value:2030}],
463
+ monthList:[{label:"1",value:1},{label:"2",value:2},{label:"3",value:3},{label:"4",value:4},{label:"5",value:5},{label:"6",value:6},{label:"7",value:7},{label:"8",value:8},{label:"9",value:9},{label:"10",value:10},{label:"11",value:11},{label:"12",value:12}],
464
+ safechecktype:[{label:'年度普检',value:'年度普检'}],
465
+ checker:[],
466
+ checkertCon:[],
467
+ userlogin:{
468
+ id:this.$login.f.id,
469
+ name:this.$login.f.name,
470
+ orgid:this.$login.f.orgid,
471
+ orgstr:this.$login.f.orgs,
472
+ }
473
+ //需要测试直接把下面放开即可
474
+ /*userlogin:{
475
+ id:'141701',
476
+ name:'hwq',
477
+ orgid:'35526',
478
+ orgstr:'西华县天然气有限公司'
479
+ }*/
480
+ }
481
+ },
482
+ async ready(){
483
+ await this.loadpage()
484
+ if (!this.userlogin.orgid){
485
+ if (this.$login.f.f_orgids){
486
+ this.userlogin.orgid = this.$login.f.f_orgids.endsWith('.')?this.$login.f.f_orgids.substring(0,this.$login.f.f_orgids.length-1):this.$login.f.f_orgids
487
+ }else {
488
+ this.userlogin.orgid = ''
489
+ }
490
+ }
491
+ },
492
+ computed: {
493
+ ntoway() {
494
+ /*/!* return AppData.getParam('安检类型')*!/*/
495
+ return this.$appdata.getParam('安检类型')
496
+ }
497
+ },
498
+ methods:{
499
+ /* ntoway() {
500
+ /!* return AppData.getParam('安检类型')*!/
501
+ return Vue.$appdata.getParam('安检类型')
502
+ },*/
503
+ async loadpage(){
504
+ //await this.checkplan.searchList("/api/af-safecheck/sql/预约计划下发", {},{groupitem:"",f_filialeids:"('"+this.userlogin.orgid+"')",orderitem:"f_create_time desc"})
505
+ await this.loadCheckPlan()
506
+ await this.searchChecker(this.userlogin.id)
507
+ },
508
+ getRes(obj) {
509
+ console.log("----obj"+JSON.stringify(obj.resids))
510
+ console.log(obj)
511
+ if(obj.resids.length>0 && obj.resids[0]!=this.userlogin.orgid && obj.resids[0]){
512
+ this.userlogin.orgid=obj.resids[0]
513
+ this.userlogin.orgstr=obj.res[0]
514
+ if(this.$refs.item && this.$refs.user){
515
+ this.loadpage()
516
+ this.selectPlan={id:""}
517
+ this.$refs.item.model.rows=[]
518
+ this.$refs.user.model.rows=[]
519
+ this.$refs.user.loadpage()
499
520
  }
500
- },
501
- methods:{
502
- handleEnter(e) {
503
- if (e.key === 'Enter') {
504
- this.loadCheckPlan();
505
- this.$refs.item.model.search()
506
- this.$refs.user.model.search()
507
- }
508
- },
509
- /* ntoway() {
510
- /!* return AppData.getParam('安检类型')*!/
511
- return Vue.$appdata.getParam('安检类型')
512
- },*/
513
- async loadpage(){
514
- //await this.checkplan.searchList("/api/af-safecheck/sql/预约计划下发", {},{groupitem:"",f_filialeids:"('"+this.userlogin.orgid+"')",orderitem:"f_create_time desc"})
515
- await this.loadCheckPlan()
516
- await this.searchChecker(this.userlogin.id)
517
- },
518
- getRes(obj) {
519
- console.log("----obj"+JSON.stringify(obj.resids))
520
- console.log(obj)
521
- if(obj.resids.length>0 && obj.resids[0]!=this.userlogin.orgid && obj.resids[0]){
522
- this.userlogin.orgid=obj.resids[0]
523
- this.userlogin.orgstr=obj.res[0]
524
- if(this.$refs.item && this.$refs.user){
525
- this.loadpage()
526
- this.selectPlan={id:""}
527
- this.$refs.item.model.rows=[]
528
- this.$refs.user.model.rows=[]
529
- this.$refs.user.loadpage()
530
- }
531
- }
532
- },
533
- getConList(field){
534
- return [{label:'全部',value:''}, ...this[field]]
535
- },
536
- selectPlanChange(plan){
537
- this.selectPlan=plan
538
- //this.upCheckPlan=plan
539
- },
540
- showUserCondition(){
541
- this.showCondtion=true
542
- },
543
- showcCreatePlan(){
544
- this.showCreatePlan=true
545
- },
546
- cancel(){
547
- this.showCondtion=false
548
- this.showCreatePlan=false
549
- this.showUpPlan=false
550
- },
551
- //新建计划
552
- async addNewPlan() {
553
- if(!this.validationCreatePlan()){
554
- return
555
- }
556
- this.isSend=true
557
- let res=await new HttpResetClass().load("POST","/api/af-safecheck/sql/getCheckplan", {data: {condition:"f_plan_name='"+this.createPlan.f_plan_name+"'",sortfield:'f_create_time desc'}})
558
- console.log("结果-"+res.data.length)
559
- if(res.data.length>0){
560
- Vue.showMessage("计划名称不能重复!")
561
- this.isSend=false
562
- return
563
- }
564
- if(this.createPlan.isShare=="是"){
565
- if(this.ismulchecker && this.createPlan.checkers.length > 0){
566
- this.createPlan.checkers.forEach((value) => {
567
- this.createPlan.f_checkerstr += `${value.name},`
568
- })
569
- this.createPlan.f_checkerstr = this.createPlan.f_checkerstr.slice(0, -1)
570
- }
571
- this.createPlan.f_checker_id=null
572
- this.createPlan.f_checker=null
573
- }else{
574
- this.createPlan.f_checker_id=this.createPlan.checker.id
575
- this.createPlan.f_checker=this.createPlan.checker.name
576
- }
577
- console.log("this.createPlan.f_checker:"+this.createPlan.f_checker)
578
- this.createPlan.f_plan_type='预约计划'
579
- this.createPlan.f_subcompany=this.userlogin.orgstr
580
- this.createPlan.f_filialeid=this.userlogin.orgid
581
- this.createPlan.f_create_operator=this.userlogin.name
582
- this.createPlan.f_create_time=Util.toStandardTimeString()
583
- await new HttpResetClass().load('POST',"/api/af-safecheck/logic/createCheckPlan", {"data": this.createPlan},{resolveMsg : '新建计划成功!', rejectMsg : '新建计划失败!'})
584
- //await this.loadCheckPlan('',()=>{})
585
- this.createPlan={
586
- f_plan_name:'',
587
- f_plan_year:'',
588
- f_plan_month:'',
589
- isShare:'否',
590
- f_issued:'否',
591
- f_checker_id:null,
592
- checker:{},
593
- checkers:[],
594
- f_checker:null,
595
- f_checkerstr:null,
596
- f_safecheck_type:'',
597
- f_create_operator:''
598
- }
599
- await this.loadCheckPlan()
600
- this.isSend=false
601
-
602
- },
603
- validationCreatePlan(){
604
- if(!this.createPlan.f_plan_name){
605
- Vue.showMessage("请输入安检计划名称!")
606
- return false
607
- }
608
- if(!this.createPlan.f_plan_year){
609
- Vue.showMessage("请选择安检年份!")
610
- return false
611
- }
612
- if(!this.createPlan.f_plan_month){
613
- Vue.showMessage("请选择安检月份!")
614
- return false
615
- }
616
- if(this.createPlan.isShare=="否"){
617
- if(JSON.stringify(this.createPlan.checker)=='{}'){
618
- Vue.showMessage("请选择安检人员!")
619
- return false
620
- }
621
- }else{
622
- this.createPlan.f_checker=''
623
- }
624
- if(!this.createPlan.f_safecheck_type){
625
- Vue.showMessage("请选择安检类型!")
626
- return false
627
- }
628
- return true
629
- },
630
- //查询安检员selectChanged
631
- async searchChecker(){
632
- console.log(this.$login.f.orgid)
633
- debugger
634
- let res=await new HttpResetClass().load('POST', '/rs/search', {
635
- data:{
636
- source: `root.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1)`,
637
- userid: this.$login.f.id
638
- }
639
- }, {resolveMsg: null, rejectMsg: null})
640
- res.data.forEach((resRow) => {
641
- this.checker.push({label:resRow.name,value:resRow})
521
+ }
522
+ },
523
+ getConList(field){
524
+ return [{label:'全部',value:''}, ...this[field]]
525
+ },
526
+ selectPlanChange(plan){
527
+ this.selectPlan=plan
528
+ //this.upCheckPlan=plan
529
+ },
530
+ showUserCondition(){
531
+ this.showCondtion=true
532
+ },
533
+ showcCreatePlan(){
534
+ this.showCreatePlan=true
535
+ },
536
+ cancel(){
537
+ this.showCondtion=false
538
+ this.showCreatePlan=false
539
+ this.showUpPlan=false
540
+ },
541
+ //新建计划
542
+ async addNewPlan() {
543
+ if(!this.validationCreatePlan()){
544
+ return
545
+ }
546
+ this.isSend=true
547
+ let res=await new HttpResetClass().load("POST","/api/af-safecheck/sql/getCheckplan", {data: {condition:"f_plan_name='"+this.createPlan.f_plan_name+"'",sortfield:'f_create_time desc'}})
548
+ console.log("结果-"+res.data.length)
549
+ if(res.data.length>0){
550
+ Vue.showMessage("计划名称不能重复!")
551
+ this.isSend=false
552
+ return
553
+ }
554
+ if(this.createPlan.isShare=="是"){
555
+ if(this.ismulchecker && this.createPlan.checkers.length > 0){
556
+ this.createPlan.checkers.forEach((value) => {
557
+ this.createPlan.f_checkerstr += `${value.name},`
642
558
  })
643
- },
644
- //设置属性值
645
- setProperty(modulename, property, value) {
646
- console.log(modulename+"新添--"+property+"--"+value)
647
- if(value=='全部'){
648
- this[modulename].search.setField(property, '')
649
- }else{
650
- this[modulename].search.setField(property, value)
651
- }
652
- },
653
- //按条件查询所有安检计划
654
- async loadCheckPlan() {
655
- this.isSend=true
656
- this.checkplan.check.checkescheckes=[]
657
- let fieldValue=''
658
- switch(this.currentorder){
659
- case "按时间降序":
660
- fieldValue='f_create_time desc'
661
- break
662
- case "按时间升序":
663
- fieldValue='f_create_time'
664
- break
665
- }
666
- console.log("--------fieldValue"+fieldValue)
667
- this.cancel()
668
- await this.checkplan.searchList("/api/af-safecheck/sql/预约计划下发",
669
- {"f_plan_name": "f_plan_name like '%{}%'",
670
- "f_plan_year":"f_plan_year={}",
671
- "f_plan_month":"f_plan_month={}",
672
- "checkerid":"f_checker_id='{}'",
673
- "isAndNot":"f_checker {}",
674
- "safechecktype":"f_safecheck_type='{}'",
675
- "issude":"f_issued = '{}'",
676
- "f_create_operator": "f_create_operator like '%{}%'"
677
- },
678
- {orderitem:fieldValue,
679
- f_filialeids:"('"+this.userlogin.orgid+"')",
680
- groupitem:""
681
- }
682
- )
559
+ this.createPlan.f_checkerstr = this.createPlan.f_checkerstr.slice(0, -1)
560
+ }
561
+ this.createPlan.f_checker_id=null
562
+ this.createPlan.f_checker=null
563
+ }else{
564
+ this.createPlan.f_checker_id=this.createPlan.checker.id
565
+ this.createPlan.f_checker=this.createPlan.checker.name
566
+ }
567
+ console.log("this.createPlan.f_checker:"+this.createPlan.f_checker)
568
+ this.createPlan.f_plan_type='预约计划'
569
+ this.createPlan.f_subcompany=this.userlogin.orgstr
570
+ this.createPlan.f_filialeid=this.userlogin.orgid
571
+ this.createPlan.f_create_operator=this.userlogin.name
572
+ this.createPlan.f_create_time=Util.toStandardTimeString()
573
+ await new HttpResetClass().load('POST',"/api/af-safecheck/logic/createCheckPlan", {"data": this.createPlan},{resolveMsg : '新建计划成功!', rejectMsg : '新建计划失败!'})
574
+ //await this.loadCheckPlan('',()=>{})
575
+ this.createPlan={
576
+ f_plan_name:'',
577
+ f_plan_year:'',
578
+ f_plan_month:'',
579
+ isShare:'',
580
+ f_issued:'否',
581
+ f_checker_id:null,
582
+ checker:{},
583
+ checkers:[],
584
+ f_checker:null,
585
+ f_checkerstr:null,
586
+ f_safecheck_type:'',
587
+ f_create_operator:''
588
+ }
589
+ await this.loadCheckPlan()
590
+ this.isSend=false
683
591
 
684
- this.isSend=false
685
- },
686
- //加载更多数据
687
- async loadMore(modelname) {
688
- this.isSend=true
689
- await this[modelname].list.loadMore()
690
- this.isSend=false
691
- },
692
- showUpPlans(row){
693
- this.upCheckPlan.id=row.id
694
- this.upCheckPlan.f_safecheck_type=row.f_safecheck_type
695
- this.upCheckPlan.f_plan_name=row.f_plan_name
696
- this.upCheckPlan.f_plan_year=row.f_plan_year
697
- this.upCheckPlan.f_plan_month=row.f_plan_month
698
- this.upCheckPlan.f_checker_id=row.f_checker_id?row.f_checker_id:null
699
- this.upCheckPlan.f_checker=row.f_checker?row.f_checker:null
700
- this.upCheckPlan.isShare=row.f_checker_id?'否':'是'
701
- this.upCheckPlan.f_issued=row.f_issued
702
- this.upCheckPlan.checker={id:row.f_checker_id,name:row.f_checker}
703
- this.showUpPlan=true
592
+ },
593
+ validationCreatePlan(){
594
+ if(!this.createPlan.f_plan_name){
595
+ Vue.showMessage("请输入安检计划名称!")
596
+ return false
597
+ }
598
+ if(!this.createPlan.f_plan_year){
599
+ Vue.showMessage("请选择安检年份!")
600
+ return false
601
+ }
602
+ if(!this.createPlan.f_plan_month){
603
+ Vue.showMessage("请选择安检月份!")
604
+ return false
605
+ }
606
+ if(this.createPlan.isShare=="否"){
607
+ if(JSON.stringify(this.createPlan.checker)=='{}'){
608
+ Vue.showMessage("请选择安检人员!")
609
+ return false
610
+ }
611
+ }else{
612
+ this.createPlan.f_checker=''
613
+ }
614
+ if(!this.createPlan.f_safecheck_type){
615
+ Vue.showMessage("请选择安检类型!")
616
+ return false
617
+ }
618
+ return true
619
+ },
620
+ //查询安检员selectChanged
621
+ async searchChecker(){
622
+ console.log(this.$login.f.orgid)
623
+ debugger
624
+ let res=await new HttpResetClass().load('POST', '/rs/search', {
625
+ data:{
626
+ source: `root.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1)`,
627
+ userid: this.$login.f.id
628
+ }
629
+ }, {resolveMsg: null, rejectMsg: null})
630
+ res.data.forEach((resRow) => {
631
+ this.checker.push({label:resRow.name,value:resRow})
632
+ })
633
+ },
634
+ //设置属性值
635
+ setProperty(modulename, property, value) {
636
+ console.log(modulename+"新添--"+property+"--"+value)
637
+ if(value=='全部'){
638
+ this[modulename].search.setField(property, '')
639
+ }else{
640
+ this[modulename].search.setField(property, value)
641
+ }
642
+ },
643
+ //按条件查询所有安检计划
644
+ async loadCheckPlan() {
645
+ this.isSend=true
646
+ this.checkplan.check.checkescheckes=[]
647
+ let fieldValue=''
648
+ switch(this.currentorder){
649
+ case "按时间降序":
650
+ fieldValue='f_create_time desc'
651
+ break
652
+ case "按时间升序":
653
+ fieldValue='f_create_time'
654
+ break
655
+ }
656
+ console.log("--------fieldValue"+fieldValue)
657
+ this.cancel()
658
+ await this.checkplan.searchList("/api/af-safecheck/sql/预约计划下发",
659
+ {"f_plan_name": "f_plan_name like '%{}%'",
660
+ "f_plan_year":"f_plan_year={}",
661
+ "f_plan_month":"f_plan_month={}",
662
+ "checkerid":"f_checker_id='{}'",
663
+ "isAndNot":"f_checker {}",
664
+ "safechecktype":"f_safecheck_type='{}'",
665
+ "issude":"f_issued = '{}'",
666
+ "f_create_operator": "f_create_operator like '%{}%'"
704
667
  },
705
- async upPlan(){
706
- if(!this.upCheckPlan.f_plan_name){
707
- Vue.showMessage("请输入安检计划名称!")
708
- return false
709
- }
710
- if(!this.upCheckPlan.f_plan_year){
711
- Vue.showMessage("请选择安检年份!")
712
- return false
713
- }
714
- if(!this.upCheckPlan.f_plan_month){
715
- Vue.showMessage("请选择安检月份!")
716
- return false
717
- }
718
- console.log(this.upCheckPlan)
668
+ {orderitem:fieldValue,
669
+ f_filialeids:"('"+this.userlogin.orgid+"')",
670
+ groupitem:""
671
+ }
672
+ )
719
673
 
720
- if(this.upCheckPlan.isShare=="是"){
721
- if(this.ismulchecker && this.upCheckPlan.checkers.length > 0){
722
- this.upCheckPlan.checkers.forEach((value) => {
723
- this.upCheckPlan.f_checkerstr += `${value.name},`
724
- })
725
- this.upCheckPlan.f_checkerstr = this.upCheckPlan.f_checkerstr.slice(0, -1)
726
- }
727
- this.upCheckPlan.f_checker_id=null
728
- this.upCheckPlan.f_checker=null
729
- }else{
730
- this.upCheckPlan.f_checker_id=this.upCheckPlan.checker.id
731
- this.upCheckPlan.f_checker=this.upCheckPlan.checker.name
732
- }
733
- this.isSend=true
734
- let res=await new HttpResetClass().load("POST", "/api/af-safecheck/logic/updateCheckPlan", {
735
- data:{
736
- checkers:this.createPlan.checkers,
737
- f_checkerstr:this.createPlan.f_checkerstr,
738
- f_checker:this.upCheckPlan.f_checker,
739
- f_safecheck_type:this.upCheckPlan.f_safecheck_type,
740
- f_checker_id:this.upCheckPlan.f_checker_id,
741
- f_plan_name:this.upCheckPlan.f_plan_name,
742
- f_plan_year:this.upCheckPlan.f_plan_year,
743
- f_plan_month:this.upCheckPlan.f_plan_month,
744
- f_plan_id:this.upCheckPlan.id,
745
- issued:'否'
746
- }
747
- }, {resolveMsg: null, rejectMsg: null})
748
- if(res.data.code==200){
749
- this.$showMessage("修改成功!")
750
- this.cancel()
751
- await this.loadCheckPlan()
752
- }else{
753
- this.$showMessage("修改失败!")
754
- }
755
- this.isSend=false
756
- },
757
- //下发安检计划
758
- async sendCheckPlan(f){
759
- if(this.checkplan.check.checkes.length<1){
760
- this.$showMessage("请选择要下发的安检计划")
761
- return
762
- }
763
- this.isSend=true
764
- let res=await new HttpResetClass().load("POST", "/api/af-safecheck/logic/NewBespeakCheckPlan", {
765
- data:{
766
- f_issued:'是',
767
- f_issue_time:Util.toStandardTimeString(),
768
- f_send_operator:this.userlogin.name,
769
- param:this.checkplan.check.checkes,
770
- }
771
- }, {resolveMsg: null, rejectMsg: null})
772
- if(res.data.code==200){
773
- //Vue.showMessage("下发成功!其中有"+res.data.repet+"个计划己经是下发状态")
774
- this.$showMessage("下发成功!")
775
- }else{
776
- this.$showMessage("下发失败!")
777
- }
778
- await this.loadCheckPlan()
779
- this.isSend=false
780
- },
781
- //删除安检计划
782
- async delCheckPlan(f){
783
- if(this.checkplan.check.checkes.length<1){
784
- this.$showMessage("请选择要删除的安检计划")
785
- return
786
- }
787
- this.isSend=true
788
- let res=await new HttpResetClass().load("POST", "/api/af-safecheck/logic/deleteCheckPlan", {
789
- data:{
790
- f_operator:this.userlogin.name,//global.login.name,
791
- condition:"",
792
- switchCheckAll:true,
793
- checkAll:false,
794
- param:this.checkplan.check.checkes,
795
- columnName: "f_plan_id"
796
- }
797
- }, {resolveMsg: null, rejectMsg: null})
798
- console.log(JSON.stringify(res))
799
- if(res.data.code==200){
800
- this.$showMessage("删除成功!")
801
- }else{
802
- this.$showMessage("删除失败!")
803
- }
804
- if(this.checkplan.check.checkes.indexOf(this.selectPlan.id)!= -1){
805
- this.selectPlan={id:''}
806
- console.log("包含了清空selectplan")
807
- }
808
- await this.loadCheckPlan()
809
- this.isSend=false
810
- },
811
- async refresh(){
812
- this.$refs.item.$refs.paged.$refs.criteria.search()
813
- this.$refs.user.$refs.paged.$refs.criteria.search()
814
- await this.loadCheckPlan()
815
- },
816
- async refreshPlan(){
817
- this.$refs.item.$refs.paged.$refs.criteria.search()
818
- await this.loadCheckPlan()
674
+ this.isSend=false
675
+ },
676
+ //加载更多数据
677
+ async loadMore(modelname) {
678
+ this.isSend=true
679
+ await this[modelname].list.loadMore()
680
+ this.isSend=false
681
+ },
682
+ showUpPlans(row){
683
+ this.upCheckPlan.id=row.id
684
+ this.upCheckPlan.f_safecheck_type=row.f_safecheck_type
685
+ this.upCheckPlan.f_plan_name=row.f_plan_name
686
+ this.upCheckPlan.f_plan_year=row.f_plan_year
687
+ this.upCheckPlan.f_plan_month=row.f_plan_month
688
+ this.upCheckPlan.f_checker_id=row.f_checker_id?row.f_checker_id:null
689
+ this.upCheckPlan.f_checker=row.f_checker?row.f_checker:null
690
+ this.upCheckPlan.isShare=row.f_checker_id?'否':'是'
691
+ this.upCheckPlan.f_issued=row.f_issued
692
+ this.upCheckPlan.checker={id:row.f_checker_id,name:row.f_checker}
693
+ this.showUpPlan=true
694
+ },
695
+ async upPlan(){
696
+ if(this.upCheckPlan.f_issued=='已下发'){
697
+ this.$showMessage("该计划已下发,无法进行修改!")
698
+ return
699
+ }
700
+ if(!this.upCheckPlan.f_plan_name){
701
+ Vue.showMessage("请输入安检计划名称!")
702
+ return false
703
+ }
704
+ if(!this.upCheckPlan.f_plan_year){
705
+ Vue.showMessage("请选择安检年份!")
706
+ return false
707
+ }
708
+ if(!this.upCheckPlan.f_plan_month){
709
+ Vue.showMessage("请选择安检月份!")
710
+ return false
711
+ }
712
+ console.log(this.upCheckPlan)
713
+
714
+ if(this.upCheckPlan.isShare==""){
715
+ if(this.ismulchecker && this.upCheckPlan.checkers.length > 0){
716
+ this.upCheckPlan.checkers.forEach((value) => {
717
+ this.upCheckPlan.f_checkerstr += `${value.name},`
718
+ })
719
+ this.upCheckPlan.f_checkerstr = this.upCheckPlan.f_checkerstr.slice(0, -1)
720
+ }
721
+ this.upCheckPlan.f_checker_id=null
722
+ this.upCheckPlan.f_checker=null
723
+ }else{
724
+ this.upCheckPlan.f_checker_id=this.upCheckPlan.checker.id
725
+ this.upCheckPlan.f_checker=this.upCheckPlan.checker.name
726
+ }
727
+ this.isSend=true
728
+ let res=await new HttpResetClass().load("POST", "/api/af-safecheck/logic/updateCheckPlan", {
729
+ data:{
730
+ checkers:this.createPlan.checkers,
731
+ f_checkerstr:this.createPlan.f_checkerstr,
732
+ f_checker:this.upCheckPlan.f_checker,
733
+ f_safecheck_type:this.upCheckPlan.f_safecheck_type,
734
+ f_checker_id:this.upCheckPlan.f_checker_id,
735
+ f_plan_name:this.upCheckPlan.f_plan_name,
736
+ f_plan_year:this.upCheckPlan.f_plan_year,
737
+ f_plan_month:this.upCheckPlan.f_plan_month,
738
+ f_plan_id:this.upCheckPlan.id
739
+ }
740
+ }, {resolveMsg: null, rejectMsg: null})
741
+ if(res.data.code==200){
742
+ this.$showMessage("修改成功!")
743
+ this.cancel()
744
+ await this.loadCheckPlan()
745
+ }else{
746
+ this.$showMessage("修改失败!")
747
+ }
748
+ this.isSend=false
749
+ },
750
+ //下发安检计划
751
+ async sendCheckPlan(f){
752
+ if(this.checkplan.check.checkes.length<1){
753
+ this.$showMessage("请选择要下发的安检计划")
754
+ return
755
+ }
756
+ this.isSend=true
757
+ let res=await new HttpResetClass().load("POST", "/api/af-safecheck/logic/NewBespeakCheckPlan", {
758
+ data:{
759
+ f_issued:'',
760
+ f_issue_time:Util.toStandardTimeString(),
761
+ f_send_operator:this.userlogin.name,
762
+ param:this.checkplan.check.checkes,
763
+ }
764
+ }, {resolveMsg: null, rejectMsg: null})
765
+ if(res.data.code==200){
766
+ //Vue.showMessage("下发成功!其中有"+res.data.repet+"个计划己经是下发状态")
767
+ this.$showMessage("下发成功!")
768
+ }else{
769
+ this.$showMessage("下发失败!")
770
+ }
771
+ await this.loadCheckPlan()
772
+ this.isSend=false
773
+ },
774
+ //删除安检计划
775
+ async delCheckPlan(f){
776
+ if(this.checkplan.check.checkes.length<1){
777
+ this.$showMessage("请选择要删除的安检计划")
778
+ return
779
+ }
780
+ this.isSend=true
781
+ let res=await new HttpResetClass().load("POST", "/api/af-safecheck/logic/deleteCheckPlan", {
782
+ data:{
783
+ f_operator:this.userlogin.name,//global.login.name,
784
+ condition:"",
785
+ switchCheckAll:true,
786
+ checkAll:false,
787
+ param:this.checkplan.check.checkes,
788
+ columnName: "f_plan_id"
819
789
  }
790
+ }, {resolveMsg: null, rejectMsg: null})
791
+ console.log(JSON.stringify(res))
792
+ if(res.data.code==200){
793
+ this.$showMessage("删除成功!")
794
+ }else{
795
+ this.$showMessage("删除失败!")
820
796
  }
797
+ if(this.checkplan.check.checkes.indexOf(this.selectPlan.id)!= -1){
798
+ this.selectPlan={id:''}
799
+ console.log("包含了清空selectplan")
800
+ }
801
+ await this.loadCheckPlan()
802
+ this.isSend=false
803
+ },
804
+ async refresh(){
805
+ this.$refs.item.$refs.paged.$refs.criteria.search()
806
+ this.$refs.user.$refs.paged.$refs.criteria.search()
807
+ await this.loadCheckPlan()
808
+ },
809
+ async refreshPlan(){
810
+ this.$refs.item.$refs.paged.$refs.criteria.search()
811
+ await this.loadCheckPlan()
821
812
  }
813
+ }
814
+ }
822
815
  </script>
823
816
 
824
817
  <style scoped>
@@ -831,63 +824,63 @@
831
824
  color: #333333;
832
825
  line-height: 25px;
833
826
  }
834
- .safe-bodyfont{
835
- font-family: MicrosoftYaHei;
836
- font-size: 14px;
837
- font-weight: normal;
838
- font-stretch: normal;
839
- letter-spacing: 0px;
840
- color: #999999;
841
- line-height: 30px;
842
- }
843
- .safe-leftplan{
844
- height:auto;
845
- border-bottom:1px solid #ececec;
846
- padding: 10px 5px
847
- }
848
- .leftplan-center{
849
- border-top:1px solid #ececec;
850
- border-bottom:1px solid #ececec;
851
- }
852
- .safe_p{
853
- white-space: nowrap;
854
- overflow: hidden;
855
- text-overflow: ellipsis;
856
- }
857
- .safe-div-p{
858
- color: #4792de;
859
- text-align: end;
860
- padding: 8px 15px;
861
- }
862
- .safe_list_li:hover{
863
- background-color: rgb(245,246,247);
864
- }
865
- .safe-selectplan{
866
- pointer-events: none;
867
- background-color: rgb(216,234,251);
868
- }
869
- .safe_plan_list{
870
- height: 80%;
871
- overflow: scroll;
872
- }
827
+ .safe-bodyfont{
828
+ font-family: MicrosoftYaHei;
829
+ font-size: 14px;
830
+ font-weight: normal;
831
+ font-stretch: normal;
832
+ letter-spacing: 0px;
833
+ color: #999999;
834
+ line-height: 30px;
835
+ }
836
+ .safe-leftplan{
837
+ height:auto;
838
+ border-bottom:1px solid #ececec;
839
+ padding: 10px 5px
840
+ }
841
+ .leftplan-center{
842
+ border-top:1px solid #ececec;
843
+ border-bottom:1px solid #ececec;
844
+ }
845
+ .safe_p{
846
+ white-space: nowrap;
847
+ overflow: hidden;
848
+ text-overflow: ellipsis;
849
+ }
850
+ .safe-div-p{
851
+ color: #4792de;
852
+ text-align: end;
853
+ padding: 8px 15px;
854
+ }
855
+ .safe_list_li:hover{
856
+ background-color: rgb(245,246,247);
857
+ }
858
+ .safe-selectplan{
859
+ pointer-events: none;
860
+ background-color: rgb(216,234,251);
861
+ }
862
+ .safe_plan_list{
863
+ height: 80%;
864
+ overflow: scroll;
865
+ }
873
866
 
874
867
  </style>
875
868
  <style>
876
- .safe_plan_list::-webkit-scrollbar{
877
- background-color: #F5F5F5;
878
- }
869
+ .safe_plan_list::-webkit-scrollbar{
870
+ background-color: #F5F5F5;
871
+ }
879
872
 
880
- /*定义滚动条轨道 内阴影+圆角*/
881
- .safe_plan_list::-webkit-scrollbar-track{
882
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
883
- border-radius: 10px;
884
- background-color: #F5F5F5;
885
- }
873
+ /*定义滚动条轨道 内阴影+圆角*/
874
+ .safe_plan_list::-webkit-scrollbar-track{
875
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
876
+ border-radius: 10px;
877
+ background-color: #F5F5F5;
878
+ }
886
879
 
887
- /*定义滑块 内阴影+圆角*/
888
- .safe_plan_list::-webkit-scrollbar-thumb{
889
- border-radius: 10px;
890
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
891
- background-color: #F5F5F5;
892
- }
880
+ /*定义滑块 内阴影+圆角*/
881
+ .safe_plan_list::-webkit-scrollbar-thumb{
882
+ border-radius: 10px;
883
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
884
+ background-color: #F5F5F5;
885
+ }
893
886
  </style>