apply-clients 7.1.36-yuchuan-50 → 7.1.36-yuchuan-53
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/package.json +1 -1
- 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 +441 -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 +1026 -1026
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
- package/src/components/android/SealBind.vue +390 -376
- 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/ChongZheng/ApplyChongZhengList.vue +417 -415
- package/src/components/product/Function/InstallFunction.vue +132 -132
- package/src/components/product/Function/InstallInfoSelect.vue +374 -374
- 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/Print/printCharge.vue +250 -250
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
- package/src/components/product/Process/Processes/chargeManagement.vue +713 -713
- 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 +2223 -2223
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- 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 +586 -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
|
@@ -1,216 +1,216 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="height: 100%">
|
|
3
|
-
<tabset class="tab1" v-ref:tabs :close="false" :active.sync="active">
|
|
4
|
-
<tab :header="dataname+'查询列表'" :class="showData ? 'top' : 'auto'">
|
|
5
|
-
<component :is="'exploration-select'" v-ref:query :dataname = "dataname" :show-data="showData"></component>
|
|
6
|
-
</tab>
|
|
7
|
-
<tab header='页面1' class="tab3">
|
|
8
|
-
<component :is="'new1-exploration-user'" :xselectdata="selectdata1" :mark="'1'"></component>
|
|
9
|
-
</tab>
|
|
10
|
-
<tab header='页面2'>
|
|
11
|
-
<component :is="'new1-exploration-user'" :xselectdata="selectdata2" :mark="'2'"></component>
|
|
12
|
-
</tab>
|
|
13
|
-
<tab header='页面3'>
|
|
14
|
-
<component :is="'new1-exploration-user'" :xselectdata="selectdata3" :mark="'3'"></component>
|
|
15
|
-
</tab>
|
|
16
|
-
</tabset>
|
|
17
|
-
</div>
|
|
18
|
-
</template>
|
|
19
|
-
|
|
20
|
-
<script>
|
|
21
|
-
import Vue from 'vue'
|
|
22
|
-
import {HttpResetClass} from 'vue-client'
|
|
23
|
-
|
|
24
|
-
export default {
|
|
25
|
-
title: '报建流程',
|
|
26
|
-
props: ['dataname'],
|
|
27
|
-
data() {
|
|
28
|
-
return {
|
|
29
|
-
showData: true, // 控制列表数据
|
|
30
|
-
showtotal: false, // 详情显示
|
|
31
|
-
selectdata: {},
|
|
32
|
-
selectdata1: null,
|
|
33
|
-
show1: false,
|
|
34
|
-
selectdata2: null,
|
|
35
|
-
show2: false,
|
|
36
|
-
selectdata3: null,
|
|
37
|
-
show3: false,
|
|
38
|
-
xmlname: '', // 配置文件名
|
|
39
|
-
active: 0 // 配置文件名
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
ready() {
|
|
43
|
-
console.log('=============用户信息=================')
|
|
44
|
-
console.log(this.$login.f)
|
|
45
|
-
console.log(this.$login.r)
|
|
46
|
-
},
|
|
47
|
-
methods: {
|
|
48
|
-
// 获取页面配置json文件
|
|
49
|
-
async loadName() {
|
|
50
|
-
let http = new HttpResetClass()
|
|
51
|
-
let data = {
|
|
52
|
-
workname: this.selectdata.processname
|
|
53
|
-
}
|
|
54
|
-
let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
|
|
55
|
-
data
|
|
56
|
-
}, {resolveMsg: null, rejectMsg: null})
|
|
57
|
-
Vue.prototype.$workflow_vue = res.data
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
events: {
|
|
61
|
-
'locationclick'(res) {
|
|
62
|
-
console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
|
|
63
|
-
if (res.pname) {
|
|
64
|
-
this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
|
|
65
|
-
} else {
|
|
66
|
-
this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
|
|
67
|
-
}
|
|
68
|
-
this.$refs.service.show_data.f_lng = res.location.lng
|
|
69
|
-
this.$refs.service.show_data.f_lat = res.location.lat
|
|
70
|
-
this.active = 0
|
|
71
|
-
},
|
|
72
|
-
'onMessage'(data) {
|
|
73
|
-
console.log('接收消息')
|
|
74
|
-
console.log(data)
|
|
75
|
-
if (data.type === 'apply-task') {
|
|
76
|
-
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
// 刷新控制层
|
|
80
|
-
async 'breakControl'(servicedata) {
|
|
81
|
-
|
|
82
|
-
if (servicedata.id) {
|
|
83
|
-
let data = {
|
|
84
|
-
condition: `u.id = ${servicedata.id}`,
|
|
85
|
-
data: {
|
|
86
|
-
userid: this.$login.f.id,
|
|
87
|
-
f_filiale: "榆林."+this.$login.f.orgs
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
let res = await this.$resetpost(
|
|
91
|
-
'rs/sql/checkuser',
|
|
92
|
-
{data: data},
|
|
93
|
-
{resolveMsg: null, rejectMsg:null}
|
|
94
|
-
)
|
|
95
|
-
|
|
96
|
-
this.selectdata = res.data[0]
|
|
97
|
-
} else {
|
|
98
|
-
this.selectdata = servicedata
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
this.showtotal = false
|
|
102
|
-
this.$nextTick(() => {
|
|
103
|
-
this.showtotal = true
|
|
104
|
-
})
|
|
105
|
-
this.active = 0
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
// 初始化
|
|
109
|
-
async 'apply'(val) {
|
|
110
|
-
console.log("当前数据", val)
|
|
111
|
-
this.showtotal = false
|
|
112
|
-
if (!this.selectdata1) {
|
|
113
|
-
this.selectdata1 = val
|
|
114
|
-
} else if (!this.selectdata2) {
|
|
115
|
-
this.selectdata2 = val
|
|
116
|
-
} else if (!this.selectdata3) {
|
|
117
|
-
this.selectdata3 = val
|
|
118
|
-
}else {
|
|
119
|
-
this.$showMessage("请关闭之前的页面后,再打开新的页面")
|
|
120
|
-
return
|
|
121
|
-
}
|
|
122
|
-
this.selectdata = val
|
|
123
|
-
|
|
124
|
-
// 次方法必须同步执行,否则后续会出问题
|
|
125
|
-
// 获取页面json配置文件
|
|
126
|
-
// await this.loadName()
|
|
127
|
-
|
|
128
|
-
// 显示详细
|
|
129
|
-
// this.showtotal = true
|
|
130
|
-
// 关闭列表数据
|
|
131
|
-
// this.showData = false
|
|
132
|
-
// 关闭分页
|
|
133
|
-
// this.$refs.query.$refs.cp.pager = false
|
|
134
|
-
},
|
|
135
|
-
'search'() {
|
|
136
|
-
this.selectdata = {}
|
|
137
|
-
// 关闭详细
|
|
138
|
-
this.showtotal = false
|
|
139
|
-
// 显示列表数据
|
|
140
|
-
this.showData = true
|
|
141
|
-
// 显示分页
|
|
142
|
-
this.$refs.query.$refs.cp.pager = true
|
|
143
|
-
// 调用查询
|
|
144
|
-
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
145
|
-
},
|
|
146
|
-
'loadPage1'(val) {
|
|
147
|
-
if (val === '1'){
|
|
148
|
-
console.log("sssss1")
|
|
149
|
-
this.selectdata1 = null
|
|
150
|
-
// this.show1 = false
|
|
151
|
-
// this.active = 0
|
|
152
|
-
}else if (val === '2'){
|
|
153
|
-
console.log("sssss2")
|
|
154
|
-
this.selectdata2 = null
|
|
155
|
-
// this.show2 = false
|
|
156
|
-
// this.active = 0
|
|
157
|
-
}else if (val === '3'){
|
|
158
|
-
console.log("sssss3")
|
|
159
|
-
this.selectdata3 = null
|
|
160
|
-
// this.show3 = false
|
|
161
|
-
// this.active = 0
|
|
162
|
-
}
|
|
163
|
-
console.log("vass",val)
|
|
164
|
-
// this.selectdata = {}
|
|
165
|
-
// 关闭详细
|
|
166
|
-
// this.showtotal = false
|
|
167
|
-
// 显示列表数据
|
|
168
|
-
this.showData = true
|
|
169
|
-
// 显示分页
|
|
170
|
-
// this.$refs.query.$refs.cp.pager = true
|
|
171
|
-
// 调用查询
|
|
172
|
-
this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
watch: {
|
|
176
|
-
"selectdata1" (val) {
|
|
177
|
-
if(val){
|
|
178
|
-
this.show1 = true
|
|
179
|
-
this.active = 1
|
|
180
|
-
}else {
|
|
181
|
-
this.show1 = false
|
|
182
|
-
this.active = 0
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"selectdata2" (val) {
|
|
186
|
-
if(val){
|
|
187
|
-
this.show2 = true
|
|
188
|
-
this.active = 2
|
|
189
|
-
}else {
|
|
190
|
-
this.show2 = false
|
|
191
|
-
this.active = 0
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"selectdata3" (val) {
|
|
195
|
-
if(val){
|
|
196
|
-
this.show3 = true
|
|
197
|
-
this.active = 3
|
|
198
|
-
}else {
|
|
199
|
-
this.show3 = false
|
|
200
|
-
this.active = 0
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
</script>
|
|
206
|
-
<style scoped>
|
|
207
|
-
.tab1{
|
|
208
|
-
padding: 0.4%;
|
|
209
|
-
background-color: #ffffff;
|
|
210
|
-
border-radius: 14px;
|
|
211
|
-
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
212
|
-
}
|
|
213
|
-
.tab3{
|
|
214
|
-
background-color: #ffffff !important
|
|
215
|
-
}
|
|
216
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div style="height: 100%">
|
|
3
|
+
<tabset class="tab1" v-ref:tabs :close="false" :active.sync="active">
|
|
4
|
+
<tab :header="dataname+'查询列表'" :class="showData ? 'top' : 'auto'">
|
|
5
|
+
<component :is="'exploration-select'" v-ref:query :dataname = "dataname" :show-data="showData"></component>
|
|
6
|
+
</tab>
|
|
7
|
+
<tab header='页面1' class="tab3">
|
|
8
|
+
<component :is="'new1-exploration-user'" :xselectdata="selectdata1" :mark="'1'"></component>
|
|
9
|
+
</tab>
|
|
10
|
+
<tab header='页面2'>
|
|
11
|
+
<component :is="'new1-exploration-user'" :xselectdata="selectdata2" :mark="'2'"></component>
|
|
12
|
+
</tab>
|
|
13
|
+
<tab header='页面3'>
|
|
14
|
+
<component :is="'new1-exploration-user'" :xselectdata="selectdata3" :mark="'3'"></component>
|
|
15
|
+
</tab>
|
|
16
|
+
</tabset>
|
|
17
|
+
</div>
|
|
18
|
+
</template>
|
|
19
|
+
|
|
20
|
+
<script>
|
|
21
|
+
import Vue from 'vue'
|
|
22
|
+
import {HttpResetClass} from 'vue-client'
|
|
23
|
+
|
|
24
|
+
export default {
|
|
25
|
+
title: '报建流程',
|
|
26
|
+
props: ['dataname'],
|
|
27
|
+
data() {
|
|
28
|
+
return {
|
|
29
|
+
showData: true, // 控制列表数据
|
|
30
|
+
showtotal: false, // 详情显示
|
|
31
|
+
selectdata: {},
|
|
32
|
+
selectdata1: null,
|
|
33
|
+
show1: false,
|
|
34
|
+
selectdata2: null,
|
|
35
|
+
show2: false,
|
|
36
|
+
selectdata3: null,
|
|
37
|
+
show3: false,
|
|
38
|
+
xmlname: '', // 配置文件名
|
|
39
|
+
active: 0 // 配置文件名
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
ready() {
|
|
43
|
+
console.log('=============用户信息=================')
|
|
44
|
+
console.log(this.$login.f)
|
|
45
|
+
console.log(this.$login.r)
|
|
46
|
+
},
|
|
47
|
+
methods: {
|
|
48
|
+
// 获取页面配置json文件
|
|
49
|
+
async loadName() {
|
|
50
|
+
let http = new HttpResetClass()
|
|
51
|
+
let data = {
|
|
52
|
+
workname: this.selectdata.processname
|
|
53
|
+
}
|
|
54
|
+
let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
|
|
55
|
+
data
|
|
56
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
57
|
+
Vue.prototype.$workflow_vue = res.data
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
events: {
|
|
61
|
+
'locationclick'(res) {
|
|
62
|
+
console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
|
|
63
|
+
if (res.pname) {
|
|
64
|
+
this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
|
|
65
|
+
} else {
|
|
66
|
+
this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
|
|
67
|
+
}
|
|
68
|
+
this.$refs.service.show_data.f_lng = res.location.lng
|
|
69
|
+
this.$refs.service.show_data.f_lat = res.location.lat
|
|
70
|
+
this.active = 0
|
|
71
|
+
},
|
|
72
|
+
'onMessage'(data) {
|
|
73
|
+
console.log('接收消息')
|
|
74
|
+
console.log(data)
|
|
75
|
+
if (data.type === 'apply-task') {
|
|
76
|
+
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
// 刷新控制层
|
|
80
|
+
async 'breakControl'(servicedata) {
|
|
81
|
+
|
|
82
|
+
if (servicedata.id) {
|
|
83
|
+
let data = {
|
|
84
|
+
condition: `u.id = ${servicedata.id}`,
|
|
85
|
+
data: {
|
|
86
|
+
userid: this.$login.f.id,
|
|
87
|
+
f_filiale: "榆林."+this.$login.f.orgs
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
let res = await this.$resetpost(
|
|
91
|
+
'rs/sql/checkuser',
|
|
92
|
+
{data: data},
|
|
93
|
+
{resolveMsg: null, rejectMsg:null}
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
this.selectdata = res.data[0]
|
|
97
|
+
} else {
|
|
98
|
+
this.selectdata = servicedata
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
this.showtotal = false
|
|
102
|
+
this.$nextTick(() => {
|
|
103
|
+
this.showtotal = true
|
|
104
|
+
})
|
|
105
|
+
this.active = 0
|
|
106
|
+
|
|
107
|
+
},
|
|
108
|
+
// 初始化
|
|
109
|
+
async 'apply'(val) {
|
|
110
|
+
console.log("当前数据", val)
|
|
111
|
+
this.showtotal = false
|
|
112
|
+
if (!this.selectdata1) {
|
|
113
|
+
this.selectdata1 = val
|
|
114
|
+
} else if (!this.selectdata2) {
|
|
115
|
+
this.selectdata2 = val
|
|
116
|
+
} else if (!this.selectdata3) {
|
|
117
|
+
this.selectdata3 = val
|
|
118
|
+
}else {
|
|
119
|
+
this.$showMessage("请关闭之前的页面后,再打开新的页面")
|
|
120
|
+
return
|
|
121
|
+
}
|
|
122
|
+
this.selectdata = val
|
|
123
|
+
|
|
124
|
+
// 次方法必须同步执行,否则后续会出问题
|
|
125
|
+
// 获取页面json配置文件
|
|
126
|
+
// await this.loadName()
|
|
127
|
+
|
|
128
|
+
// 显示详细
|
|
129
|
+
// this.showtotal = true
|
|
130
|
+
// 关闭列表数据
|
|
131
|
+
// this.showData = false
|
|
132
|
+
// 关闭分页
|
|
133
|
+
// this.$refs.query.$refs.cp.pager = false
|
|
134
|
+
},
|
|
135
|
+
'search'() {
|
|
136
|
+
this.selectdata = {}
|
|
137
|
+
// 关闭详细
|
|
138
|
+
this.showtotal = false
|
|
139
|
+
// 显示列表数据
|
|
140
|
+
this.showData = true
|
|
141
|
+
// 显示分页
|
|
142
|
+
this.$refs.query.$refs.cp.pager = true
|
|
143
|
+
// 调用查询
|
|
144
|
+
this.$refs.query.$refs.cp.$refs.cri.search()
|
|
145
|
+
},
|
|
146
|
+
'loadPage1'(val) {
|
|
147
|
+
if (val === '1'){
|
|
148
|
+
console.log("sssss1")
|
|
149
|
+
this.selectdata1 = null
|
|
150
|
+
// this.show1 = false
|
|
151
|
+
// this.active = 0
|
|
152
|
+
}else if (val === '2'){
|
|
153
|
+
console.log("sssss2")
|
|
154
|
+
this.selectdata2 = null
|
|
155
|
+
// this.show2 = false
|
|
156
|
+
// this.active = 0
|
|
157
|
+
}else if (val === '3'){
|
|
158
|
+
console.log("sssss3")
|
|
159
|
+
this.selectdata3 = null
|
|
160
|
+
// this.show3 = false
|
|
161
|
+
// this.active = 0
|
|
162
|
+
}
|
|
163
|
+
console.log("vass",val)
|
|
164
|
+
// this.selectdata = {}
|
|
165
|
+
// 关闭详细
|
|
166
|
+
// this.showtotal = false
|
|
167
|
+
// 显示列表数据
|
|
168
|
+
this.showData = true
|
|
169
|
+
// 显示分页
|
|
170
|
+
// this.$refs.query.$refs.cp.pager = true
|
|
171
|
+
// 调用查询
|
|
172
|
+
this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
watch: {
|
|
176
|
+
"selectdata1" (val) {
|
|
177
|
+
if(val){
|
|
178
|
+
this.show1 = true
|
|
179
|
+
this.active = 1
|
|
180
|
+
}else {
|
|
181
|
+
this.show1 = false
|
|
182
|
+
this.active = 0
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"selectdata2" (val) {
|
|
186
|
+
if(val){
|
|
187
|
+
this.show2 = true
|
|
188
|
+
this.active = 2
|
|
189
|
+
}else {
|
|
190
|
+
this.show2 = false
|
|
191
|
+
this.active = 0
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"selectdata3" (val) {
|
|
195
|
+
if(val){
|
|
196
|
+
this.show3 = true
|
|
197
|
+
this.active = 3
|
|
198
|
+
}else {
|
|
199
|
+
this.show3 = false
|
|
200
|
+
this.active = 0
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
</script>
|
|
206
|
+
<style scoped>
|
|
207
|
+
.tab1{
|
|
208
|
+
padding: 0.4%;
|
|
209
|
+
background-color: #ffffff;
|
|
210
|
+
border-radius: 14px;
|
|
211
|
+
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
212
|
+
}
|
|
213
|
+
.tab3{
|
|
214
|
+
background-color: #ffffff !important
|
|
215
|
+
}
|
|
216
|
+
</style>
|