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,107 +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
- 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>
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>