safecheck-client 3.0.32-35 → 3.0.32-37

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.
@@ -1035,7 +1035,7 @@
1035
1035
  console.log(errString)
1036
1036
  if (Vue.android) {
1037
1037
  this.$showMessage(errString)
1038
- debugger
1038
+
1039
1039
  }
1040
1040
  return
1041
1041
  } else {
@@ -123,7 +123,7 @@
123
123
  this.department_names.push({label:item.f_residential_area,value:item.f_residential_area})
124
124
  })
125
125
  }).catch(error=>{
126
- debugger
126
+
127
127
  })
128
128
  },
129
129
  computed: {
@@ -357,7 +357,7 @@ export default {
357
357
  methods: {
358
358
  safeState(){
359
359
  let state = this.userinfo.f_last_check_state
360
- debugger
360
+
361
361
  if(state=='' ||state=='到访不遇' ||state=='拒检' ||state==null){
362
362
  return '未检'
363
363
  }else{
@@ -96,7 +96,7 @@ export default {
96
96
  this.bookList=[]
97
97
  }
98
98
  //如果是全选,则查询这个安检册下的用户
99
- debugger
99
+
100
100
  if(val){
101
101
  //遍历this.model.rows
102
102
  this.model.rows.forEach(res=>{
@@ -139,7 +139,7 @@ export default {
139
139
  }
140
140
  },
141
141
  removes(){
142
- debugger
142
+
143
143
  if(this.bookList.length===0){
144
144
  this.$showMessage('请选择用户')
145
145
  return
@@ -166,7 +166,7 @@ export default {
166
166
  })
167
167
  },
168
168
  remove(row){
169
- debugger
169
+
170
170
  this.$showMessage("确认移出此安检册?",['confirm']).then(res=>{
171
171
  if(res==='confirm'){
172
172
  let data = {
package/src/main.js CHANGED
@@ -1,33 +1,33 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import { system } from 'system-clients'
5
- import safecheck from './safecheck'
6
- import echarts from 'echarts'
7
- // import safecheck from './rongcheng'
8
-
9
- all()
10
- // 验证码开关赋值
11
- var Verificationfalg = false
12
- system(Verificationfalg)
13
- // system()
14
- safecheck(process.env.SAFE_CHECK);
15
- // safecheck('rizhao')
16
- require('./bootstrap/less/bootstrap.less')
17
- require('./expandcss.less')
18
-
19
- Vue.prototype.$echarts = echarts
20
- Vue.android = false
21
-
22
- Vue.url = '/SafeCheck/rs/'
23
- if(Vue.android)
24
- Vue.url = Vue.staticUrl
25
- Vue.interval = 1*60*1000
26
- Vue.nopic = 'file:///android_asset/nopic.png'
27
- Vue.mapSetup = false
28
-
29
- /* eslint-disable no-new */
30
- new Vue({
31
- el: 'body',
32
- components: { App }
33
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import { system } from 'system-clients'
5
+ import safecheck from './safecheck'
6
+ import echarts from 'echarts'
7
+ // import safecheck from './rongcheng'
8
+
9
+ all()
10
+ // 验证码开关赋值
11
+ var Verificationfalg = false
12
+ system(Verificationfalg)
13
+ // system()
14
+ //safecheck(process.env.SAFE_CHECK);
15
+ safecheck('fugou')
16
+ require('./bootstrap/less/bootstrap.less')
17
+ require('./expandcss.less')
18
+
19
+ Vue.prototype.$echarts = echarts
20
+ Vue.android = false
21
+
22
+ Vue.url = '/SafeCheck/rs/'
23
+ if(Vue.android)
24
+ Vue.url = Vue.staticUrl
25
+ Vue.interval = 1*60*1000
26
+ Vue.nopic = 'file:///android_asset/nopic.png'
27
+ Vue.mapSetup = false
28
+
29
+ /* eslint-disable no-new */
30
+ new Vue({
31
+ el: 'body',
32
+ components: { App }
33
+ })