apply-clients 3.3.217 → 3.4.2

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 (121) hide show
  1. package/android.html +23 -23
  2. package/build/css-loaders.js +34 -0
  3. package/build/dev-android.js +101 -0
  4. package/build/dev-client.js +8 -0
  5. package/build/dev-server-app.js +76 -0
  6. package/build/dev-server.js +119 -0
  7. package/build/example-server.js +80 -0
  8. package/build/release.sh +28 -0
  9. package/build/utils.js +80 -0
  10. package/build/webpack.base.conf.js +84 -0
  11. package/build/webpack.baseandroid.conf.js +84 -0
  12. package/build/webpack.dev.conf.js +39 -0
  13. package/build/webpack.devandroid.conf.js +34 -0
  14. package/build/webpack.example.conf.js +49 -0
  15. package/build/webpack.prod.conf.js +60 -0
  16. package/build/webpack.prodandroid.conf.js +60 -0
  17. package/build/webpack.test.conf.js +31 -0
  18. package/index.html +33 -33
  19. package/package.json +3 -3
  20. package/src/AndroidApp.vue +35 -30
  21. package/src/App.vue +20 -20
  22. package/src/android.js +21 -21
  23. package/src/apply.js +81 -90
  24. package/src/applyAndroid.js +32 -53
  25. package/src/components/android/AppOnetomany.vue +301 -285
  26. package/src/components/android/AppServiceView.vue +566 -570
  27. package/src/components/android/AppSign.vue +142 -142
  28. package/src/components/android/AppTakePic.vue +143 -144
  29. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  30. package/src/components/android/Process/AppServiceControl.vue +757 -686
  31. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  32. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  33. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  34. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  35. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  36. package/src/components/android/TaskGraph.vue +125 -0
  37. package/src/components/build/Install/ExplorationUser.vue +304 -0
  38. package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -0
  39. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  40. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  41. package/src/components/product/Function/InstallFunction.vue +125 -122
  42. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  43. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  44. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  45. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  46. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  47. package/src/components/product/Onetomany.vue +377 -296
  48. package/src/components/product/Order/OrderApply.vue +30 -30
  49. package/src/components/product/Order/OrderApplyList.vue +78 -67
  50. package/src/components/product/Order/OrderMessage.vue +11 -87
  51. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  52. package/src/components/product/Process/ExplorationUser.vue +138 -128
  53. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  54. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  55. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  56. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  57. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  58. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  59. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  60. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  61. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  62. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  63. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  64. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  65. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  66. package/src/components/product/ServiceView.vue +631 -741
  67. package/src/components/product/Stop/StopApply.vue +103 -103
  68. package/src/components/product/Stop/StopApplyList.vue +269 -254
  69. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  70. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  71. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  72. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  73. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  74. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  75. package/src/expandcssAndroid.less +1034 -517
  76. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +731 -414
  77. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -456
  78. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -0
  79. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -0
  80. package/src/{components/android/Process/Processes/AppBuildSign.vue → filiale/yuchuan/android/Sign/BuildSign.vue} +50 -47
  81. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -0
  82. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -0
  83. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -0
  84. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -0
  85. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  86. package/src/filiale/yuchuan/android.js +14 -8
  87. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  88. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  89. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  90. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -131
  91. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -0
  92. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -0
  93. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -0
  94. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  95. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1074 -517
  96. package/src/filiale/yuchuan/pc.js +12 -13
  97. package/src/main.js +23 -23
  98. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  99. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  100. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  101. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  102. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  103. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  104. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  105. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  106. package/src/components/image/dwg.jpg +0 -0
  107. package/src/components/image/yasuobao.jpg +0 -0
  108. package/src/components/product/Function/Inform.vue +0 -73
  109. package/src/components/product/Function/MarketSurvey.vue +0 -81
  110. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  111. package/src/components/product/Process/ShowBackReason.vue +0 -33
  112. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  113. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  114. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  115. package/src/components/product/VueUtils/Tree.vue +0 -330
  116. package/src/filiale/wuan/android.js +0 -0
  117. package/src/filiale/wuan/pc.js +0 -4
  118. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  119. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  120. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  121. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -0,0 +1,182 @@
1
+ <template>
2
+ <div class="p-10">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
+ <div partial class="auto">
6
+ <div class="row form-group app-input">
7
+ <label class="">客户名称:</label>
8
+ <div class="col-xs-8" >
9
+ <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
+ </div>
11
+ </div>
12
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
+ <label class="">联系电话:</label>
14
+ <div class="col-xs-8" >
15
+ <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
16
+ </div>
17
+ </div>
18
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
+ <label class="">工程编号:</label>
20
+ <div class="col-xs-8" >
21
+ <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
22
+ </div>
23
+ </div>
24
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
+ <label class="">报建类型:</label>
26
+ <div class="col-xs-8" >
27
+ <v-select
28
+ width="100%"
29
+ v-model="model.f_apply_type"
30
+ placeholder='报建类型'
31
+ condition="u.f_apply_type like '%{}%'"
32
+ :value.sync="model.f_apply_type"
33
+ :options='$parent.$parent.applytype'
34
+ class="select select_list"
35
+ :value-single="true"
36
+ close-on-select ></v-select>
37
+ </div>
38
+ </div>
39
+ <div class="row form-group text-right" style="">
40
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
41
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
42
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
43
+ </div>
44
+ </div>
45
+ </criteria>
46
+
47
+ <list :model="model" partial='list'>
48
+ <div partial class="auto app-text panel">
49
+ <div class="panel-body panel-self">
50
+ <div class="col-xs-12">
51
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
52
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
53
+ </div>
54
+ <div class="col-xs-12">
55
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
56
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
57
+ </div>
58
+ <div class="col-xs-12">
59
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
60
+ <p class="col-xs-9 text-left input-font">
61
+ {{ row.f_phone }}&ensp;
62
+ </p>
63
+ </div>
64
+ <div class="col-xs-12">
65
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
66
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
67
+ </div>
68
+ <div class="col-xs-12">
69
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
70
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
71
+ </div>
72
+ <div class="col-xs-12 text-right">
73
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </list>
78
+ </criteria-paged>
79
+ </div>
80
+ </template>
81
+ <script>
82
+ import Vue from 'vue'
83
+ import { PagedList, HttpResetClass } from 'vue-client'
84
+ export default {
85
+ title: '签字待办',
86
+ data () {
87
+ return {
88
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/signcheckuser`, 20, {
89
+ data: {
90
+ userid: Vue.user.id,
91
+ orgid: Vue.user.orgid
92
+ }
93
+ }),
94
+ criteriaShow: false
95
+ }
96
+ },
97
+ ready () {
98
+ this.search()
99
+ },
100
+ methods: {
101
+ clear () {
102
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
103
+ this.$refs.cp.$refs.cri.model[key] = null
104
+ })
105
+ },
106
+ // 查询
107
+ search () {
108
+ this.$refs.cp.$refs.cri.search()
109
+ },
110
+ searchCondition (args) {
111
+ this.model.search(args.condition, args.model)
112
+ },
113
+ click (row) {
114
+ let _this = this
115
+ this.$dispatch('gotoson', {
116
+ _this: _this,
117
+ title: row.defname,
118
+ safe: true
119
+ })
120
+ this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
121
+ }
122
+ },
123
+ events: {
124
+ },
125
+ watch: {
126
+ },
127
+ computed: {
128
+ }
129
+ }
130
+ </script>
131
+ <style scoped>
132
+ .panel-self{
133
+ border-radius: 10px;
134
+ border:1px solid #499EDF;
135
+ background-color: #F8F8F8;
136
+ }
137
+ .font{
138
+ font: 15px PingFang-SC-Medium;
139
+ color: #666666;
140
+ }
141
+
142
+ .button_shrink_top {
143
+ width: 34px;
144
+ height: 34px;
145
+ border: solid 1px #6aa6e2;
146
+ background-size: 100%;
147
+ background-image: url("../../../../../static/newStyle/stretch_top.png")
148
+ }
149
+
150
+ .button_shrink_bottom {
151
+ width: 34px;
152
+ height: 34px;
153
+ border: solid 1px #6aa6e2;
154
+ background-size: 100%;
155
+ background-image: url("../../../../../static/newStyle/stretch_bottom.png")
156
+ }
157
+ </style>
158
+ <style lang="less">
159
+ .app-input {
160
+ label {
161
+ float: left;
162
+ }
163
+ .select {
164
+ button {
165
+ border: none;
166
+ outline: none;
167
+ text-align: left;
168
+ .btn-placeholder {
169
+ color: #ACA899
170
+ }
171
+ }
172
+ }
173
+ .datepicker {
174
+ .form-control:focus {
175
+ border: none!important;
176
+ outline: none!important;
177
+ -webkit-box-shadow: none;
178
+ box-shadow: none;
179
+ }
180
+ }
181
+ }
182
+ </style>
@@ -1,47 +1,50 @@
1
- <template>
2
- <h3>市场部负责人签字:</h3>
3
- <app-sign @sign-success="signSuccess" :file-path="selectdata.f_build_sign" @sign-clean="signClean"></app-sign>
4
- </template>
5
- <script>
6
- import {getNowDate,isEmpty} from '../../../Util'
7
- import {HttpResetClass} from 'vue-client'
8
- import Vue from "vue";
9
-
10
- export default {
11
- title: '告知单和调研表签字',
12
- props: {
13
- selectdata: {
14
- type: Object
15
- },
16
- mark: {
17
- type: Number,
18
- default: 0
19
- }
20
- },
21
- data () {
22
- return {
23
- }
24
- },
25
- ready () {
26
- console.log('===========市场部负责人签字================')
27
- },
28
- methods: {
29
- signClean () {
30
- this.selectdata.f_build_sign = null
31
- },
32
- signSuccess (fileUrl) {
33
- console.log('==============告知单和调研表回调==================')
34
- console.log(fileUrl)
35
- this.selectdata.f_build_sign = fileUrl
36
- }
37
- },
38
- events: {
39
- },
40
- computed: {
41
- },
42
- watch: {
43
- }
44
- }
45
- </script>
46
- <style scoped lang="less">
47
- </style>
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_build_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '施工单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_build_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_build_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>
@@ -0,0 +1,50 @@
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_construct_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '建设单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_construct_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_construct_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>
@@ -0,0 +1,50 @@
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_design_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '设计单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_design_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_design_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>
@@ -0,0 +1,50 @@
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_supervisor_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '监理单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_supervisor_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_supervisor_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>
@@ -0,0 +1,60 @@
1
+ <template>
2
+ <div>
3
+ <task-graph :data="data" :fileds="fileds"></task-graph>
4
+ </div>
5
+ </template>
6
+ <script>
7
+ import Vue from 'vue'
8
+ export default {
9
+ title: '施工任务',
10
+ data () {
11
+ return {
12
+ data: [],
13
+ fileds: [
14
+ {
15
+ label: '客户名称',
16
+ field: 'f_user_name'
17
+ },
18
+ {
19
+ label: '客户电话',
20
+ field: 'f_phone',
21
+ type: 'tel'
22
+ },
23
+ {
24
+ label: '定位地址',
25
+ field: 'f_order_address',
26
+ type: 'map'
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ ready () {
32
+ this.getTask()
33
+ },
34
+ methods: {
35
+ async getTask () {
36
+ let data = {
37
+ condition: "act.defname = '工程施工'",
38
+ data: {
39
+ // userid: Vue.user.id,
40
+ // orgid: Vue.user.orgid
41
+ userid: "97036",
42
+ orgid: "21142"
43
+ }
44
+ }
45
+ let res = await this.$resetpost(
46
+ // `${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,
47
+ `rs/sql/checkuser`,
48
+ {data: data},
49
+ {resolveMsg: null, rejectMsg: '任务获取失败!!!'}
50
+ )
51
+ this.data = res.data
52
+ }
53
+ },
54
+ events: {
55
+
56
+ },
57
+ watch: {
58
+ }
59
+ }
60
+ </script>
@@ -0,0 +1,60 @@
1
+ <template>
2
+ <div>
3
+ <task-graph :data="data" :fileds="fileds"></task-graph>
4
+ </div>
5
+ </template>
6
+ <script>
7
+ import Vue from 'vue'
8
+ export default {
9
+ title: '勘察任务',
10
+ data () {
11
+ return {
12
+ data: [],
13
+ fileds: [
14
+ {
15
+ label: '客户名称',
16
+ field: 'f_user_name'
17
+ },
18
+ {
19
+ label: '客户电话',
20
+ field: 'f_phone',
21
+ type: 'tel'
22
+ },
23
+ {
24
+ label: '定位地址',
25
+ field: 'f_order_address',
26
+ type: 'map'
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ ready () {
32
+ this.getTask()
33
+ },
34
+ methods: {
35
+ async getTask () {
36
+ let data = {
37
+ condition: "act.defname = '现场勘察'",
38
+ data: {
39
+ userid: Vue.user.id,
40
+ orgid: Vue.user.orgid
41
+ // userid: "97036",
42
+ // orgid: "21142"
43
+ }
44
+ }
45
+ let res = await this.$resetpost(
46
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/checkuser`,
47
+ // `rs/sql/checkuser`,
48
+ {data: data},
49
+ {resolveMsg: null, rejectMsg: '任务获取失败!!!'}
50
+ )
51
+ this.data = res.data
52
+ }
53
+ },
54
+ events: {
55
+
56
+ },
57
+ watch: {
58
+ }
59
+ }
60
+ </script>
@@ -1,8 +1,14 @@
1
- let specialComp = {
2
- 'apply-reserve': (resolve) => { require(['./android/Reserve/ApplyReserve'], resolve) },
3
- 'task-graph': (resolve) => { require(['./android/SiteSurvey/TaskGraph'], resolve) },
4
-
5
- 'app-service-control': (resolve) => { require(['./android/Process/AppServiceControl'], resolve) },
6
- 'app-service-view': (resolve) => { require(['./android/AppServiceView'], resolve) }
7
- }
8
- exports.specialComp = specialComp
1
+ let specialComp = {
2
+ 'app-service-control': (resolve) => { require(['./android/Process/AppServiceControl'], resolve) },
3
+ 'app-installation-details': (resolve) => { require(['./android/Process/Processes/AppInstallationDetails'], resolve) },
4
+ 'app-installation-details-civil': (resolve) => { require(['./android/Process/Processes/AppInstallationDetailsCivil'], resolve) },
5
+ 'survey-tsak': (resolve) => { require(['./android/Task/Survey/SurveyTsak'], resolve) },
6
+ 'build-tsak': (resolve) => { require(['./android/Task/Build/BuildTsak'], resolve) },
7
+
8
+ 'app-sign-task': (resolve) => { require(['./android/Sign/AppSignTask'], resolve) },
9
+ 'build-sign': (resolve) => { require(['./android/Sign/BuildSign'], resolve) },
10
+ 'design-sign': (resolve) => { require(['./android/Sign/DesignSign'], resolve) },
11
+ 'construct-sign': (resolve) => { require(['./android/Sign/ConstructSign'], resolve) },
12
+ 'supervisor-sign': (resolve) => { require(['./android/Sign/SupervisorSign'], resolve) }
13
+ }
14
+ exports.specialComp = specialComp