apply-clients 3.3.69 → 3.3.71

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 (35) hide show
  1. package/.project +17 -0
  2. package/build/dev-server.js +133 -133
  3. package/package.json +1 -1
  4. package/src/AndroidApp.vue +35 -35
  5. package/src/applyAndroid.js +31 -31
  6. package/src/components/android/AppOnetomany.vue +301 -301
  7. package/src/components/android/AppSign.vue +142 -142
  8. package/src/components/android/Function/AppInstallFunction.vue +366 -366
  9. package/src/components/android/Process/AppExplorationUser.vue +396 -402
  10. package/src/components/android/Process/AppServiceControl.vue +865 -865
  11. package/src/components/android/Process/Processes/AppBuildSign.vue +46 -46
  12. package/src/components/android/Supervisory/AppProcessSupervisory.vue +300 -300
  13. package/src/components/android/Supervisory/AppSupervisoryCart.vue +119 -119
  14. package/src/components/product/ApplyCharge/ApplyChargeList.vue +382 -382
  15. package/src/components/product/Business/BusinessApply.vue +242 -242
  16. package/src/components/product/Function/InstallFunction.vue +132 -132
  17. package/src/components/product/Function/InstallInfoSelect.vue +320 -320
  18. package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
  19. package/src/components/product/OldApply/Monitor/MonitorApply.vue +329 -329
  20. package/src/components/product/OldApply/OldApply.vue +150 -150
  21. package/src/components/product/Onetomany.vue +377 -377
  22. package/src/components/product/Print/BuildOrder/buildOrderList.vue +264 -264
  23. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +153 -153
  24. package/src/components/product/Process/ExplorationSelect.vue +452 -457
  25. package/src/components/product/Process/ExplorationUser.vue +189 -147
  26. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  27. package/src/components/product/Process/Processes/Print/printRefund.vue +196 -196
  28. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  29. package/src/components/product/Process/Service/ServiceControl.vue +1362 -1362
  30. package/src/components/product/ServiceView.vue +631 -631
  31. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +863 -863
  32. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  33. package/src/components/product/Supervisory/SupervisoryhCart.vue +130 -130
  34. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  35. package/src/components/product/VueUtils/HighMeter.vue +208 -208
@@ -1,242 +1,242 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <criteria-paged :model="model" v-ref:cp>
5
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
6
- <div class="form-horizontal select-overspread container-fluid auto" partial>
7
- <div class="row">
8
- <div class="form-group col-sm-3">
9
- <label class="font_normal_body">组织机构:</label>
10
- <res-select
11
- restype='organization'
12
- :initresid='$parent.$parent.curorgid'
13
- @res-select="$parent.$parent.getorg"
14
- :is-mul="false"
15
- ></res-select>
16
- </div>
17
- <div class="form-group col-sm-3">
18
- <label class="font_normal_body">工程编号:</label>
19
- <input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
20
- v-on:keyup.enter="$parent.$parent.search()"
21
- condition="a.f_apply_num = '{}'">
22
- </div>
23
- <div class="form-group col-sm-3">
24
- <label class="font_normal_body">用&ensp;户&ensp;号:</label>
25
- <input type="text" style="width: 60%" class="input_search" placeholder='用户号' v-model="model.f_userinfo_code"
26
- v-on:keyup.enter="$parent.$parent.search()"
27
- condition="ui.f_userinfo_code = '{}'">
28
- </div>
29
- <div class="form-group col-sm-3 button-range">
30
- <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
31
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
32
- <export-excel :data="$parent.$parent.getCondition"
33
- :field="$parent.$parent.getfield"
34
- sqlurl="rs/logic/applyExportfile"
35
- sql-name="getBusinessApply"
36
- template-name='工商业报建情况导出'
37
- :choose-col="true"></export-excel>
38
- <div
39
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
40
- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
41
- class="button_spacing"
42
- style="float: right">
43
- </div>
44
- </div>
45
- </div>
46
- <div class="row" v-show="$parent.$parent.criteriaShow">
47
- <div class="form-group col-sm-3">
48
- <label class="font_normal_body">用&ensp;户&ensp;名:</label>
49
- <input type="text" style="width: 60%" class="input_search" placeholder='用户名' v-model="model.f_user_name"
50
- v-on:keyup.enter="$parent.$parent.search()"
51
- condition="ui.f_user_name = '{}'">
52
- </div>
53
- <div class="form-group col-sm-3">
54
- <label class="font_normal_body">联系电话:</label>
55
- <input type="text" style="width: 60%" class="input_search" placeholder='联系电话' v-model="model.f_user_phone"
56
- v-on:keyup.enter="$parent.$parent.search()"
57
- condition="ui.f_user_phone = '{}'">
58
- </div>
59
- <div class="form-group col-sm-3">
60
- <label class="font_normal_body">地&emsp;&emsp;址:</label>
61
- <input type="text" style="width: 60%" class="input_search" placeholder='地址' v-model="model.f_address"
62
- v-on:keyup.enter="$parent.$parent.search()"
63
- condition="ua.f_address like '%{}%'">
64
- </div>
65
- </div>
66
- </div>
67
- </criteria>
68
- <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
69
- <template partial='head'>
70
- <tr>
71
- <th style="white-space: nowrap;">序号</th>
72
- <th style="white-space: nowrap;">工程编号</th>
73
- <th style="white-space: nowrap;">用户名</th>
74
- <th style="white-space: nowrap;">用户号</th>
75
- <th style="white-space: nowrap;">联系电话</th>
76
- <th style="white-space: nowrap;">地址</th>
77
- <th style="white-space: nowrap;">报装类型</th>
78
- <th style="white-space: nowrap;">报装时间</th>
79
- <th style="white-space: nowrap;">发展人员</th>
80
- <th style="white-space: nowrap;">安装时间</th>
81
- <th style="white-space: nowrap;">安装人员</th>
82
- <th style="white-space: nowrap;">表品牌</th>
83
- <th style="white-space: nowrap;">表类型</th>
84
- <th style="white-space: nowrap;">表型号</th>
85
- <th style="white-space: nowrap;">表缸号</th>
86
- <th style="white-space: nowrap;">表卡号</th>
87
- <th style="white-space: nowrap;">预算价格</th>
88
- <th style="white-space: nowrap;">预算时间</th>
89
- <th style="white-space: nowrap;">设计人员</th>
90
- <th style="white-space: nowrap;">交款金额</th>
91
- <th style="white-space: nowrap;">交款时间</th>
92
- <th style="white-space: nowrap;">出图时间</th>
93
- </tr>
94
- </template>
95
- <template partial='body'>
96
- <tr >
97
- <td style="text-align: center;">
98
- <nobr><font>{{$index+1}}</font></nobr>
99
- </td>
100
- <td style="text-align: center;">
101
- <nobr><font>{{row.f_apply_num}}</font></nobr>
102
- </td>
103
- <td style="text-align: center;">
104
- <nobr><font>{{row.f_user_name}}</font></nobr>
105
- </td>
106
- <td style="text-align: center;">
107
- <nobr><font>{{row.f_userinfo_code}}</font></nobr>
108
- </td>
109
- <td style="text-align: center;">
110
- <nobr><font>{{row.f_user_phone}}</font></nobr>
111
- </td>
112
- <td style="text-align: center;">
113
- <nobr><font>{{row.f_address}}</font></nobr>
114
- </td>
115
- <td style="text-align: center;">
116
- <nobr><font>{{row.f_apply_type}}</font></nobr>
117
- </td>
118
- <td style="text-align: center;">
119
- <nobr><font>{{row.f_apply_date}}</font></nobr>
120
- </td>
121
- <td style="text-align: center;">
122
- <nobr><font>{{row.f_operator}}</font></nobr>
123
- </td>
124
- <td style="text-align: center;">
125
- <nobr><font>{{row.f_install_date}}</font></nobr>
126
- </td>
127
- <td style="text-align: center;">
128
- <nobr><font>{{row.f_install_person}}</font></nobr>
129
- </td>
130
- <td style="text-align: center;">
131
- <nobr><font>{{row.f_meter_brand}}</font></nobr>
132
- </td>
133
- <td style="text-align: center;">
134
- <nobr><font>{{row.f_meter_classify}}</font></nobr>
135
- </td>
136
- <td style="text-align: center;">
137
- <nobr><font>{{row.f_meter_style}}</font></nobr>
138
- </td>
139
- <td style="text-align: center;">
140
- <nobr><font>{{row.f_metertitles}}</font></nobr>
141
- </td>
142
- <td style="text-align: center;">
143
- <nobr><font>{{row.f_meternumber}}</font></nobr>
144
- </td>
145
- <td style="text-align: center;">
146
- <nobr><font>{{row.f_budget_money}}</font></nobr>
147
- </td>
148
- <td style="text-align: center;">
149
- <nobr><font>{{row.finishtime}}</font></nobr>
150
- </td>
151
- <td style="text-align: center;">
152
- <nobr><font>{{row.f_designer_people}}</font></nobr>
153
- </td>
154
- <td style="text-align: center;">
155
- <nobr><font>{{row.f_cumulative_payment_money}}</font></nobr>
156
- </td>
157
- <td style="text-align: center;">
158
- <nobr><font>{{row.f_charge_date}}</font></nobr>
159
- </td>
160
- <td style="text-align: center;">
161
- <nobr><font>{{row.f_drawing_time}}</font></nobr>
162
- </td>
163
- </tr>
164
- </template>
165
- </data-grid>
166
- </criteria-paged>
167
- </div>
168
- </div>
169
- </template>
170
-
171
- <script>
172
- import {PagedList} from 'vue-client'
173
-
174
- export default {
175
- title: '工商业报建情况',
176
- data () {
177
- return {
178
- model: new PagedList('rs/sql/getBusinessApply', 20, null),
179
- criteriaShow: false,
180
- curorgid: [this.$login.f.orgid],
181
- getfield: {
182
- 'f_apply_num': '工程编号',
183
- 'f_user_name': '用户名',
184
- 'f_userinfo_code': '用户号',
185
- 'f_user_phone': '联系电话',
186
- 'f_address': '地址',
187
- 'f_apply_type': '报装类型',
188
- 'f_apply_date': '报装时间',
189
- 'f_operator': '发展人员',
190
- 'f_install_date': '安装时间',
191
- 'f_install_person': '安装人员',
192
- 'f_meter_brand': '表品牌',
193
- 'f_meter_classify': '表类型',
194
- 'f_meter_style': '表型号',
195
- 'f_metertitles': '表缸号',
196
- 'f_meternumber': '表卡号',
197
- 'f_budget_money': '预算价格',
198
- 'finishtime': '预算时间',
199
- 'f_designer_people': '设计人员',
200
- 'f_cumulative_payment_money': '交款金额',
201
- 'f_charge_date': '交款时间',
202
- 'f_drawing_time': '出图时间'
203
- }
204
- }
205
- },
206
- ready () {
207
- this.search()
208
- },
209
- methods: {
210
- searchCondition (args) {
211
- args.condition = args.condition + ` and a.f_orgid = '${this.curorgid}'`
212
- this.model.search(args.condition, args.model)
213
- },
214
- // 查询
215
- search () {
216
- this.$refs.cp.$refs.cri.search()
217
- },
218
- clear () {
219
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
220
- this.$refs.cp.$refs.cri.model[key] = null
221
- })
222
- },
223
- getorg (val) {
224
- if (val.length <= 0) {
225
- return
226
- }
227
- this.curorgid = val
228
- this.search()
229
- }
230
- },
231
- computed: {
232
- getCondition () {
233
- return {
234
- condition: this.model.condition
235
- }
236
- }
237
- }
238
- }
239
- </script>
240
-
241
- <style scoped>
242
- </style>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:cp>
5
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
6
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-3">
9
+ <label class="font_normal_body">组织机构:</label>
10
+ <res-select
11
+ restype='organization'
12
+ :initresid='$parent.$parent.curorgid'
13
+ @res-select="$parent.$parent.getorg"
14
+ :is-mul="false"
15
+ ></res-select>
16
+ </div>
17
+ <div class="form-group col-sm-3">
18
+ <label class="font_normal_body">工程编号:</label>
19
+ <input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
20
+ v-on:keyup.enter="$parent.$parent.search()"
21
+ condition="a.f_apply_num = '{}'">
22
+ </div>
23
+ <div class="form-group col-sm-3">
24
+ <label class="font_normal_body">用&ensp;户&ensp;号:</label>
25
+ <input type="text" style="width: 60%" class="input_search" placeholder='用户号' v-model="model.f_userinfo_code"
26
+ v-on:keyup.enter="$parent.$parent.search()"
27
+ condition="ui.f_userinfo_code = '{}'">
28
+ </div>
29
+ <div class="form-group col-sm-3 button-range">
30
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
31
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
32
+ <export-excel :data="$parent.$parent.getCondition"
33
+ :field="$parent.$parent.getfield"
34
+ sqlurl="rs/logic/applyExportfile"
35
+ sql-name="getBusinessApply"
36
+ template-name='工商业报建情况导出'
37
+ :choose-col="true"></export-excel>
38
+ <div
39
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
40
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
41
+ class="button_spacing"
42
+ style="float: right">
43
+ </div>
44
+ </div>
45
+ </div>
46
+ <div class="row" v-show="$parent.$parent.criteriaShow">
47
+ <div class="form-group col-sm-3">
48
+ <label class="font_normal_body">用&ensp;户&ensp;名:</label>
49
+ <input type="text" style="width: 60%" class="input_search" placeholder='用户名' v-model="model.f_user_name"
50
+ v-on:keyup.enter="$parent.$parent.search()"
51
+ condition="ui.f_user_name = '{}'">
52
+ </div>
53
+ <div class="form-group col-sm-3">
54
+ <label class="font_normal_body">联系电话:</label>
55
+ <input type="text" style="width: 60%" class="input_search" placeholder='联系电话' v-model="model.f_user_phone"
56
+ v-on:keyup.enter="$parent.$parent.search()"
57
+ condition="ui.f_user_phone = '{}'">
58
+ </div>
59
+ <div class="form-group col-sm-3">
60
+ <label class="font_normal_body">地&emsp;&emsp;址:</label>
61
+ <input type="text" style="width: 60%" class="input_search" placeholder='地址' v-model="model.f_address"
62
+ v-on:keyup.enter="$parent.$parent.search()"
63
+ condition="ua.f_address like '%{}%'">
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </criteria>
68
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
69
+ <template partial='head'>
70
+ <tr>
71
+ <th style="white-space: nowrap;">序号</th>
72
+ <th style="white-space: nowrap;">工程编号</th>
73
+ <th style="white-space: nowrap;">用户名</th>
74
+ <th style="white-space: nowrap;">用户号</th>
75
+ <th style="white-space: nowrap;">联系电话</th>
76
+ <th style="white-space: nowrap;">地址</th>
77
+ <th style="white-space: nowrap;">报装类型</th>
78
+ <th style="white-space: nowrap;">报装时间</th>
79
+ <th style="white-space: nowrap;">发展人员</th>
80
+ <th style="white-space: nowrap;">安装时间</th>
81
+ <th style="white-space: nowrap;">安装人员</th>
82
+ <th style="white-space: nowrap;">表品牌</th>
83
+ <th style="white-space: nowrap;">表类型</th>
84
+ <th style="white-space: nowrap;">表型号</th>
85
+ <th style="white-space: nowrap;">表缸号</th>
86
+ <th style="white-space: nowrap;">表卡号</th>
87
+ <th style="white-space: nowrap;">预算价格</th>
88
+ <th style="white-space: nowrap;">预算时间</th>
89
+ <th style="white-space: nowrap;">设计人员</th>
90
+ <th style="white-space: nowrap;">交款金额</th>
91
+ <th style="white-space: nowrap;">交款时间</th>
92
+ <th style="white-space: nowrap;">出图时间</th>
93
+ </tr>
94
+ </template>
95
+ <template partial='body'>
96
+ <tr >
97
+ <td style="text-align: center;">
98
+ <nobr><font>{{$index+1}}</font></nobr>
99
+ </td>
100
+ <td style="text-align: center;">
101
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
102
+ </td>
103
+ <td style="text-align: center;">
104
+ <nobr><font>{{row.f_user_name}}</font></nobr>
105
+ </td>
106
+ <td style="text-align: center;">
107
+ <nobr><font>{{row.f_userinfo_code}}</font></nobr>
108
+ </td>
109
+ <td style="text-align: center;">
110
+ <nobr><font>{{row.f_user_phone}}</font></nobr>
111
+ </td>
112
+ <td style="text-align: center;">
113
+ <nobr><font>{{row.f_address}}</font></nobr>
114
+ </td>
115
+ <td style="text-align: center;">
116
+ <nobr><font>{{row.f_apply_type}}</font></nobr>
117
+ </td>
118
+ <td style="text-align: center;">
119
+ <nobr><font>{{row.f_apply_date}}</font></nobr>
120
+ </td>
121
+ <td style="text-align: center;">
122
+ <nobr><font>{{row.f_operator}}</font></nobr>
123
+ </td>
124
+ <td style="text-align: center;">
125
+ <nobr><font>{{row.f_install_date}}</font></nobr>
126
+ </td>
127
+ <td style="text-align: center;">
128
+ <nobr><font>{{row.f_install_person}}</font></nobr>
129
+ </td>
130
+ <td style="text-align: center;">
131
+ <nobr><font>{{row.f_meter_brand}}</font></nobr>
132
+ </td>
133
+ <td style="text-align: center;">
134
+ <nobr><font>{{row.f_meter_classify}}</font></nobr>
135
+ </td>
136
+ <td style="text-align: center;">
137
+ <nobr><font>{{row.f_meter_style}}</font></nobr>
138
+ </td>
139
+ <td style="text-align: center;">
140
+ <nobr><font>{{row.f_metertitles}}</font></nobr>
141
+ </td>
142
+ <td style="text-align: center;">
143
+ <nobr><font>{{row.f_meternumber}}</font></nobr>
144
+ </td>
145
+ <td style="text-align: center;">
146
+ <nobr><font>{{row.f_budget_money}}</font></nobr>
147
+ </td>
148
+ <td style="text-align: center;">
149
+ <nobr><font>{{row.finishtime}}</font></nobr>
150
+ </td>
151
+ <td style="text-align: center;">
152
+ <nobr><font>{{row.f_designer_people}}</font></nobr>
153
+ </td>
154
+ <td style="text-align: center;">
155
+ <nobr><font>{{row.f_cumulative_payment_money}}</font></nobr>
156
+ </td>
157
+ <td style="text-align: center;">
158
+ <nobr><font>{{row.f_charge_date}}</font></nobr>
159
+ </td>
160
+ <td style="text-align: center;">
161
+ <nobr><font>{{row.f_drawing_time}}</font></nobr>
162
+ </td>
163
+ </tr>
164
+ </template>
165
+ </data-grid>
166
+ </criteria-paged>
167
+ </div>
168
+ </div>
169
+ </template>
170
+
171
+ <script>
172
+ import {PagedList} from 'vue-client'
173
+
174
+ export default {
175
+ title: '工商业报建情况',
176
+ data () {
177
+ return {
178
+ model: new PagedList('rs/sql/getBusinessApply', 20, null),
179
+ criteriaShow: false,
180
+ curorgid: [this.$login.f.orgid],
181
+ getfield: {
182
+ 'f_apply_num': '工程编号',
183
+ 'f_user_name': '用户名',
184
+ 'f_userinfo_code': '用户号',
185
+ 'f_user_phone': '联系电话',
186
+ 'f_address': '地址',
187
+ 'f_apply_type': '报装类型',
188
+ 'f_apply_date': '报装时间',
189
+ 'f_operator': '发展人员',
190
+ 'f_install_date': '安装时间',
191
+ 'f_install_person': '安装人员',
192
+ 'f_meter_brand': '表品牌',
193
+ 'f_meter_classify': '表类型',
194
+ 'f_meter_style': '表型号',
195
+ 'f_metertitles': '表缸号',
196
+ 'f_meternumber': '表卡号',
197
+ 'f_budget_money': '预算价格',
198
+ 'finishtime': '预算时间',
199
+ 'f_designer_people': '设计人员',
200
+ 'f_cumulative_payment_money': '交款金额',
201
+ 'f_charge_date': '交款时间',
202
+ 'f_drawing_time': '出图时间'
203
+ }
204
+ }
205
+ },
206
+ ready () {
207
+ this.search()
208
+ },
209
+ methods: {
210
+ searchCondition (args) {
211
+ args.condition = args.condition + ` and a.f_orgid = '${this.curorgid}'`
212
+ this.model.search(args.condition, args.model)
213
+ },
214
+ // 查询
215
+ search () {
216
+ this.$refs.cp.$refs.cri.search()
217
+ },
218
+ clear () {
219
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
220
+ this.$refs.cp.$refs.cri.model[key] = null
221
+ })
222
+ },
223
+ getorg (val) {
224
+ if (val.length <= 0) {
225
+ return
226
+ }
227
+ this.curorgid = val
228
+ this.search()
229
+ }
230
+ },
231
+ computed: {
232
+ getCondition () {
233
+ return {
234
+ condition: this.model.condition
235
+ }
236
+ }
237
+ }
238
+ }
239
+ </script>
240
+
241
+ <style scoped>
242
+ </style>