apply-clients 3.3.216 → 3.4.1

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 (96) hide show
  1. package/android.html +23 -23
  2. package/index.html +33 -33
  3. package/package.json +3 -3
  4. package/src/AndroidApp.vue +35 -30
  5. package/src/App.vue +20 -20
  6. package/src/android.js +21 -21
  7. package/src/apply.js +81 -90
  8. package/src/applyAndroid.js +1 -23
  9. package/src/components/android/AppOnetomany.vue +301 -285
  10. package/src/components/android/AppServiceView.vue +566 -570
  11. package/src/components/android/AppSign.vue +142 -142
  12. package/src/components/android/AppTakePic.vue +143 -144
  13. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  14. package/src/components/android/Process/AppServiceControl.vue +757 -686
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  16. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  17. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  18. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  19. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  20. package/src/components/android/TaskGraph.vue +125 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  22. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  23. package/src/components/product/Function/InstallFunction.vue +125 -122
  24. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  25. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  26. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  27. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  28. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  29. package/src/components/product/Onetomany.vue +377 -296
  30. package/src/components/product/Order/OrderApply.vue +30 -30
  31. package/src/components/product/Order/OrderApplyList.vue +78 -67
  32. package/src/components/product/Order/OrderMessage.vue +11 -87
  33. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  34. package/src/components/product/Process/ExplorationUser.vue +138 -128
  35. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  36. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  37. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  38. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  39. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  40. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  43. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  44. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  45. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  46. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  47. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  48. package/src/components/product/ServiceView.vue +631 -741
  49. package/src/components/product/Stop/StopApply.vue +103 -103
  50. package/src/components/product/Stop/StopApplyList.vue +269 -254
  51. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  52. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  53. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  54. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  55. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  56. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  57. package/src/expandcssAndroid.less +1034 -517
  58. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
  60. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  61. package/src/filiale/yuchuan/android.js +7 -8
  62. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  63. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  64. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  65. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
  66. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
  67. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
  68. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  69. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
  70. package/src/filiale/yuchuan/pc.js +11 -13
  71. package/src/main.js +23 -23
  72. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  73. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  74. package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
  75. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  76. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  77. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  78. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  79. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  80. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  81. package/src/components/image/dwg.jpg +0 -0
  82. package/src/components/image/yasuobao.jpg +0 -0
  83. package/src/components/product/Function/Inform.vue +0 -73
  84. package/src/components/product/Function/MarketSurvey.vue +0 -81
  85. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  86. package/src/components/product/Process/ShowBackReason.vue +0 -33
  87. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  88. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  89. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  90. package/src/components/product/VueUtils/Tree.vue +0 -330
  91. package/src/filiale/wuan/android.js +0 -0
  92. package/src/filiale/wuan/pc.js +0 -4
  93. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  94. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  95. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  96. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -0,0 +1,102 @@
1
+ <template>
2
+ <div class="col-sm-12 auto">
3
+ <validator name="v">
4
+ <form class="form-horizontal">
5
+ <div class="form-group col-sm-12" style="margin: 100px 0px">
6
+ <div class="col-sm-2">
7
+ <label class="control-label col-sm-12">撤销原因:</label>
8
+ </div>
9
+ <div class="col-sm-10">
10
+ <textarea class="form-control" rows="3" v-model="model.f_cancel_reason"></textarea>
11
+ </div>
12
+ </div>
13
+ <div class="col-sm-12 form-group text-center">
14
+ <div class="col-sm-12 form-group text-center">
15
+ <div class="form-group col-sm-6 center-block">
16
+ <label class="col-sm-4">分公司:</label>
17
+ <div class="col-sm-8" style="text-align: left">
18
+ {{model.f_filiale}}
19
+ </div>
20
+ </div>
21
+ <div class="form-group col-sm-6 center-block">
22
+ <label class="col-sm-4">操作日期:</label>
23
+ <div class="col-sm-8" style="text-align: left">
24
+ {{model.f_date}}
25
+ </div>
26
+ </div>
27
+ </div>
28
+ <div class="col-sm-12 form-group text-center">
29
+ <div class="form-group col-sm-6 center-block">
30
+ <label class="col-sm-4">部门:</label>
31
+ <div class="col-sm-8" style="text-align: left">
32
+ {{model.f_department}}
33
+ </div>
34
+ </div>
35
+ <div class="form-group col-sm-6 center-block">
36
+ <label class="col-sm-4">操作人:</label>
37
+ <div class="col-sm-8" style="text-align: left">
38
+ {{model.f_operator}}
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </form>
44
+ </validator>
45
+
46
+ <div class="from-group col-sm-12">
47
+ <center>
48
+ <button type="button" @click="confirm()" :disabled="disabled" class="btn btn-primary" style="width: 100px">
49
+ 保存
50
+ </button>
51
+ </center>
52
+ </div>
53
+ </div>
54
+ </template>
55
+ <script>
56
+ import * as Util from '../../../Util'
57
+ import {HttpResetClass} from 'vue-client'
58
+ export default {
59
+ title: '终止报建',
60
+ props: ['selectdata'],
61
+ data () {
62
+ return {
63
+ model: {
64
+ f_date: Util.toStandardTimeString(),
65
+ f_department: this.$login.f.f_department_name,
66
+ f_operator: this.$login.f.name,
67
+ f_filiale: this.$login.f.orgs,
68
+ f_cancel_reason: null
69
+ },
70
+ disabled: true
71
+ }
72
+ },
73
+ methods: {
74
+ confirm () {
75
+ this.disabled = true
76
+ let http = new HttpResetClass()
77
+ let data = {
78
+ loginUser: this.$login.f,
79
+ selectdata: this.selectdata,
80
+ model: this.model
81
+ }
82
+ http.load('POST', 'rs/logic/cancelStopApply', {data: data}, {resolveMsg: null,rejectMsg: '删除失败'})
83
+ .then(res => {
84
+ if (res.data === 200) {
85
+ this.$dispatch('query')
86
+ } else {
87
+ this.$showMessage('撤销失败')
88
+ }
89
+ })
90
+ }
91
+ },
92
+ watch: {
93
+ 'model.f_cancel_reason' (val) {
94
+ if (val != null || val !== '') {
95
+ this.disabled = false
96
+ }
97
+ }
98
+ }
99
+ }
100
+ </script>
101
+ <style scoped>
102
+ </style>
@@ -0,0 +1,106 @@
1
+ <template>
2
+ <div class="col-sm-12 auto">
3
+ <validator name="v">
4
+ <form class="form-horizontal">
5
+ <div class="form-group col-sm-12" style="margin: 100px 0px">
6
+ <div class="col-sm-2">
7
+ <label class="control-label col-sm-12">终止原因:</label>
8
+ </div>
9
+ <div class="col-sm-10">
10
+ <textarea class="form-control" rows="3" v-model="model.f_stop_remarks"></textarea>
11
+ </div>
12
+ </div>
13
+ <div class="col-sm-12 form-group text-center">
14
+ <div class="col-sm-12 form-group text-center">
15
+ <div class="form-group col-sm-6 center-block">
16
+ <label class="col-sm-4">分公司:</label>
17
+ <div class="col-sm-8" style="text-align: left">
18
+ {{model.f_filiale}}
19
+ </div>
20
+ </div>
21
+ <div class="form-group col-sm-6 center-block">
22
+ <label class="col-sm-4">操作日期:</label>
23
+ <div class="col-sm-8" style="text-align: left">
24
+ {{model.f_date}}
25
+ </div>
26
+ </div>
27
+ </div>
28
+ <div class="col-sm-12 form-group text-center">
29
+ <div class="form-group col-sm-6 center-block">
30
+ <label class="col-sm-4">部门:</label>
31
+ <div class="col-sm-8" style="text-align: left">
32
+ {{model.f_department}}
33
+ </div>
34
+ </div>
35
+ <div class="form-group col-sm-6 center-block">
36
+ <label class="col-sm-4">操作人:</label>
37
+ <div class="col-sm-8" style="text-align: left">
38
+ {{model.f_operator}}
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </form>
44
+ </validator>
45
+
46
+
47
+
48
+ <div class="from-group col-sm-12">
49
+ <center>
50
+ <button type="button" @click="confirm()" :disabled="disabled" class="btn btn-primary" style="width: 100px">
51
+ 保存
52
+ </button>
53
+ </center>
54
+ </div>
55
+ </div>
56
+ </template>
57
+ <script>
58
+ import * as Util from '../../../Util'
59
+ import {HttpResetClass} from 'vue-client'
60
+ export default {
61
+ title: '终止报建',
62
+ props: ['data'],
63
+ data () {
64
+ return {
65
+ model: {
66
+ f_date: Util.toStandardTimeString(),
67
+ f_department: this.$login.f.f_department_name,
68
+ f_operator: this.$login.f.name,
69
+ f_filiale: this.$login.f.orgs,
70
+ f_stop_remarks: null
71
+ },
72
+ disabled: true // 是否禁用确认按钮
73
+ }
74
+ },
75
+ methods: {
76
+ // 点击确认提交
77
+ confirm () {
78
+ this.disabled = true
79
+ let http = new HttpResetClass()
80
+ let data = {
81
+ loginUser: this.$login.f,
82
+ selectdata: this.data,
83
+ model: this.model
84
+ }
85
+ http.load('POST', 'rs/logic/stopApply', {data: data}, {resolveMsg: null,rejectMsg: '删除失败'})
86
+ .then(res => {
87
+ if (res.data === 200) {
88
+ this.$dispatch('search')
89
+ } else {
90
+ this.$showMessage('终止报建失败')
91
+ }
92
+ })
93
+ }
94
+ },
95
+ watch: {
96
+ // 监控确认按钮
97
+ 'model.f_stop_remarks' (val) {
98
+ if (val != null || val !== '') {
99
+ this.disabled = false
100
+ }
101
+ }
102
+ }
103
+ }
104
+ </script>
105
+ <style scoped>
106
+ </style>