apply-clients 3.3.213 → 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 (93) 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 +2 -16
  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/image/dwg.jpg +0 -0
  79. package/src/components/image/yasuobao.jpg +0 -0
  80. package/src/components/product/Function/Inform.vue +0 -73
  81. package/src/components/product/Function/MarketSurvey.vue +0 -81
  82. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  83. package/src/components/product/Process/ShowBackReason.vue +0 -33
  84. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  85. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  86. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  87. package/src/components/product/VueUtils/Tree.vue +0 -330
  88. package/src/filiale/wuan/android.js +0 -0
  89. package/src/filiale/wuan/pc.js +0 -4
  90. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  91. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  92. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  93. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,124 +1,107 @@
1
- <template>
2
- <div style="overflow: auto;background-color: #FFFFFF;">
3
- <div class="row" v-for="(i,row) in defnames">
4
- <div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'" @click="getdefname(row)" >
5
- {{ row.defname }}
6
- <br>
7
- {{i === (defnames.length) - 1 ? row.sendtime : row.finishtime}}
8
- </div>
9
- <div class="arrow glyphicon glyphicon-menu-down" v-if="i !== defnames.length-1" aria-hidden="true"></div>
10
- </div>
11
- </div>
12
- </template>
13
-
14
- <script>
15
- import {HttpResetClass} from 'vue-client'
16
- import {isEmpty} from "../../Util";
17
- export default {
18
- title: "流程节点",
19
- props:['selectdata'],
20
- data(){
21
- return{
22
- defnames: [] // 所有节点
23
- }
24
- },
25
- created () {
26
- this.initial()
27
- },
28
- methods :{
29
- async initial () {
30
- // 获取流程节点信息
31
- let http = new HttpResetClass()
32
- let data = {
33
- processid: this.selectdata.f_process_id
34
- }
35
-
36
- let res = await http.load(
37
- 'POST',
38
- 'rs/sql/getAllNode',
39
- {data: data},
40
- {resolveMsg: null, rejectMsg: '流程节点信息获取失败!!!'})
41
-
42
- this.defnames = res.data
43
- },
44
- //点击获取节点名
45
- getdefname (row) {
46
- // 发起节点都可查看
47
- // if(row.defname === this.$workflow_vue.start_activity){
48
- // row = Object.assign({},this.selectdata,row)
49
- // this.$dispatch('apply', row)
50
- // return
51
- // }
52
- // if(this.check(row.actorexpression)){
53
- // row = Object.assign({},this.selectdata,row)
54
- // this.$dispatch('apply', row)
55
- // return
56
- // }
57
- // this.$showMessage("对不起,您没有查看此节点的权限!")
58
-
59
- row = Object.assign({},this.selectdata,row)
60
- this.$dispatch('apply', row)
61
- },
62
- // 检测是否有权限
63
- check (actorexpression){
64
-
65
- let str = null
66
-
67
- if (isEmpty(actorexpression)) {
68
- return true
69
- }
70
-
71
- if (actorexpression.indexOf('D') === 0) {
72
- str = actorexpression.substring(2, actorexpression.length-1)
73
- return this.$login.f.f_department_name.includes(str)
74
- }
75
-
76
- if (actorexpression.indexOf('RS') === 0) {
77
- for (str of actorexpression.substring(3, actorexpression.length-1).split(',')) {
78
- return this.$login.f.f_role_name.includes(str)
79
- }
80
- }
81
-
82
- if (actorexpression.indexOf('R') === 0) {
83
- str = actorexpression.substring(2, actorexpression.length-1)
84
- return this.$login.f.f_role_name.includes(str)
85
- }
86
-
87
- if (actorexpression.indexOf('PI') === 0) {
88
- str = actorexpression.substring(3, actorexpression.length-1)
89
- return this.$login.f.id.includes(str)
90
- }
91
- if (actorexpression.indexOf('P') === 0) {
92
- str = actorexpression.substring(2, actorexpression.length-1)
93
- return this.$login.f.name.includes(str)
94
- }
95
-
96
- return this.$login.f.f_role_name.includes('流程监控')
97
- }
98
- },
99
- watch:{
100
- }
101
- }
102
- </script>
103
-
104
- <style scoped>
105
- .row{
106
- text-align: center;
107
- height: auto;
108
- margin-right: 20px;
109
- }
110
- .item{
111
- border-radius: 2em;
112
- border: 1px solid silver;
113
- line-height: 25px;
114
- }
115
- .arrow{
116
- width: 100%;
117
- color: #5ac0d9;
118
- font-weight: bold;
119
- }
120
- .selectIndex{
121
- background-color: #5ac0d9;
122
- color: #ffffff;
123
- }
124
- </style>
1
+ <template>
2
+ <div style="overflow: auto;background-color: #FFFFFF;">
3
+ <div class="row" v-for="(i,row) in defnames">
4
+ <div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'" @click="getdefname(row)" >
5
+ {{ row.defname }}
6
+ <br>
7
+ {{i === (defnames.length) - 1 ? row.sendtime : row.finishtime}}
8
+ </div>
9
+ <div class="arrow glyphicon glyphicon-menu-down" v-if="i !== defnames.length-1" aria-hidden="true"></div>
10
+ </div>
11
+ </div>
12
+ </template>
13
+
14
+ <script>
15
+ import {HttpResetClass} from 'vue-client'
16
+ export default {
17
+ title: "流程节点",
18
+ props:['selectdata'],
19
+ data(){
20
+ return{
21
+ defnames: [] // 所有节点
22
+ }
23
+ },
24
+ created () {
25
+ this.initial()
26
+ },
27
+ methods :{
28
+ async initial () {
29
+ // 获取流程节点信息
30
+
31
+ let data = {
32
+ processid: this.selectdata.f_process_id
33
+ }
34
+
35
+ let res = await this.$resetpost(
36
+ 'rs/sql/getAllNode',
37
+ {data: data},
38
+ {resolveMsg: null, rejectMsg: '流程节点信息获取失败!!!'}
39
+ )
40
+
41
+ this.defnames = res.data
42
+ },
43
+ //点击获取节点名
44
+ getdefname (row) {
45
+ // 发起节点都可查看
46
+ if(row.defname === this.$workflow_vue.start_activity){
47
+ row = Object.assign({},this.selectdata,row)
48
+ this.$dispatch('apply', row)
49
+ return
50
+ }
51
+ if(this.check(row.actorexpression)){
52
+ row = Object.assign({},this.selectdata,row)
53
+ this.$dispatch('apply', row)
54
+ return
55
+ }
56
+ this.$showMessage("对不起,您没有查看此节点的权限!")
57
+ },
58
+ // 检测是否有权限
59
+ check (actorexpression){
60
+ let flag = false
61
+
62
+ // 获取标识
63
+ let mark = actorexpression.charAt(0)
64
+
65
+ let str = actorexpression.substring(2, actorexpression.length-1)
66
+
67
+ if (mark === 'D' && this.$login.f.f_department_name.includes(str)) {
68
+ flag = true
69
+ }
70
+ if (mark === 'R' && this.$login.f.f_role_name.includes(str)) {
71
+ flag = true
72
+ }
73
+ if (mark === 'P' && this.$login.f.id.includes(str)) {
74
+ flag = true
75
+ }
76
+ if (this.$login.f.f_role_name.includes('流程监控')) {
77
+ flag = true
78
+ }
79
+ return flag
80
+ }
81
+ },
82
+ watch:{
83
+ }
84
+ }
85
+ </script>
86
+
87
+ <style scoped>
88
+ .row{
89
+ text-align: center;
90
+ height: auto;
91
+ margin-right: 20px;
92
+ }
93
+ .item{
94
+ border-radius: 2em;
95
+ border: 1px solid silver;
96
+ line-height: 25px;
97
+ }
98
+ .arrow{
99
+ width: 100%;
100
+ color: #5ac0d9;
101
+ font-weight: bold;
102
+ }
103
+ .selectIndex{
104
+ background-color: #5ac0d9;
105
+ color: #ffffff;
106
+ }
107
+ </style>