system-phone 1.2.106 → 1.2.109

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "1.2.106",
3
+ "version": "1.2.109",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  <div class="row">
19
19
  <button type="button" name="button" class="btn btn-primary pull-right" @click="search()">查询</button>
20
- <button type="button" name="button" class="btn btn-primary pull-right" @click="read()">读卡</button>
20
+ <!-- <button type="button" name="button" class="btn btn-primary pull-right" @click="read()">读卡</button>-->
21
21
  </div>
22
22
  </div>
23
23
  <div partial class="panel panel-default well" style="padding: 0px;background-color:#ffffff;" v-for="row in users">
@@ -73,11 +73,12 @@
73
73
  },
74
74
  methods: {
75
75
  search() {
76
+ // console.log("Vue.user",Vue.user)
76
77
  this.model.f_userid ? this.model.f_userid : '1=1'
77
- let condition = `ti.f_orgstr like '%${Vue.user.f_orgids}%'`
78
+ let condition = `ti.f_orgid = '${Vue.user.orgid}'`
78
79
  condition += this.model.f_userid ? ` and ti.f_userinfo_code = '${this.model.f_userid}'` : ' and 1=1'
79
80
  condition += this.model.f_username ? ` and ti.f_user_name like '%${this.model.f_username}%'` : ' and 1=1'
80
- condition += this.model.f_address ? ` and ti.f_address like '%${this.model.f_address}%'` : ' and 1=1'
81
+ condition += this.model.f_address ? ` and tua.f_address like '%${this.model.f_address}%'` : ' and 1=1'
81
82
  console.log(condition)
82
83
  this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/tel_UserInfo`, {
83
84
  data: {
File without changes
Binary file