manage-client 4.0.16 → 4.0.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.16",
3
+ "version": "4.0.18",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -191,7 +191,7 @@
191
191
  orgcondition +=')'
192
192
  }
193
193
  if(this.f_operatorid[0]) {
194
- orgcondition += ' and ts.f_operatorid = ' + this.f_operatorid
194
+ orgcondition += ` and ts.f_operatorid in ('${this.f_operatorid}')`
195
195
  }
196
196
  // console.log(this.orgname,this.depname.toString(),this.operatorname)
197
197
  this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition
@@ -456,6 +456,7 @@
456
456
  :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
457
457
  </th>
458
458
  <th><nobr>客户电话</nobr></th>
459
+ <th><nobr>用气类型</nobr></th>
459
460
  <!-- <th><nobr>表册片区</nobr></th>-->
460
461
  <!-- <th><nobr>通气日期</nobr></th>-->
461
462
  <!-- 气价类型,单价暂时未处理 -->
@@ -572,6 +573,7 @@
572
573
  <!-- <td style="text-align: center;"><nobr>{{row.f_meter_flow}}</nobr></td>-->
573
574
  <td style="text-align: center;"><nobr>{{row.f_address}}</nobr></td>
574
575
  <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
576
+ <td style="text-align: center;"><nobr>{{row.f_user_usetype}}</nobr></td>
575
577
  <!-- <td style="text-align: center;"><nobr>{{row.f_book_slice_area}}</nobr></td>-->
576
578
  <!-- <td style="text-align: center;"><nobr>{{row.f_gas_date}}</nobr></td>-->
577
579
  <!-- &lt;!&ndash; 气价类型,单价暂时未处理 &ndash;&gt;-->