safecheck-client 4.0.1-40 → 4.0.1-42

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.
@@ -1,13 +1,15 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- //手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
7
- 'new-check-paper-temp': (resolve) => { require(['./pc/NewCheckpaperTemp'], resolve) },
8
- }
9
- exports.specialComp = specialComp
10
-
11
-
12
-
13
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ //手机特殊目录注册到该文件中
5
+ let specialComp = {
6
+ 'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
7
+ 'new-check-paper-new': (resolve) => { require(['./pc/NewCheckpaperNew'], resolve) },
8
+ 'new-check-paper-temp': (resolve) => { require(['./pc/NewCheckpaperTemp'], resolve) },
9
+ 'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
10
+ }
11
+ exports.specialComp = specialComp
12
+
13
+
14
+
15
+
@@ -307,7 +307,7 @@
307
307
  inspect (info){
308
308
  // 当前系统时间
309
309
  let newdate = Util.toStandardTimeString()
310
- if(info.f_last_check_state == '入户' && info.f_last_check_date){
310
+ if(info.f_last_check_state == '入户' && info.f_last_check_date && info.f_user_type=='民用'){
311
311
  // 解析上次安检时间
312
312
  let lastCheckDate = new Date(info.f_last_check_date)
313
313
  let currentDate = new Date(newdate)
package/src/main.js CHANGED
@@ -11,7 +11,7 @@ all()
11
11
  var Verificationfalg = false
12
12
  system(Verificationfalg)
13
13
  // system()
14
- safecheck('yunchengminsheng')
14
+ safecheck('xinkang')
15
15
  require('./bootstrap/less/bootstrap.less')
16
16
  require('./expandcss.less')
17
17