apply-clients 3.4.2 → 3.4.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 (85) hide show
  1. package/android.html +23 -23
  2. package/build/dev-server.js +119 -119
  3. package/build/webpack.base.conf.js +2 -1
  4. package/build/webpack.dev.conf.js +12 -0
  5. package/dingding.html +23 -0
  6. package/index.html +33 -33
  7. package/package.json +2 -1
  8. package/src/AndroidApp.vue +35 -35
  9. package/src/DingDingApp.vue +51 -0
  10. package/src/android.js +21 -21
  11. package/src/apply.js +7 -1
  12. package/src/applyAndroid.js +32 -32
  13. package/src/applyDingDing.js +12 -0
  14. package/src/components/android/AppOnetomany.vue +301 -301
  15. package/src/components/android/AppServiceView.vue +566 -566
  16. package/src/components/android/AppSign.vue +142 -142
  17. package/src/components/android/AppTakePic.vue +143 -143
  18. package/src/components/android/Process/AppExplorationUser.vue +320 -320
  19. package/src/components/android/Process/AppServiceControl.vue +757 -757
  20. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -456
  21. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
  22. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -121
  23. package/src/components/android/TaskGraph.vue +125 -125
  24. package/src/components/product/Business/BusinessApply.vue +269 -0
  25. package/src/components/product/Business/CivilApply.vue +269 -0
  26. package/src/components/product/Function/InstallFunction.vue +131 -125
  27. package/src/components/product/Function/InstallInfoSelect.vue +300 -292
  28. package/src/components/product/Function/Service/FunctionServiceControl.vue +420 -222
  29. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
  30. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
  31. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
  32. package/src/components/product/Material/MaterialDetailed.vue +262 -0
  33. package/src/components/product/Onetomany.vue +377 -377
  34. package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
  35. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
  36. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
  37. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
  38. package/src/components/product/Process/ExplorationSelect.vue +7 -0
  39. package/src/components/product/Process/ExplorationUser.vue +138 -138
  40. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -592
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -207
  43. package/src/components/product/Process/Processes/chargeManagement.vue +638 -639
  44. package/src/components/product/Process/Service/ServiceControl.vue +10 -10
  45. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  46. package/src/components/product/ServiceView.vue +631 -631
  47. package/src/components/product/Stop/StopApply.vue +105 -103
  48. package/src/components/product/Stop/StopApplyList.vue +269 -269
  49. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -186
  50. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -100
  51. package/src/components/product/Supervisory/SupervisoryList.vue +233 -233
  52. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -107
  53. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  54. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  55. package/src/dingding.js +19 -0
  56. package/src/expandcssAndroid.less +1034 -1034
  57. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
  58. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  60. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
  61. package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
  62. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
  63. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
  64. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
  65. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
  66. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
  67. package/src/filiale/yuchuan/android.js +14 -14
  68. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  69. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  70. package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
  71. package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
  72. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
  73. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
  74. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  75. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  76. package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
  77. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
  78. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
  79. package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
  80. package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
  81. package/src/filiale/yuchuan/pc.js +20 -12
  82. package/src/main.js +1 -1
  83. package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
  84. package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
  85. package/src/components/product/Function/functions/StopInstall.vue +0 -106
@@ -1,103 +1,105 @@
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
+ <validator name="v">
10
+ <modal v-if="showModal" :show.sync="showModal" backdrop="false" large>
11
+ <header slot="modal-header" class="modal-header">
12
+ <button type="button" class="close" @click="closeModal()"><span>&times;</span></button>
13
+ <span class="modal-title"><font size="3">撤销</font></span>
14
+ </header>
15
+ <article slot="modal-body" class="modal-body clearfix">
16
+ <div class="form-group" :class="[$v.f_cancel_reason.required ? 'has-error' : '']">
17
+ <label class="control-label-justify control-label col-sm-1">撤销原因</label>
18
+ <div class="col-sm-9">
19
+ <textarea
20
+ class="form-control input_view" style="width: 100%" rows="5"
21
+ v-model="selectdata.f_cancel_reason" :value="selectdata.f_cancel_reason"
22
+ v-validate:f_cancel_reason = "['required']"
23
+ ></textarea>
24
+ </div>
25
+ </div>
26
+ </article>
27
+ <footer slot="modal-footer" class="modal-footer">
28
+ <button class="btn btn-primary" :disabled="!$v.valid" type="button" @click="confirmModal()">
29
+ 确认
30
+ </button>
31
+ </footer>
32
+ </modal>
33
+ </validator>
34
+ </div>
35
+ </template>
36
+
37
+ <script>
38
+ export default {
39
+ title: '终止报建',
40
+ data () {
41
+ return {
42
+ showModal: false,
43
+ selectdata: null
44
+ }
45
+ },
46
+ ready () {
47
+ },
48
+ methods: {
49
+ closeModal () {
50
+ this.showModal = false
51
+ this.selectdata = null
52
+
53
+ this.$refs.query.$refs.cp.$refs.cri.search()
54
+ },
55
+ async confirmModal () {
56
+ let data = {
57
+ selectdata: this.selectdata,
58
+ user: this.$login.f
59
+ }
60
+
61
+ let res = await this.$resetpost(
62
+ `rs/logic/cancelStopApply`,
63
+ {data: data},
64
+ {resolveMsg: null, rejectMsg: '撤销失败!!!'}
65
+ )
66
+
67
+ this.closeModal()
68
+ }
69
+ },
70
+ events: {
71
+ 'search' () {
72
+ this.$refs.query.$refs.cp.$refs.cri.search()
73
+ },
74
+ 'cancelStopApply' (row) {
75
+ this.selectdata = row
76
+
77
+ this.showModal = true
78
+ }
79
+ }
80
+ }
81
+ </script>
82
+
83
+ <style scoped>
84
+ .control-label-justify {
85
+ display: inline-block;
86
+ vertical-align: top;
87
+ width: 110px;
88
+ text-align: justify;
89
+ font-family: PingFang-SC-Bold;
90
+ }
91
+
92
+ .control-label-justify::after {
93
+ content: "";
94
+ display: inline-block;
95
+ width: 100%;
96
+ overflow: hidden;
97
+ height: 0;
98
+ }
99
+ .clearfix:after,.clearfix:before{
100
+ display: table;
101
+ }
102
+ .clearfix:after{
103
+ clear: both;
104
+ }
105
+ </style>