sale-client 3.4.146 → 3.4.147
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
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
// 获取用户信息
|
|
825
825
|
getUser = await this.$resetpost('rs/sql/sale_getUser', {
|
|
826
826
|
data: {
|
|
827
|
-
condition: `gb.f_meter_type in ('机表','物联网表') and
|
|
827
|
+
condition: `gb.f_meter_type in ('机表','物联网表') and i.f_userinfo_code='${res.data.CardID}'`,
|
|
828
828
|
orderitem: `${this.orderitem}`
|
|
829
829
|
}
|
|
830
830
|
}, {resolveMsg: '读卡成功', rejectMsg: '读卡失败'})
|
|
@@ -110,7 +110,7 @@ export default {
|
|
|
110
110
|
// 获取用户信息
|
|
111
111
|
getUser = await this.$resetpost('rs/sql/sale_getUser', {
|
|
112
112
|
data: {
|
|
113
|
-
condition: `gb.f_meter_type in ('机表','物联网表') and
|
|
113
|
+
condition: `gb.f_meter_type in ('机表','物联网表') and i.f_userinfo_code='${res.data.CardID}'`,
|
|
114
114
|
orderitem: `f_userinfo_id`
|
|
115
115
|
}
|
|
116
116
|
}, {resolveMsg: null, rejectMsg: '读卡失败'})
|