apply-clients 4.1.59-weinan → 4.1.61-weinan
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/index.html +30 -30
- package/package.json +1 -1
- package/src/apply.js +81 -81
- package/src/applyAndroid.js +52 -52
- package/src/components/app_apply/AppChargeManagement.vue +749 -749
- package/src/components/app_apply/AppInstallationDetails.vue +529 -529
- package/src/components/app_apply/AppProcessSupervisory.vue +214 -214
- package/src/components/app_apply/AppSupervisoryCart.vue +68 -68
- package/src/components/app_apply/AppTakePic.vue +146 -146
- package/src/components/app_apply/AppdevicesDetails.vue +867 -867
- package/src/components/app_apply/ApplyInfo.vue +56 -56
- package/src/components/app_apply/ApplyToDoList.vue +292 -292
- package/src/components/app_apply/PlaceControler.vue +274 -274
- package/src/components/app_apply/ServiceControl.vue +440 -440
- package/src/components/app_apply/ServiceView.vue +394 -394
- package/src/components/app_apply/materialshoufei.vue +243 -243
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +252 -252
- package/src/components/product/Process/ExplorationSelect.vue +377 -377
- package/src/components/product/Process/ExplorationUser.vue +134 -134
- package/src/components/product/Process/Processes/InstallationDetails.vue +515 -515
- package/src/components/product/Process/Processes/chargeManagement.vue +545 -545
- package/src/components/product/Process/Processes/devicesDetails.vue +843 -843
- package/src/components/product/Process/Processes/materialshoufei.vue +5 -0
- package/src/components/product/Process/Service/ServiceControl.vue +25 -2
- package/src/components/product/Stop/StopApply.vue +101 -101
- package/src/components/product/Stop/StopApplyList.vue +266 -266
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +200 -200
- package/src/components/product/Supervisory/SupervisoryControl.vue +124 -124
- package/src/components/product/Supervisory/SupervisoryList.vue +221 -221
- package/src/components/product/VueUtils/ApplyUpload.vue +276 -276
- package/src/main.js +25 -25
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="repair-bg" id="work-history">
|
|
3
|
-
<div class="bq-parent" v-if="shutype == 'heng'">
|
|
4
|
-
<blockquote class="blockquote">
|
|
5
|
-
<p>报建流程信息</p>
|
|
6
|
-
</blockquote>
|
|
7
|
-
</div>
|
|
8
|
-
<!-- 报建流程信息 -->
|
|
9
|
-
<div class="panel panel-default auto repair-info-content">
|
|
10
|
-
<div class="panel-body">
|
|
11
|
-
<p>报建编号: {{service.f_apply_num}}</p>
|
|
12
|
-
<p>报建类型: {{service.f_apply_type}}</p>
|
|
13
|
-
<p>流程状态: {{service.f_sub_state}}</p>
|
|
14
|
-
<p>报建日期: {{service.f_apply_date}}</p>
|
|
15
|
-
<p>报建备注: {{service.f_apply_remarks}}</p>
|
|
16
|
-
<failure-show :value='service.failure'>
|
|
17
|
-
</failure-show>
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
</template>
|
|
22
|
-
<script>
|
|
23
|
-
export default {
|
|
24
|
-
title: '报建流程信息',
|
|
25
|
-
data () {
|
|
26
|
-
return {
|
|
27
|
-
// service: null
|
|
28
|
-
f_userinfo_code : ''
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
props: {
|
|
32
|
-
service: { // 传入一条报修单信息
|
|
33
|
-
//"f_apply_num":"123456",
|
|
34
|
-
type: Object
|
|
35
|
-
},
|
|
36
|
-
shutype:'heng'
|
|
37
|
-
},
|
|
38
|
-
ready () {
|
|
39
|
-
},
|
|
40
|
-
methods: {
|
|
41
|
-
selfSearch () {
|
|
42
|
-
if(!this.rowOne) {
|
|
43
|
-
return
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
watch: {
|
|
48
|
-
'rowOne' () {
|
|
49
|
-
this.selfSearch()
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
components: {
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="repair-bg" id="work-history">
|
|
3
|
+
<div class="bq-parent" v-if="shutype == 'heng'">
|
|
4
|
+
<blockquote class="blockquote">
|
|
5
|
+
<p>报建流程信息</p>
|
|
6
|
+
</blockquote>
|
|
7
|
+
</div>
|
|
8
|
+
<!-- 报建流程信息 -->
|
|
9
|
+
<div class="panel panel-default auto repair-info-content">
|
|
10
|
+
<div class="panel-body">
|
|
11
|
+
<p>报建编号: {{service.f_apply_num}}</p>
|
|
12
|
+
<p>报建类型: {{service.f_apply_type}}</p>
|
|
13
|
+
<p>流程状态: {{service.f_sub_state}}</p>
|
|
14
|
+
<p>报建日期: {{service.f_apply_date}}</p>
|
|
15
|
+
<p>报建备注: {{service.f_apply_remarks}}</p>
|
|
16
|
+
<failure-show :value='service.failure'>
|
|
17
|
+
</failure-show>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</template>
|
|
22
|
+
<script>
|
|
23
|
+
export default {
|
|
24
|
+
title: '报建流程信息',
|
|
25
|
+
data () {
|
|
26
|
+
return {
|
|
27
|
+
// service: null
|
|
28
|
+
f_userinfo_code : ''
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
props: {
|
|
32
|
+
service: { // 传入一条报修单信息
|
|
33
|
+
//"f_apply_num":"123456",
|
|
34
|
+
type: Object
|
|
35
|
+
},
|
|
36
|
+
shutype:'heng'
|
|
37
|
+
},
|
|
38
|
+
ready () {
|
|
39
|
+
},
|
|
40
|
+
methods: {
|
|
41
|
+
selfSearch () {
|
|
42
|
+
if(!this.rowOne) {
|
|
43
|
+
return
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
watch: {
|
|
48
|
+
'rowOne' () {
|
|
49
|
+
this.selfSearch()
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
components: {
|
|
53
|
+
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
</script>
|