apply-clients 4.1.63-weinan → 4.1.64-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.
Files changed (31) hide show
  1. package/index.html +30 -30
  2. package/package.json +1 -1
  3. package/src/apply.js +81 -81
  4. package/src/applyAndroid.js +52 -52
  5. package/src/components/app_apply/AppChargeManagement.vue +753 -749
  6. package/src/components/app_apply/AppInstallationDetails.vue +529 -529
  7. package/src/components/app_apply/AppProcessSupervisory.vue +214 -214
  8. package/src/components/app_apply/AppSupervisoryCart.vue +68 -68
  9. package/src/components/app_apply/AppTakePic.vue +146 -146
  10. package/src/components/app_apply/AppdevicesDetails.vue +867 -867
  11. package/src/components/app_apply/ApplyInfo.vue +56 -56
  12. package/src/components/app_apply/ApplyToDoList.vue +292 -292
  13. package/src/components/app_apply/PlaceControler.vue +274 -274
  14. package/src/components/app_apply/ServiceControl.vue +440 -440
  15. package/src/components/app_apply/ServiceView.vue +394 -394
  16. package/src/components/app_apply/materialshoufei.vue +248 -248
  17. package/src/components/product/ApplyCharge/ApplyChargeList.vue +252 -252
  18. package/src/components/product/Process/ExplorationSelect.vue +377 -377
  19. package/src/components/product/Process/ExplorationUser.vue +134 -134
  20. package/src/components/product/Process/Processes/InstallationDetails.vue +515 -515
  21. package/src/components/product/Process/Processes/chargeManagement.vue +545 -545
  22. package/src/components/product/Process/Processes/devicesDetails.vue +843 -843
  23. package/src/components/product/Process/Processes/materialshoufei.vue +187 -187
  24. package/src/components/product/Process/Service/ServiceControl.vue +1490 -1490
  25. package/src/components/product/Stop/StopApply.vue +101 -101
  26. package/src/components/product/Stop/StopApplyList.vue +266 -266
  27. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +200 -200
  28. package/src/components/product/Supervisory/SupervisoryControl.vue +124 -124
  29. package/src/components/product/Supervisory/SupervisoryList.vue +221 -221
  30. package/src/components/product/VueUtils/ApplyUpload.vue +276 -276
  31. 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>