apply-clients 7.1.36-yuchuan-6 → 7.1.36-yuchuan-8

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 (59) hide show
  1. package/build/dev-server.js +25 -10
  2. package/index.html +39 -39
  3. package/package.json +1 -1
  4. package/src/apply.js +7 -0
  5. package/src/components/android/AppSign.vue +234 -234
  6. package/src/components/android/AppUpload.vue +275 -275
  7. package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
  8. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  9. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  10. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  11. package/src/components/android/Process/Processes/AppInstallationDetails.vue +980 -980
  12. package/src/components/android/Sign/AppSignTask.vue +183 -183
  13. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  14. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  15. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  16. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  17. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  18. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  19. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  20. package/src/components/android/newPackage/projectPrice.vue +218 -218
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1101 -1101
  22. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  23. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  24. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  25. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  26. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  27. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  28. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +415 -415
  29. package/src/components/product/Function/InstallInfoSelect.vue +371 -371
  30. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  31. package/src/components/product/GongJianPush/ApplyPushDispose.vue +206 -0
  32. package/src/components/product/GongJianPush/ApplyPushList.vue +196 -0
  33. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -0
  34. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  35. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  36. package/src/components/product/List/OldShowDevices.vue +271 -271
  37. package/src/components/product/List/ShowAllActivity.vue +540 -540
  38. package/src/components/product/List/ShowDevices.vue +279 -279
  39. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  40. package/src/components/product/Process/ExplorationSelect.vue +597 -597
  41. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  42. package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
  43. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  44. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  45. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  46. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  47. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  48. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  49. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  50. package/src/components/product/Process/Service/ServiceControl.vue +2205 -2205
  51. package/src/components/product/Stop/StopApplyList.vue +224 -224
  52. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  53. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  54. package/src/components/product/Supervisory/SupervisoryList.vue +557 -557
  55. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  56. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  57. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
  58. package/src/main.js +27 -27
  59. package/yarn.lock +0 -9824
@@ -1,218 +1,218 @@
1
- <template>
2
- <div style="width: 100%">
3
- <div partial style="padding: 10px">
4
- <div class="row app-row">
5
- <div class="col-xs-4">
6
- <label class="font text-left">客户名称:</label>
7
- </div>
8
- <div class="col-xs-8">
9
- <input class="search_input input-font" v-model=model.data[0].f_user_name />
10
- </div>
11
- </div>
12
- <div class="row app-row">
13
- <div class="col-xs-4">
14
- <label class="font text-left">电&emsp;&emsp;话:</label>
15
- </div>
16
- <div class="col-xs-8">
17
- <input class="search_input input-font" v-model=model.data[0].f_phone />
18
- </div>
19
- </div>
20
- <div class="row app-row">
21
- <div class="col-xs-4">
22
- <label class="font text-left">工程编号:</label>
23
- </div>
24
- <div class="col-xs-8">
25
- <input class="search_input input-font" v-model=model.data[0].f_apply_num />
26
- </div>
27
- </div>
28
- <div class="row app-row">
29
- <div class="col-xs-4">
30
- <label class="font text-left">合同编号:</label>
31
- </div>
32
- <div class="col-xs-8">
33
- <input class="search_input input-font" v-model=model.data[0].f_contract_number />
34
- </div>
35
- </div>
36
- <div class="row app-row">
37
- <div class="col-xs-4">
38
- <label class="font text-left">报建类型:</label>
39
- </div>
40
- <div class="col-xs-8">
41
- <input class="search_input input-font" v-model=model.data[0].f_apply_type />
42
- </div>
43
- </div>
44
- <div class="row app-row">
45
- <div class="col-xs-4">
46
- <label class="font text-left">客户编号:</label>
47
- </div>
48
- <div class="col-xs-8">
49
- <input class="search_input input-font" v-model=model.data[0].f_userinfo_code />
50
- </div>
51
- </div>
52
- <div class="row app-row">
53
- <div class="col-xs-4">
54
- <label class="font text-left">办理环节:</label>
55
- </div>
56
- <div class="col-xs-8">
57
- <input class="search_input input-font" v-model=model.data[0].defname />
58
- </div>
59
- </div>
60
- <div class="row app-row">
61
- <div class="col-xs-4">
62
- <label class="font text-left">地&emsp;&emsp;址:</label>
63
- </div>
64
- <div class="col-xs-8">
65
- <input class="search_input input-font" v-model=model.data[0].f_address />
66
- </div>
67
- </div>
68
- <div class="row app-row">
69
- <div class="col-xs-4">
70
- <label class="font text-left">施工备注:</label>
71
- </div>
72
- <div class="col-xs-8">
73
- <input class="search_input input-font" v-model=model.data[0].f_construction_remarks />
74
- </div>
75
- </div>
76
- <div class="row app-row">
77
- <div class="col-xs-4">
78
- <label class="font text-left">报建日期:</label>
79
- </div>
80
- <div class="col-xs-8">
81
- <input class="search_input input-font" v-model=model.data[0].f_apply_date />
82
- </div>
83
- </div>
84
- <div class="row app-row">
85
- <div class="col-xs-4">
86
- <label class="font text-left">工程报价:</label>
87
- </div>
88
- <div class="col-xs-8">
89
- <input class="search_input input-font" v-model=model.f_price_number />
90
- </div>
91
- </div>
92
- <div class="row app-row">
93
- <div class="col-xs-4">
94
- <label class="font text-left">报价意见:</label>
95
- </div>
96
- <div class="col-xs-8">
97
- <input class="search_input input-font" v-model=model.f_price_idea />
98
- </div>
99
- </div>
100
- <div class="row app-row">
101
- <button class="btn btn-default button_spacing" style="min-width:100px;"
102
- @click="click(row)">保存</button>
103
- <button class="btn btn-default button_spacing" style="min-width:100px;"
104
- @click="click(row)">提交</button>
105
- </div>
106
- </div>
107
- </div>
108
- </template>
109
- <script>
110
- import Vue from 'vue'
111
- import {PagedList, HttpResetClass} from 'vue-client'
112
-
113
- export default {
114
- title: '工程报价',
115
- data () {
116
- return {
117
- model: null,
118
- criteriaShow: false
119
- }
120
- },
121
- ready () {
122
- this.search()
123
- },
124
- methods: {
125
- clear () {
126
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
127
- this.$refs.cp.$refs.cri.model[key] = null
128
- })
129
- },
130
- // 查询
131
- async search () {
132
- let http = new HttpResetClass()
133
- let res = await http.load(
134
- 'POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, {
135
- data: {
136
- condition: '1=1',
137
- data: {
138
- id: Vue.user.id,
139
- f_filiale: Vue.user.f_fengongsi
140
- // id: this.$login.f.id,
141
- // f_filiale: this.$login.f.f_fengongsi
142
- }
143
- }
144
- }, {
145
- resolveMsg: null,
146
- rejectMsg: `查询失败`
147
- })
148
- this.model = res
149
- console.log('当前数据', this.model)
150
- console.log('当前数据', this.model.data[0].f_user_name)
151
- },
152
- click (row) {
153
- let _this = this
154
- this.$dispatch('gotoson', {
155
- _this: _this,
156
- title: '详情信息',
157
- safe: true
158
- })
159
- this.$goto('detailed-data', {selectdata: row}, 'self', _this.search)
160
- }
161
- },
162
- events: {},
163
- watch: {}
164
- }
165
- </script>
166
- <style scoped>
167
- .app-row {
168
- height: auto;
169
- background-color: white;
170
- padding: 10px 10px 0 10px;
171
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
172
- }
173
-
174
- .search_input {
175
- border: 0;
176
- outline: none;
177
- }
178
-
179
- .input-font {
180
- font: 15px PingFang-SC-Medium;
181
- color: #333333;
182
- }
183
-
184
- .app-text {
185
- font-size: 12px;
186
- }
187
-
188
- .panel-self {
189
- border-radius: 10px;
190
- border: 1px solid #499EDF;
191
- background-color: #F8F8F8;
192
- }
193
-
194
- .font {
195
- font: 15px PingFang-SC-Medium;
196
- color: #666666;
197
- }
198
-
199
- .input-font {
200
- font: 15px PingFang-SC-Medium;
201
- color: #333333;
202
- }
203
-
204
- .button_shrink_top {
205
- width: 34px;
206
- height: 34px;
207
- border: solid 1px #6aa6e2;
208
- background-size: 100%;
209
- background-image: url("../../../../static/newStyle/stretch_top.png")
210
- }
211
- .button_shrink_bottom {
212
- width: 34px;
213
- height: 34px;
214
- border: solid 1px #6aa6e2;
215
- background-size: 100%;
216
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
217
- }
218
- </style>
1
+ <template>
2
+ <div style="width: 100%">
3
+ <div partial style="padding: 10px">
4
+ <div class="row app-row">
5
+ <div class="col-xs-4">
6
+ <label class="font text-left">客户名称:</label>
7
+ </div>
8
+ <div class="col-xs-8">
9
+ <input class="search_input input-font" v-model=model.data[0].f_user_name />
10
+ </div>
11
+ </div>
12
+ <div class="row app-row">
13
+ <div class="col-xs-4">
14
+ <label class="font text-left">电&emsp;&emsp;话:</label>
15
+ </div>
16
+ <div class="col-xs-8">
17
+ <input class="search_input input-font" v-model=model.data[0].f_phone />
18
+ </div>
19
+ </div>
20
+ <div class="row app-row">
21
+ <div class="col-xs-4">
22
+ <label class="font text-left">工程编号:</label>
23
+ </div>
24
+ <div class="col-xs-8">
25
+ <input class="search_input input-font" v-model=model.data[0].f_apply_num />
26
+ </div>
27
+ </div>
28
+ <div class="row app-row">
29
+ <div class="col-xs-4">
30
+ <label class="font text-left">合同编号:</label>
31
+ </div>
32
+ <div class="col-xs-8">
33
+ <input class="search_input input-font" v-model=model.data[0].f_contract_number />
34
+ </div>
35
+ </div>
36
+ <div class="row app-row">
37
+ <div class="col-xs-4">
38
+ <label class="font text-left">报建类型:</label>
39
+ </div>
40
+ <div class="col-xs-8">
41
+ <input class="search_input input-font" v-model=model.data[0].f_apply_type />
42
+ </div>
43
+ </div>
44
+ <div class="row app-row">
45
+ <div class="col-xs-4">
46
+ <label class="font text-left">客户编号:</label>
47
+ </div>
48
+ <div class="col-xs-8">
49
+ <input class="search_input input-font" v-model=model.data[0].f_userinfo_code />
50
+ </div>
51
+ </div>
52
+ <div class="row app-row">
53
+ <div class="col-xs-4">
54
+ <label class="font text-left">办理环节:</label>
55
+ </div>
56
+ <div class="col-xs-8">
57
+ <input class="search_input input-font" v-model=model.data[0].defname />
58
+ </div>
59
+ </div>
60
+ <div class="row app-row">
61
+ <div class="col-xs-4">
62
+ <label class="font text-left">地&emsp;&emsp;址:</label>
63
+ </div>
64
+ <div class="col-xs-8">
65
+ <input class="search_input input-font" v-model=model.data[0].f_address />
66
+ </div>
67
+ </div>
68
+ <div class="row app-row">
69
+ <div class="col-xs-4">
70
+ <label class="font text-left">施工备注:</label>
71
+ </div>
72
+ <div class="col-xs-8">
73
+ <input class="search_input input-font" v-model=model.data[0].f_construction_remarks />
74
+ </div>
75
+ </div>
76
+ <div class="row app-row">
77
+ <div class="col-xs-4">
78
+ <label class="font text-left">报建日期:</label>
79
+ </div>
80
+ <div class="col-xs-8">
81
+ <input class="search_input input-font" v-model=model.data[0].f_apply_date />
82
+ </div>
83
+ </div>
84
+ <div class="row app-row">
85
+ <div class="col-xs-4">
86
+ <label class="font text-left">工程报价:</label>
87
+ </div>
88
+ <div class="col-xs-8">
89
+ <input class="search_input input-font" v-model=model.f_price_number />
90
+ </div>
91
+ </div>
92
+ <div class="row app-row">
93
+ <div class="col-xs-4">
94
+ <label class="font text-left">报价意见:</label>
95
+ </div>
96
+ <div class="col-xs-8">
97
+ <input class="search_input input-font" v-model=model.f_price_idea />
98
+ </div>
99
+ </div>
100
+ <div class="row app-row">
101
+ <button class="btn btn-default button_spacing" style="min-width:100px;"
102
+ @click="click(row)">保存</button>
103
+ <button class="btn btn-default button_spacing" style="min-width:100px;"
104
+ @click="click(row)">提交</button>
105
+ </div>
106
+ </div>
107
+ </div>
108
+ </template>
109
+ <script>
110
+ import Vue from 'vue'
111
+ import {PagedList, HttpResetClass} from 'vue-client'
112
+
113
+ export default {
114
+ title: '工程报价',
115
+ data () {
116
+ return {
117
+ model: null,
118
+ criteriaShow: false
119
+ }
120
+ },
121
+ ready () {
122
+ this.search()
123
+ },
124
+ methods: {
125
+ clear () {
126
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
127
+ this.$refs.cp.$refs.cri.model[key] = null
128
+ })
129
+ },
130
+ // 查询
131
+ async search () {
132
+ let http = new HttpResetClass()
133
+ let res = await http.load(
134
+ 'POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, {
135
+ data: {
136
+ condition: '1=1',
137
+ data: {
138
+ id: Vue.user.id,
139
+ f_filiale: Vue.user.f_fengongsi?Vue.user.f_fengongsi:'榆林.榆川天然气'
140
+ // id: this.$login.f.id,
141
+ // f_filiale: this.$login.f.f_fengongsi
142
+ }
143
+ }
144
+ }, {
145
+ resolveMsg: null,
146
+ rejectMsg: `查询失败`
147
+ })
148
+ this.model = res
149
+ console.log('当前数据', this.model)
150
+ console.log('当前数据', this.model.data[0].f_user_name)
151
+ },
152
+ click (row) {
153
+ let _this = this
154
+ this.$dispatch('gotoson', {
155
+ _this: _this,
156
+ title: '详情信息',
157
+ safe: true
158
+ })
159
+ this.$goto('detailed-data', {selectdata: row}, 'self', _this.search)
160
+ }
161
+ },
162
+ events: {},
163
+ watch: {}
164
+ }
165
+ </script>
166
+ <style scoped>
167
+ .app-row {
168
+ height: auto;
169
+ background-color: white;
170
+ padding: 10px 10px 0 10px;
171
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
172
+ }
173
+
174
+ .search_input {
175
+ border: 0;
176
+ outline: none;
177
+ }
178
+
179
+ .input-font {
180
+ font: 15px PingFang-SC-Medium;
181
+ color: #333333;
182
+ }
183
+
184
+ .app-text {
185
+ font-size: 12px;
186
+ }
187
+
188
+ .panel-self {
189
+ border-radius: 10px;
190
+ border: 1px solid #499EDF;
191
+ background-color: #F8F8F8;
192
+ }
193
+
194
+ .font {
195
+ font: 15px PingFang-SC-Medium;
196
+ color: #666666;
197
+ }
198
+
199
+ .input-font {
200
+ font: 15px PingFang-SC-Medium;
201
+ color: #333333;
202
+ }
203
+
204
+ .button_shrink_top {
205
+ width: 34px;
206
+ height: 34px;
207
+ border: solid 1px #6aa6e2;
208
+ background-size: 100%;
209
+ background-image: url("../../../../static/newStyle/stretch_top.png")
210
+ }
211
+ .button_shrink_bottom {
212
+ width: 34px;
213
+ height: 34px;
214
+ border: solid 1px #6aa6e2;
215
+ background-size: 100%;
216
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
217
+ }
218
+ </style>