apply-clients 7.1.36-yuchuan-56 → 7.1.36-yuchuan-57

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 (68) hide show
  1. package/android.html +27 -27
  2. package/build/dev-server.js +192 -192
  3. package/package.json +1 -1
  4. package/src/apply.js +163 -163
  5. package/src/applyAndroid.js +98 -98
  6. package/src/components/android/AppSign.vue +232 -232
  7. package/src/components/android/Ignition/VentilationIgnition.vue +409 -409
  8. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +472 -472
  9. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  10. package/src/components/android/Process/AppServiceControl.vue +1434 -1434
  11. package/src/components/android/Process/Processes/AppInstallationDetails.vue +1026 -1026
  12. package/src/components/android/Process/Processes/newAppInstallationDetails.vue +671 -671
  13. package/src/components/android/SealBind.vue +382 -382
  14. package/src/components/android/SealManage.vue +278 -278
  15. package/src/components/android/Sign/AppSignTask.vue +183 -183
  16. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  17. package/src/components/android/Task/Build/BuildTsak.vue +117 -117
  18. package/src/components/android/Task/BuildIgnition/BuildIgnition.vue +114 -114
  19. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  20. package/src/components/android/Task/RepairFromSend/RepairFrom.vue +124 -124
  21. package/src/components/android/Task/RepairFromSend/RepairSend.vue +124 -124
  22. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  23. package/src/components/android/Task/Survey/SurveyTsak.vue +141 -141
  24. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  25. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  26. package/src/components/android/newPackage/projectPrice.vue +218 -218
  27. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
  28. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +325 -325
  29. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +142 -142
  30. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  31. package/src/components/product/ApplyMap/AppMapLocation.vue +829 -829
  32. package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
  33. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +417 -417
  34. package/src/components/product/Function/InstallFunction.vue +132 -132
  35. package/src/components/product/Function/InstallInfoSelect.vue +374 -374
  36. package/src/components/product/Function/Service/FunctionServiceControl.vue +581 -581
  37. package/src/components/product/Ignition/IgnitionDispatch.vue +90 -90
  38. package/src/components/product/Ignition/IgnitionListManage.vue +604 -604
  39. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  40. package/src/components/product/InsuranceApply/InsuranceReport.vue +188 -188
  41. package/src/components/product/List/OldShowDevices.vue +272 -272
  42. package/src/components/product/List/ShowAllActivity.vue +541 -541
  43. package/src/components/product/List/ShowDevices.vue +279 -279
  44. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  45. package/src/components/product/Process/ExplorationSelect.vue +593 -593
  46. package/src/components/product/Process/ExplorationUser.vue +154 -154
  47. package/src/components/product/Process/New1ExplorationUser.vue +196 -196
  48. package/src/components/product/Process/NewExplorationSelect.vue +587 -587
  49. package/src/components/product/Process/NewExplorationUser.vue +216 -216
  50. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  51. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  52. package/src/components/product/Process/Processes/chargeManagement.vue +2 -1
  53. package/src/components/product/Process/Processes/selectApply.vue +250 -250
  54. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  55. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  56. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  57. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  58. package/src/components/product/ServiceView.vue +644 -644
  59. package/src/components/product/Stop/StopApplyList.vue +224 -224
  60. package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
  61. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +593 -593
  62. package/src/components/product/Supervisory/SupervisoryControl.vue +114 -114
  63. package/src/components/product/Supervisory/SupervisoryList.vue +586 -586
  64. package/src/components/product/Supervisory/SupervisoryhCart.vue +120 -120
  65. package/src/components/product/Supervisory/YiBanSupervisoryControl.vue +111 -111
  66. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  67. package/src/components/product/VueUtils/ApplyUpload.vue +303 -303
  68. package/src/main.js +27 -27
@@ -1,120 +1,120 @@
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
-
32
- let data = {
33
- processid: this.selectdata.f_process_id
34
- }
35
-
36
-
37
- let res = await this.$resetpost(
38
- 'rs/sql/getAllNode',
39
- {data: data},
40
- {resolveMsg: null, rejectMsg: '流程节点信息获取失败!!!'}
41
- )
42
-
43
- this.defnames = res.data
44
- },
45
- //点击获取节点名
46
- getdefname (row) {
47
- // 发起节点都可查看
48
- if(row.defname === this.$workflow_vue.start_activity){
49
- row = Object.assign({},this.selectdata,row)
50
- this.$dispatch('apply', row)
51
- return
52
- }
53
- if(this.check(row.actorexpression)){
54
- row = Object.assign({},this.selectdata,row)
55
- this.$dispatch('apply', row)
56
- return
57
- }
58
- this.$showMessage("对不起,您没有查看此节点的权限!")
59
- },
60
- // 检测是否有权限
61
- check (actorexpression){
62
- let str = null
63
-
64
- if (isEmpty(actorexpression)) {
65
- return true
66
- }
67
- return true
68
- if (actorexpression.indexOf('D') === 0) {
69
- str = actorexpression.substring(2, actorexpression.length-1)
70
- return this.$login.f.f_department_name.includes(str)
71
- }
72
- if (actorexpression.indexOf('RS') === 0) {
73
- for (str of actorexpression.substring(3, actorexpression.length-1).split(',')) {
74
- return this.$login.f.rolesnames.includes(str)
75
- }
76
- }
77
-
78
- if (actorexpression.indexOf('R') === 0) {
79
- str = actorexpression.substring(2, actorexpression.length-1)
80
- return this.$login.f.rolesnames.includes(str)
81
- }
82
-
83
- if (actorexpression.indexOf('PI') === 0) {
84
- str = actorexpression.substring(3, actorexpression.length-1)
85
- return this.$login.f.id.includes(str)
86
- }
87
- if (actorexpression.indexOf('P') === 0) {
88
- str = actorexpression.substring(2, actorexpression.length-1)
89
- return this.$login.f.name.includes(str)
90
- }
91
-
92
- return this.$login.f.rolesnames.includes('流程监控')
93
- }
94
- },
95
- watch:{
96
- }
97
- }
98
- </script>
99
-
100
- <style scoped>
101
- .row{
102
- text-align: center;
103
- height: auto;
104
- margin-right: 20px;
105
- }
106
- .item{
107
- border-radius: 2em;
108
- border: 1px solid silver;
109
- line-height: 25px;
110
- }
111
- .arrow{
112
- width: 100%;
113
- color: #5ac0d9;
114
- font-weight: bold;
115
- }
116
- .selectIndex{
117
- background-color: #5ac0d9;
118
- color: #ffffff;
119
- }
120
- </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
+ 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
+
32
+ let data = {
33
+ processid: this.selectdata.f_process_id
34
+ }
35
+
36
+
37
+ let res = await this.$resetpost(
38
+ 'rs/sql/getAllNode',
39
+ {data: data},
40
+ {resolveMsg: null, rejectMsg: '流程节点信息获取失败!!!'}
41
+ )
42
+
43
+ this.defnames = res.data
44
+ },
45
+ //点击获取节点名
46
+ getdefname (row) {
47
+ // 发起节点都可查看
48
+ if(row.defname === this.$workflow_vue.start_activity){
49
+ row = Object.assign({},this.selectdata,row)
50
+ this.$dispatch('apply', row)
51
+ return
52
+ }
53
+ if(this.check(row.actorexpression)){
54
+ row = Object.assign({},this.selectdata,row)
55
+ this.$dispatch('apply', row)
56
+ return
57
+ }
58
+ this.$showMessage("对不起,您没有查看此节点的权限!")
59
+ },
60
+ // 检测是否有权限
61
+ check (actorexpression){
62
+ let str = null
63
+
64
+ if (isEmpty(actorexpression)) {
65
+ return true
66
+ }
67
+ return true
68
+ if (actorexpression.indexOf('D') === 0) {
69
+ str = actorexpression.substring(2, actorexpression.length-1)
70
+ return this.$login.f.f_department_name.includes(str)
71
+ }
72
+ if (actorexpression.indexOf('RS') === 0) {
73
+ for (str of actorexpression.substring(3, actorexpression.length-1).split(',')) {
74
+ return this.$login.f.rolesnames.includes(str)
75
+ }
76
+ }
77
+
78
+ if (actorexpression.indexOf('R') === 0) {
79
+ str = actorexpression.substring(2, actorexpression.length-1)
80
+ return this.$login.f.rolesnames.includes(str)
81
+ }
82
+
83
+ if (actorexpression.indexOf('PI') === 0) {
84
+ str = actorexpression.substring(3, actorexpression.length-1)
85
+ return this.$login.f.id.includes(str)
86
+ }
87
+ if (actorexpression.indexOf('P') === 0) {
88
+ str = actorexpression.substring(2, actorexpression.length-1)
89
+ return this.$login.f.name.includes(str)
90
+ }
91
+
92
+ return this.$login.f.rolesnames.includes('流程监控')
93
+ }
94
+ },
95
+ watch:{
96
+ }
97
+ }
98
+ </script>
99
+
100
+ <style scoped>
101
+ .row{
102
+ text-align: center;
103
+ height: auto;
104
+ margin-right: 20px;
105
+ }
106
+ .item{
107
+ border-radius: 2em;
108
+ border: 1px solid silver;
109
+ line-height: 25px;
110
+ }
111
+ .arrow{
112
+ width: 100%;
113
+ color: #5ac0d9;
114
+ font-weight: bold;
115
+ }
116
+ .selectIndex{
117
+ background-color: #5ac0d9;
118
+ color: #ffffff;
119
+ }
120
+ </style>
@@ -1,111 +1,111 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'">
5
- <yiban-supervisory-list v-ref:query :show-data="showData"></yiban-supervisory-list>
6
- </div>
7
- <div v-if="showtotal" style="height: 89%">
8
- <div class="col-sm-2" style="margin-top: 20px">
9
- <new-supervisory-chart :selectdata="selectdata"></new-supervisory-chart>
10
- </div>
11
- <div class="col-sm-10" style="margin-top: 20px">
12
- <tabset v-ref:tabs :close="false">
13
- <tab :header='selectdata.defname'>
14
- <supervisory-service-control :selectdata="selectdata" :node-snapshot="true"></supervisory-service-control>
15
- </tab>
16
- <tab header='附件'>
17
- <apply-upload :blodid="selectdata.f_process_id"
18
- :isupload = "projectStart"
19
- :isdelete="false"
20
- :isusetype="true"
21
- :isremark = "true"
22
- :takeimg="false"
23
- :issearch="true"
24
- :defname="selectdata.defname">
25
- </apply-upload>
26
- </tab>
27
- </tabset>
28
- </div>
29
- </div>
30
- </div>
31
- </div>
32
-
33
- </template>
34
- <script>
35
- import Vue from 'vue'
36
- import {HttpResetClass} from 'vue-client'
37
- export default {
38
- title: '已办列表',
39
- data () {
40
- return {
41
- showtotal: false, // 控制详细信息显示
42
- showData: true,
43
- selectdata: {},
44
- xmlname: '' // 配置文件名称
45
- }
46
- },
47
- created () {
48
- },
49
- methods: {
50
- // 获取页面配置json文件
51
- async loadName () {
52
- let http = new HttpResetClass()
53
- let data = {
54
- workname: this.selectdata.processname
55
- }
56
- let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
57
- data
58
- }, {resolveMsg: null, rejectMsg: null})
59
- Vue.prototype.$workflow_vue = res.data
60
- }
61
- },
62
- events: {
63
- 'onMessage' (data) {
64
- console.log('接收消息')
65
- console.log(data)
66
- if (data.type === 'apply-task') {
67
- this.$refs.queryuser.$refs.cp.$refs.cri.search()
68
- }
69
- },
70
- async 'apply' (val) {
71
- this.selectdata = val
72
- this.showtotal = false
73
-
74
- // 获取配置文件
75
- await this.loadName()
76
-
77
- this.$refs.query.$refs.cp.pager = false
78
- this.showData = false
79
-
80
- this.showtotal = true
81
- },
82
- 'search' () {
83
- // 关闭详细
84
- this.showtotal = false
85
- // 显示列表数据
86
- this.showData = true
87
- // 显示分页
88
- this.$refs.query.$refs.cp.pager = true
89
- // 调用查询
90
- this.$refs.query.$refs.cp.$refs.cri.search()
91
- },
92
- 'loadPage' () {
93
- // 关闭详细
94
- this.showtotal = false
95
- // 显示列表数据
96
- this.showData = true
97
- // 显示分页
98
- this.$refs.query.$refs.cp.pager = true
99
- // 调用查询
100
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
101
- }
102
- },
103
- computed: {
104
- projectStart () {
105
- return this.$login.r.includes('报装文件上传')
106
- }
107
- },
108
- watch: {
109
- }
110
- }
111
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'">
5
+ <yiban-supervisory-list v-ref:query :show-data="showData"></yiban-supervisory-list>
6
+ </div>
7
+ <div v-if="showtotal" style="height: 89%">
8
+ <div class="col-sm-2" style="margin-top: 20px">
9
+ <new-supervisory-chart :selectdata="selectdata"></new-supervisory-chart>
10
+ </div>
11
+ <div class="col-sm-10" style="margin-top: 20px">
12
+ <tabset v-ref:tabs :close="false">
13
+ <tab :header='selectdata.defname'>
14
+ <supervisory-service-control :selectdata="selectdata" :node-snapshot="true"></supervisory-service-control>
15
+ </tab>
16
+ <tab header='附件'>
17
+ <apply-upload :blodid="selectdata.f_process_id"
18
+ :isupload = "projectStart"
19
+ :isdelete="false"
20
+ :isusetype="true"
21
+ :isremark = "true"
22
+ :takeimg="false"
23
+ :issearch="true"
24
+ :defname="selectdata.defname">
25
+ </apply-upload>
26
+ </tab>
27
+ </tabset>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ </div>
32
+
33
+ </template>
34
+ <script>
35
+ import Vue from 'vue'
36
+ import {HttpResetClass} from 'vue-client'
37
+ export default {
38
+ title: '已办列表',
39
+ data () {
40
+ return {
41
+ showtotal: false, // 控制详细信息显示
42
+ showData: true,
43
+ selectdata: {},
44
+ xmlname: '' // 配置文件名称
45
+ }
46
+ },
47
+ created () {
48
+ },
49
+ methods: {
50
+ // 获取页面配置json文件
51
+ async loadName () {
52
+ let http = new HttpResetClass()
53
+ let data = {
54
+ workname: this.selectdata.processname
55
+ }
56
+ let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
57
+ data
58
+ }, {resolveMsg: null, rejectMsg: null})
59
+ Vue.prototype.$workflow_vue = res.data
60
+ }
61
+ },
62
+ events: {
63
+ 'onMessage' (data) {
64
+ console.log('接收消息')
65
+ console.log(data)
66
+ if (data.type === 'apply-task') {
67
+ this.$refs.queryuser.$refs.cp.$refs.cri.search()
68
+ }
69
+ },
70
+ async 'apply' (val) {
71
+ this.selectdata = val
72
+ this.showtotal = false
73
+
74
+ // 获取配置文件
75
+ await this.loadName()
76
+
77
+ this.$refs.query.$refs.cp.pager = false
78
+ this.showData = false
79
+
80
+ this.showtotal = true
81
+ },
82
+ 'search' () {
83
+ // 关闭详细
84
+ this.showtotal = false
85
+ // 显示列表数据
86
+ this.showData = true
87
+ // 显示分页
88
+ this.$refs.query.$refs.cp.pager = true
89
+ // 调用查询
90
+ this.$refs.query.$refs.cp.$refs.cri.search()
91
+ },
92
+ 'loadPage' () {
93
+ // 关闭详细
94
+ this.showtotal = false
95
+ // 显示列表数据
96
+ this.showData = true
97
+ // 显示分页
98
+ this.$refs.query.$refs.cp.pager = true
99
+ // 调用查询
100
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
101
+ }
102
+ },
103
+ computed: {
104
+ projectStart () {
105
+ return this.$login.r.includes('报装文件上传')
106
+ }
107
+ },
108
+ watch: {
109
+ }
110
+ }
111
+ </script>