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
@@ -0,0 +1,16 @@
|
|
1
|
+
// 分公司特殊组件页面注册
|
2
|
+
import Vue from "vue";
|
3
|
+
|
4
|
+
//手机特殊目录注册到该文件中
|
5
|
+
let specialComp = {
|
6
|
+
'plan-manage':(resolve) => { require(['./pc/PlanManage'], resolve) },
|
7
|
+
'paper-main':(resolve) => { require(['./pc/PaperList'], resolve) },
|
8
|
+
'new-check-paper':(resolve) => {require(['./pc/NewCheckpaper'], resolve)},
|
9
|
+
'check-user-list':(resolve) => { require(['./pc/checkUserList'], resolve) },
|
10
|
+
'paper-defect-main':(resolve) => { require(['./pc/PaperDefectMain'], resolve) },
|
11
|
+
}
|
12
|
+
exports.specialComp = specialComp
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
@@ -342,13 +342,15 @@
|
|
342
342
|
|
343
343
|
|
344
344
|
let a3=[]
|
345
|
-
for(let
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
345
|
+
for(let o=0;o<this.level2.length;o++){
|
346
|
+
if (this.level2[o].f_longitude && this.level2[o].f_latitude){
|
347
|
+
a3.push({
|
348
|
+
lnglat: [this.level2[o].f_longitude,this.level2[o].f_latitude], //点标记位置
|
349
|
+
name: '二级隐患',
|
350
|
+
id:o,
|
351
|
+
rowstr:this.level2[o]
|
352
|
+
})
|
353
|
+
}
|
352
354
|
}
|
353
355
|
// 将数组设置到 massMarks 图层
|
354
356
|
this.level2Mulchs.setData(a3);
|
@@ -356,13 +358,15 @@
|
|
356
358
|
this.level2Mulchs.setMap(this.map);
|
357
359
|
|
358
360
|
let a4=[]
|
359
|
-
for(let
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
361
|
+
for(let p=0;p<this.level3.length;p++){
|
362
|
+
if (this.level3[p].f_longitude&&this.level3[p].f_latitude){
|
363
|
+
a4.push({
|
364
|
+
lnglat: [this.level3[p].f_longitude, this.level3[p].f_latitude], //点标记位置
|
365
|
+
name: '三级隐患',
|
366
|
+
id:p,
|
367
|
+
rowstr:this.level3[p]
|
368
|
+
})
|
369
|
+
}
|
366
370
|
}
|
367
371
|
// 将数组设置到 massMarks 图层
|
368
372
|
this.level3Mulchs.setData(a4);
|
@@ -371,13 +375,15 @@
|
|
371
375
|
|
372
376
|
|
373
377
|
let a5=[]
|
374
|
-
for(let
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
378
|
+
for(let l=0;l<this.problems.length;l++){
|
379
|
+
if (this.problems[l].f_longitude&&this.problems[l].f_latitude){
|
380
|
+
a5.push({
|
381
|
+
lnglat: [this.problems[l].f_longitude, this.problems[l].f_latitude], //点标记位置
|
382
|
+
name: '普通问题',
|
383
|
+
id:l,
|
384
|
+
rowstr:this.problems[l]
|
385
|
+
})
|
386
|
+
}
|
381
387
|
}
|
382
388
|
// 将数组设置到 massMarks 图层
|
383
389
|
this.problemsMulchs.setData(a5);
|
@@ -192,6 +192,27 @@
|
|
192
192
|
</div>
|
193
193
|
</div>
|
194
194
|
</div>-->
|
195
|
+
<div class="row auto" style="margin: 5px 0">
|
196
|
+
<label class="righttxt">气表品牌:</label>
|
197
|
+
<v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_gasbrand_id "
|
198
|
+
v-model="userinfo.meterinfo[0].f_gasbrand_id "
|
199
|
+
placeholder='请选择'
|
200
|
+
:width='wid'
|
201
|
+
@change="brand_change"
|
202
|
+
readonly
|
203
|
+
:options="brandlist"
|
204
|
+
close-on-select value-single></v-select>
|
205
|
+
</div>
|
206
|
+
<div class="row auto" style="margin: 5px 0">
|
207
|
+
<label class="righttxt">气表型号:</label>
|
208
|
+
<v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_gasmodel_id"
|
209
|
+
v-model="userinfo.meterinfo[0].f_gasmodel_id"
|
210
|
+
placeholder='请选择'
|
211
|
+
:width='wid'
|
212
|
+
readonly
|
213
|
+
:options="modellist"
|
214
|
+
close-on-select value-single></v-select>
|
215
|
+
</div>
|
195
216
|
<div class="row auto" style="margin: 5px 0">
|
196
217
|
<label class="righttxt">通 气 人:</label>
|
197
218
|
<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_gas_person"/>
|
@@ -425,7 +446,9 @@
|
|
425
446
|
'f_user_name'
|
426
447
|
],
|
427
448
|
checkUserFilesField: [
|
428
|
-
'f_meternumber'
|
449
|
+
'f_meternumber',
|
450
|
+
'f_gasbrand_id',
|
451
|
+
'f_gasmodel_id'
|
429
452
|
],
|
430
453
|
checkAddressField: [
|
431
454
|
'f_pcd_id',
|
@@ -441,6 +464,8 @@
|
|
441
464
|
],
|
442
465
|
},
|
443
466
|
boxOptions: [],
|
467
|
+
brandlist: [],
|
468
|
+
modellist: [],
|
444
469
|
showBox: false,
|
445
470
|
directOptions: [{label: '是', value: '是'}, {label: '否', value: '否'}],
|
446
471
|
deviceBrandOption: {},
|
@@ -455,6 +480,20 @@
|
|
455
480
|
f_source: ''
|
456
481
|
},
|
457
482
|
methods: {
|
483
|
+
async getBrand() {
|
484
|
+
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
485
|
+
data: {
|
486
|
+
items: "*",
|
487
|
+
tablename: "t_gasbrand",
|
488
|
+
orderitem: "id",
|
489
|
+
condition: `f_orgid = '${Vue.user.orgid}'`
|
490
|
+
}
|
491
|
+
}, {resolveMsg: null, rejectMsg: null})
|
492
|
+
////tag)
|
493
|
+
res.data.forEach((result) => {
|
494
|
+
this.brandlist.push({label: result.f_meter_brand , value: result.id})
|
495
|
+
})
|
496
|
+
},
|
458
497
|
scan() {
|
459
498
|
HostApp.__this__ = this,
|
460
499
|
HostApp.scanCode({callback: "javascript:HostApp.__this__.getCode();"})
|
@@ -770,6 +809,8 @@
|
|
770
809
|
f_iscity: this.userinfo.addressinfo.f_iscity,
|
771
810
|
f_special: this.userinfo.addressinfo.f_special,
|
772
811
|
f_meternumber: this.userinfo.meterinfo[0].f_meternumber,
|
812
|
+
f_gasbrand_id: this.userinfo.meterinfo[0].f_gasbrand_id,
|
813
|
+
f_gasmodel_id: this.userinfo.meterinfo[0].f_gasmodel_id,
|
773
814
|
changemeterno: this.changemeterno
|
774
815
|
},
|
775
816
|
tablename: 't_modify_userinfo'
|
@@ -865,6 +906,23 @@
|
|
865
906
|
|
866
907
|
this.changeNewAddress()
|
867
908
|
},
|
909
|
+
async brand_change() {
|
910
|
+
/*根据气表品牌,查询气表类型*/
|
911
|
+
if (this.userinfo.meterinfo[0].f_gasbrand_id!== "") {
|
912
|
+
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
913
|
+
data: {
|
914
|
+
items: "*",
|
915
|
+
tablename: "t_gasmodel",
|
916
|
+
orderitem: "id",
|
917
|
+
condition: `f_gasbrand_id= '${this.userinfo.meterinfo[0].f_gasbrand_id}'`
|
918
|
+
}
|
919
|
+
}, {resolveMsg: null, rejectMsg: null})
|
920
|
+
////tag)
|
921
|
+
res.data.forEach((result) => {
|
922
|
+
this.modellist.push({label: result.f_meter_style, value: result.id})
|
923
|
+
})
|
924
|
+
}
|
925
|
+
},
|
868
926
|
async pcd_change() {
|
869
927
|
//tag
|
870
928
|
if (this.selectPcd.id) {
|
@@ -1083,7 +1141,7 @@
|
|
1083
1141
|
return
|
1084
1142
|
}
|
1085
1143
|
try {
|
1086
|
-
|
1144
|
+
this.getBrand()
|
1087
1145
|
this.devices_types = Vue.$appdata.getParam('设备类型')
|
1088
1146
|
console.log('this.devices_types=', JSON.stringify(this.devices_types))
|
1089
1147
|
for (const devices_type of this.devices_types) {
|
@@ -920,13 +920,12 @@
|
|
920
920
|
if(Util.required(this.data.f_user_name))
|
921
921
|
return prefix + '用户名必须输入'
|
922
922
|
if(!(/^\d{11}$/.test(this.data.f_user_phone))) {
|
923
|
-
|
924
923
|
return '请输入正确的电话号码'
|
925
924
|
}
|
926
925
|
// if(Util.required(this.data.f_residential_area))
|
927
926
|
// return prefix + '小区名称必须输入'
|
928
|
-
if(Util.required(this.data.f_address))
|
929
|
-
|
927
|
+
// if(Util.required(this.data.f_address))
|
928
|
+
// return prefix + '地址必须输入'
|
930
929
|
},
|
931
930
|
verifyDevices() {
|
932
931
|
for (let dev in this.config) {
|
@@ -601,7 +601,7 @@ export default {
|
|
601
601
|
if (defects != '') {
|
602
602
|
deviceInfos.push(`${items.f_item_name}${defects.substring(0, defects.length - 1)}`)
|
603
603
|
}
|
604
|
-
} else if (items.type === 'string') {
|
604
|
+
} else if (items.type === 'string' && items.f_is_defect && items.f_item_value[0]) {
|
605
605
|
checkResult = '有隐患'
|
606
606
|
this.result = '有隐患'
|
607
607
|
deviceInfos.push(`${items.f_item_name}:${items.f_item_value[0]}`)
|
@@ -170,8 +170,8 @@
|
|
170
170
|
<!-- style="width: 60%">-->
|
171
171
|
<!-- </datepicker>-->
|
172
172
|
<div class="form-group" style="float: left;width:60%">
|
173
|
-
<input v-model="row.f_lose_efficacy" class="form-control" maxlength="100" placeholder="单位:天"
|
174
|
-
type="
|
173
|
+
<input v-model="row.f_lose_efficacy" class="form-control" maxlength="100" placeholder="单位:天" onkeyup="value=value.replace(/[^\d\.]/g,'')"
|
174
|
+
type="number">
|
175
175
|
</div>
|
176
176
|
</div>
|
177
177
|
<div
|
@@ -1078,6 +1078,16 @@ export default {
|
|
1078
1078
|
}
|
1079
1079
|
this.checkResult = {}
|
1080
1080
|
}
|
1081
|
+
if (checkResults.data.length > 0) {
|
1082
|
+
let msg = ''
|
1083
|
+
for (let a = 0; a < checkResults.data.length; a++) {
|
1084
|
+
for (let datumKey in checkResults.data[a]) {
|
1085
|
+
msg += datumKey + ':' + checkResults.data[a][datumKey] + ';'
|
1086
|
+
}
|
1087
|
+
}
|
1088
|
+
this.data.f_defect_text = msg
|
1089
|
+
codata.f_defect_text = msg
|
1090
|
+
}
|
1081
1091
|
//tag
|
1082
1092
|
//tag)
|
1083
1093
|
codata.f_defect_content = JSON.stringify(checkResults)
|
@@ -25,8 +25,10 @@
|
|
25
25
|
</div>
|
26
26
|
<div class="col-xs-12" style="padding: 2px 0">
|
27
27
|
<p class="panel-title col-xs-6 text-left font" style="width: 30%;float: left"><b>用户电话:</b></p>
|
28
|
-
<p class="panel-title col-xs-6 text-left input-font">{{ userinfo.f_user_phone }}
|
29
|
-
|
28
|
+
<p class="panel-title col-xs-6 text-left input-font" style="width: 62%">{{ userinfo.f_user_phone }}
|
29
|
+
<img src="../../../assets/phone.png" style="width: 8%"
|
30
|
+
v-on:click.stop.prevent='makeAPhoneCall(userinfo.f_user_phone)'/>
|
31
|
+
</p>
|
30
32
|
</div>
|
31
33
|
<div class="col-xs-12" style="padding: 2px 0">
|
32
34
|
<p class="panel-title col-xs-6 text-left font" style="width: 30%;float: left"><b>备用电话:</b></p>
|
@@ -288,6 +290,9 @@
|
|
288
290
|
this.safecheckStateReady()
|
289
291
|
},
|
290
292
|
methods: {
|
293
|
+
makeAPhoneCall(phoneNumber) {
|
294
|
+
this.$androidUtil.makeAPhoneCall(phoneNumber)
|
295
|
+
},
|
291
296
|
updatebiaohao(f_meter_no,f_userinfo_id){
|
292
297
|
this.$showMessage("将用户 "+this.userinfo.f_user_name+"的机表表号从"+this.userinfo.planmeterss.f_meter_no+"修改为"+f_meter_no,['confirm', 'cancel']).then((butt)=>{
|
293
298
|
if(butt=="confirm"){
|