apply-clients 7.1.36-yuchuan-41 → 7.1.36-yuchuan-42
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.
- package/android.html +27 -27
- package/build/dev-server.js +172 -192
- package/package.json +119 -119
- package/src/apply.js +163 -163
- package/src/applyAndroid.js +98 -98
- package/src/components/android/AppSign.vue +232 -232
- package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
- package/src/components/android/Process/AppExplorationUser.vue +454 -454
- package/src/components/android/Process/AppServiceControl.vue +1434 -1434
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1018 -1018
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealManage.vue +278 -278
- package/src/components/android/Sign/AppSignTask.vue +183 -183
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
- package/src/components/android/Task/Build/BuildTsak.vue +117 -117
- package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
- package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
- package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
- package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
- package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
- package/src/components/android/newPackage/customerServiceManager.vue +218 -218
- package/src/components/android/newPackage/projectPrice.vue +218 -218
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
- package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
- package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
- package/src/components/product/Function/InstallFunction.vue +132 -132
- package/src/components/product/Function/InstallInfoSelect.vue +374 -374
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +12 -10
- package/src/components/product/GongJianPush/ApplyPushManage.vue +91 -91
- package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
- package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
- package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
- package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
- package/src/components/product/List/OldShowDevices.vue +271 -271
- package/src/components/product/List/ShowAllActivity.vue +541 -541
- package/src/components/product/List/ShowDevices.vue +279 -279
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
- package/src/components/product/Process/ExplorationSelect.vue +593 -593
- package/src/components/product/Process/ExplorationUser.vue +154 -154
- package/src/components/product/Process/New1ExplorationUser.vue +196 -196
- package/src/components/product/Process/NewExplorationSelect.vue +587 -587
- package/src/components/product/Process/NewExplorationUser.vue +216 -216
- package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
- package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +703 -703
- package/src/components/product/Process/Processes/selectApply.vue +250 -250
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
- package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
- package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
- package/src/components/product/Process/Service/ServiceControl.vue +2216 -2216
- package/src/components/product/ServiceView.vue +644 -644
- package/src/components/product/Stop/StopApplyList.vue +224 -224
- package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
- package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
- package/src/components/product/Supervisory/SupervisoryList.vue +580 -580
- package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
- package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
- package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
- package/src/main.js +27 -27
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
></v-select>
|
|
43
43
|
</div>
|
|
44
44
|
<div class="col-sm-6" :class="[!model.f_idnumber ? 'has-error' : '']">
|
|
45
|
-
<label class="font_normal_body"
|
|
45
|
+
<label class="font_normal_body">证件号码</label>
|
|
46
46
|
<input type="text" v-model="model.f_idnumber" style="width: 60%" class="input_search">
|
|
47
47
|
</div>
|
|
48
48
|
</div>
|
|
@@ -126,19 +126,21 @@
|
|
|
126
126
|
<input type="text" v-model="model.f_address_phone" style="width: 60%" class="input_search">
|
|
127
127
|
</div>
|
|
128
128
|
</div>
|
|
129
|
-
|
|
130
129
|
<div class="row">
|
|
131
130
|
<div class="col-sm-6" :class="[!model.f_note ? 'has-error' : '']">
|
|
132
131
|
<label class="font_normal_body">备注</label>
|
|
133
132
|
<input type="text" v-model="model.f_note" style="width: 60%" class="input_search">
|
|
134
133
|
</div>
|
|
135
|
-
</div>
|
|
136
|
-
|
|
137
|
-
<div class="row">
|
|
138
134
|
<div class="col-sm-6" :class="[!model.f_project_name ? 'has-error' : '']">
|
|
139
135
|
<label class="font_normal_body">项目名称</label>
|
|
140
136
|
<input type="text" v-model="model.f_project_name" style="width: 60%" class="input_search">
|
|
141
137
|
</div>
|
|
138
|
+
</div>
|
|
139
|
+
<div class="row">
|
|
140
|
+
<div class="col-sm-6" :class="[!model.f_apply_code ? 'has-error' : '']">
|
|
141
|
+
<label class="font_normal_body">项目编号</label>
|
|
142
|
+
<input type="text" v-model="model.f_apply_code" style="width: 60%" class="input_search">
|
|
143
|
+
</div>
|
|
142
144
|
<div class="col-sm-6" :class="[!model.f_project_address ? 'has-error' : '']">
|
|
143
145
|
<label class="font_normal_body">项目地址</label>
|
|
144
146
|
<input type="text" v-model="model.f_project_address" style="width: 60%" class="input_search">
|
|
@@ -234,7 +236,7 @@
|
|
|
234
236
|
export default {
|
|
235
237
|
title: '报警处置',
|
|
236
238
|
|
|
237
|
-
data
|
|
239
|
+
data() {
|
|
238
240
|
return {
|
|
239
241
|
// [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')?this.$appdata.getParam('报建类型'):[]],
|
|
240
242
|
landMethods: [...this.$appdata.getParam('土地获取方式') ? this.$appdata.getParam('土地获取方式') : []],
|
|
@@ -253,7 +255,7 @@ export default {
|
|
|
253
255
|
}
|
|
254
256
|
},
|
|
255
257
|
methods: {
|
|
256
|
-
isFormComplete
|
|
258
|
+
isFormComplete() {
|
|
257
259
|
const model = this.model
|
|
258
260
|
return (
|
|
259
261
|
model.f_user_name && model.f_user_type && model.f_contact && model.f_phone && model.f_credentials &&
|
|
@@ -264,13 +266,13 @@ export default {
|
|
|
264
266
|
model.f_national_standard_industry && model.f_open_date && model.f_success_date && model.f_construction_content
|
|
265
267
|
)
|
|
266
268
|
},
|
|
267
|
-
cancel
|
|
269
|
+
cancel() {
|
|
268
270
|
this.$dispatch('close')
|
|
269
271
|
},
|
|
270
|
-
addressValid
|
|
272
|
+
addressValid(val) {
|
|
271
273
|
console.log(val)
|
|
272
274
|
},
|
|
273
|
-
save
|
|
275
|
+
save(status) {
|
|
274
276
|
this.model.f_state = status
|
|
275
277
|
this.$resetpost('/third/rs/logic/gjPushData', {data: this.model}).then((res) => {
|
|
276
278
|
console.log('this.model', this.model)
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="unit" class="flex-row" :class="{'binary':showItem}">
|
|
3
|
-
<div :class="{'basic-main':!showItem,'binary-left':showItem}">
|
|
4
|
-
<gongjian-apply-list @select-changed="idsearch" :styles="showItem?'col-sm-3':'col-sm-2'" v-if="stepControl"
|
|
5
|
-
v-ref:jgDeviceAlarmlist @add="add"></gongjian-apply-list>
|
|
6
|
-
</div>
|
|
7
|
-
<div class="binary-right" v-show="showItem">
|
|
8
|
-
<gongjian-apply-dispose :recordlist="recordlist" :model="model" :oldmodel="oldmodel"
|
|
9
|
-
:f_distribution_state="f_distribution_state" :row="row" :
|
|
10
|
-
:warehousename="warehousename"
|
|
11
|
-
></gongjian-apply-dispose>
|
|
12
|
-
</div>
|
|
13
|
-
</div>
|
|
14
|
-
</template>
|
|
15
|
-
|
|
16
|
-
<script>
|
|
17
|
-
export default {
|
|
18
|
-
title: '政府报建',
|
|
19
|
-
components: {},
|
|
20
|
-
data() {
|
|
21
|
-
return {
|
|
22
|
-
f_alarmId: '',
|
|
23
|
-
row: {},
|
|
24
|
-
model: {},
|
|
25
|
-
oldmodel: {},
|
|
26
|
-
showItem: false,
|
|
27
|
-
stepControl: true,
|
|
28
|
-
|
|
29
|
-
// 分公司id串
|
|
30
|
-
width: '100%',
|
|
31
|
-
f_filialeids: "榆林."+this.$login.f.orgs,
|
|
32
|
-
areaShow: false,
|
|
33
|
-
areatype: '小区',
|
|
34
|
-
arearow: {},
|
|
35
|
-
style: 'col-sm-2'
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
methods: {
|
|
39
|
-
selected(obj) {
|
|
40
|
-
this.style = 'col-sm-3 '
|
|
41
|
-
if (obj.val && obj.val.id) {
|
|
42
|
-
console.log('对比分公司', obj.val.f_filialeid, this.f_filialeids)
|
|
43
|
-
if (obj.val.f_filialeid !== this.f_filialeids) {
|
|
44
|
-
this.refresh()
|
|
45
|
-
return
|
|
46
|
-
}
|
|
47
|
-
this.areaShow = true
|
|
48
|
-
this.$refs.addareamsg.cleardara()
|
|
49
|
-
this.$refs.addareamsg.operation = 'modify'
|
|
50
|
-
this.$refs.addareamsg.areatype = '小区'
|
|
51
|
-
this.$refs.addareamsg.areamodel = Object.assign({}, obj.val)
|
|
52
|
-
if (obj.val.f_slice_area && obj.val.f_area_code) {
|
|
53
|
-
this.$refs.addareamsg.areamodel.slice_area = [{
|
|
54
|
-
name: this.$refs.addareamsg.areamodel.f_slice_area,
|
|
55
|
-
code: this.$refs.addareamsg.areamodel.f_area_code
|
|
56
|
-
}]
|
|
57
|
-
}
|
|
58
|
-
this.$refs.addareamsg.initdata(obj.val)
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
add (a) {
|
|
62
|
-
console.log('新增')
|
|
63
|
-
this.showItem = true
|
|
64
|
-
this.model = {}
|
|
65
|
-
this.oldmodel = {}
|
|
66
|
-
},
|
|
67
|
-
refresh() {
|
|
68
|
-
this.areaShow = false
|
|
69
|
-
this.showItem = false
|
|
70
|
-
this.$refs.arealist.$refs.paged.$refs.cri.search()
|
|
71
|
-
},
|
|
72
|
-
idsearch(row) {
|
|
73
|
-
this.showItem = true
|
|
74
|
-
this.model = JSON.parse(JSON.stringify(row.val))
|
|
75
|
-
this.oldmodel = JSON.parse(JSON.stringify(row.val))
|
|
76
|
-
},
|
|
77
|
-
getAlarmData () {
|
|
78
|
-
let data = {}
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
events: {
|
|
82
|
-
'close'() {
|
|
83
|
-
this.showItem = false
|
|
84
|
-
this.$refs.stocklist.search()
|
|
85
|
-
console.log('this.$refs', this.$refs)
|
|
86
|
-
console.log('showitem', this.showItem)
|
|
87
|
-
},
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
</script>
|
|
91
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div id="unit" class="flex-row" :class="{'binary':showItem}">
|
|
3
|
+
<div :class="{'basic-main':!showItem,'binary-left':showItem}">
|
|
4
|
+
<gongjian-apply-list @select-changed="idsearch" :styles="showItem?'col-sm-3':'col-sm-2'" v-if="stepControl"
|
|
5
|
+
v-ref:jgDeviceAlarmlist @add="add"></gongjian-apply-list>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="binary-right" v-show="showItem">
|
|
8
|
+
<gongjian-apply-dispose :recordlist="recordlist" :model="model" :oldmodel="oldmodel"
|
|
9
|
+
:f_distribution_state="f_distribution_state" :row="row" :rowsdata="rowsdata1"
|
|
10
|
+
:warehousename="warehousename"
|
|
11
|
+
></gongjian-apply-dispose>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script>
|
|
17
|
+
export default {
|
|
18
|
+
title: '政府报建',
|
|
19
|
+
components: {},
|
|
20
|
+
data() {
|
|
21
|
+
return {
|
|
22
|
+
f_alarmId: '',
|
|
23
|
+
row: {},
|
|
24
|
+
model: {},
|
|
25
|
+
oldmodel: {},
|
|
26
|
+
showItem: false,
|
|
27
|
+
stepControl: true,
|
|
28
|
+
|
|
29
|
+
// 分公司id串
|
|
30
|
+
width: '100%',
|
|
31
|
+
f_filialeids: "榆林."+this.$login.f.orgs,
|
|
32
|
+
areaShow: false,
|
|
33
|
+
areatype: '小区',
|
|
34
|
+
arearow: {},
|
|
35
|
+
style: 'col-sm-2'
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
methods: {
|
|
39
|
+
selected(obj) {
|
|
40
|
+
this.style = 'col-sm-3 '
|
|
41
|
+
if (obj.val && obj.val.id) {
|
|
42
|
+
console.log('对比分公司', obj.val.f_filialeid, this.f_filialeids)
|
|
43
|
+
if (obj.val.f_filialeid !== this.f_filialeids) {
|
|
44
|
+
this.refresh()
|
|
45
|
+
return
|
|
46
|
+
}
|
|
47
|
+
this.areaShow = true
|
|
48
|
+
this.$refs.addareamsg.cleardara()
|
|
49
|
+
this.$refs.addareamsg.operation = 'modify'
|
|
50
|
+
this.$refs.addareamsg.areatype = '小区'
|
|
51
|
+
this.$refs.addareamsg.areamodel = Object.assign({}, obj.val)
|
|
52
|
+
if (obj.val.f_slice_area && obj.val.f_area_code) {
|
|
53
|
+
this.$refs.addareamsg.areamodel.slice_area = [{
|
|
54
|
+
name: this.$refs.addareamsg.areamodel.f_slice_area,
|
|
55
|
+
code: this.$refs.addareamsg.areamodel.f_area_code
|
|
56
|
+
}]
|
|
57
|
+
}
|
|
58
|
+
this.$refs.addareamsg.initdata(obj.val)
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
add (a) {
|
|
62
|
+
console.log('新增')
|
|
63
|
+
this.showItem = true
|
|
64
|
+
this.model = {}
|
|
65
|
+
this.oldmodel = {}
|
|
66
|
+
},
|
|
67
|
+
refresh() {
|
|
68
|
+
this.areaShow = false
|
|
69
|
+
this.showItem = false
|
|
70
|
+
this.$refs.arealist.$refs.paged.$refs.cri.search()
|
|
71
|
+
},
|
|
72
|
+
idsearch(row) {
|
|
73
|
+
this.showItem = true
|
|
74
|
+
this.model = JSON.parse(JSON.stringify(row.val))
|
|
75
|
+
this.oldmodel = JSON.parse(JSON.stringify(row.val))
|
|
76
|
+
},
|
|
77
|
+
getAlarmData () {
|
|
78
|
+
let data = {}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
events: {
|
|
82
|
+
'close'() {
|
|
83
|
+
this.showItem = false
|
|
84
|
+
this.$refs.stocklist.search()
|
|
85
|
+
console.log('this.$refs', this.$refs)
|
|
86
|
+
console.log('showitem', this.showItem)
|
|
87
|
+
},
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
</script>
|
|
91
|
+
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex-row">
|
|
3
|
-
<div class="basic-main">
|
|
4
|
-
<div :class="showData ? 'top' : 'auto'" v-if="!showtotal">
|
|
5
|
-
<ignition-list v-ref:query :show-data="showData"></ignition-list>
|
|
6
|
-
</div>
|
|
7
|
-
<div v-if="showtotal">
|
|
8
|
-
<div class="top">
|
|
9
|
-
<ignition-list-manage :show-data="selectdata" :node-snapshot="true"></ignition-list-manage>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
</div>
|
|
13
|
-
</div>
|
|
14
|
-
|
|
15
|
-
</template>
|
|
16
|
-
<script>
|
|
17
|
-
import Vue from 'vue'
|
|
18
|
-
import {HttpResetClass} from 'vue-client'
|
|
19
|
-
export default {
|
|
20
|
-
title: '点火派单列表',
|
|
21
|
-
data () {
|
|
22
|
-
return {
|
|
23
|
-
showtotal: false, // 控制详细信息显示
|
|
24
|
-
showData: true,
|
|
25
|
-
selectdata: {},
|
|
26
|
-
xmlname: '' // 配置文件名称
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
created () {
|
|
30
|
-
},
|
|
31
|
-
methods: {
|
|
32
|
-
// 获取页面配置json文件
|
|
33
|
-
async loadName () {
|
|
34
|
-
let http = new HttpResetClass()
|
|
35
|
-
let data = {
|
|
36
|
-
workname: this.selectdata.processname
|
|
37
|
-
}
|
|
38
|
-
let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
|
|
39
|
-
data
|
|
40
|
-
}, {resolveMsg: null, rejectMsg: null})
|
|
41
|
-
|
|
42
|
-
Vue.prototype.$workflow_vue = res.data
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
events: {
|
|
46
|
-
'onMessage' (data) {
|
|
47
|
-
console.log('接收消息')
|
|
48
|
-
console.log(data)
|
|
49
|
-
if (data.type === 'apply-task') {
|
|
50
|
-
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
async 'apply' (val) {
|
|
54
|
-
this.selectdata = val
|
|
55
|
-
this.showtotal = false
|
|
56
|
-
|
|
57
|
-
// 获取配置文件
|
|
58
|
-
await this.loadName()
|
|
59
|
-
|
|
60
|
-
this.$refs.query.$refs.cp.pager = false
|
|
61
|
-
this.showData = false
|
|
62
|
-
|
|
63
|
-
this.showtotal = true
|
|
64
|
-
},
|
|
65
|
-
'search' () {
|
|
66
|
-
// 关闭详细
|
|
67
|
-
this.showtotal = false
|
|
68
|
-
// 显示列表数据
|
|
69
|
-
this.showData = true
|
|
70
|
-
// 显示分页
|
|
71
|
-
this.$refs.query.$refs.cp.pager = true
|
|
72
|
-
// 调用查询
|
|
73
|
-
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
74
|
-
},
|
|
75
|
-
'loadPage' () {
|
|
76
|
-
// 关闭详细
|
|
77
|
-
this.showtotal = false
|
|
78
|
-
// 显示列表数据
|
|
79
|
-
this.showData = true
|
|
80
|
-
// 显示分页
|
|
81
|
-
this.$refs.query.$refs.cp.pager = true
|
|
82
|
-
// 调用查询
|
|
83
|
-
this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
|
|
87
|
-
watch: {
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="basic-main">
|
|
4
|
+
<div :class="showData ? 'top' : 'auto'" v-if="!showtotal">
|
|
5
|
+
<ignition-list v-ref:query :show-data="showData"></ignition-list>
|
|
6
|
+
</div>
|
|
7
|
+
<div v-if="showtotal">
|
|
8
|
+
<div class="top">
|
|
9
|
+
<ignition-list-manage :show-data="selectdata" :node-snapshot="true"></ignition-list-manage>
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
</template>
|
|
16
|
+
<script>
|
|
17
|
+
import Vue from 'vue'
|
|
18
|
+
import {HttpResetClass} from 'vue-client'
|
|
19
|
+
export default {
|
|
20
|
+
title: '点火派单列表',
|
|
21
|
+
data () {
|
|
22
|
+
return {
|
|
23
|
+
showtotal: false, // 控制详细信息显示
|
|
24
|
+
showData: true,
|
|
25
|
+
selectdata: {},
|
|
26
|
+
xmlname: '' // 配置文件名称
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
created () {
|
|
30
|
+
},
|
|
31
|
+
methods: {
|
|
32
|
+
// 获取页面配置json文件
|
|
33
|
+
async loadName () {
|
|
34
|
+
let http = new HttpResetClass()
|
|
35
|
+
let data = {
|
|
36
|
+
workname: this.selectdata.processname
|
|
37
|
+
}
|
|
38
|
+
let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
|
|
39
|
+
data
|
|
40
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
41
|
+
|
|
42
|
+
Vue.prototype.$workflow_vue = res.data
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
events: {
|
|
46
|
+
'onMessage' (data) {
|
|
47
|
+
console.log('接收消息')
|
|
48
|
+
console.log(data)
|
|
49
|
+
if (data.type === 'apply-task') {
|
|
50
|
+
this.$refs.queryuser.$refs.cp.$refs.cri.search()
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
async 'apply' (val) {
|
|
54
|
+
this.selectdata = val
|
|
55
|
+
this.showtotal = false
|
|
56
|
+
|
|
57
|
+
// 获取配置文件
|
|
58
|
+
await this.loadName()
|
|
59
|
+
|
|
60
|
+
this.$refs.query.$refs.cp.pager = false
|
|
61
|
+
this.showData = false
|
|
62
|
+
|
|
63
|
+
this.showtotal = true
|
|
64
|
+
},
|
|
65
|
+
'search' () {
|
|
66
|
+
// 关闭详细
|
|
67
|
+
this.showtotal = false
|
|
68
|
+
// 显示列表数据
|
|
69
|
+
this.showData = true
|
|
70
|
+
// 显示分页
|
|
71
|
+
this.$refs.query.$refs.cp.pager = true
|
|
72
|
+
// 调用查询
|
|
73
|
+
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
74
|
+
},
|
|
75
|
+
'loadPage' () {
|
|
76
|
+
// 关闭详细
|
|
77
|
+
this.showtotal = false
|
|
78
|
+
// 显示列表数据
|
|
79
|
+
this.showData = true
|
|
80
|
+
// 显示分页
|
|
81
|
+
this.$refs.query.$refs.cp.pager = true
|
|
82
|
+
// 调用查询
|
|
83
|
+
this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
watch: {
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
</script>
|