safecheck-client 4.0.2-70 → 4.0.2-72
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.
- package/package.json +132 -132
- package/src/components/pc/CheckBookSearchUser.vue +656 -659
- package/src/filiale/jinhong/android/AndroidDefectDeal.vue +0 -26
- package/src/filiale/jinhong/android/AndroidNotifiedDeal.vue +0 -48
- package/src/main.js +33 -33
- package/build/reports/problems/problems-report.html +0 -663
|
@@ -356,28 +356,6 @@
|
|
|
356
356
|
</button>
|
|
357
357
|
</div>
|
|
358
358
|
</div>
|
|
359
|
-
<div class="panel-body panel-self"
|
|
360
|
-
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
361
|
-
<img-self :src="deal.f_other_dealpath3" alt="整改照片" :width="140" :height="170" capture="camera"
|
|
362
|
-
type="file"></img-self>
|
|
363
|
-
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
364
|
-
<img src="../../../assets/remove.png" @click="delfile('f_other_dealpath3', deal.f_other_dealpath3)"></img>
|
|
365
|
-
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
366
|
-
@click="takePic('f_other_dealpath3','整改照片')">拍照
|
|
367
|
-
</button>
|
|
368
|
-
</div>
|
|
369
|
-
</div>
|
|
370
|
-
<div class="panel-body panel-self"
|
|
371
|
-
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
372
|
-
<img-self :src="deal.f_other_dealpath4" alt="整改照片" :width="140" :height="170" capture="camera"
|
|
373
|
-
type="file"></img-self>
|
|
374
|
-
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
375
|
-
<img src="../../../assets/remove.png" @click="delfile('f_other_dealpath4', deal.f_other_dealpath4)"></img>
|
|
376
|
-
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
377
|
-
@click="takePic('f_other_dealpath4','整改照片')">拍照
|
|
378
|
-
</button>
|
|
379
|
-
</div>
|
|
380
|
-
</div>
|
|
381
359
|
</div>
|
|
382
360
|
</div>
|
|
383
361
|
</div>
|
|
@@ -448,8 +426,6 @@ export default {
|
|
|
448
426
|
f_deal_path: '',
|
|
449
427
|
f_other_dealpath1: '',
|
|
450
428
|
f_other_dealpath2: '',
|
|
451
|
-
f_other_dealpath3: '',
|
|
452
|
-
f_other_dealpath4: '',
|
|
453
429
|
f_deal_remark: '',
|
|
454
430
|
f_dealsign_path: '', //签名
|
|
455
431
|
f_dealer: Vue.user.name,
|
|
@@ -652,8 +628,6 @@ export default {
|
|
|
652
628
|
f_deal_path: '',
|
|
653
629
|
f_other_dealpath1: '',
|
|
654
630
|
f_other_dealpath2: '',
|
|
655
|
-
f_other_dealpath3: '',
|
|
656
|
-
f_other_dealpath4: '',
|
|
657
631
|
f_deal_remark: '',
|
|
658
632
|
f_dealsign_path: '', //签名
|
|
659
633
|
f_dealer: Vue.user.name,
|
|
@@ -296,50 +296,6 @@
|
|
|
296
296
|
</button>
|
|
297
297
|
</div>
|
|
298
298
|
</div>
|
|
299
|
-
<div class="panel-body panel-self"
|
|
300
|
-
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
301
|
-
<img-self :src="deal.f_notified_path1" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
302
|
-
type="file"></img-self>
|
|
303
|
-
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
304
|
-
<img src="../../../assets/remove.png" @click="delfile('f_notified_path1', deal.f_notified_path1)"></img>
|
|
305
|
-
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
306
|
-
@click="takePic('f_notified_path1','整改照片')">拍照
|
|
307
|
-
</button>
|
|
308
|
-
</div>
|
|
309
|
-
</div>
|
|
310
|
-
<div class="panel-body panel-self"
|
|
311
|
-
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
312
|
-
<img-self :src="deal.f_notified_path2" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
313
|
-
type="file"></img-self>
|
|
314
|
-
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
315
|
-
<img src="../../../assets/remove.png" @click="delfile('f_notified_path2', deal.f_notified_path2)"></img>
|
|
316
|
-
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
317
|
-
@click="takePic('f_notified_path2','整改照片')">拍照
|
|
318
|
-
</button>
|
|
319
|
-
</div>
|
|
320
|
-
</div>
|
|
321
|
-
<div class="panel-body panel-self"
|
|
322
|
-
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
323
|
-
<img-self :src="deal.f_notified_path3" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
324
|
-
type="file"></img-self>
|
|
325
|
-
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
326
|
-
<img src="../../../assets/remove.png" @click="delfile('f_notified_path3', deal.f_notified_path3)"></img>
|
|
327
|
-
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
328
|
-
@click="takePic('f_notified_path3','整改照片')">拍照
|
|
329
|
-
</button>
|
|
330
|
-
</div>
|
|
331
|
-
</div>
|
|
332
|
-
<div class="panel-body panel-self"
|
|
333
|
-
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
334
|
-
<img-self :src="deal.f_notified_path4" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
335
|
-
type="file"></img-self>
|
|
336
|
-
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
337
|
-
<img src="../../../assets/remove.png" @click="delfile('f_notified_path4', deal.f_notified_path4)"></img>
|
|
338
|
-
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
339
|
-
@click="takePic('f_notified_path4','整改照片')">拍照
|
|
340
|
-
</button>
|
|
341
|
-
</div>
|
|
342
|
-
</div>
|
|
343
299
|
</div>
|
|
344
300
|
</div>
|
|
345
301
|
</div>
|
|
@@ -374,10 +330,6 @@ export default {
|
|
|
374
330
|
paperid: '',
|
|
375
331
|
deviceid: '',
|
|
376
332
|
f_notified_path: '',
|
|
377
|
-
f_notified_path1: '',
|
|
378
|
-
f_notified_path2: '',
|
|
379
|
-
f_notified_pat3: '',
|
|
380
|
-
f_notified_path4: '',
|
|
381
333
|
f_dealer: Vue.user.name,
|
|
382
334
|
f_dealer_id: Vue.user.id
|
|
383
335
|
},
|
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('
|
|
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('taiyuan')
|
|
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
|
+
})
|