safecheck-client 3.0.33-99 → 3.0.34-1
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/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/android.html +18 -18
- package/build/css-loaders.js +34 -34
- package/build/dev-android.js +151 -151
- package/build/dev-client.js +8 -8
- package/build/release.sh +28 -28
- package/build/utils.js +71 -71
- package/build/webpack.baseandroid.conf.js +83 -83
- package/build/webpack.devandroid.conf.js +33 -33
- package/build/webpack.hanwei.conf.js +57 -57
- package/build/webpack.hwbase.conf.js +78 -78
- package/build/webpack.prodandroid.conf.js +60 -60
- package/build/webpack.test.conf.js +31 -31
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/docs/AppBase.md +22 -22
- package/docs/Busy.md +14 -14
- package/docs/Criteria.md +47 -47
- package/docs/CriteriaPaged.md +47 -47
- package/docs/DataGrid.md +54 -54
- package/docs/DataModel.md +22 -22
- package/docs/Dynamic.md +42 -42
- package/docs/FormPrint.md +18 -18
- package/docs/GetParams.md +11 -11
- package/docs/GridTree.md +47 -47
- package/docs/HttpBusy.md +13 -13
- package/docs/HttpStore.md +29 -29
- package/docs/MessageBox.md +28 -28
- package/docs/PagedList.md +29 -29
- package/docs/Pager.md +21 -21
- package/docs/PrintFile.md +38 -38
- package/docs/Project.md +23 -23
- package/docs/Route.md +105 -105
- package/docs/SafetyCheck/AdjustPlan.md +13 -13
- package/docs/SafetyCheck/CheckerPlan.md +12 -12
- package/docs/Task.md +46 -46
- package/docs/TreeList.md +28 -28
- package/docs/TreeMixin.md +18 -18
- package/docs/all.md +10 -10
- package/docs/list.md +42 -42
- package/docs/partial.md +75 -75
- package/docs/selector.md +82 -82
- package/docs/tree.md +40 -40
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
- package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
- package/examples/AddressList/App.vue +13 -13
- package/examples/AddressList/index.html +11 -11
- package/examples/DispatchList/App.vue +10 -10
- package/examples/DispatchList/BaseTree.vue +13 -13
- package/examples/DispatchList/Init.vue +22 -22
- package/examples/DispatchList/Test.vue +20 -20
- package/examples/DispatchList/index.html +11 -11
- package/examples/DispatchList/main.js +18 -18
- package/home.html +16 -16
- package/package.json +3 -4
- package/publish.bat +7 -7
- package/release.bat +5 -5
- package/src/Widget.vue +13 -13
- package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/android-bootstrap/less/.csscomb.json +304 -304
- package/src/android-bootstrap/less/.csslintrc +19 -19
- package/src/android-bootstrap/less/alerts.less +73 -73
- package/src/android-bootstrap/less/badges.less +66 -66
- package/src/android-bootstrap/less/bootstrap.less +56 -56
- package/src/android-bootstrap/less/breadcrumbs.less +26 -26
- package/src/android-bootstrap/less/button-groups.less +247 -247
- package/src/android-bootstrap/less/buttons.less +173 -173
- package/src/android-bootstrap/less/carousel.less +269 -269
- package/src/android-bootstrap/less/close.less +34 -34
- package/src/android-bootstrap/less/code.less +69 -69
- package/src/android-bootstrap/less/component-animations.less +33 -33
- package/src/android-bootstrap/less/grid.less +84 -84
- package/src/android-bootstrap/less/input-groups.less +167 -167
- package/src/android-bootstrap/less/jumbotron.less +52 -52
- package/src/android-bootstrap/less/labels.less +64 -64
- package/src/android-bootstrap/less/list-group.less +141 -141
- package/src/android-bootstrap/less/media.less +66 -66
- package/src/android-bootstrap/less/mixins/alerts.less +14 -14
- package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
- package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
- package/src/android-bootstrap/less/mixins/buttons.less +69 -69
- package/src/android-bootstrap/less/mixins/center-block.less +7 -7
- package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
- package/src/android-bootstrap/less/mixins/forms.less +90 -90
- package/src/android-bootstrap/less/mixins/gradients.less +59 -59
- package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/android-bootstrap/less/mixins/grid.less +122 -122
- package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
- package/src/android-bootstrap/less/mixins/image.less +33 -33
- package/src/android-bootstrap/less/mixins/labels.less +12 -12
- package/src/android-bootstrap/less/mixins/list-group.less +30 -30
- package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/android-bootstrap/less/mixins/opacity.less +8 -8
- package/src/android-bootstrap/less/mixins/pagination.less +24 -24
- package/src/android-bootstrap/less/mixins/panels.less +24 -24
- package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
- package/src/android-bootstrap/less/mixins/resize.less +6 -6
- package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/android-bootstrap/less/mixins/size.less +10 -10
- package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/android-bootstrap/less/mixins/table-row.less +44 -44
- package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/android-bootstrap/less/mixins.less +40 -40
- package/src/android-bootstrap/less/modals.less +151 -151
- package/src/android-bootstrap/less/navbar.less +660 -660
- package/src/android-bootstrap/less/navs.less +290 -290
- package/src/android-bootstrap/less/normalize.less +424 -424
- package/src/android-bootstrap/less/pager.less +76 -76
- package/src/android-bootstrap/less/pagination.less +89 -89
- package/src/android-bootstrap/less/panels.less +274 -274
- package/src/android-bootstrap/less/popovers.less +131 -131
- package/src/android-bootstrap/less/print.less +101 -101
- package/src/android-bootstrap/less/progress-bars.less +87 -87
- package/src/android-bootstrap/less/responsive-embed.less +35 -35
- package/src/android-bootstrap/less/responsive-utilities.less +194 -194
- package/src/android-bootstrap/less/scaffolding.less +161 -161
- package/src/android-bootstrap/less/tables.less +262 -262
- package/src/android-bootstrap/less/theme.less +291 -291
- package/src/android-bootstrap/less/thumbnails.less +36 -36
- package/src/android-bootstrap/less/tooltip.less +102 -102
- package/src/android-bootstrap/less/type.less +303 -303
- package/src/android-bootstrap/less/utilities.less +55 -55
- package/src/android-bootstrap/less/variables.less +896 -896
- package/src/android-bootstrap/less/wells.less +29 -29
- package/src/androidTest.js +20 -20
- package/src/bootstrap/less/.csscomb.json +304 -304
- package/src/bootstrap/less/.csslintrc +19 -19
- package/src/bootstrap/less/alerts.less +73 -73
- package/src/bootstrap/less/badges.less +66 -66
- package/src/bootstrap/less/breadcrumbs.less +26 -26
- package/src/bootstrap/less/button-groups.less +247 -247
- package/src/bootstrap/less/buttons.less +172 -172
- package/src/bootstrap/less/carousel.less +269 -269
- package/src/bootstrap/less/close.less +34 -34
- package/src/bootstrap/less/code.less +69 -69
- package/src/bootstrap/less/component-animations.less +33 -33
- package/src/bootstrap/less/dropdowns.less +216 -216
- package/src/bootstrap/less/forms.less +626 -626
- package/src/bootstrap/less/grid.less +84 -84
- package/src/bootstrap/less/input-groups.less +167 -167
- package/src/bootstrap/less/jumbotron.less +52 -52
- package/src/bootstrap/less/labels.less +64 -64
- package/src/bootstrap/less/list-group.less +141 -141
- package/src/bootstrap/less/media.less +66 -66
- package/src/bootstrap/less/mixins/alerts.less +14 -14
- package/src/bootstrap/less/mixins/background-variant.less +9 -9
- package/src/bootstrap/less/mixins/border-radius.less +18 -18
- package/src/bootstrap/less/mixins/buttons.less +69 -69
- package/src/bootstrap/less/mixins/center-block.less +7 -7
- package/src/bootstrap/less/mixins/clearfix.less +22 -22
- package/src/bootstrap/less/mixins/forms.less +90 -90
- package/src/bootstrap/less/mixins/gradients.less +59 -59
- package/src/bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/bootstrap/less/mixins/grid.less +122 -122
- package/src/bootstrap/less/mixins/hide-text.less +21 -21
- package/src/bootstrap/less/mixins/image.less +33 -33
- package/src/bootstrap/less/mixins/labels.less +12 -12
- package/src/bootstrap/less/mixins/list-group.less +30 -30
- package/src/bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/bootstrap/less/mixins/opacity.less +8 -8
- package/src/bootstrap/less/mixins/pagination.less +24 -24
- package/src/bootstrap/less/mixins/panels.less +24 -24
- package/src/bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/bootstrap/less/mixins/reset-text.less +18 -18
- package/src/bootstrap/less/mixins/resize.less +6 -6
- package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/bootstrap/less/mixins/size.less +10 -10
- package/src/bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/bootstrap/less/mixins/table-row.less +44 -44
- package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/bootstrap/less/mixins.less +40 -40
- package/src/bootstrap/less/modals.less +151 -151
- package/src/bootstrap/less/navbar.less +660 -660
- package/src/bootstrap/less/normalize.less +424 -424
- package/src/bootstrap/less/pager.less +76 -76
- package/src/bootstrap/less/pagination.less +89 -89
- package/src/bootstrap/less/panels.less +275 -275
- package/src/bootstrap/less/popovers.less +131 -131
- package/src/bootstrap/less/print.less +101 -101
- package/src/bootstrap/less/progress-bars.less +87 -87
- package/src/bootstrap/less/responsive-embed.less +35 -35
- package/src/bootstrap/less/responsive-utilities.less +194 -194
- package/src/bootstrap/less/scaffolding.less +161 -161
- package/src/bootstrap/less/theme.less +291 -291
- package/src/bootstrap/less/thumbnails.less +36 -36
- package/src/bootstrap/less/tooltip.less +102 -102
- package/src/bootstrap/less/type.less +303 -303
- package/src/bootstrap/less/utilities.less +55 -55
- package/src/bootstrap/less/wells.less +29 -29
- package/src/components/FileUpload.vue +696 -696
- package/src/components/Hello.vue +39 -39
- package/src/components/LeftTree.vue +27 -27
- package/src/components/Util/ImgSelfSafePlus.vue +7 -0
- package/src/components/Util.js +7 -0
- package/src/components/android/AddGas.vue +147 -147
- package/src/components/android/AddressList.vue +61 -61
- package/src/components/android/AreaPlan.vue +2 -1
- package/src/components/android/AttendanceTally.vue +116 -116
- package/src/components/android/Blank.vue +10 -10
- package/src/components/android/CheckUnplanPage.vue +56 -56
- package/src/components/android/Checker.vue +12 -12
- package/src/components/android/CheckerAnnual.vue +81 -81
- package/src/components/android/CheckerAvarta.vue +82 -82
- package/src/components/android/CheckerMonthly.vue +84 -84
- package/src/components/android/EquipmentInspection.vue +348 -348
- package/src/components/android/FootprintMap.vue +120 -120
- package/src/components/android/HiddentroubleInvestigation.vue +192 -192
- package/src/components/android/ImgSelfAndroid.vue +181 -181
- package/src/components/android/LcheckUnplan.vue +108 -108
- package/src/components/android/MasterMain.vue +77 -77
- package/src/components/android/Menu.vue +132 -132
- package/src/components/android/NavBottom.vue +157 -157
- package/src/components/android/PaperAlarm.vue +85 -85
- package/src/components/android/PaperDeviceNoncivil.vue +214 -214
- package/src/components/android/PlumberAnnual.vue +83 -83
- package/src/components/android/PlumberAnnualDetail.vue +65 -65
- package/src/components/android/PlumberMonthly.vue +84 -84
- package/src/components/android/PostMap.vue +83 -83
- package/src/components/android/QueryCheckHistory.vue +122 -122
- package/src/components/android/QueryCheckHistoryItem.vue +62 -62
- package/src/components/android/RepairMain.vue +60 -60
- package/src/components/android/Repairman.vue +12 -12
- package/src/components/android/SafePlanItem.vue +14 -2
- package/src/components/android/SafecheckDevices.vue +3 -1
- package/src/components/android/SafecheckOrderV.vue +18 -12
- package/src/components/android/StationMaster.vue +12 -12
- package/src/components/android/SwitchValve.vue +1 -1
- package/src/components/checkerphonestate/Checker.vue +32 -32
- package/src/components/checkerphonestate/CheckerState.vue +97 -97
- package/src/components/defects/AddDefectModal.vue +120 -120
- package/src/components/defects/AddDevice.vue +95 -95
- package/src/components/defects/DefectModal.vue +101 -101
- package/src/components/defects/DevicesAndItem.vue +39 -39
- package/src/components/defects/DevicesSeting.vue +106 -106
- package/src/components/issueplan/IssuePlanMain.vue +23 -23
- package/src/components/map/checkScreen.vue +27 -21
- package/src/components/metterfiles/AddUserfiles.vue +246 -246
- package/src/components/metterfiles/MetterFiles.vue +104 -104
- package/src/components/notice/NoticeForm.vue +100 -100
- package/src/components/notice/NoticeIssue.vue +20 -20
- package/src/components/notice/NoticeQuery.vue +76 -76
- package/src/components/paper/PicViewer.vue +18 -18
- package/src/components/paper/PlanChooser.vue +167 -167
- package/src/components/paper/RepairVerifyForm.vue +76 -76
- package/src/components/pc/NewCheckpaper.vue +11 -8
- package/src/components/phonestate/DailyTraffic.vue +57 -57
- package/src/components/phonestate/LastKnownState.vue +74 -74
- package/src/components/phonestate/MonthlyTraffic.vue +66 -66
- package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
- package/src/components/phonestate/PostMap.vue +82 -82
- package/src/components/planmanage/PlanManage.vue +843 -836
- package/src/components/querycheckpaper/PaperItem.vue +59 -59
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +2 -3
- package/src/components/rongcheng/PaperListNPSQ.vue +6 -5
- package/src/components/rongcheng/PaperListSQ.vue +1 -1
- package/src/components/safecheckNew/PaperList.vue +785 -0
- package/src/components/safecheckNew/android/AddPlanItem.vue +419 -0
- package/src/components/safecheckNew/android/AreaPlan.vue +561 -0
- package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -0
- package/src/components/safecheckNew/android/Recheck.vue +379 -0
- package/src/components/safecheckNew/android/SafecheckDevices.vue +1400 -0
- package/src/components/safecheckNew/android/SafecheckOrderV.vue +2731 -0
- package/src/components/task/RepairAnnual.vue +79 -79
- package/src/components/task/RepairAnnualDetail.vue +49 -49
- package/src/components/task/RepairMonthly.vue +91 -91
- package/src/components/task/TaskAnnual.vue +77 -77
- package/src/components/task/TaskAnnualDetail.vue +47 -47
- package/src/components/task/TaskMonthly.vue +89 -89
- package/src/components/userfile/MeterFile.vue +145 -145
- package/src/components/userfile/MeterModify.vue +46 -46
- package/src/components/userfile/UserFile.vue +118 -118
- package/src/components/userfile/UserfileChange.vue +277 -277
- package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -0
- package/src/filiale/baiyin/android.js +10 -0
- package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -0
- package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -0
- package/src/filiale/baiyin/pc/DefectListNew.vue +597 -0
- package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -0
- package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -0
- package/src/filiale/baiyin/pc/PaperList.vue +790 -0
- package/src/filiale/baiyin/pc/PlanChooser.vue +167 -0
- package/src/filiale/baiyin/pc/PlanManage.vue +834 -0
- package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -0
- package/src/filiale/baiyin/pc/RoleSelector.vue +160 -0
- package/src/filiale/baiyin/pc/checkUserList.vue +771 -0
- package/src/filiale/baiyin/pc.js +21 -0
- package/src/filiale/bayan/android/CheckPlanDown.vue +249 -0
- package/src/filiale/bayan/android/SafecheckOrderV.vue +15 -3
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +34 -6
- package/src/filiale/bayan/android.js +1 -0
- package/src/filiale/bayan/pc/CheckDetail.vue +205 -0
- package/src/filiale/bayan/pc/CheckPlan.vue +59 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +565 -0
- package/src/filiale/bayan/pc/CheckSearchUser.vue +1110 -0
- package/src/filiale/bayan/pc/DefectListNew.vue +597 -0
- package/src/filiale/bayan/pc/DefectMainNew.vue +63 -0
- package/src/filiale/bayan/pc/DefectPaperNew.vue +1218 -0
- package/src/filiale/bayan/pc/DeviceChange.vue +1838 -0
- package/src/filiale/bayan/pc/HiddenSituation.vue +256 -0
- package/src/filiale/bayan/pc/NewCheckpaper.vue +31 -1
- package/src/filiale/bayan/pc/PaperList.vue +119 -12
- package/src/filiale/bayan/pc/PlanManage.vue +29 -8
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +333 -0
- package/src/filiale/bayan/pc.js +7 -0
- package/src/filiale/dexin/android/SafecheckOrderV.vue +123 -24
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +4 -4
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -0
- package/src/filiale/jiaxian/android.js +10 -0
- package/src/filiale/jiaxian/pc.js +12 -0
- package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -373
- package/src/filiale/liaoyuan/pc.js +18 -18
- package/src/filiale/qianneng/pc/PaperList.vue +31 -1
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1268
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2779
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +5 -1
- package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -0
- package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -0
- package/src/filiale/siyang/android.js +11 -0
- package/src/filiale/siyang/pc/NewCheckpaper.vue +1938 -0
- package/src/filiale/siyang/pc/PaperDefectMain.vue +864 -0
- package/src/filiale/siyang/pc/PaperList.vue +834 -0
- package/src/filiale/siyang/pc/PlanManage.vue +839 -0
- package/src/filiale/siyang/pc/checkUserList.vue +786 -0
- package/src/filiale/siyang/pc.js +16 -0
- package/src/filiale/tianke/pc/checkScreen.vue +27 -21
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +60 -2
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2 -3
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/weinan/android/SafecheckDevices.vue +2 -2
- package/src/filiale/weinan/android/SafecheckOrderV.vue +10 -0
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +7 -2
- package/src/filiale/weinan/pc/DefectListNew.vue +617 -0
- package/src/filiale/weinan/pc/DefectMainNew.vue +1 -1
- package/src/filiale/weinan/pc.js +1 -0
- package/src/filiale/wenxi/android/CurrentCreate.vue +1 -1
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1 -1
- package/src/filiale/wenxi/android/SafecheckOrderV.vue +14 -0
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +85 -63
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +6 -2
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +2 -2
- package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -1731
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -1332
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2845 -2843
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -879
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +2 -1
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +944 -849
- package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
- package/src/filiale/yuansheng/android/AndroidDefectDeal.vue +652 -0
- package/src/filiale/yuansheng/android/SwitchValve.vue +322 -0
- package/src/filiale/yuansheng/android.js +2 -0
- package/src/main.js +33 -33
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- package/src/safecheck-android.js +6 -0
- package/src/safecheck.js +3 -0
- package/src/stores/wxconfig.js +10 -10
- package/src/utils/getNowDate.js +33 -33
- package/test/e2e/custom-assertions/elementCount.js +26 -26
- package/test/e2e/nightwatch.conf.js +40 -40
- package/test/e2e/runner.js +30 -30
- package/test/e2e/specs/test.js +13 -13
- package/test/unit/.eslintrc +5 -5
- package/test/unit/TestUtil.js +62 -62
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
@@ -1,106 +1,106 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="over col-md-6">
|
3
|
-
<criteria-paged :model="model" v-ref:paged>
|
4
|
-
<criteria partial='criteria' @condition-changed='search'>
|
5
|
-
<form class="form-inline" partial>
|
6
|
-
<div class="form-group">
|
7
|
-
<label class="control-label">设备</label>
|
8
|
-
<v-select id="f_device_name" :value.sync="$parent.$parent.model.f_device_name"
|
9
|
-
condition="f_device_name={}"
|
10
|
-
placeholder="设备" :options='$parent.$parent.devices_list' close-on-select clear-button> </v-select>
|
11
|
-
</div>
|
12
|
-
<div class="form-group">
|
13
|
-
<label class="control-label">用户类型</label>
|
14
|
-
<v-select id="f_user_type" :value.sync="$parent.$parent.model.f_user_type" placeholder='用户类型'
|
15
|
-
condition="f_user_type={}"
|
16
|
-
:options='$parent.$parent.user_types' close-on-select clear-button> </v-select>
|
17
|
-
</div>
|
18
|
-
<div class="form-group">
|
19
|
-
<label class="control-label">是否必检</label>
|
20
|
-
<v-select id="f_write_must" :value.sync="$parent.$parent.f_write_must" placeholder='是否必检'
|
21
|
-
condition="f_write_must={}"
|
22
|
-
:options='$parent.$parent.write_must' close-on-select clear-button> </v-select>
|
23
|
-
</div>
|
24
|
-
<div class="form-group">
|
25
|
-
<button type="button" class="btn btn-success width-80" @click="search()">查询</button>
|
26
|
-
<button type="button" class="btn btn-default width-80" @click="showMo()">新增</button>
|
27
|
-
</div>
|
28
|
-
</form>
|
29
|
-
</criteria>
|
30
|
-
<data-grid :model="model" partial='list' v-ref:grid>
|
31
|
-
<template partial='head'>
|
32
|
-
<tr>
|
33
|
-
<th>设备</th>
|
34
|
-
<th>用户类型</th>
|
35
|
-
<th>保存字段</th>
|
36
|
-
<th>是否必检</th>
|
37
|
-
</tr>
|
38
|
-
</template>
|
39
|
-
<template partial='body'>
|
40
|
-
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_device_name}}</td>
|
41
|
-
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_user_type}}</td>
|
42
|
-
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_device_field}}</td>
|
43
|
-
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_write_must}}</td>
|
44
|
-
</template>
|
45
|
-
</data-grid>
|
46
|
-
</criteria-paged>
|
47
|
-
</div>
|
48
|
-
<div class="span-row over col-md-6">
|
49
|
-
<devices-and-item ></devices-and-item>
|
50
|
-
</div>
|
51
|
-
<add-devices></add-devices>
|
52
|
-
</template>
|
53
|
-
<script>
|
54
|
-
import { PagedList } from 'vue-client'
|
55
|
-
import co from 'co'
|
56
|
-
import Vue from 'vue'
|
57
|
-
import * as Util from '../Util'
|
58
|
-
import DevicesAndItem from "./DevicesAndItem";
|
59
|
-
|
60
|
-
let syncDelete = function * (self,row) {
|
61
|
-
yield self.$remove('rs/entity/t_defect_info/', {id: row.id})
|
62
|
-
self.$refs.paged.$refs.criteria.search()
|
63
|
-
}
|
64
|
-
|
65
|
-
export default {
|
66
|
-
components: {DevicesAndItem},
|
67
|
-
title: '安检项配置',
|
68
|
-
data () {
|
69
|
-
return {
|
70
|
-
model:new PagedList('rs/path/getDevices',20) ,
|
71
|
-
user_types: this.$appdata.getParam('用户类型'),
|
72
|
-
write_must: this.$appdata.getParam('是否必检'),
|
73
|
-
devices_list:[],
|
74
|
-
device:[],
|
75
|
-
showModal:false
|
76
|
-
}
|
77
|
-
},
|
78
|
-
ready(){
|
79
|
-
this.$resetpost("rs/logic/获取安检设备",{condition: '1 =1'}).then((respanse) => {
|
80
|
-
respanse.data.data.forEach((item)=>{
|
81
|
-
this.devices_list.push({label:item.f_device_name,value:item.f_device_name})
|
82
|
-
})
|
83
|
-
})
|
84
|
-
},
|
85
|
-
computed: {
|
86
|
-
selected () {
|
87
|
-
return this.$refs.paged.$refs.grid.selected
|
88
|
-
}
|
89
|
-
},
|
90
|
-
methods:{
|
91
|
-
checkitem(row){
|
92
|
-
this.$set('device',row.f_device_item)
|
93
|
-
},
|
94
|
-
showMo () {
|
95
|
-
this.showModal = true
|
96
|
-
},
|
97
|
-
delete(row){
|
98
|
-
let gen = syncDelete(this,row)
|
99
|
-
return co(gen)
|
100
|
-
},
|
101
|
-
undo(){
|
102
|
-
this.showModal = false
|
103
|
-
},
|
104
|
-
}
|
105
|
-
}
|
106
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<div class="over col-md-6">
|
3
|
+
<criteria-paged :model="model" v-ref:paged>
|
4
|
+
<criteria partial='criteria' @condition-changed='search'>
|
5
|
+
<form class="form-inline" partial>
|
6
|
+
<div class="form-group">
|
7
|
+
<label class="control-label">设备</label>
|
8
|
+
<v-select id="f_device_name" :value.sync="$parent.$parent.model.f_device_name"
|
9
|
+
condition="f_device_name={}"
|
10
|
+
placeholder="设备" :options='$parent.$parent.devices_list' close-on-select clear-button> </v-select>
|
11
|
+
</div>
|
12
|
+
<div class="form-group">
|
13
|
+
<label class="control-label">用户类型</label>
|
14
|
+
<v-select id="f_user_type" :value.sync="$parent.$parent.model.f_user_type" placeholder='用户类型'
|
15
|
+
condition="f_user_type={}"
|
16
|
+
:options='$parent.$parent.user_types' close-on-select clear-button> </v-select>
|
17
|
+
</div>
|
18
|
+
<div class="form-group">
|
19
|
+
<label class="control-label">是否必检</label>
|
20
|
+
<v-select id="f_write_must" :value.sync="$parent.$parent.f_write_must" placeholder='是否必检'
|
21
|
+
condition="f_write_must={}"
|
22
|
+
:options='$parent.$parent.write_must' close-on-select clear-button> </v-select>
|
23
|
+
</div>
|
24
|
+
<div class="form-group">
|
25
|
+
<button type="button" class="btn btn-success width-80" @click="search()">查询</button>
|
26
|
+
<button type="button" class="btn btn-default width-80" @click="showMo()">新增</button>
|
27
|
+
</div>
|
28
|
+
</form>
|
29
|
+
</criteria>
|
30
|
+
<data-grid :model="model" partial='list' v-ref:grid>
|
31
|
+
<template partial='head'>
|
32
|
+
<tr>
|
33
|
+
<th>设备</th>
|
34
|
+
<th>用户类型</th>
|
35
|
+
<th>保存字段</th>
|
36
|
+
<th>是否必检</th>
|
37
|
+
</tr>
|
38
|
+
</template>
|
39
|
+
<template partial='body'>
|
40
|
+
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_device_name}}</td>
|
41
|
+
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_user_type}}</td>
|
42
|
+
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_device_field}}</td>
|
43
|
+
<td @click="$parent.$parent.$parent.checkitem(row)">{{row.f_write_must}}</td>
|
44
|
+
</template>
|
45
|
+
</data-grid>
|
46
|
+
</criteria-paged>
|
47
|
+
</div>
|
48
|
+
<div class="span-row over col-md-6">
|
49
|
+
<devices-and-item ></devices-and-item>
|
50
|
+
</div>
|
51
|
+
<add-devices></add-devices>
|
52
|
+
</template>
|
53
|
+
<script>
|
54
|
+
import { PagedList } from 'vue-client'
|
55
|
+
import co from 'co'
|
56
|
+
import Vue from 'vue'
|
57
|
+
import * as Util from '../Util'
|
58
|
+
import DevicesAndItem from "./DevicesAndItem";
|
59
|
+
|
60
|
+
let syncDelete = function * (self,row) {
|
61
|
+
yield self.$remove('rs/entity/t_defect_info/', {id: row.id})
|
62
|
+
self.$refs.paged.$refs.criteria.search()
|
63
|
+
}
|
64
|
+
|
65
|
+
export default {
|
66
|
+
components: {DevicesAndItem},
|
67
|
+
title: '安检项配置',
|
68
|
+
data () {
|
69
|
+
return {
|
70
|
+
model:new PagedList('rs/path/getDevices',20) ,
|
71
|
+
user_types: this.$appdata.getParam('用户类型'),
|
72
|
+
write_must: this.$appdata.getParam('是否必检'),
|
73
|
+
devices_list:[],
|
74
|
+
device:[],
|
75
|
+
showModal:false
|
76
|
+
}
|
77
|
+
},
|
78
|
+
ready(){
|
79
|
+
this.$resetpost("rs/logic/获取安检设备",{condition: '1 =1'}).then((respanse) => {
|
80
|
+
respanse.data.data.forEach((item)=>{
|
81
|
+
this.devices_list.push({label:item.f_device_name,value:item.f_device_name})
|
82
|
+
})
|
83
|
+
})
|
84
|
+
},
|
85
|
+
computed: {
|
86
|
+
selected () {
|
87
|
+
return this.$refs.paged.$refs.grid.selected
|
88
|
+
}
|
89
|
+
},
|
90
|
+
methods:{
|
91
|
+
checkitem(row){
|
92
|
+
this.$set('device',row.f_device_item)
|
93
|
+
},
|
94
|
+
showMo () {
|
95
|
+
this.showModal = true
|
96
|
+
},
|
97
|
+
delete(row){
|
98
|
+
let gen = syncDelete(this,row)
|
99
|
+
return co(gen)
|
100
|
+
},
|
101
|
+
undo(){
|
102
|
+
this.showModal = false
|
103
|
+
},
|
104
|
+
}
|
105
|
+
}
|
106
|
+
</script>
|
@@ -1,23 +1,23 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="flex">
|
3
|
-
<section>
|
4
|
-
<div class="flex-row">
|
5
|
-
<div class="over col-md-6">
|
6
|
-
<issue-plan-query v-ref:query ></issue-plan-query>
|
7
|
-
</div>
|
8
|
-
<div class="span-row over col-md-6">
|
9
|
-
<issue-plan-action :item='$refs.query.selected' ></issue-plan-action>
|
10
|
-
</div>
|
11
|
-
</div>
|
12
|
-
</section>
|
13
|
-
</div>
|
14
|
-
</template>
|
15
|
-
<script>
|
16
|
-
import IssuePlanAction from './IssuePlanAction'
|
17
|
-
import IssuePlanQuery from './IssuePlanQuery'
|
18
|
-
export default {
|
19
|
-
title: '下发计划',
|
20
|
-
props: ['f'],
|
21
|
-
components: { IssuePlanAction, IssuePlanQuery }
|
22
|
-
}
|
23
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<div class="flex">
|
3
|
+
<section>
|
4
|
+
<div class="flex-row">
|
5
|
+
<div class="over col-md-6">
|
6
|
+
<issue-plan-query v-ref:query ></issue-plan-query>
|
7
|
+
</div>
|
8
|
+
<div class="span-row over col-md-6">
|
9
|
+
<issue-plan-action :item='$refs.query.selected' ></issue-plan-action>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</section>
|
13
|
+
</div>
|
14
|
+
</template>
|
15
|
+
<script>
|
16
|
+
import IssuePlanAction from './IssuePlanAction'
|
17
|
+
import IssuePlanQuery from './IssuePlanQuery'
|
18
|
+
export default {
|
19
|
+
title: '下发计划',
|
20
|
+
props: ['f'],
|
21
|
+
components: { IssuePlanAction, IssuePlanQuery }
|
22
|
+
}
|
23
|
+
</script>
|
@@ -445,13 +445,15 @@ export default {
|
|
445
445
|
|
446
446
|
|
447
447
|
let a3=[]
|
448
|
-
for(let
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
448
|
+
for(let o=0;o<this.level2.length;o++){
|
449
|
+
if (this.level2[o].f_longitude && this.level2[o].f_latitude){
|
450
|
+
a3.push({
|
451
|
+
lnglat: [this.level2[o].f_longitude,this.level2[o].f_latitude], //点标记位置
|
452
|
+
name: '二级隐患',
|
453
|
+
id:o,
|
454
|
+
rowstr:this.level2[o]
|
455
|
+
})
|
456
|
+
}
|
455
457
|
}
|
456
458
|
// 将数组设置到 massMarks 图层
|
457
459
|
this.level2Mulchs.setData(a3);
|
@@ -459,13 +461,15 @@ export default {
|
|
459
461
|
this.level2Mulchs.setMap(this.map);
|
460
462
|
|
461
463
|
let a4=[]
|
462
|
-
for(let
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
464
|
+
for(let p=0;p<this.level3.length;p++){
|
465
|
+
if (this.level3[p].f_longitude&&this.level3[p].f_latitude){
|
466
|
+
a4.push({
|
467
|
+
lnglat: [this.level3[p].f_longitude, this.level3[p].f_latitude], //点标记位置
|
468
|
+
name: '三级隐患',
|
469
|
+
id:p,
|
470
|
+
rowstr:this.level3[p]
|
471
|
+
})
|
472
|
+
}
|
469
473
|
}
|
470
474
|
// 将数组设置到 massMarks 图层
|
471
475
|
this.level3Mulchs.setData(a4);
|
@@ -474,13 +478,15 @@ export default {
|
|
474
478
|
|
475
479
|
|
476
480
|
let a5=[]
|
477
|
-
for(let
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
481
|
+
for(let l=0;l<this.problems.length;l++){
|
482
|
+
if (this.problems[l].f_longitude&&this.problems[l].f_latitude){
|
483
|
+
a5.push({
|
484
|
+
lnglat: [this.problems[l].f_longitude, this.problems[l].f_latitude], //点标记位置
|
485
|
+
name: '普通问题',
|
486
|
+
id:l,
|
487
|
+
rowstr:this.problems[l]
|
488
|
+
})
|
489
|
+
}
|
484
490
|
}
|
485
491
|
// 将数组设置到 massMarks 图层
|
486
492
|
this.problemsMulchs.setData(a5);
|