manage-client 4.0.86 → 4.0.87

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.86",
3
+ "version": "4.0.87",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -4,7 +4,7 @@
4
4
  <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
5
5
  <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
6
  <div class="row">
7
- <res-select-group :style="$parent.$parent.style" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" :mul="false" :style="$parent.$parent.style" v-ref:sel></res-select-group>
7
+ <res-select-group :style="$parent.$parent.style" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" :mul="true" :style="$parent.$parent.style" v-ref:sel></res-select-group>
8
8
  <div :class="$parent.$parent.style" >
9
9
  <label for="startDate" class="font_normal_body">开始日期</label>
10
10
  <datepicker placeholder="开始日期" style="width:60%"
@@ -539,7 +539,7 @@
539
539
  <th colspan="5">
540
540
  <nobr>建档信息</nobr>
541
541
  </th>
542
- <th colspan="6">
542
+ <th colspan="8">
543
543
  <nobr>燃气表</nobr>
544
544
  </th>
545
545
  <th colspan="63">
@@ -584,6 +584,9 @@
584
584
  <th>
585
585
  <nobr>铅封编号</nobr>
586
586
  </th>
587
+ <th>
588
+ <nobr>有无铅封</nobr>
589
+ </th>
587
590
  <th>
588
591
  <nobr>品牌</nobr>
589
592
  </th>
@@ -737,9 +740,6 @@
737
740
  <!--<nobr>换表时间</nobr>-->
738
741
  <data-order field="f_maxdate" name="换表时间" :order.sync="$parent.$parent.$parent.orderFields.f_maxdate"></data-order>
739
742
  </th>
740
- <th>
741
- <nobr>有无铅封</nobr>
742
- </th>
743
743
  <th>
744
744
  <nobr>灶具信息</nobr>
745
745
  </th>
@@ -763,7 +763,7 @@
763
763
  <td style="text-align: center;"><nobr>{{row.f_defendcard}}</nobr></td>
764
764
 
765
765
  <td style="text-align: center;"><nobr>{{row.f_seal_number}}</nobr></td>
766
-
766
+ <td style="text-align: center;"><nobr>{{row.f_hasseal}}</nobr></td>
767
767
  <td style="text-align: center;"><nobr>{{row.f_meter_brand}}</nobr></td>
768
768
  <td style="text-align: center;"><nobr>{{row.f_meternumber}}</nobr></td>
769
769
  <td style="text-align: center;"><nobr>{{row.f_meter_type}}</nobr></td>
@@ -877,7 +877,6 @@
877
877
  </td>
878
878
  <td style="text-align: center;"><nobr>{{row.f_alarm_code}}</nobr></td>
879
879
  <td style="text-align: center;"><nobr>{{row.f_maxdate}}</nobr></td>
880
- <td style="text-align: center;"><nobr>{{row.f_hasseal}}</nobr></td>
881
880
  <td style="text-align: center;"><nobr>{{row.f_devices_type}}</nobr></td>
882
881
  <td style="text-align: center;"><nobr>{{row.f_comments}}</nobr></td>
883
882
  </template>
@@ -1205,6 +1204,9 @@
1205
1204
  if(this.IdCardInfo!=''){
1206
1205
  args.condition+=` and f_idnumber='${this.IdCardInfo}'`
1207
1206
  }
1207
+ if(this.f_hasseal!=''){
1208
+ args.condition +=` and f_hasseal='${this.f_hasseal}'`
1209
+ }
1208
1210
  this.conditon2 = args.condition
1209
1211
  this.model.search(args.condition, args.model)
1210
1212
  this.sumsmodel = this.$refs.paged.$refs.grid.model.sums;