apply-clients 7.1.36-yuchuan-2 → 7.1.36-yuchuan-3

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 (61) hide show
  1. package/build/dev-server.js +7 -3
  2. package/package.json +3 -3
  3. package/src/AndroidApp.vue +35 -35
  4. package/src/apply.js +12 -1
  5. package/src/applyAndroid.js +87 -83
  6. package/src/components/android/AppUpload.vue +15 -0
  7. package/src/components/android/Ignition/VentilationIgnition.vue +1 -1
  8. package/src/components/android/Process/AppExplorationUser.vue +2 -2
  9. package/src/components/android/Process/AppServiceControl.vue +1410 -1397
  10. package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -334
  11. package/src/components/android/Task/Build/BuildTsak.vue +7 -4
  12. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -432
  13. package/src/components/android/Task/GuanXianJianShe/AppGuanXianCaiLiao.vue +237 -0
  14. package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -64
  15. package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -64
  16. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +11 -7
  17. package/src/components/android/Task/UpBuild/UpBuildDui.vue +5 -2
  18. package/src/components/android/Task/UpBuild/UpBuildTsak.vue +5 -2
  19. package/src/components/android/Task/UpBuild/UpJianLi.vue +98 -98
  20. package/src/components/product/ApplyCharge/ApplyChargeList.vue +943 -606
  21. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +8 -7
  22. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -235
  23. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -323
  24. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +10 -9
  25. package/src/components/product/Function/InstallInfoSelect.vue +371 -370
  26. package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
  27. package/src/components/product/Ignition/IgnitionList.vue +236 -236
  28. package/src/components/product/Ignition/IgnitionListManage.vue +403 -204
  29. package/src/components/product/Ignition/IgnitionRecord.vue +14 -13
  30. package/src/components/product/List/ShowAllActivity.vue +455 -0
  31. package/src/components/product/List/ShowDevices.vue +279 -279
  32. package/src/components/product/Print/BuildOrder/buildOrderList.vue +9 -8
  33. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +6 -0
  34. package/src/components/product/Process/ExplorationSelect.vue +591 -581
  35. package/src/components/product/Process/ExplorationUser.vue +158 -158
  36. package/src/components/product/Process/New1ExplorationUser.vue +201 -0
  37. package/src/components/product/Process/New2ExplorationUser.vue +163 -0
  38. package/src/components/product/Process/NewExplorationSelect.vue +586 -0
  39. package/src/components/product/Process/NewExplorationUser.vue +219 -184
  40. package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -587
  41. package/src/components/product/Process/Processes/InstallationDetails.vue +80 -7
  42. package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -224
  43. package/src/components/product/Process/Processes/newDevicesManagement.vue +26 -1
  44. package/src/components/product/Process/Processes/newInstallationDetails.vue +1 -36
  45. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  46. package/src/components/product/Process/Service/ServiceControl.vue +2166 -2162
  47. package/src/components/product/Report/ReportItems.vue +85 -79
  48. package/src/components/product/Report/apply-stair-kaifa.vue +0 -1
  49. package/src/components/product/Report/gongchengbu.vue +199 -0
  50. package/src/components/product/ServiceView.vue +644 -644
  51. package/src/components/product/Stop/StopApplyList.vue +8 -8
  52. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +594 -594
  53. package/src/components/product/Supervisory/SupervisoryList.vue +539 -537
  54. package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +114 -0
  55. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +541 -0
  56. package/src/main.js +27 -27
  57. package/dist-android.7z +0 -0
  58. package/dist.7z +0 -0
  59. package/rebel.xml +0 -16
  60. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +0 -207
  61. package/yarn-error.log +0 -9976
@@ -0,0 +1,237 @@
1
+ <template>
2
+ <div class="col-sm-12" style="margin: 20px 0px;">
3
+ <data-grid :model="model" v-ref:grid class="list_area table_sy" style="padding: 0px">
4
+ <template partial='head'>
5
+ <tr>
6
+ <th class="textNoLineBreak">序号</th>
7
+ <th class="textNoLineBreak">支干线</th>
8
+ <th class="textNoLineBreak">管径</th>
9
+ <th class="textNoLineBreak">管材</th>
10
+ <th class="textNoLineBreak">起点</th>
11
+ <th class="textNoLineBreak">终点</th>
12
+ <th class="textNoLineBreak">长度</th>
13
+ <th class="textNoLineBreak">
14
+ <button
15
+ type="button"
16
+ class="btn btn-info head-but"
17
+ @click="$parent.$parent.showGuanXianModal()"
18
+ :disabled="$parent.$parent.mark===1"
19
+ >新增线路</button>
20
+ </th>
21
+ </tr>
22
+ </template>
23
+ <template partial='body'>
24
+ <tr>
25
+ <td style="text-align: center;">
26
+ <nobr>{{$index+1}}</nobr>
27
+ </td>
28
+ <td style="text-align: center;">
29
+ <nobr>{{row.f_branch_trunk}}</nobr>
30
+ </td>
31
+ <td style="text-align: center;">
32
+ <nobr>{{row.f_pipe_diameter}}</nobr>
33
+ </td>
34
+ <td style="text-align: center;">
35
+ <nobr>{{row.f_pipe_material}}</nobr>
36
+ </td>
37
+ <td style="text-align: center;">
38
+ <nobr>{{row.f_starting_point}}</nobr>
39
+ </td>
40
+ <td style="text-align: center;">
41
+ <nobr>{{row.f_end_point}}</nobr>
42
+ </td>
43
+ <td style="text-align: center;">
44
+ <nobr>{{row.f_pipe_length}}</nobr>
45
+ </td>
46
+ <td style="text-align: center;">
47
+ <nobr>
48
+ <button
49
+ type="button"
50
+ name="button"
51
+ class="btn btn-link"
52
+ @click="$parent.$parent.showGuanXianModal(row)"
53
+ :disabled="$parent.$parent.mark===1"
54
+ >修改</button>
55
+
56
+ <button
57
+ type="button" name="button" class="btn btn-link"
58
+ @click="$parent.$parent.deleteXianLu(row)"
59
+ :disabled="$parent.$parent.mark===1"
60
+ >删除</button>
61
+
62
+ </nobr>
63
+ </td>
64
+ </tr>
65
+ </template>
66
+ </data-grid>
67
+
68
+ <validator name="v">
69
+ <modal v-if="showGuanXian" :show.sync="showGuanXian" v-ref:modal :large="true" :backdrop="false" title="管线明细">
70
+ <header slot="modal-header" class="modal-header">
71
+ <button type="button" class="close" @click="closeModal"><span>&times;</span></button>
72
+ <h4 class="modal-title">管线明细</h4>
73
+ </header>
74
+ <article slot="modal-body" class="modal-body clearfix">
75
+ <div class="form-group col-sm-6" :class="[$v.f_branch_trunk.required ? 'has-error' : '']">
76
+ <label class="col-sm-4 control-label">支干线:</label>
77
+ <div class="col-sm-8">
78
+ <input type="text" v-show="false" v-model="guanXian.f_branch_trunk" v-validate:f_payment_method = "['required']" >
79
+ <input-select
80
+ placeholder='请选择' width="100%"
81
+ v-model="guanXian.f_branch_trunk"
82
+ :value.sync="guanXian.f_branch_trunk"
83
+ :options='branchTrunks'
84
+ class="select select_list"
85
+ :value-single="true"
86
+ close-on-select ></input-select>
87
+ </div>
88
+ </div>
89
+ <div class="form-group col-sm-6" :class="[$v.f_pipe_diameter.required ? 'has-error' : '']">
90
+ <label class="col-sm-4 control-label">管径:</label>
91
+ <div class="col-sm-8">
92
+ <input type="text" v-show="false" v-model="guanXian.f_pipe_diameter" v-validate:f_payment_method = "['required']" >
93
+ <input-select
94
+ placeholder='请选择' width="100%"
95
+ v-model="guanXian.f_pipe_diameter"
96
+ :value.sync="guanXian.f_pipe_diameter"
97
+ :options='pipeDiameters'
98
+ class="select select_list"
99
+ :value-single="true"
100
+ close-on-select ></input-select>
101
+ </div>
102
+ </div>
103
+ <div class="form-group col-sm-6" :class="[$v.f_pipe_material.required ? 'has-error' : '']">
104
+ <label class="col-sm-4 control-label">管材:</label>
105
+ <div class="col-sm-8">
106
+ <input type="text" v-show="false" v-model="guanXian.f_pipe_material" v-validate:f_payment_method = "['required']" >
107
+ <input-select
108
+ placeholder='请选择' width="100%"
109
+ v-model="guanXian.f_pipe_material"
110
+ :value.sync="guanXian.f_pipe_material"
111
+ :options='pipeMaterial'
112
+ class="select select_list"
113
+ :value-single="true"
114
+ close-on-select ></input-select>
115
+ </div>
116
+ </div>
117
+ <div class="form-group col-sm-6">
118
+ <label class="col-sm-4 control-label">长度:</label>
119
+ <div class="col-sm-8">
120
+ <input type="text" class="form-control input_view" style="width: 100%; height: 90%"
121
+ v-model="guanXian.f_pipe_length" />
122
+ </div>
123
+ </div>
124
+ <div class="form-group col-sm-6">
125
+ <label class="col-sm-4 control-label">起点:</label>
126
+ <div class="col-sm-8">
127
+ <input type="text" class="form-control input_view" style="width: 100%"
128
+ v-model="guanXian.f_starting_point" />
129
+ </div>
130
+ </div>
131
+ <div class="form-group col-sm-6">
132
+ <label class="col-sm-4 control-label">终点:</label>
133
+ <div class="col-sm-8">
134
+ <input type="text" class="form-control input_view" style="width: 100%"
135
+ v-model="guanXian.f_end_point" />
136
+ </div>
137
+ </div>
138
+ </article>
139
+ <footer slot="modal-footer" class="modal-footer">
140
+ <button type="button" class="btn btn-primary" :disabled='!$v.valid' @click="saveXianLu()">保存线路</button>
141
+ </footer>
142
+ </modal>
143
+ </validator>
144
+
145
+ </div>
146
+ </template>
147
+
148
+ <script>
149
+ import {HttpResetClass} from "vue-client";
150
+ import Vue from 'vue'
151
+
152
+ export default {
153
+ title: '线路明细',
154
+ props: {
155
+ selectdata: {
156
+ type: Object
157
+ },
158
+ mark: {
159
+ type: Number,
160
+ default: 0
161
+ }
162
+ },
163
+ data () {
164
+ return {
165
+ showGuanXian: false, // 展示支线明细
166
+ model: {
167
+ data: null
168
+ }, // 记录
169
+ branchTrunks: [{label: '支线', value: '支线'}, {label: '干线', value: '干线'}],
170
+ pipeDiameters: [...this.$appdata.getParam('管径')],
171
+ pipeMaterial: [...this.$appdata.getParam('管材')],
172
+ guanXian: {
173
+
174
+ }
175
+ }
176
+ },
177
+ ready () {
178
+ this.search()
179
+ },
180
+ methods: {
181
+ // 新增线路明细
182
+ async saveXianLu () {
183
+ let http = new HttpResetClass()
184
+ let data = {
185
+ f_process_id: this.selectdata.f_process_id,
186
+ user: Vue.user,
187
+ guanXian: this.guanXian,
188
+ selectdata: this.selectdata
189
+ }
190
+ await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/addApplyXianLu`, {data:data}, {
191
+ resolveMsg: null,
192
+ rejectMsg: '新增线路失败!'
193
+ }).then((res) => {
194
+ this.guanXian = {}
195
+
196
+ this.showGuanXian = false
197
+ this.$dispatch('breakControl', res.data)
198
+ })
199
+ },
200
+ async deleteXianLu(row){
201
+ this.$resetdelete(`${this.$androidUtil.getProxyUrl()}/rs/entity/t_pipeline_material_apply`, {id: row.id}, {
202
+ resolveMsg: '删除成功',
203
+ rejectMsg: '删除失败'
204
+ }).then((res) => {
205
+ this.$dispatch("delResid", row.id)
206
+ this.$dispatch('breakControl', this.selectdata)
207
+ })
208
+ },
209
+ async search () {
210
+ let http = new HttpResetClass()
211
+ let data = {
212
+ f_process_id: this.selectdata.f_process_id
213
+ }
214
+ let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/getZhiXianMingXi`, {data:data}, {
215
+ resolveMsg: null,
216
+ rejectMsg: '线路明细查询失败!!!'
217
+ })
218
+ this.model.data = res.data
219
+ },
220
+ showGuanXianModal(row){
221
+ this.guanXian = row
222
+ this.showGuanXian = !this.showGuanXian
223
+ },
224
+ closeModal() {
225
+ this.showGuanXian = false
226
+ this.guanXian = {}
227
+ this.search()
228
+ }
229
+ }
230
+ }
231
+ </script>
232
+
233
+ <style scoped>
234
+ .form-control{
235
+ padding: 8px 12px;
236
+ }
237
+ </style>
@@ -1,64 +1,64 @@
1
- <template>
2
- <div>
3
- <tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
4
- <tab header='任务列表'>
5
- <app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
6
- </tab>
7
- </tabset>
8
- </div>
9
- </template>
10
- <script>
11
- import {HttpResetClass, PagedList} from 'vue-client'
12
- import Vue from 'vue'
13
-
14
- export default {
15
- title: '部长审核',
16
- data () {
17
- return {
18
- labelmarksarray: [],
19
- tasknumber: 0,
20
- active: 0,
21
- f_lat: null,
22
- f_lng: null,
23
- defname: '部长审核'
24
- }
25
- },
26
- ready () {
27
- console.log('部长审核')
28
- },
29
- methods: {
30
- diyspotmouseclick (data) {
31
- this.f_lat = data.f_lat
32
- this.f_lng = data.f_lng
33
-
34
- this.active = 1
35
- }
36
- },
37
- events: {
38
- 'refreshDot' () {
39
- }
40
- },
41
- watch: {
42
- },
43
- computed: {
44
- }
45
- }
46
- </script>
47
- <style scoped>
48
- .tip{
49
- position: absolute;
50
- z-index: 1000;
51
- color: red;
52
- font-size: 24px;
53
- right: 30px;
54
- padding-top: 20px;
55
- }
56
- </style>
57
- <style lang="less">
58
- .nav-apply-tab2 {
59
- li {
60
- width: 100%;
61
- text-align: center;
62
- }
63
- }
64
- </style>
1
+ <template>
2
+ <div>
3
+ <tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
4
+ <tab header='任务列表'>
5
+ <app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
6
+ </tab>
7
+ </tabset>
8
+ </div>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass, PagedList} from 'vue-client'
12
+ import Vue from 'vue'
13
+
14
+ export default {
15
+ title: '部长审核',
16
+ data () {
17
+ return {
18
+ labelmarksarray: [],
19
+ tasknumber: 0,
20
+ active: 0,
21
+ f_lat: null,
22
+ f_lng: null,
23
+ defname: '部长审核'
24
+ }
25
+ },
26
+ ready () {
27
+ console.log('部长审核')
28
+ },
29
+ methods: {
30
+ diyspotmouseclick (data) {
31
+ this.f_lat = data.f_lat
32
+ this.f_lng = data.f_lng
33
+
34
+ this.active = 1
35
+ }
36
+ },
37
+ events: {
38
+ 'refreshDot' () {
39
+ }
40
+ },
41
+ watch: {
42
+ },
43
+ computed: {
44
+ }
45
+ }
46
+ </script>
47
+ <style scoped>
48
+ .tip{
49
+ position: absolute;
50
+ z-index: 1000;
51
+ color: red;
52
+ font-size: 24px;
53
+ right: 30px;
54
+ padding-top: 20px;
55
+ }
56
+ </style>
57
+ <style lang="less">
58
+ .nav-apply-tab2 {
59
+ li {
60
+ width: 100%;
61
+ text-align: center;
62
+ }
63
+ }
64
+ </style>
@@ -1,64 +1,64 @@
1
- <template>
2
- <div>
3
- <tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
4
- <tab header='任务列表'>
5
- <app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
6
- </tab>
7
- </tabset>
8
- </div>
9
- </template>
10
- <script>
11
- import {HttpResetClass, PagedList} from 'vue-client'
12
- import Vue from 'vue'
13
-
14
- export default {
15
- title: '经理审核',
16
- data () {
17
- return {
18
- labelmarksarray: [],
19
- tasknumber: 0,
20
- active: 0,
21
- f_lat: null,
22
- f_lng: null,
23
- defname: '经理审核'
24
- }
25
- },
26
- ready () {
27
- console.log('经理审核')
28
- },
29
- methods: {
30
- diyspotmouseclick (data) {
31
- this.f_lat = data.f_lat
32
- this.f_lng = data.f_lng
33
-
34
- this.active = 1
35
- }
36
- },
37
- events: {
38
- 'refreshDot' () {
39
- }
40
- },
41
- watch: {
42
- },
43
- computed: {
44
- }
45
- }
46
- </script>
47
- <style scoped>
48
- .tip{
49
- position: absolute;
50
- z-index: 1000;
51
- color: red;
52
- font-size: 24px;
53
- right: 30px;
54
- padding-top: 20px;
55
- }
56
- </style>
57
- <style lang="less">
58
- .nav-apply-tab2 {
59
- li {
60
- width: 100%;
61
- text-align: center;
62
- }
63
- }
64
- </style>
1
+ <template>
2
+ <div>
3
+ <tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
4
+ <tab header='任务列表'>
5
+ <app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
6
+ </tab>
7
+ </tabset>
8
+ </div>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass, PagedList} from 'vue-client'
12
+ import Vue from 'vue'
13
+
14
+ export default {
15
+ title: '经理审核',
16
+ data () {
17
+ return {
18
+ labelmarksarray: [],
19
+ tasknumber: 0,
20
+ active: 0,
21
+ f_lat: null,
22
+ f_lng: null,
23
+ defname: '经理审核'
24
+ }
25
+ },
26
+ ready () {
27
+ console.log('经理审核')
28
+ },
29
+ methods: {
30
+ diyspotmouseclick (data) {
31
+ this.f_lat = data.f_lat
32
+ this.f_lng = data.f_lng
33
+
34
+ this.active = 1
35
+ }
36
+ },
37
+ events: {
38
+ 'refreshDot' () {
39
+ }
40
+ },
41
+ watch: {
42
+ },
43
+ computed: {
44
+ }
45
+ }
46
+ </script>
47
+ <style scoped>
48
+ .tip{
49
+ position: absolute;
50
+ z-index: 1000;
51
+ color: red;
52
+ font-size: 24px;
53
+ right: 30px;
54
+ padding-top: 20px;
55
+ }
56
+ </style>
57
+ <style lang="less">
58
+ .nav-apply-tab2 {
59
+ li {
60
+ width: 100%;
61
+ text-align: center;
62
+ }
63
+ }
64
+ </style>
@@ -213,7 +213,7 @@
213
213
  </div>
214
214
 
215
215
  <div class="col-xs-12 text-right">
216
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
216
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
217
217
  </div>
218
218
  </div>
219
219
  </div>
@@ -230,7 +230,7 @@ export default {
230
230
  props: ['defname', 'f_lat', 'f_lng', 'usertype'],
231
231
  data () {
232
232
  return {
233
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/showBuildCheckuser`, 20, {
233
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/yiBanSupervisory`, 20, {
234
234
  data: {
235
235
  userid: Vue.user.id,
236
236
  f_filiale: Vue.user.f_fengongsi
@@ -277,24 +277,28 @@ export default {
277
277
  this.$refs.cp.$refs.cri.search()
278
278
  this.criteriaShow = false
279
279
  },
280
+ //f_construction_unit 施工单位 //f_supervisor_operator_id 监理单位
281
+ //f_check_operator_id 检测单位 //f_supervisor_operator 监理单位
282
+ //f_engineering_operator_id 土建单位 //f_construct_operator_id 建设单位
280
283
  searchCondition (args) {
281
284
  if (this.defname === '施工信息'){
282
- args.condition = args.condition + ` and act.defname = '工程施工' and (f_construction_unit = '${Vue.user.id}'
283
- or f_check_operator_id = '${Vue.user.id}' or f_engineering_operator_id = '${Vue.user.id}'
284
- or f_supervisor_operator_id = '${Vue.user.id}' or f_supervisor_operator = '${Vue.user.id}'
285
- or f_construct_operator_id = '${Vue.user.id}')`
285
+ // args.condition = args.condition + ` and act.defname = '工程施工' and (f_construction_unit = '${Vue.user.id}'
286
+ // or f_check_operator_id = '${Vue.user.id}' or f_engineering_operator_id = '${Vue.user.id}'
287
+ // or f_supervisor_operator_id = '${Vue.user.id}' or f_supervisor_operator = '${Vue.user.id}'
288
+ //or f_construct_operator_id = '${Vue.user.id}')`
286
289
  }else {
287
290
  args.condition += `and act.defname = '${this.defname}'`
288
291
  }
289
292
  if (this.usertype){
293
+ //报建类型 f_apply_type
290
294
  args.condition += `and u.f_apply_type = '${this.usertype}'`
291
295
  }
292
296
  if (!isEmpty(this.f_lat) && !isEmpty(this.f_lng)) {
297
+ // 维度 经度
293
298
  args.condition += `and u.f_lat = '${this.f_lat}' and u.f_lng = '${this.f_lng}'`
294
299
  }
295
300
  console.log("args.condition",args.condition)
296
301
  this.model.search(args.condition, args.model)
297
-
298
302
  this.f_lat = null
299
303
  this.f_lng = null
300
304
  },
@@ -1,9 +1,12 @@
1
1
  <template>
2
2
  <div>
3
3
  <tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
4
- <tab header='任务列表' style="width: auto">
4
+ <tab header='报建' style="width: auto">
5
5
  <app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
6
6
  </tab>
7
+ <tab header='管线' style="width: auto">
8
+ <app-exploration-guan-xian v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-guan-xian>
9
+ </tab>
7
10
  </tabset>
8
11
  </div>
9
12
  </template>
@@ -88,7 +91,7 @@ export default {
88
91
  <style lang="less">
89
92
  .nav-apply-tab2 {
90
93
  li {
91
- width: 100%;
94
+ width: 50%;
92
95
  text-align: center;
93
96
  }
94
97
  }
@@ -1,9 +1,12 @@
1
1
  <template>
2
2
  <div>
3
3
  <tabset v-ref:tabs :close="false" nav-style="tabs nav-apply-tab2" :active.sync="active">
4
- <tab header='任务列表' style="width: auto">
4
+ <tab header='报建' style="width: auto">
5
5
  <app-exploration-user v-ref:exploration :defname="defname" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-user>
6
6
  </tab>
7
+ <tab header='管线' style="width: auto">
8
+ <app-exploration-guan-xian v-ref:exploration :defname="'管线建设派工'" :f_lat="f_lat" :f_lng="f_lng"></app-exploration-guan-xian>
9
+ </tab>
7
10
  </tabset>
8
11
  </div>
9
12
  </template>
@@ -88,7 +91,7 @@ export default {
88
91
  <style lang="less">
89
92
  .nav-apply-tab2 {
90
93
  li {
91
- width: 100%;
94
+ width: 50%;
92
95
  text-align: center;
93
96
  }
94
97
  }