safecheck-client 3.0.35-36 → 3.0.35-39
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/SafecheckDevices.vue +2 -2
- package/src/components/android/SafecheckOrderV.vue +2 -529
- package/src/components/pc/AddPlanItemYyChange.vue +1 -1
- package/src/components/pc/NewCheckpaper.vue +57 -2
- package/src/components/pc/SecurityCheckLedger.vue +133 -133
- package/src/components/pc/SecurityCheckList.vue +144 -144
- package/src/components/pc/SecurityCheckManage.vue +106 -106
- package/src/filiale/xilan/pc/PaperList.vue +795 -0
- package/src/filiale/xilan/pc.js +1 -0
- package/src/filiale/zhongsheng/android/SafecheckDevices.vue +1214 -1214
- package/src/main.js +33 -33
- package/src/safecheck.js +910 -910
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-
|
4
|
+
"version": "3.0.35-39",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -929,8 +929,8 @@ export default {
|
|
929
929
|
if(Vue.config.safecheck.ApproveConfig.showtorepair) {
|
930
930
|
}
|
931
931
|
if(Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
|
932
|
-
if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >=
|
933
|
-
this.hiddenDangerImgNumber =
|
932
|
+
if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >= 5) {
|
933
|
+
this.hiddenDangerImgNumber = 5
|
934
934
|
}else {
|
935
935
|
this.hiddenDangerImgNumber = parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger)
|
936
936
|
}
|