apply-clients 3.4.2 → 3.4.3

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 (85) hide show
  1. package/android.html +23 -23
  2. package/build/dev-server.js +119 -119
  3. package/build/webpack.base.conf.js +2 -1
  4. package/build/webpack.dev.conf.js +12 -0
  5. package/dingding.html +23 -0
  6. package/index.html +33 -33
  7. package/package.json +2 -1
  8. package/src/AndroidApp.vue +35 -35
  9. package/src/DingDingApp.vue +51 -0
  10. package/src/android.js +21 -21
  11. package/src/apply.js +7 -1
  12. package/src/applyAndroid.js +32 -32
  13. package/src/applyDingDing.js +12 -0
  14. package/src/components/android/AppOnetomany.vue +301 -301
  15. package/src/components/android/AppServiceView.vue +566 -566
  16. package/src/components/android/AppSign.vue +142 -142
  17. package/src/components/android/AppTakePic.vue +143 -143
  18. package/src/components/android/Process/AppExplorationUser.vue +320 -320
  19. package/src/components/android/Process/AppServiceControl.vue +757 -757
  20. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -456
  21. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
  22. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -121
  23. package/src/components/android/TaskGraph.vue +125 -125
  24. package/src/components/product/Business/BusinessApply.vue +269 -0
  25. package/src/components/product/Business/CivilApply.vue +269 -0
  26. package/src/components/product/Function/InstallFunction.vue +131 -125
  27. package/src/components/product/Function/InstallInfoSelect.vue +300 -292
  28. package/src/components/product/Function/Service/FunctionServiceControl.vue +420 -222
  29. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
  30. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
  31. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
  32. package/src/components/product/Material/MaterialDetailed.vue +262 -0
  33. package/src/components/product/Onetomany.vue +377 -377
  34. package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
  35. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
  36. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
  37. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
  38. package/src/components/product/Process/ExplorationSelect.vue +7 -0
  39. package/src/components/product/Process/ExplorationUser.vue +138 -138
  40. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -592
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -207
  43. package/src/components/product/Process/Processes/chargeManagement.vue +638 -639
  44. package/src/components/product/Process/Service/ServiceControl.vue +10 -10
  45. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  46. package/src/components/product/ServiceView.vue +631 -631
  47. package/src/components/product/Stop/StopApply.vue +105 -103
  48. package/src/components/product/Stop/StopApplyList.vue +269 -269
  49. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -186
  50. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -100
  51. package/src/components/product/Supervisory/SupervisoryList.vue +233 -233
  52. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -107
  53. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  54. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  55. package/src/dingding.js +19 -0
  56. package/src/expandcssAndroid.less +1034 -1034
  57. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
  58. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  60. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
  61. package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
  62. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
  63. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
  64. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
  65. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
  66. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
  67. package/src/filiale/yuchuan/android.js +14 -14
  68. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  69. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  70. package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
  71. package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
  72. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
  73. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
  74. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  75. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  76. package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
  77. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
  78. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
  79. package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
  80. package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
  81. package/src/filiale/yuchuan/pc.js +20 -12
  82. package/src/main.js +1 -1
  83. package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
  84. package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
  85. package/src/components/product/Function/functions/StopInstall.vue +0 -106
@@ -0,0 +1,253 @@
1
+ <template>
2
+ <criteria-paged :model="model" v-ref:cp>
3
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
4
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
5
+ <div class="row">
6
+ <div class="form-group col-sm-6">
7
+ <label class="font_normal_body">客户编号:</label>
8
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
9
+ v-on:keyup.enter="$parent.$parent.search()" condition="ui.f_userinfo_code like '%{}%'" placeholder='客户编号'>
10
+ </div>
11
+ <div class="form-group col-sm-6">
12
+ <label class="font_normal_body">客户名称:</label>
13
+ <input type="text" style="width:60%" class="input_search" placeholder='客户名称' v-model="model.f_user_name"
14
+ v-on:keyup.enter="$parent.$parent.search()"
15
+ condition="ui.f_user_name like '%{}%'">
16
+ </div>
17
+ <div class="form-group col-sm-6">
18
+ <label class="font_normal_body">小&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;区:</label>
19
+ <input type="text" style="width:60%" class="input_search" placeholder='小区' v-model="model.f_residential_area"
20
+ v-on:keyup.enter="$parent.$parent.search()"
21
+ condition="ua.f_residential_area like '%{}%'">
22
+ </div>
23
+ <div class="form-group col-sm-6">
24
+ <label class="font_normal_body">客户地址:</label>
25
+ <input type="text" style="width:60%" class="input_search" placeholder='客户地址' v-model="model.f_address"
26
+ v-on:keyup.enter="$parent.$parent.search()"
27
+ condition="ua.f_address like '%{}%'">
28
+ </div>
29
+ <div class="form-group col-sm-6">
30
+ <label for="startDate" class="font_normal_body">开始时间:</label>
31
+ <datepicker id="startDate" placeholder="开始日期"
32
+ style="width: 60%!important;"
33
+ v-model="model.startDate"
34
+ :value.sync="model.startDate"
35
+ :format="'yyyy-MM-dd 00:00:00'"
36
+ :show-reset-button="true"
37
+ condition="ua.f_create_date >= '{}'">
38
+ </datepicker>
39
+ </div>
40
+ <div class="form-group col-sm-6">
41
+ <label for="endDate" class="font_normal_body">结束时间:</label>
42
+ <datepicker id="endDate" placeholder="结束日期"
43
+ style="width: 60%!important;"
44
+ v-model="model.endDate"
45
+ :value.sync="model.endDate"
46
+ :format="'yyyy-MM-dd 23:59:59'"
47
+ :show-reset-button="true"
48
+ condition="ua.f_create_date <= '{}'">
49
+ </datepicker>
50
+ </div>
51
+ <div class="form-group col-sm-6">
52
+ <label class="font_normal_body">通气状态:</label>
53
+ <v-select
54
+ v-model="model.f_address_state"
55
+ placeholder='请选择'
56
+ condition="f_address_state='{}'"
57
+ :value.sync="model.f_address_state"
58
+ :options='$parent.$parent.address_state'
59
+ class="select select_list"
60
+ :value-single="true"
61
+ close-on-select ></v-select>
62
+ </div>
63
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
64
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
65
+ <!-- <export-excel :data="$parent.$parent.getCondition"-->
66
+ <!-- :field="$parent.$parent.getfield"-->
67
+ <!-- sqlurl="rs/logic/applyExportfile"-->
68
+ <!-- sql-name="getApplyCharge"-->
69
+ <!-- template-name='收费记录信息导出'-->
70
+ <!-- :choose-col="true"></export-excel>-->
71
+ <!-- <div-->
72
+ <!-- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"-->
73
+ <!-- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"-->
74
+ <!-- class="button_spacing"-->
75
+ <!-- style="float: right">-->
76
+ <!-- </div>-->
77
+ </div>
78
+
79
+ </div>
80
+ </criteria>
81
+ <data-grid :model="model" v-ref:grid partial='list' class="list_area table_sy" style="padding: 0px">
82
+ <template partial='head'>
83
+ <tr>
84
+ <th class="textNoLineBreak">序号</th>
85
+ <th class="textNoLineBreak">客户编号</th>
86
+ <th class="textNoLineBreak">用户姓名</th>
87
+ <th class="textNoLineBreak">电话</th>
88
+ <th class="textNoLineBreak">通气状态</th>
89
+ <th class="textNoLineBreak">证件类型</th>
90
+ <th class="textNoLineBreak">证件号码</th>
91
+ <th class="textNoLineBreak">区/县</th>
92
+ <th class="textNoLineBreak">片区</th>
93
+ <th class="textNoLineBreak">街道</th>
94
+ <th class="textNoLineBreak">小区</th>
95
+ <th class="textNoLineBreak">详细地址</th>
96
+ <th class="textNoLineBreak">时间</th>
97
+ <th class="textNoLineBreak">备注</th>
98
+ <th class="textNoLineBreak">
99
+ <!-- <button type="button" class="btn btn-info head-but"-->
100
+ <!-- :disabled="$parent.$parent.$parent.mark === 1"-->
101
+ <!-- @click="$parent.$parent.$parent.showFileModal()">导入</button>-->
102
+ <!-- <a type="button" class="btn btn-info head-but"-->
103
+ <!-- href="/apply/download/excel/批量导入.xlsx" download>模板下载</a>-->
104
+ </th>
105
+ </tr>
106
+ </template>
107
+ <template partial='body'>
108
+ <tr>
109
+ <td style="text-align: center;">
110
+ <nobr>{{$index+1}}</nobr>
111
+ </td>
112
+ <td style="text-align: center;">
113
+ <nobr>{{row.f_userinfo_code}}</nobr>
114
+ </td>
115
+ <td style="text-align: center;">
116
+ <nobr>{{row.f_user_name}}</nobr>
117
+ </td>
118
+ <td style="text-align: center;">
119
+ <nobr>{{row.f_user_phone}}</nobr>
120
+ </td>
121
+ <td style="text-align: center;">
122
+ <nobr>{{row.f_address_state}}</nobr>
123
+ </td>
124
+ <td style="text-align: center;">
125
+ <nobr>{{row.f_credentials}}</nobr>
126
+ </td>
127
+ <td style="text-align: center;">
128
+ <nobr>{{row.f_idnumber}}</nobr>
129
+ </td>
130
+ <td style="text-align: center;">
131
+ <nobr>{{row.f_pcd}}</nobr>
132
+ </td>
133
+ <td style="text-align: center;">
134
+ <nobr>{{row.f_slice_area}}</nobr>
135
+ </td>
136
+ <td style="text-align: center;">
137
+ <nobr>{{row.f_street}}</nobr>
138
+ </td>
139
+ <td style="text-align: center;">
140
+ <nobr>{{row.f_residential_area}}</nobr>
141
+ </td>
142
+ <td style="text-align: center;">
143
+ <nobr>{{row.f_address}}</nobr>
144
+ </td>
145
+ <td style="text-align: center;">
146
+ <nobr>{{row.f_create_date}}</nobr>
147
+ </td>
148
+ <td style="text-align: center;">
149
+ <nobr>{{row.f_userinfo_comments}}</nobr>
150
+ </td>
151
+ <td style="text-align: center;">
152
+ <nobr>
153
+
154
+ </nobr>
155
+ </td>
156
+ </tr>
157
+ </template>
158
+ </data-grid>
159
+ </criteria-paged>
160
+ </template>
161
+
162
+ <script>
163
+ import {PagedList} from 'vue-client'
164
+ export default {
165
+ title: '报建团购数据查询列表',
166
+ props: ['check'],
167
+ data () {
168
+ let model = new PagedList('rs/sql/getAddressAanUserinfo1', 30, {
169
+ f_filialeid: 'this.f_filialeid',
170
+ f_process_id: 'this.f_process_id'
171
+ })
172
+ model.f_filialeid = ''
173
+ model.f_process_id = ''
174
+ return {
175
+ model: model,
176
+ f_process_id: '',
177
+ f_filialeid: '',
178
+ address_state: [{label: '全部', value: ''}, ...this.$appdata.getParam('通气状态')],
179
+ istongqi: [{label: '全部', value: ''},
180
+ {label: '是', value: '是'},
181
+ {label: '否', value: '否'}
182
+ ],
183
+ chargeStatus: [
184
+ {label: '全部', value: ''},
185
+ {label: '是', value: '是'},
186
+ {label: '否', value: '否'}
187
+ ],
188
+ criteriaShow: false,
189
+ chargeAll: {
190
+ count: 0,
191
+ sum: 0
192
+ },
193
+ getfield: {
194
+ 'f_apply_num': '工程编号',
195
+ 'f_contract_number': '合同编号',
196
+ 'f_apply_type': '报建类型',
197
+ 'f_apply_nature': '报建性质',
198
+ 'f_user_name': '用户名称',
199
+ 'f_phone': '用户电话',
200
+ 'f_address': '用户地址',
201
+ 'f_idnumber': '身份证号',
202
+ 'f_charge_number': '缴费编码',
203
+ 'f_charge_money': '收费金额',
204
+ 'f_payment_method': '付款方式',
205
+ 'f_payer_number': '流水号',
206
+ 'f_charge_collectors': '收费人员',
207
+ 'f_charge_date': '收费日期',
208
+ 'f_actual_date': '实际收费时间',
209
+ 'f_charge_status': '状态'
210
+ }
211
+ }
212
+ },
213
+ methods: {
214
+ clear () {
215
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
216
+ this.$refs.cp.$refs.cri.model[key] = ''
217
+ })
218
+ this.curdepid = []
219
+ this.curuserid = []
220
+ },
221
+ searchCondition (args) {
222
+ this.model.search(args.condition, args.model)
223
+ },
224
+ // 查询
225
+ search () {
226
+ this.model.f_process_id = this.check.f_process_id
227
+ this.model.f_filialeid = this.check.f_orgid
228
+ this.$refs.cp.$refs.cri.search()
229
+ }
230
+
231
+ },
232
+ watch: {
233
+ 'check': function (val) {
234
+ if (val) {
235
+ this.search()
236
+ }
237
+ }
238
+ },
239
+ computed: {
240
+ getCondition () {
241
+ return {
242
+ condition: this.model.condition
243
+ }
244
+ }
245
+ }
246
+ }
247
+ </script>
248
+
249
+ <style scoped>
250
+ .textNoLineBreak {
251
+ white-space: nowrap;
252
+ }
253
+ </style>
@@ -0,0 +1,53 @@
1
+ <template>
2
+ <div class="flex">
3
+ <section>
4
+ <div class="row" style="height: 100%" :class="{'basic-main':!showItem,'binary':showItem}">
5
+ <div :class="{'binary-left':showItem}" >
6
+ <apply-group-by-paper @select-changed="selected" v-ref:check></apply-group-by-paper>
7
+ </div>
8
+ <div :class="{'binary-right':showItem}" v-show="showItem">
9
+ <apply-group-by-list v-show='$refs.check && $refs.check.selected' :check='$refs.check.selected'
10
+ v-ref:detail></apply-group-by-list>
11
+ </div>
12
+
13
+ </div>
14
+ </section>
15
+ </div>
16
+ </template>
17
+
18
+ <script>
19
+ export default {
20
+ title: '团购报建数据查询',
21
+ data() {
22
+ return {
23
+ showItem: false
24
+ }
25
+ },
26
+ ready(){
27
+
28
+ },
29
+ methods: {
30
+ selected(row) {
31
+ this.showItem = true
32
+ }
33
+ },
34
+
35
+ watch: {}
36
+
37
+ }
38
+ </script>
39
+
40
+ <style >
41
+ .form-input-group label {
42
+ text-align: right;
43
+ width: auto;
44
+ }
45
+
46
+ .datapanel {
47
+ color: #333;
48
+ background-color: white;
49
+ box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
50
+ padding: 5px 7px 5px 7px;
51
+ border-radius: 10px;
52
+ }
53
+ </style>