safecheck-client 3.0.34-95 → 3.0.34-99
Sign up to get free protection for your applications and to get access to all the features.
@@ -867,6 +867,9 @@
|
|
867
867
|
if(this.$refs.paged.$refs.cri.model.f_user_phone){
|
868
868
|
condition += `and ti.f_user_phone like '%${this.$refs.paged.$refs.cri.model.f_user_phone}%'`
|
869
869
|
}
|
870
|
+
if(this.$refs.paged.$refs.cri.model.f_olduserinfo_code){
|
871
|
+
condition += `and ti.f_olduserinfo_code = '${this.$refs.paged.$refs.cri.model.f_olduserinfo_code}'`
|
872
|
+
}
|
870
873
|
if(this.$refs.paged.$refs.cri.model.f_enter_number)
|
871
874
|
condition += " and ti.f_enter_number like '%"+this.$refs.paged.$refs.cri.model.f_enter_number+"%'"
|
872
875
|
if(this.$refs.paged.$refs.cri.model.f_check_version)
|