safecheck-client 3.0.30-90 → 3.0.30-94

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.
@@ -551,8 +551,8 @@ export default {
551
551
  //console.log('this.data.f_overall_imgs==>'+JSON.stringify(this.data.f_overall_imgs))
552
552
  if(Vue.android && (!this.data.f_overall_imgs || this.data.f_overall_imgs.length < 3) && this.data.f_entry_status == '入户')
553
553
  return prefix + '安检总体照片不满足要求'
554
- // if(Vue.android && (!this.data.f_sign_path || this.data.f_sign_path.length == 0) && this.data.f_entry_status == '入户')
555
- // return prefix + '必须有用户签名'
554
+ if(Vue.android && (!this.data.f_sign_path || this.data.f_sign_path.length == 0) && this.data.f_entry_status == '入户')
555
+ return prefix + '必须有用户签名'
556
556
  if(Vue.android && this.data.f_defect_notified && this.data.f_notified_path == Vue.nopic)
557
557
  return prefix + '下发安检通知书则必须给通知书拍照'
558
558
  if(Vue.android && this.data.f_blacklist && this.data.f_blocking_cause=='')