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.
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/checksums/sha1-checksums.bin +0 -0
- package/package.json +1 -1
- package/src/assets//344/276/233/346/232/226/347/274/264/350/264/271.png +0 -0
- package/src/assets//345/256/211/346/243/200/350/256/241/345/210/222/345/210/227/350/241/250.png +0 -0
- package/src/assets//346/265/201/346/260/264/346/237/245/350/257/242.png +0 -0
- package/src/components/PhoneUserFind.vue +4 -3
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/checksums/md5-checksums.bin +0 -0
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
package/src/assets//345/256/211/346/243/200/350/256/241/345/210/222/345/210/227/350/241/250.png
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -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.
|
|
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
|
|
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: {
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|