safecheck-client 3.0.34-73 → 3.0.34-75
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/android/BuildingSelect.vue +192 -192
- package/src/components/android/CurrentCreateYy.vue +1051 -0
- package/src/components/android/UserinfoSelect.vue +714 -714
- package/src/components/android/examples/SafeListExamples.vue +92 -27
- package/src/components/android/examples/UserExamples.vue +1 -1
- package/src/components/android/examples/ViewDetailsExamples.vue +1251 -0
- package/src/components/android/examples/touxiang.png +0 -0
- package/src/components/rongcheng/AddPlanItem.vue +323 -323
- package/src/components/rongcheng/CheckSearchUser.vue +1 -0
- package/src/filiale/siyang/android/CurrentCreate.vue +1051 -0
- package/src/filiale/siyang/android.js +13 -12
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3339 -3339
- package/src/safecheck-android.js +306 -305
- package/src/safecheck-page.js +3 -1
@@ -644,6 +644,7 @@ export default {
|
|
644
644
|
//args.condition += " and ( f_last_check_date > '"+ args.model.f_check_end + " 23:59:00' or f_last_check_date < '"+ args.model.f_check_start + " 00:00:00' or f_last_check_date is null)"
|
645
645
|
} else if(this.SafeCheckXZ == '未入户') {
|
646
646
|
args.condition += " and r < 1"
|
647
|
+
args.condition += " and r > 0 and f_last_check_state != '入户'"
|
647
648
|
con1 += ` and f_offsite_time > '${args.model.f_check_start}' and f_offsite_time < '${args.model.f_check_end}'`
|
648
649
|
con2 += ` and f_offsite_time > '${args.model.f_check_start}' and f_offsite_time < '${args.model.f_check_end}'`
|
649
650
|
if(args.model.f_check_state=='到访不遇'){
|