manage-client 3.3.186 → 3.3.188

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.
@@ -216,9 +216,6 @@
216
216
  <th>
217
217
  <nobr>累购金额</nobr>
218
218
  </th>
219
- <th>
220
- <nobr>客户电话</nobr>
221
- </th>
222
219
  <th>
223
220
  <!--<nobr>客户地址</nobr>-->
224
221
  <data-order field="f_address" name="客户地址"
@@ -308,9 +305,6 @@
308
305
  <td style="text-align: center;">
309
306
  <nobr>{{row.leigoumoney}}</nobr>
310
307
  </td>
311
- <td style="text-align: center;">
312
- <nobr>{{row.f_user_phone}}</nobr>
313
- </td>
314
308
  <td style="text-align: center;">
315
309
  <nobr>{{row.f_address}}</nobr>
316
310
  </td>
@@ -459,13 +459,13 @@ export default {
459
459
  getCondition() {
460
460
  let f_user_type = '1=1'
461
461
  if(this.$refs.paged.$refs.criteria.model.f_user_type){
462
- this.model.params.f_user_type = `f_user_type ='${this.$refs.paged.$refs.criteria.model.f_user_type}'`
462
+ f_user_type = `f_user_type ='${this.$refs.paged.$refs.criteria.model.f_user_type}'`
463
463
  }
464
464
  return {
465
465
  condition: this.condition,
466
466
  startDate:`${this.$refs.paged.$refs.criteria.model.startDate}`,
467
467
  endDate:`${this.$refs.paged.$refs.criteria.model.endDate}`,
468
- f_user_type:f_user_type
468
+ f_user_type: f_user_type
469
469
  }
470
470
  },
471
471
  getstart(){
package/.npmignore DELETED
@@ -1,10 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/static/*.map
6
- npm-debug.log
7
- selenium-debug.log
8
- test/unit/coverage
9
- test/e2e/reports
10
- yarn.lock
package/build/.npmignore DELETED
@@ -1 +0,0 @@
1
-