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,90 +1,90 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'" v-if="!showtotal">
5
- <ignition-list v-ref:query :show-data="showData"></ignition-list>
6
- </div>
7
- <div v-if="showtotal">
8
- <div class="top">
9
- <ignition-list-manage :show-data="selectdata" :node-snapshot="true"></ignition-list-manage>
10
- </div>
11
- </div>
12
- </div>
13
- </div>
14
-
15
- </template>
16
- <script>
17
- import Vue from 'vue'
18
- import {HttpResetClass} from 'vue-client'
19
- export default {
20
- title: '点火派单列表',
21
- data () {
22
- return {
23
- showtotal: false, // 控制详细信息显示
24
- showData: true,
25
- selectdata: {},
26
- xmlname: '' // 配置文件名称
27
- }
28
- },
29
- created () {
30
- },
31
- methods: {
32
- // 获取页面配置json文件
33
- async loadName () {
34
- let http = new HttpResetClass()
35
- let data = {
36
- workname: this.selectdata.processname
37
- }
38
- let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
39
- data
40
- }, {resolveMsg: null, rejectMsg: null})
41
-
42
- Vue.prototype.$workflow_vue = res.data
43
- }
44
- },
45
- events: {
46
- 'onMessage' (data) {
47
- console.log('接收消息')
48
- console.log(data)
49
- if (data.type === 'apply-task') {
50
- this.$refs.queryuser.$refs.cp.$refs.cri.search()
51
- }
52
- },
53
- async 'apply' (val) {
54
- this.selectdata = val
55
- this.showtotal = false
56
-
57
- // 获取配置文件
58
- await this.loadName()
59
-
60
- this.$refs.query.$refs.cp.pager = false
61
- this.showData = false
62
-
63
- this.showtotal = true
64
- },
65
- 'search' () {
66
- // 关闭详细
67
- this.showtotal = false
68
- // 显示列表数据
69
- this.showData = true
70
- // 显示分页
71
- this.$refs.query.$refs.cp.pager = true
72
- // 调用查询
73
- this.$refs.query.$refs.cp.$refs.cri.search()
74
- },
75
- 'loadPage' () {
76
- // 关闭详细
77
- this.showtotal = false
78
- // 显示列表数据
79
- this.showData = true
80
- // 显示分页
81
- this.$refs.query.$refs.cp.pager = true
82
- // 调用查询
83
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
84
- }
85
- },
86
-
87
- watch: {
88
- }
89
- }
90
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'" v-if="!showtotal">
5
+ <ignition-list v-ref:query :show-data="showData"></ignition-list>
6
+ </div>
7
+ <div v-if="showtotal">
8
+ <div class="top">
9
+ <ignition-list-manage :show-data="selectdata" :node-snapshot="true"></ignition-list-manage>
10
+ </div>
11
+ </div>
12
+ </div>
13
+ </div>
14
+
15
+ </template>
16
+ <script>
17
+ import Vue from 'vue'
18
+ import {HttpResetClass} from 'vue-client'
19
+ export default {
20
+ title: '点火派单列表',
21
+ data () {
22
+ return {
23
+ showtotal: false, // 控制详细信息显示
24
+ showData: true,
25
+ selectdata: {},
26
+ xmlname: '' // 配置文件名称
27
+ }
28
+ },
29
+ created () {
30
+ },
31
+ methods: {
32
+ // 获取页面配置json文件
33
+ async loadName () {
34
+ let http = new HttpResetClass()
35
+ let data = {
36
+ workname: this.selectdata.processname
37
+ }
38
+ let res= await http.load('POST', 'rs/logic/ApplyGetConfigs', {
39
+ data
40
+ }, {resolveMsg: null, rejectMsg: null})
41
+
42
+ Vue.prototype.$workflow_vue = res.data
43
+ }
44
+ },
45
+ events: {
46
+ 'onMessage' (data) {
47
+ console.log('接收消息')
48
+ console.log(data)
49
+ if (data.type === 'apply-task') {
50
+ this.$refs.queryuser.$refs.cp.$refs.cri.search()
51
+ }
52
+ },
53
+ async 'apply' (val) {
54
+ this.selectdata = val
55
+ this.showtotal = false
56
+
57
+ // 获取配置文件
58
+ await this.loadName()
59
+
60
+ this.$refs.query.$refs.cp.pager = false
61
+ this.showData = false
62
+
63
+ this.showtotal = true
64
+ },
65
+ 'search' () {
66
+ // 关闭详细
67
+ this.showtotal = false
68
+ // 显示列表数据
69
+ this.showData = true
70
+ // 显示分页
71
+ this.$refs.query.$refs.cp.pager = true
72
+ // 调用查询
73
+ this.$refs.query.$refs.cp.$refs.cri.search()
74
+ },
75
+ 'loadPage' () {
76
+ // 关闭详细
77
+ this.showtotal = false
78
+ // 显示列表数据
79
+ this.showData = true
80
+ // 显示分页
81
+ this.$refs.query.$refs.cp.pager = true
82
+ // 调用查询
83
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
84
+ }
85
+ },
86
+
87
+ watch: {
88
+ }
89
+ }
90
+ </script>