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
@@ -1,103 +1,103 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div style="height: 95%">
5
- <stop-apply-list v-ref:query></stop-apply-list>
6
- </div>
7
- </div>
8
-
9
- <modal v-if="showModal" :show.sync="showModal" backdrop="false" large>
10
- <header slot="modal-header" class="modal-header">
11
- <button type="button" class="close" @click="closeModal()"><span>&times;</span></button>
12
- <span class="modal-title"><font size="3">撤销</font></span>
13
- </header>
14
- <article slot="modal-body" class="modal-body clearfix">
15
- <div :class="data.f_cancel_reason ? '' : 'has-error'" class="form-group">
16
- <label class="control-label-justify control-label col-sm-1">撤销原因</label>
17
- <div class="col-sm-9">
18
- <textarea
19
- class="form-control input_view" style="width: 100%" rows="5"
20
- v-model="data.f_cancel_reason" :value="data.f_cancel_reason"
21
- ></textarea>
22
- </div>
23
- </div>
24
- </article>
25
- <footer slot="modal-footer" class="modal-footer">
26
- <button :class="!data.f_cancel_reason ? 'btn btn-default':'btn btn-primary'"
27
- :disabled="!data.f_cancel_reason" type="button" @click="confirmModal()">
28
- 确认
29
- </button>
30
- </footer>
31
- </modal>
32
- </div>
33
- </template>
34
-
35
- <script>
36
- export default {
37
- title: '终止报建',
38
- data () {
39
- return {
40
- showModal: false,
41
- data: null
42
- }
43
- },
44
- ready () {
45
- },
46
- methods: {
47
- closeModal () {
48
- this.showModal = false
49
- this.data = null
50
-
51
- this.$refs.query.$refs.cp.$refs.cri.search()
52
- },
53
- async confirmModal () {
54
- let data = {
55
- data: this.data,
56
- user: this.$login.f
57
- }
58
-
59
- let res = await this.$resetpost(
60
- `rs/logic/cancelStopApply`,
61
- {data: data},
62
- {resolveMsg: null, rejectMsg: '撤销失败!!!'}
63
- )
64
-
65
- this.closeModal()
66
- }
67
- },
68
- events: {
69
- 'search' () {
70
- this.$refs.query.$refs.cp.$refs.cri.search()
71
- },
72
- 'cancelStopApply' (row) {
73
- this.data = row
74
-
75
- this.showModal = true
76
- }
77
- }
78
- }
79
- </script>
80
-
81
- <style scoped>
82
- .control-label-justify {
83
- display: inline-block;
84
- vertical-align: top;
85
- width: 110px;
86
- text-align: justify;
87
- font-family: PingFang-SC-Bold;
88
- }
89
-
90
- .control-label-justify::after {
91
- content: "";
92
- display: inline-block;
93
- width: 100%;
94
- overflow: hidden;
95
- height: 0;
96
- }
97
- .clearfix:after,.clearfix:before{
98
- display: table;
99
- }
100
- .clearfix:after{
101
- clear: both;
102
- }
103
- </style>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div style="height: 95%">
5
+ <stop-apply-list v-ref:query></stop-apply-list>
6
+ </div>
7
+ </div>
8
+
9
+ <modal v-if="showModal" :show.sync="showModal" backdrop="false" large>
10
+ <header slot="modal-header" class="modal-header">
11
+ <button type="button" class="close" @click="closeModal()"><span>&times;</span></button>
12
+ <span class="modal-title"><font size="3">撤销</font></span>
13
+ </header>
14
+ <article slot="modal-body" class="modal-body clearfix">
15
+ <div :class="data.f_cancel_reason ? '' : 'has-error'" class="form-group">
16
+ <label class="control-label-justify control-label col-sm-1">撤销原因</label>
17
+ <div class="col-sm-9">
18
+ <textarea
19
+ class="form-control input_view" style="width: 100%" rows="5"
20
+ v-model="data.f_cancel_reason" :value="data.f_cancel_reason"
21
+ ></textarea>
22
+ </div>
23
+ </div>
24
+ </article>
25
+ <footer slot="modal-footer" class="modal-footer">
26
+ <button :class="!data.f_cancel_reason ? 'btn btn-default':'btn btn-primary'"
27
+ :disabled="!data.f_cancel_reason" type="button" @click="confirmModal()">
28
+ 确认
29
+ </button>
30
+ </footer>
31
+ </modal>
32
+ </div>
33
+ </template>
34
+
35
+ <script>
36
+ export default {
37
+ title: '终止报建',
38
+ data () {
39
+ return {
40
+ showModal: false,
41
+ data: null
42
+ }
43
+ },
44
+ ready () {
45
+ },
46
+ methods: {
47
+ closeModal () {
48
+ this.showModal = false
49
+ this.data = null
50
+
51
+ this.$refs.query.$refs.cp.$refs.cri.search()
52
+ },
53
+ async confirmModal () {
54
+ let data = {
55
+ data: this.data,
56
+ user: this.$login.f
57
+ }
58
+
59
+ let res = await this.$resetpost(
60
+ `rs/logic/cancelStopApply`,
61
+ {data: data},
62
+ {resolveMsg: null, rejectMsg: '撤销失败!!!'}
63
+ )
64
+
65
+ this.closeModal()
66
+ }
67
+ },
68
+ events: {
69
+ 'search' () {
70
+ this.$refs.query.$refs.cp.$refs.cri.search()
71
+ },
72
+ 'cancelStopApply' (row) {
73
+ this.data = row
74
+
75
+ this.showModal = true
76
+ }
77
+ }
78
+ }
79
+ </script>
80
+
81
+ <style scoped>
82
+ .control-label-justify {
83
+ display: inline-block;
84
+ vertical-align: top;
85
+ width: 110px;
86
+ text-align: justify;
87
+ font-family: PingFang-SC-Bold;
88
+ }
89
+
90
+ .control-label-justify::after {
91
+ content: "";
92
+ display: inline-block;
93
+ width: 100%;
94
+ overflow: hidden;
95
+ height: 0;
96
+ }
97
+ .clearfix:after,.clearfix:before{
98
+ display: table;
99
+ }
100
+ .clearfix:after{
101
+ clear: both;
102
+ }
103
+ </style>