manage-client 3.3.31 → 3.3.32

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": "3.3.31",
3
+ "version": "3.3.32",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -91,7 +91,7 @@
91
91
  <div class="col-sm-2 form-group">
92
92
  <label class="font_normal_body">表&ensp;&ensp;&ensp;&ensp;号</label>
93
93
  <input
94
- class="input_search" condition="f_meternumber = '{}'"
94
+ class="input_search" condition="u1.f_meternumber = '{}'"
95
95
  placeholder='表号'
96
96
  style="width:60%"
97
97
  type="text"
@@ -340,7 +340,7 @@
340
340
  this.criteriaShow = !this.criteriaShow
341
341
  },
342
342
  getorg(condition,obj) {
343
- this.orgcondition = condition
343
+ this.orgcondition = condition.replace('f_orgid','i.f_orgid')
344
344
  this.orgname = obj.orgnames[0]
345
345
  },
346
346
  initQueryParam () {
@@ -91,7 +91,7 @@
91
91
  <div class="col-sm-2 form-group">
92
92
  <label class="font_normal_body">表&ensp;&ensp;&ensp;&ensp;号</label>
93
93
  <input
94
- class="input_search" condition="f_meternumber = '{}'"
94
+ class="input_search" condition="u1.f_meternumber = '{}'"
95
95
  placeholder='表号'
96
96
  style="width:60%"
97
97
  type="text"
@@ -338,7 +338,7 @@
338
338
  this.criteriaShow = !this.criteriaShow
339
339
  },
340
340
  getorg(condition,obj) {
341
- this.orgcondition = condition
341
+ this.orgcondition = condition.replace('f_orgid','i.f_orgid')
342
342
  this.orgname = obj.orgnames[0]
343
343
  },
344
344
  initQueryParam () {