apply-clients 7.1.36-yuchuan-3 → 7.1.36-yuchuan-4.1

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.
Files changed (51) hide show
  1. package/build/dev-server.js +173 -176
  2. package/index.html +1 -1
  3. package/package.json +119 -119
  4. package/src/apply.js +15 -3
  5. package/src/applyAndroid.js +9 -0
  6. package/src/assets//345/260/217/345/214/272.png +0 -0
  7. package/src/assets//347/224/250/346/210/267ID.png +0 -0
  8. package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
  9. package/src/components/android/AppSign.vue +7 -4
  10. package/src/components/android/AppUpload.vue +1 -1
  11. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +38 -31
  12. package/src/components/android/Process/AppServiceControl.vue +32 -5
  13. package/src/components/android/Process/Processes/AppInstallationDetails.vue +205 -92
  14. package/src/components/android/SealBind.vue +376 -0
  15. package/src/components/android/SealManage.vue +264 -0
  16. package/src/components/android/Supervisory/AppProcessSupervisory.vue +25 -15
  17. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +9 -9
  18. package/src/components/android/Task/yiban/AppShowDone.vue +442 -0
  19. package/src/components/android/Task/yiban/ShowDone.vue +95 -0
  20. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +18 -0
  22. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -0
  23. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +1 -1
  24. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +31 -31
  25. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +4 -4
  26. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +2 -2
  27. package/src/components/product/ApplyMap/ApplyMapLocation.vue +22 -10
  28. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +1 -1
  29. package/src/components/product/Function/Service/FunctionServiceControl.vue +125 -14
  30. package/src/components/product/GongJianPush/ApplyPushDispose.vue +182 -0
  31. package/src/components/product/GongJianPush/ApplyPushList.vue +192 -0
  32. package/src/components/product/GongJianPush/ApplyPushManage.vue +83 -0
  33. package/src/components/product/Ignition/IgnitionListManage.vue +1 -1
  34. package/src/components/product/Ignition/IgnitionRecord.vue +22 -0
  35. package/src/components/product/List/OldShowDevices.vue +271 -0
  36. package/src/components/product/List/ShowAllActivity.vue +104 -19
  37. package/src/components/product/List/ShowDevices.vue +1 -1
  38. package/src/components/product/Process/ExplorationSelect.vue +41 -35
  39. package/src/components/product/Process/NewExplorationSelect.vue +31 -31
  40. package/src/components/product/Process/Processes/InstallationDetails.vue +34 -1
  41. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -0
  42. package/src/components/product/Process/Processes/devicesManagement.vue +23 -4
  43. package/src/components/product/Process/Processes/newDevicesManagement.vue +10 -1
  44. package/src/components/product/Process/Service/ServiceControl.vue +42 -3
  45. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +1 -3
  46. package/src/components/product/Supervisory/SupervisoryControl.vue +2 -0
  47. package/src/components/product/Supervisory/SupervisoryList.vue +19 -1
  48. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +0 -2
  49. package/src/components/product/VueUtils/ApplyUpload.vue +3 -2
  50. package/src/components/product/records/AdjustmentRecordList.vue +162 -0
  51. package/yarn-error.log +9968 -0
@@ -0,0 +1,166 @@
1
+ <template>
2
+ <div class="p-10">
3
+ <div partial class="auto">
4
+ <div class="row form-group app-input">
5
+ <label class="">客户名称:</label>
6
+ <div class="col-xs-8" >
7
+ <input class="" v-model=selectdata.f_user_name />
8
+ </div>
9
+ </div>
10
+ <div class="row form-group app-input" >
11
+ <label class="">联系电话:</label>
12
+ <div class="col-xs-8" >
13
+ <input class="" v-model=selectdata.f_phone />
14
+ </div>
15
+ </div>
16
+ <div class="row form-group app-input" >
17
+ <label class="">证件类型:</label>
18
+ <div class="col-xs-8" >
19
+ <input class="" v-model=selectdata.f_credentials />
20
+ </div>
21
+ </div>
22
+ <div class="row form-group app-input" >
23
+ <label class="">证件号码:</label>
24
+ <div class="col-xs-8" >
25
+ <input class="" v-model=selectdata.f_idnumber />
26
+ </div>
27
+ </div>
28
+ <div class="row form-group app-input" >
29
+ <label class="">工程编号:</label>
30
+ <div class="col-xs-8" >
31
+ <input class="" v-model=selectdata.f_apply_num />
32
+ </div>
33
+ </div>
34
+ <div class="row form-group app-input" >
35
+ <label class="">用户地址:</label>
36
+ <div class="col-xs-8" >
37
+ <input class="" v-model=selectdata.f_address />
38
+ </div>
39
+ </div>
40
+ <div class="row form-group app-input" >
41
+ <label class="">报建类型:</label>
42
+ <div class="col-xs-8" >
43
+ <input class="" v-model=selectdata.f_apply_type />
44
+ </div>
45
+ </div>
46
+ <div class="row form-group app-input" >
47
+ <label class="">报建性质:</label>
48
+ <div class="col-xs-8" >
49
+ <input class="" v-model=selectdata.f_apply_nature />
50
+ </div>
51
+ </div>
52
+ <div class="row form-group app-input" >
53
+ <label class="">客户类型:</label>
54
+ <div class="col-xs-8" >
55
+ <input class="" v-model=selectdata.f_user_type />
56
+ </div>
57
+ </div>
58
+ </div>
59
+
60
+ <div class="col-sm-12 col-xs-12">
61
+ <accordion one-at-a-time="true">
62
+ <panel header='附件' :is-open="false" type="primary">
63
+ <app-upload :blodid="selectdata.f_process_id"
64
+ :isupload="true"
65
+ :isdelete="true"
66
+ :isusetype="true"
67
+ :isremark="true"
68
+ :takeimg="true"
69
+ :issearch="true"
70
+ :defname="selectdata.defname">
71
+ </app-upload>
72
+ </panel>
73
+ </accordion>
74
+ </div>
75
+ </div>
76
+
77
+ </template>
78
+ <script>
79
+ import {getNowDate, isEmpty} from '../../../Util'
80
+ // Date格式化
81
+ Date.prototype.Format = function (fmt) {
82
+ var o = {
83
+ 'M+': this.getMonth() + 1, // 月份
84
+ 'd+': this.getDate(), // 日
85
+ 'H+': this.getHours(), // 小时
86
+ 'm+': this.getMinutes(), // 分
87
+ 's+': this.getSeconds(), // 秒
88
+ 'q+': Math.floor((this.getMonth() + 3) / 3), // 季度
89
+ 'S': this.getMilliseconds() // 毫秒
90
+ }
91
+ if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + '').substr(4 - RegExp.$1.length))
92
+ for (var k in o) {
93
+ if (new RegExp('(' + k + ')').test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length === 1) ? (o[k]) : (('00' + o[k]).substr(('' + o[k]).length)))
94
+ }
95
+ return fmt
96
+ }
97
+
98
+ export default {
99
+ title: '完工',
100
+ props: ['selectdata', 'title'],
101
+ data () {
102
+ return {
103
+ }
104
+ },
105
+ ready () {
106
+ console.log(this.selectdata)
107
+ },
108
+ methods: {
109
+ },
110
+ events: {},
111
+ computed: {},
112
+ watch: {}
113
+ }
114
+ </script>
115
+ <style scoped>
116
+ .panel-self{
117
+ border-radius: 10px;
118
+ border:1px solid #499EDF;
119
+ background-color: #F8F8F8;
120
+ }
121
+ .font{
122
+ font: 15px PingFang-SC-Medium;
123
+ color: #666666;
124
+ }
125
+
126
+ .button_shrink_top {
127
+ width: 34px;
128
+ height: 34px;
129
+ border: solid 1px #6aa6e2;
130
+ background-size: 100%;
131
+ background-image: url("../../../../../static/newStyle/stretch_top.png")
132
+ }
133
+
134
+ .button_shrink_bottom {
135
+ width: 34px;
136
+ height: 34px;
137
+ border: solid 1px #6aa6e2;
138
+ background-size: 100%;
139
+ background-image: url("../../../../../static/newStyle/stretch_bottom.png")
140
+ }
141
+ </style>
142
+ <style lang="less">
143
+ .app-input {
144
+ label {
145
+ float: left;
146
+ }
147
+ .select {
148
+ button {
149
+ border: none;
150
+ outline: none;
151
+ text-align: left;
152
+ .btn-placeholder {
153
+ color: #ACA899
154
+ }
155
+ }
156
+ }
157
+ .datepicker {
158
+ .form-control:focus {
159
+ border: none!important;
160
+ outline: none!important;
161
+ -webkit-box-shadow: none;
162
+ box-shadow: none;
163
+ }
164
+ }
165
+ }
166
+ </style>
@@ -233,6 +233,18 @@
233
233
  close-on-select
234
234
  ></v-select>
235
235
  </div>
236
+ <div class="form-group col-sm-3">
237
+ <label class="font_normal_body"><strong>地&ensp;址&ensp;:</strong></label>
238
+ <input
239
+ type="text"
240
+ class="input_search"
241
+ style="width: 60%"
242
+ placeholder="地址"
243
+ v-model="model.f_address"
244
+ v-on:keyup.enter="$parent.$parent.search()"
245
+ condition="a.f_address like '%{}%'"
246
+ />
247
+ </div>
236
248
  </div>
237
249
  </div>
238
250
  </criteria>
@@ -248,6 +260,7 @@
248
260
  <th style="white-space: nowrap">序号</th>
249
261
  <th style="white-space: nowrap">报建编号</th>
250
262
  <th style="white-space: nowrap">用户名称</th>
263
+ <th style="white-space: nowrap">用户地址</th>
251
264
  <th style="white-space: nowrap">电话</th>
252
265
  <th style="white-space: nowrap">合同编号</th>
253
266
  <th style="white-space: nowrap">报建类型</th>
@@ -301,6 +314,11 @@
301
314
  ><font>{{ row.f_user_name }}</font></nobr
302
315
  >
303
316
  </td>
317
+ <td style="text-align: center">
318
+ <nobr
319
+ ><font>{{ row.f_address}}</font></nobr
320
+ >
321
+ </td>
304
322
  <td style="text-align: center">
305
323
  <nobr
306
324
  ><font>{{ row.f_phone }}</font></nobr
@@ -0,0 +1,272 @@
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:cp>
5
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
6
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-3">
9
+ <label class="font_normal_body"><strong>工程编号:</strong></label>
10
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
11
+ v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_apply_num like '%{}%'" placeholder='工程编号'>
12
+ </div>
13
+ <div class="form-group col-sm-3">
14
+ <label class="font_normal_body"><strong>用户编号:</strong></label>
15
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_userinfo_id"
16
+ v-on:keyup.enter="$parent.$parent.search()" condition="tu.f_userinfo_id ='{}'" placeholder='用户编号'>
17
+ </div>
18
+ <div class="form-group col-sm-3">
19
+ <label class="font_normal_body"><strong>工程名称:</strong></label>
20
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
21
+ v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_user_name like '%{}%'" placeholder='工程名称'>
22
+ </div>
23
+ <div class="form-group col-sm-3 button-range">
24
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
25
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
26
+ <export-excel :data="$parent.$parent.getCondition"
27
+ :field="$parent.$parent.getfield"
28
+ sqlurl="rs/logic/applyExportfile"
29
+ sql-name="getGaiXianViewList"
30
+ template-name='改线记录信息导出'
31
+ :choose-col="true"></export-excel>
32
+ <div
33
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
34
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
35
+ class="button_spacing"
36
+ style="float: right">
37
+ </div>
38
+ </div>
39
+ </div>
40
+ <div class="row" v-show="$parent.$parent.criteriaShow">
41
+ <div class="form-group col-sm-3">
42
+ <label class="font_normal_body"><strong>用户名称:</strong></label>
43
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_contact"
44
+ v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_contact like '%{}%'" placeholder='用户名称'>
45
+ </div>
46
+ <div class="form-group col-sm-3">
47
+ <label class="font_normal_body"><strong>电&emsp;&emsp;话:</strong></label>
48
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_phone"
49
+ v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_phone like '%{}%'" placeholder='电话'>
50
+ </div>
51
+ <div class="form-group col-sm-3">
52
+ <label class="font_normal_body"><strong>详细地址:</strong></label>
53
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_address"
54
+ v-on:keyup.enter="$parent.$parent.search()" condition="ap.f_address like '%{}%'" placeholder='详细地址'>
55
+ </div>
56
+ <div class="form-group col-sm-3">
57
+ <label for="startDate" class="font_normal_body"><strong>缴费时间:</strong></label>
58
+ <datepicker id="startDate" placeholder="缴费时间"
59
+ style="width: 60%!important;"
60
+ v-model="model.startDate"
61
+ :value.sync="model.startDate"
62
+ :format="'yyyy-MM-dd 00:00:00'"
63
+ :show-reset-button="true"
64
+ condition="cr.f_charge_date >= '{}'">
65
+ </datepicker>
66
+ </div>
67
+ <div class="form-group col-sm-3">
68
+ <label for="endDate" class="font_normal_body"><strong>缴费时间:</strong></label>
69
+ <datepicker id="endDate" placeholder="缴费时间"
70
+ style="width: 60%!important;"
71
+ v-model="model.endDate"
72
+ :value.sync="model.endDate"
73
+ :format="'yyyy-MM-dd 23:59:59'"
74
+ :show-reset-button="true"
75
+ condition="cr.f_charge_date <= '{}'">
76
+ </datepicker>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </criteria>
81
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
82
+ <template partial='head'>
83
+ <tr>
84
+ <th style="white-space: nowrap;">序号</th>
85
+ <th style="white-space: nowrap;">报建编号</th>
86
+ <th style="white-space: nowrap;">核算费用</th>
87
+ <th style="white-space: nowrap;">报建申请时间</th>
88
+ <th style="white-space: nowrap;">联系人</th>
89
+ <th style="white-space: nowrap;">工程名称</th>
90
+ <th style="white-space: nowrap;">联系电话</th>
91
+ <th style="white-space: nowrap;">缴费时间</th>
92
+ <th style="white-space: nowrap;">改线类型</th>
93
+ <th style="white-space: nowrap;">用户编号</th>
94
+ <th style="white-space: nowrap;">用气性质</th>
95
+ <th style="white-space: nowrap;">详细地址</th>
96
+ <th style="white-space: nowrap;">用户分类</th>
97
+ <th style="white-space: nowrap;">整改费用(小写)</th>
98
+ <th style="white-space: nowrap;">整改费用(大写)</th>
99
+ <th style="white-space: nowrap;">改线原因</th>
100
+ <th style="white-space: nowrap;">整改方案</th>
101
+ <th style="white-space: nowrap;">安装单位</th>
102
+ <th style="white-space: nowrap;">高空作业</th>
103
+ <th style="white-space: nowrap;">土建单位</th>
104
+ <th style="white-space: nowrap;">检测单位</th>
105
+ </tr>
106
+ </template>
107
+ <template partial='body'>
108
+ <tr >
109
+ <td style="text-align: center;">
110
+ <nobr><font>{{$index+1}}</font></nobr>
111
+ </td>
112
+ <td style="text-align: center;">
113
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
114
+ </td>
115
+ <td style="text-align: center;">
116
+ <nobr><font>{{row.person}}</font></nobr>
117
+ </td>
118
+ <td style="text-align: center;">
119
+ <nobr><font>{{row.f_apply_date}}</font></nobr>
120
+ </td>
121
+ <td style="text-align: center;">
122
+ <nobr><font>{{row.f_contact}}</font></nobr>
123
+ </td>
124
+ <td style="text-align: center;">
125
+ <nobr><font>{{row.f_user_name}}</font></nobr>
126
+ </td>
127
+ <td style="text-align: center;">
128
+ <nobr><font>{{row.f_phone}}</font></nobr>
129
+ </td>
130
+ <td style="text-align: center;">
131
+ <nobr><font>{{row.f_charge_date}}</font></nobr>
132
+ </td>
133
+ <td style="text-align: center;">
134
+ <nobr><font>{{row.f_gaixian_number}}</font></nobr>
135
+ </td>
136
+ <td style="text-align: center;">
137
+ <nobr><font>{{row.f_userinfo_id}}</font></nobr>
138
+ </td>
139
+ <td style="text-align: center;">
140
+ <nobr><font>{{row.f_gasproperties}}</font></nobr>
141
+ </td>
142
+ <td style="text-align: center;">
143
+ <nobr><font>{{row.f_address}}</font></nobr>
144
+ </td>
145
+ <td style="text-align: center;">
146
+ <nobr><font>{{row.f_user_classification}}</font></nobr>
147
+ </td>
148
+ <td style="text-align: center;">
149
+ <nobr><font>{{row.f_due_money}}</font></nobr>
150
+ </td>
151
+ <td style="text-align: center;">
152
+ <nobr><font>{{row.f_capitalized_amount?row.f_capitalized_amount:$parent.$parent.$parent.smalltoBIG(row.f_due_money)}}</font></nobr>
153
+ </td>
154
+
155
+ <td style="text-align: center;">
156
+ <nobr><font>{{row.f_cause}}</font></nobr>
157
+ </td>
158
+ <td style="text-align: center;">
159
+ <nobr><font>{{row.f_modify_plan}}</font></nobr>
160
+ </td>
161
+ <td style="text-align: center;">
162
+ <nobr><font>{{row.f_construction_name}}</font></nobr>
163
+ </td>
164
+ <td style="text-align: center;">
165
+ <nobr><font>{{row.f_high_work}}</font></nobr>
166
+ </td>
167
+ <td style="text-align: center;">
168
+ <nobr><font>{{row.f_engineering_operator}}</font></nobr>
169
+ </td>
170
+ <td style="text-align: center;">
171
+ <nobr><font>{{row.f_check_operator}}</font></nobr>
172
+ </td>
173
+ </tr>
174
+ </template>
175
+ </data-grid>
176
+ </criteria-paged>
177
+ </div>
178
+ </div>
179
+ </template>
180
+
181
+ <script>
182
+ import {PagedList} from 'vue-client'
183
+ import {HttpResetClass} from 'vue-client'
184
+ import {isEmpty} from '../../Util'
185
+ import Vue from "vue";
186
+ export default {
187
+ title: '改线业务查看',
188
+ data () {
189
+ return {
190
+ model: new PagedList('rs/sql/getGaiXianViewList', 30, {
191
+ }),
192
+ criteriaShow: false,
193
+ showStatus: true,
194
+ getfield: {
195
+ 'f_apply_num': '报建编号',
196
+ 'f_apply_date': '报建申请时间',
197
+ 'person': '核算费用',
198
+ 'f_user_name': '工程名称',
199
+ 'f_contact': '用户名称',
200
+ 'f_phone': '电话',
201
+ 'f_charge_date': '收费日期',
202
+ 'f_gaixian_number': '改线类型',
203
+ 'f_userinfo_id': '用户编号',
204
+ 'f_gasproperties': '用气性质',
205
+ 'f_address': '详细地址',
206
+ 'f_user_classification': '用户分类',
207
+ 'f_due_money': '整改费用',
208
+ 'f_cause': '改线原因',
209
+ 'f_modify_plan': '整改方案',
210
+ 'f_construction_name': '安装单位',
211
+ 'f_high_work': '高空作业',
212
+ 'f_engineering_operator': '土建单位',
213
+ 'f_check_operator': '检测单位'
214
+ }
215
+ }
216
+ },
217
+ ready () {
218
+ // 调用查询
219
+ this.search()
220
+ },
221
+ methods: {
222
+ clear () {
223
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
224
+ this.$refs.cp.$refs.cri.model[key] = []
225
+ })
226
+ },
227
+ searchCondition (args) {
228
+ this.model.search(args.condition, args.model)
229
+ },
230
+ // 查询
231
+ search () {
232
+ this.$refs.cp.$refs.cri.search()
233
+ },
234
+ // 金额转大写
235
+ smalltoBIG(n) {
236
+ let fraction = ['角', '分'];
237
+ let digit = ['零', '壹', '贰', '叁', '肆', '伍', '陆', '柒', '捌', '玖'];
238
+ let unit = [['元', '万', '亿'], ['', '拾', '佰', '仟']];
239
+ let head = n < 0 ? '欠' : '';
240
+ n = Math.abs(n);
241
+
242
+ let s = '';
243
+
244
+ for (var i = 0; i < fraction.length; i++) {
245
+ s += (digit[Math.floor(n * 10 * Math.pow(10, i)) % 10] + fraction[i]).replace(/零./, '');
246
+ }
247
+ s = s || '整';
248
+ n = Math.floor(n);
249
+
250
+ for (var i = 0; i < unit[0].length && n > 0; i++) {
251
+ let p = '';
252
+ for (var j = 0; j < unit[1].length && n > 0; j++) {
253
+ p = digit[n % 10] + unit[1][j] + p;
254
+ n = Math.floor(n / 10);
255
+ }
256
+ s = p.replace(/(零.)*零$/, '').replace(/^$/, '零') + unit[0][i] + s;
257
+ }
258
+ return head + s.replace(/(零.)*零元/, '元').replace(/(零.)+/g, '零').replace(/^整$/, '零元整')
259
+ },
260
+ },
261
+ computed: {
262
+ getCondition () {
263
+ return {
264
+ condition: this.$refs.cp.$refs.cri.condition
265
+ }
266
+ }
267
+ }
268
+ }
269
+ </script>
270
+
271
+ <style scoped>
272
+ </style>
@@ -15,7 +15,7 @@
15
15
  type="button"
16
16
  class="btn btn-info head-but"
17
17
  @click="$parent.$parent.showGuanXianModal()"
18
- :disabled="$parent.$parent.mark===1"
18
+
19
19
  >新增线路</button>
20
20
  </th>
21
21
  </tr>
@@ -276,37 +276,37 @@ export default {
276
276
  }
277
277
  },
278
278
  watch: {
279
- 'model.rows': {
280
- handler: function () {
281
- let isover = [] // 过期(超时)数据
282
- let isbeforeover = [] // 未过期 提前提醒
283
- for (let i = 0; i < this.model.rows.length; i++) {
284
- let item = this.model.rows[i]
285
- if (item.isover === '过期') {
286
- isover.push(i + 1)
287
- }
288
- if (item.isbeforeover === '预期提醒') {
289
- isbeforeover.push(i + 1)
290
- }
291
- }
292
- let msg = null
293
- if (isover.length > 0) {
294
- msg = `第${isover.toString()}条数据已过期`
295
- this.$showAlert(msg, 'warning', 3000)
296
- }
297
-
298
- if (isbeforeover.length > 0) {
299
- msg = `第${isbeforeover.toString()}条数据即将过期`
300
- if (isover.length > 0) {
301
- setTimeout(() => {
302
- this.$showAlert(msg, 'warning', 3000)
303
- }, 4000)
304
- } else {
305
- this.$showAlert(msg, 'warning', 3000)
306
- }
307
- }
308
- }
309
- }
279
+ // 'model.rows': {
280
+ // handler: function () {
281
+ // let isover = [] // 过期(超时)数据
282
+ // let isbeforeover = [] // 未过期 提前提醒
283
+ // for (let i = 0; i < this.model.rows.length; i++) {
284
+ // let item = this.model.rows[i]
285
+ // if (item.isover === '过期') {
286
+ // isover.push(i + 1)
287
+ // }
288
+ // if (item.isbeforeover === '预期提醒') {
289
+ // isbeforeover.push(i + 1)
290
+ // }
291
+ // }
292
+ // let msg = null
293
+ // if (isover.length > 0) {
294
+ // msg = `第${isover.toString()}条数据已过期`
295
+ // this.$showAlert(msg, 'warning', 3000)
296
+ // }
297
+ //
298
+ // if (isbeforeover.length > 0) {
299
+ // msg = `第${isbeforeover.toString()}条数据即将过期`
300
+ // if (isover.length > 0) {
301
+ // setTimeout(() => {
302
+ // this.$showAlert(msg, 'warning', 3000)
303
+ // }, 4000)
304
+ // } else {
305
+ // this.$showAlert(msg, 'warning', 3000)
306
+ // }
307
+ // }
308
+ // }
309
+ // }
310
310
  },
311
311
  events: {
312
312
  }
@@ -32,13 +32,13 @@ export default {
32
32
  let data = {
33
33
  processid: this.selectdata.f_process_id
34
34
  }
35
-
36
- let res = await this.$resetpost(
35
+ let http = new HttpResetClass()
36
+ let res = await http.load(
37
+ 'POST',
37
38
  'rs/sql/getAllNode',
38
39
  {data: data},
39
- {resolveMsg: null, rejectMsg: '流程节点信息获取失败!!!'}
40
+ {resolveMsg: null, rejectMsg: '流程标识获取失败!!!'}
40
41
  )
41
-
42
42
  this.defnames = res.data
43
43
  },
44
44
  //点击获取节点名
@@ -173,8 +173,8 @@ export default {
173
173
  },
174
174
  ready () {
175
175
  this.$nextTick(() => {
176
- this.initSearchMain()
177
- this.searchLocationFj()
176
+ // this.initSearchMain()
177
+ //this.searchLocationFj()
178
178
  })
179
179
  },
180
180
  watch: {