apply-clients 3.5.6-2 → 3.5.6-22

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 (55) hide show
  1. package/build/dev-server.js +5 -5
  2. package/package.json +1 -1
  3. package/src/components/android/Process/AppServiceControl.vue +1760 -1760
  4. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  5. package/src/components/product/Install/ContractCharge.vue +210 -210
  6. package/src/filiale/dingcheng/android/AppInstallationDetails.vue +0 -1
  7. package/src/filiale/dingcheng/pc/InstallationDetails.vue +0 -1
  8. package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
  9. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -512
  10. package/src/filiale/fugou/android/AppDevicesManagement.vue +6 -11
  11. package/src/filiale/fugou/android/AppInstallationDetails.vue +32 -33
  12. package/src/filiale/fugou/android/AppZhihuanManagement.vue +242 -242
  13. package/src/filiale/fugou/pc/AddReplacement.vue +511 -511
  14. package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -554
  15. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -754
  16. package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
  17. package/src/filiale/fugou/pc/ServiceControl.vue +1741 -1732
  18. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  19. package/src/filiale/fugou/pc.js +19 -19
  20. package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -187
  21. package/src/filiale/gongyi/pc/chargeManagement.vue +2 -2
  22. package/src/filiale/gongyi/pc.js +25 -25
  23. package/src/filiale/hongda/pc/addMaterialScience.vue +723 -723
  24. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -635
  25. package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -1842
  26. package/src/filiale/jinhuang/android.js +7 -7
  27. package/src/filiale/jinhuang/pc/Applybatchdispatch.vue +770 -0
  28. package/src/filiale/jinhuang/pc/ContractList.vue +5 -3
  29. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -511
  30. package/src/filiale/jinhuang/pc/ServiceControl.vue +1 -1
  31. package/src/filiale/jinhuang/pc/SupervisoryList.vue +19 -0
  32. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -638
  33. package/src/filiale/jinhuang/pc.js +13 -12
  34. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +786 -786
  35. package/src/filiale/qianneng/pc/ServiceControl.vue +1387 -1387
  36. package/src/filiale/ruihua/pc/ServiceControl.vue +1973 -1973
  37. package/src/filiale/shexian/android/AppServiceControl.vue +1786 -1769
  38. package/src/filiale/shexian/android/AppSign.vue +152 -152
  39. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
  40. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +222 -222
  41. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1144 -1144
  42. package/src/filiale/yangchunboneng/android/AppOtherChargeList.vue +281 -0
  43. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1883 -1879
  44. package/src/filiale/yangchunboneng/android.js +22 -21
  45. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
  46. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +10 -0
  47. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +36 -1
  48. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2118 -2114
  49. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -141
  50. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +652 -617
  51. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -421
  52. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1060 -1057
  53. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -175
  54. package/src/filiale/yangchunboneng/pc.js +29 -29
  55. package/src/main.js +3 -3
@@ -226,6 +226,12 @@
226
226
  <input type="text" style="width:60%" class="input_search" v-model="model.act_sender"
227
227
  v-on:keyup.enter="$parent.$parent.search()" condition="act.sender like '%{}%'" placeholder='节点发起人'>
228
228
  </div>
229
+ <div class="form-group col-sm-3">
230
+ <label class="font_normal_body">发起人:</label>
231
+ <input type="text" style="width:60%" class="input_search" placeholder='发起人' v-model="model.f_operator"
232
+ v-on:keyup.enter="$parent.$parent.search()"
233
+ condition="u.f_operator like '%{}%'">
234
+ </div>
229
235
  </div>
230
236
  </div>
231
237
  </criteria>
@@ -251,6 +257,7 @@
251
257
  <th style="white-space: nowrap;">预计通气时间</th>
252
258
  <th style="white-space: nowrap;">报建日期</th>
253
259
  <th style="white-space: nowrap;">用户评价</th>
260
+ <th style="white-space: nowrap;">发起人</th>
254
261
  </tr>
255
262
  </template>
256
263
  <template partial='body'>
@@ -321,6 +328,9 @@
321
328
  <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
322
329
  <nobr><font>{{row.f_user_appraise}}</font></nobr>
323
330
  </td>
331
+ <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
332
+ <nobr><font>{{row.f_operator}}</font></nobr>
333
+ </td>
324
334
  </tr>
325
335
  </template>
326
336
  </data-grid>
@@ -126,7 +126,28 @@
126
126
  condition="f_apply_date <= '{}'">
127
127
  </datepicker>
128
128
  </div>
129
-
129
+ <div class="form-group col-sm-3">
130
+ <label for="checkstart" class="font_normal_body">派工时间:</label>
131
+ <datepicker id="checkstart" placeholder="开始日期"
132
+ style="width: 60%!important;"
133
+ v-model="model.paigongstartDate"
134
+ :value.sync="model.paigongstartDate"
135
+ :format="'yyyy-MM-dd 00:00:00'"
136
+ :show-reset-button="true"
137
+ condition="actend.finishtime >= '{}'">
138
+ </datepicker>
139
+ </div>
140
+ <div class="form-group col-sm-3">
141
+ <label for="checkend" class="font_normal_body">派工时间:</label>
142
+ <datepicker id="checkend" placeholder="结束日期"
143
+ style="width: 60%!important;"
144
+ v-model="model.paigongendDate"
145
+ :value.sync="model.paigongendDate"
146
+ :format="'yyyy-MM-dd 23:59:59'"
147
+ :show-reset-button="true"
148
+ condition="actend.finishtime <= '{}'">
149
+ </datepicker>
150
+ </div>
130
151
  <div class="form-group col-sm-3">
131
152
  <label class="font_normal_body">确认收款:</label>
132
153
  <v-select
@@ -138,6 +159,12 @@
138
159
  :value-single="true"
139
160
  close-on-select ></v-select>
140
161
  </div>
162
+ <div class="form-group col-sm-3">
163
+ <label class="font_normal_body">发起人:</label>
164
+ <input type="text" style="width:60%" class="input_search" placeholder='发起人' v-model="model.f_operator"
165
+ v-on:keyup.enter="$parent.$parent.search()"
166
+ condition="u.f_operator like '%{}%'">
167
+ </div>
141
168
  </div>
142
169
  </div>
143
170
  </criteria>
@@ -156,10 +183,12 @@
156
183
  <th style="white-space: nowrap;">办理环节</th>
157
184
  <th style="white-space: nowrap;">流程状态</th>
158
185
  <th style="white-space: nowrap;">报建日期</th>
186
+ <th style="white-space: nowrap;">派工时间</th>
159
187
  <th style="white-space: nowrap;">付款笔数</th>
160
188
  <th style="white-space: nowrap;">确认付款笔数</th>
161
189
  <th style="white-space: nowrap;">合同金额</th>
162
190
  <th style="white-space: nowrap;">缴费金额</th>
191
+ <th style="white-space: nowrap;">发起人</th>
163
192
  </tr>
164
193
  </template>
165
194
  <template partial='body'>
@@ -209,6 +238,9 @@
209
238
  <td style="text-align: center;">
210
239
  <nobr>{{row.f_apply_date}}</nobr>
211
240
  </td>
241
+ <td style="text-align: center;">
242
+ <nobr>{{row.f_gongcheng_tijiao}}</nobr>
243
+ </td>
212
244
  <td style="text-align: center;">
213
245
  <nobr>{{row.total}}</nobr>
214
246
  </td>
@@ -221,6 +253,9 @@
221
253
  <td style="text-align: center;">
222
254
  <nobr>{{row.f_charge_money}}</nobr>
223
255
  </td>
256
+ <td style="text-align: center;">
257
+ <nobr>{{row.f_operator}}</nobr>
258
+ </td>
224
259
  </tr>
225
260
  </template>
226
261
  </data-grid>