safecheck-client 3.0.33-13 → 3.0.33-132
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/index.html +6 -2
- package/package.json +3 -3
- 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 +12 -10
- 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/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/CurrentCreate.vue +1 -1
- 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/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/SafecheckDevices.vue +1298 -1294
- package/src/components/android/SafecheckOrderV.vue +15 -11
- 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 +4 -2
- package/src/components/paper/RepairVerifyForm.vue +76 -76
- 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 +14 -4
- package/src/components/planmanage/checkPlanList.vue +2 -1
- package/src/components/planmanage/checkUserList.vue +2 -0
- package/src/components/querycheckpaper/PaperItem.vue +59 -59
- package/src/components/report/CheckPlanCountChartArea.vue +120 -120
- package/src/components/report/HiddenSituation.vue +3 -3
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +28 -1
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1 -1
- package/src/components/rongcheng/DefectPaper.vue +1 -1
- package/src/components/rongcheng/PaperListNPSQ.vue +35 -1
- package/src/components/rongcheng/PaperListSQ.vue +32 -11
- package/src/components/rongcheng/PhoneUpUserinfo.vue +939 -802
- package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +1 -3
- 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 +2692 -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/Util.js +5 -0
- package/src/filiale/baiyin/android.js +9 -0
- package/src/filiale/baiyin/pc/PlanManage.vue +834 -0
- package/src/filiale/baiyin/pc.js +13 -0
- package/src/filiale/bayan/android/AddPlanItem.vue +7 -2
- package/src/filiale/bayan/android/CheckPlanDown.vue +249 -0
- package/src/filiale/bayan/android/SafecheckOrderV.vue +8 -6
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +560 -508
- 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/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 +6 -0
- package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
- package/src/filiale/dexin/android/SafecheckOrderV.vue +123 -24
- package/src/filiale/dexin/android/WebMeterOpen.vue +1 -1
- package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/fugou/android.js +2 -1
- package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
- package/src/filiale/fugou/pc/CheckBook.vue +2 -0
- package/src/filiale/fugou/pc/CheckBookEntry.vue +47 -19
- package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +733 -574
- package/src/filiale/fugou/pc/CheckBookUser.vue +102 -45
- package/src/filiale/fugou/pc/DefectPaperNew.vue +10 -6
- package/src/filiale/fugou/pc/PaperDefectMain.vue +12 -6
- package/src/filiale/fugou/pc/PaperList.vue +14 -6
- package/src/filiale/fugou/pc/PlanManage.vue +62 -8
- package/src/filiale/fugou/pc/checkUserList.vue +222 -42
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +15 -5
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +12 -2
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +12 -3
- package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
- package/src/filiale/hanzhong/pc/CheckUserList.vue +30 -11
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +11 -2
- package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
- package/src/filiale/jingyang/pc.js +1 -0
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +2 -22
- package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -0
- package/src/filiale/liaoyuan/pc.js +2 -1
- package/src/filiale/qianneng/pc/PaperList.vue +31 -1
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +468 -748
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +984 -1234
- package/src/filiale/rongchuang/android.js +1 -0
- package/src/filiale/rongchuang/pc/NewCheckpaper.vue +294 -305
- package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
- package/src/filiale/rongchuang/pc.js +1 -0
- 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/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 +781 -0
- package/src/filiale/siyang/pc.js +15 -0
- package/src/filiale/tianke/pc/checkScreen.vue +36 -31
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +60 -2
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
- package/src/filiale/weinan/android/PaperFeedback.vue +8 -8
- package/src/filiale/weinan/android/SafecheckDevices.vue +6 -2
- package/src/filiale/weinan/android/SafecheckOrderV.vue +16 -2
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +7 -2
- package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
- package/src/filiale/weinan/pc/DefectPaperNew.vue +7 -1
- package/src/filiale/weinan/pc.js +1 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1 -1
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +84 -63
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/yangchunboneng/android/AddPlanItem.vue +46 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +39 -2
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +15 -4
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +16 -6
- package/src/filiale/yangchunboneng/android.js +1 -0
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +4 -4
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +76 -32
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +72 -1
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +187 -13
- package/src/filiale/yangchunboneng/pc/PaperList.vue +17 -0
- package/src/filiale/yongzhou/android/SafecheckOrderV.vue +221 -256
- package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
- package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1 -1
- package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
- package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +412 -107
- package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -0
- package/src/filiale/yongzhou/pc/PaperList.vue +1 -1
- package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +56 -125
- package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
- package/src/filiale/yongzhou/pc/safeDetail.vue +311 -20
- package/src/filiale/yongzhou/pc/safeStatistics.vue +74 -24
- package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +2 -2
- package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +2 -2
- package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +47 -23
- package/src/filiale/yongzhou/pc/safeTable.vue +3 -3
- package/src/filiale/yongzhou/pc.js +4 -0
- package/src/filiale/zhongsheng/android/CurrentCreate.vue +7 -2
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +6 -2
- package/src/main.js +1 -1
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- package/src/rongcheng.js +3 -1
- 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
@@ -522,7 +522,7 @@ export default {
|
|
522
522
|
checker_name:'',
|
523
523
|
defectType:[],
|
524
524
|
defectLeave:'',
|
525
|
-
defectLeaveList:[{label:'全部',value:''},{label:'
|
525
|
+
defectLeaveList:[{label:'全部',value:''},{label:'重大',value:'重大'},{label:'一般',value:'一般'}],
|
526
526
|
repaired:[{label: '全部', value: ''},{label: '未完成', value: '未完成'}, {label: '已完成', value: '已完成'}],
|
527
527
|
deals:[{label: '全部', value: ''},{label: '未处理', value: '未处理'}, {label: '已处理', value: '已处理'}],
|
528
528
|
f: this.$login.f,
|
@@ -972,6 +972,12 @@ export default {
|
|
972
972
|
if(this.defectLeave=='三级隐患'){
|
973
973
|
args.condition += ` and f_third_count > 0`
|
974
974
|
}
|
975
|
+
if(this.defectLeave=='一般'){
|
976
|
+
args.condition += ` and f_yiban_count > 0`
|
977
|
+
}
|
978
|
+
if(this.defectLeave=='重大'){
|
979
|
+
args.condition += ` and f_zhongda_count > 0`
|
980
|
+
}
|
975
981
|
}
|
976
982
|
if(this.defectType.length>0){
|
977
983
|
args.condition += ` and (`
|
package/src/filiale/weinan/pc.js
CHANGED
@@ -33,6 +33,7 @@ let specialComp = {
|
|
33
33
|
'person-track':(resolve)=> {require(['./pc/PersonTrack'], resolve)},
|
34
34
|
'check-plan':(resolve)=> {require(['./pc/CheckPlan'], resolve)},
|
35
35
|
'check-plan-area-manage':(resolve)=> {require(['./pc/CheckPlanAreaManage'], resolve)},
|
36
|
+
'check-search-user':(resolve)=> {require(['./pc/CheckSearchUser'], resolve)},
|
36
37
|
'select-check-plan_outhelp':(resolve)=> {require(['./pc/SelectCheckPlanOutHelp'], resolve)},
|
37
38
|
'check-detail_outhelp':(resolve)=> {require(['./pc/CheckDetailOutHelp'], resolve)},
|
38
39
|
'check-plan_outhelp':(resolve)=> {require(['./pc/CheckPlanOutHelp'], resolve)},
|
@@ -396,7 +396,7 @@
|
|
396
396
|
wid: "60%",
|
397
397
|
devices_types: [],
|
398
398
|
pipe_types: this.$appdata.getParam('管道类型'),
|
399
|
-
pipetypes:
|
399
|
+
pipetypes:Vue.$appdata.getParam('管道类型'),
|
400
400
|
wz_types: [],
|
401
401
|
cityTypes: [{label: '市区', value: '市区'}, {label: '城镇', value: '城镇'}],
|
402
402
|
aroundmeters: this.$appdata.getParam('左右表'),
|
@@ -7,8 +7,10 @@
|
|
7
7
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
8
8
|
<!--<a class="panel-title col-xs-7 text-left input-font" style="width: 79%;color: blue;text-decoration:underline" @click="searchHistory(userinfo.f_userinfoid)">{{ userinfo.f_userinfo_code }}</a>-->
|
9
9
|
<p class="panel-title col-xs-7 text-left input-font">
|
10
|
-
<label style="text-decoration:underline;color: #00b3ee; font-size: 15px;"
|
11
|
-
|
10
|
+
<label style="text-decoration:underline;color: #00b3ee; font-size: 15px;"
|
11
|
+
@click="searchHistory(userinfo.f_userinfoid)">{{ userinfo.f_userinfo_code }}</label>
|
12
|
+
<label style="color: #00b3ee;text-decoration:none; margin-left:5%; font-size: 15px;"
|
13
|
+
@click="upuserinfo(userinfo)">档案维护</label>
|
12
14
|
</p>
|
13
15
|
</div>
|
14
16
|
<div class="col-xs-12" style="padding: 2px 0">
|
@@ -32,6 +34,14 @@
|
|
32
34
|
<p class="panel-title col-xs-7 text-left input-font"
|
33
35
|
>{{ userinfo.f_table_state }}</p>
|
34
36
|
</div>
|
37
|
+
<div class="col-xs-12" style="padding: 2px 0">
|
38
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>指令标题:</b></p>
|
39
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ f_info ? '手动关阀' : '' }}</p>
|
40
|
+
</div>
|
41
|
+
<div class="col-xs-12" style="padding: 2px 0">
|
42
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>操作原因:</b></p>
|
43
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ f_info }}</p>
|
44
|
+
</div>
|
35
45
|
<div class="col-xs-12" style="padding: 2px 0">
|
36
46
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户电话:</b></p>
|
37
47
|
<p class="panel-title col-xs-7 text-left input-font">{{ userinfo.f_user_phone }}</p>
|
@@ -71,16 +81,16 @@
|
|
71
81
|
<p class="panel-title col-xs-7 text-left input-font">{{ userinfo.f_state }}</p>
|
72
82
|
</div>
|
73
83
|
<div class="col-xs-12">
|
74
|
-
<button
|
84
|
+
<button v-if="updateuserphone" class="btn btn-primary" style="width: 45%;float: left" type="button"
|
75
85
|
@click="updatePhone(userinfo.f_user_phone,userinfo.f_userinfoid)">电话修改
|
76
86
|
</button>
|
77
|
-
<button
|
87
|
+
<button v-if="updateuserphone" class="btn btn-primary" style="width: 45%;float: right" type="button"
|
78
88
|
@click="showbiaoxinghao()">表型号修改
|
79
89
|
</button>
|
80
90
|
</div>
|
81
91
|
<div class="col-xs-12">
|
82
|
-
<button
|
83
|
-
|
92
|
+
<button v-if="updateuserphone&&(userinfo.planmeterss.f_aliasname=='机表')" class="btn btn-primary" style="width: 45%;float: left"
|
93
|
+
type="button"
|
84
94
|
@click="updatebiaohao(userinfo.f_meter_no,userinfo.f_userinfoid)">表号修改
|
85
95
|
</button>
|
86
96
|
<!-- <button type="button" style="width: 45%;float: right" class="btn btn-primary" v-if="updateuserphone" @click="showbiaoxinghao()">表型号修改</button>-->
|
@@ -94,7 +104,7 @@
|
|
94
104
|
</label>
|
95
105
|
<span>{{ f_onsite_time }}</span>
|
96
106
|
</div>
|
97
|
-
<div class="col-xs-12 col-sm-12 col-md-12 form-input-group"
|
107
|
+
<div v-if="data.f_date_leave" class="col-xs-12 col-sm-12 col-md-12 form-input-group">
|
98
108
|
<label class="control-label">
|
99
109
|
<nobr>离开时间:</nobr>
|
100
110
|
</label>
|
@@ -103,19 +113,19 @@
|
|
103
113
|
</div>
|
104
114
|
|
105
115
|
|
106
|
-
<div class="
|
107
|
-
<span class="col-md-3 col-sm-4 col-xs-4 text-left"><img
|
108
|
-
|
109
|
-
|
116
|
+
<div :class="style__" class="form-group">
|
117
|
+
<span class="col-md-3 col-sm-4 col-xs-4 text-left"><img alt=""
|
118
|
+
src="../../../assets/housestyle.png"
|
119
|
+
style="width: 20px;margin-bottom: 5px;text-align: left">入户状态:</span>
|
110
120
|
<div :class="style__" class="col-md-9 col-sm-8 col-xs-8 text-center">
|
111
|
-
<input
|
112
|
-
<input
|
113
|
-
<input
|
114
|
-
<input
|
115
|
-
<input v-if='userinfo.f_check_type == "非民用"'
|
116
|
-
|
121
|
+
<input id="blockchec" v-model="f_entry_status" name="enterstatus" type="radio" value="封堵">封堵
|
122
|
+
<input id="nopeople" v-model="f_entry_status" name="enterstatus" type="radio" value="到访不遇">到访不遇
|
123
|
+
<input id="rejectchecck" v-model="f_entry_status" name="enterstatus" type="radio" value="拒检">拒检
|
124
|
+
<input id="enterhouse" v-model="f_entry_status" name="enterstatus" type="radio" value="入户">入户
|
125
|
+
<input v-if='userinfo.f_check_type == "非民用"' id="enterhouse" v-model="f_entry_status" name="enterstatus"
|
126
|
+
type="radio" value="不营业"><span v-if='userinfo.f_check_type == "非民用"'>不营业</span>
|
117
127
|
</div>
|
118
|
-
<div class="form-group col-sm-12 col-xs-12"
|
128
|
+
<div v-show="f_entry_status=='封堵'" :class="style__" class="form-group col-sm-12 col-xs-12">
|
119
129
|
<label class="text-left font">封堵照片:</label>
|
120
130
|
<div class="auto">
|
121
131
|
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
@@ -123,22 +133,22 @@
|
|
123
133
|
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
124
134
|
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
125
135
|
<div class="col-sm-4">
|
126
|
-
<img-self :src="f_blockcheck_path" alt="封堵照片"
|
136
|
+
<img-self :src="f_blockcheck_path" alt="封堵照片" height="200" width="150"></img-self>
|
127
137
|
</div>
|
128
138
|
</div>
|
129
|
-
<div class="row text-right div-photo"
|
130
|
-
<button
|
139
|
+
<div :class="style__" class="row text-right div-photo">
|
140
|
+
<button class="btn btn-primary btn-photo" name="button" type="button"
|
131
141
|
@click="takePic('f_blockcheck_path', '封堵照片')">拍照
|
132
142
|
</button>
|
133
|
-
<img src="../../../assets/remove.png"
|
134
|
-
|
135
|
-
|
143
|
+
<img :class="style__" src="../../../assets/remove.png"
|
144
|
+
style="width: 25%;"
|
145
|
+
@click="delfile('f_blockcheck_path', this.f_blockcheck_path)"/>
|
136
146
|
</div>
|
137
147
|
</div>
|
138
148
|
</div>
|
139
149
|
</div>
|
140
150
|
</div>
|
141
|
-
<div class="form-group col-sm-12 col-xs-12"
|
151
|
+
<div v-show="f_entry_status=='到访不遇'" :class="style__" class="form-group col-sm-12 col-xs-12">
|
142
152
|
<label class="text-left font">到访不遇照片:</label>
|
143
153
|
<div class="auto">
|
144
154
|
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
@@ -146,22 +156,22 @@
|
|
146
156
|
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
147
157
|
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
148
158
|
<div class="col-sm-4">
|
149
|
-
<img-self :src="f_noanswer_path" alt="到访不遇照片"
|
159
|
+
<img-self :src="f_noanswer_path" alt="到访不遇照片" height="200" width="150"></img-self>
|
150
160
|
</div>
|
151
161
|
</div>
|
152
|
-
<div class="row text-right div-photo"
|
153
|
-
<button
|
162
|
+
<div :class="style__" class="row text-right div-photo">
|
163
|
+
<button class="btn btn-primary btn-photo" name="button" type="button"
|
154
164
|
@click="takePic('f_noanswer_path', '到访不遇照片')">拍照
|
155
165
|
</button>
|
156
|
-
<img src="../../../assets/remove.png"
|
157
|
-
|
158
|
-
|
166
|
+
<img :class="style__" src="../../../assets/remove.png"
|
167
|
+
style="width: 25%;"
|
168
|
+
@click="delfile('f_noanswer_path', this.f_noanswer_path)"/>
|
159
169
|
</div>
|
160
170
|
</div>
|
161
171
|
</div>
|
162
172
|
</div>
|
163
173
|
</div>
|
164
|
-
<div class="form-group col-sm-12 col-xs-12"
|
174
|
+
<div v-show="f_entry_status=='拒检'" :class="style__" class="form-group col-sm-12 col-xs-12">
|
165
175
|
<label class="text-left font">拒检照片:</label>
|
166
176
|
<div class="auto">
|
167
177
|
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
@@ -169,55 +179,55 @@
|
|
169
179
|
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
170
180
|
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
171
181
|
<div class="col-sm-4">
|
172
|
-
<img-self :src="f_rejectcheck_path" alt="拒检照片"
|
182
|
+
<img-self :src="f_rejectcheck_path" alt="拒检照片" height="200" width="150"></img-self>
|
173
183
|
</div>
|
174
184
|
</div>
|
175
185
|
<div class="row text-right div-photo">
|
176
|
-
<button
|
186
|
+
<button class="btn btn-primary btn-photo" name="button" type="button"
|
177
187
|
@click="takePic('f_rejectcheck_path', '拒检照片')">拍照
|
178
188
|
</button>
|
179
|
-
<img src="../../../assets/remove.png"
|
180
|
-
|
181
|
-
|
189
|
+
<img :class="style__" src="../../../assets/remove.png"
|
190
|
+
style="width: 25%;"
|
191
|
+
@click="delfile('f_rejectcheck_path', this.f_rejectcheck_path)"/>
|
182
192
|
</div>
|
183
193
|
</div>
|
184
194
|
</div>
|
185
195
|
</div>
|
186
196
|
</div>
|
187
197
|
</div>
|
188
|
-
<div :class="style__" class="form-group"
|
198
|
+
<div v-show="f_usegas == '未使用'" :class="style__" class="form-group">
|
189
199
|
<sapn class="text-left col-md-12 col-sm-12 col-xs-12">处置方式:</sapn>
|
190
200
|
<div class="col-xs-12 col-sm-12 col-md-12">
|
191
|
-
<input
|
192
|
-
<input
|
193
|
-
<input
|
201
|
+
<input v-model="f_no_gas_device" type="checkbox">无燃气具
|
202
|
+
<input v-model="f_close_valve" type="checkbox">关闭表前阀
|
203
|
+
<input v-model="f_unload_battery" type="checkbox">取下表内电池
|
194
204
|
</div>
|
195
205
|
</div>
|
196
|
-
<div class="auto app-text" style="margin-top: 5px;"
|
206
|
+
<div v-if="this.$parent.$parent.role != 'view'" class="auto app-text" style="margin-top: 5px;">
|
197
207
|
<div class="panel" style="padding: 60px 7px 10px 0px;">
|
198
208
|
<div class="panel-body panel-self">
|
199
209
|
<div v-show="false" class="row">
|
200
210
|
<p class="panel-title col-xs-4 text-left font">建档时间</p>
|
201
211
|
<p class="panel-title col-xs-8 text-left input-font">{{ newfile_date }}</p>
|
202
212
|
</div>
|
203
|
-
<div
|
213
|
+
<div v-if="last_check_state" class="row">
|
204
214
|
<p class="panel-title col-xs-4 text-left font">上次入户状态</p>
|
205
215
|
<p class="panel-title col-xs-8 text-left input-font">{{ last_check_state }}</p>
|
206
216
|
</div>
|
207
|
-
<div
|
217
|
+
<div v-if="last_check_date != null && last_check_date != ''" class="row">
|
208
218
|
<p class="panel-title col-xs-4 text-left font">上次安检时间</p>
|
209
219
|
<p class="panel-title col-xs-8 text-left input-font">{{ last_check_date }}</p>
|
210
220
|
</div>
|
211
221
|
<div class="row">
|
212
222
|
<p class="panel-title col-xs-4 text-left font">上次安检状态</p>
|
213
|
-
<p
|
214
|
-
|
215
|
-
<p
|
216
|
-
|
223
|
+
<p v-if="last_check_date != null && last_check_date != ''"
|
224
|
+
class="panel-title col-xs-8 text-left input-font">安检完成</p>
|
225
|
+
<p v-if="last_check_date == null || last_check_date == ''"
|
226
|
+
class="panel-title col-xs-8 text-left input-font">未安检</p>
|
217
227
|
</div>
|
218
|
-
<div
|
228
|
+
<div v-if="last_check_date != null && last_check_date != ''" class="row">
|
219
229
|
<p class="panel-title col-xs-4 text-left font">上次安检结果</p>
|
220
|
-
<p class="panel-title col-xs-8 text-left input-font"
|
230
|
+
<p :class="last_check_result=='正常'?'':'color-red'" class="panel-title col-xs-8 text-left input-font">
|
221
231
|
{{ last_check_result }}</p>
|
222
232
|
<div v-for="data in last_check_data.data"
|
223
233
|
class="panel-title col-xs-offset-4 col-xs-8 text-left input-font">
|
@@ -232,7 +242,7 @@
|
|
232
242
|
</div>
|
233
243
|
</div>
|
234
244
|
<div v-if="showbModal">
|
235
|
-
<modal :show.sync="showbModal"
|
245
|
+
<modal v-ref:modal :show.sync="showbModal" backdrop="false">
|
236
246
|
<div slot="modal-header" class="modal-header">
|
237
247
|
<h4 class="modal-title">
|
238
248
|
选择表型号
|
@@ -241,11 +251,11 @@
|
|
241
251
|
<div slot="modal-body" class="modal-body">
|
242
252
|
<div class="col-xs-12">
|
243
253
|
|
244
|
-
<v-select
|
254
|
+
<v-select v-model='biaoxinghao' :options='gmlist'
|
245
255
|
:value-single="true"
|
246
|
-
|
247
|
-
|
248
|
-
|
256
|
+
:value.sync="biaoxinghao"
|
257
|
+
class="select_list select" close-on-select
|
258
|
+
placeholder='请选择表型号' width="100%"></v-select>
|
249
259
|
</div>
|
250
260
|
<div class="col-xs-12" style="height: 10px">
|
251
261
|
|
@@ -279,7 +289,7 @@ export default {
|
|
279
289
|
//tag
|
280
290
|
this.$set('biaoxinghao', '')
|
281
291
|
},
|
282
|
-
ready() {
|
292
|
+
async ready() {
|
283
293
|
// this.$set('userinfo.f_meter_no',this.userinfo.planmeterss.f_meter_no)
|
284
294
|
this.$set('beforephone', this.userinfo.f_user_phone)
|
285
295
|
this.$set('gmlist', [])
|
@@ -291,10 +301,21 @@ export default {
|
|
291
301
|
}
|
292
302
|
}
|
293
303
|
}
|
294
|
-
for (let i in this.userinfo) {
|
295
|
-
//tag + ':' + JSON.stringify(this.userinfo[i]))
|
296
|
-
}
|
297
304
|
this.safecheckStateReady()
|
305
|
+
if (!this.userinfo.f_userfiles_id){
|
306
|
+
return
|
307
|
+
}
|
308
|
+
let result = await new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {
|
309
|
+
data: {
|
310
|
+
items: '*',
|
311
|
+
tablename: 't_instruct',
|
312
|
+
condition: `f_userfiles_id = '${this.userinfo.f_userfiles_id}' and f_instruct_state='执行成功' and f_instruct_title='手动关阀'`,
|
313
|
+
orderitem: 'f_instruct_date desc'
|
314
|
+
}
|
315
|
+
}, {resolveMsg: null, rejectMsg: null})
|
316
|
+
if (result.data.length > 0){
|
317
|
+
this.$set('f_info', result.data[0].f_info)
|
318
|
+
}
|
298
319
|
},
|
299
320
|
methods: {
|
300
321
|
upuserinfo(userinfo) {
|
@@ -308,7 +329,7 @@ export default {
|
|
308
329
|
f_userinfo_id: userinfo.f_userinfoid,
|
309
330
|
f_source: '安检',
|
310
331
|
f_check_type: userinfo.f_check_type
|
311
|
-
},'self',function () {
|
332
|
+
}, 'self', function () {
|
312
333
|
_this.updateUserCallBack()
|
313
334
|
})
|
314
335
|
},
|
@@ -441,9 +462,9 @@ export default {
|
|
441
462
|
})
|
442
463
|
},
|
443
464
|
delfile(prop, fileName) {
|
444
|
-
if (fileName == Vue.nopic)
|
445
|
-
|
446
|
-
else {
|
465
|
+
if (fileName == Vue.nopic){
|
466
|
+
|
467
|
+
} else {
|
447
468
|
HostApp.delfile(fileName)
|
448
469
|
this[prop] = Vue.nopic
|
449
470
|
}
|
@@ -328,7 +328,7 @@
|
|
328
328
|
</tbody>
|
329
329
|
</table>
|
330
330
|
<table class="table table-striped table-bordered"
|
331
|
-
v-show="paperdata.f_entry_status=='入户'||paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='封堵'">
|
331
|
+
v-show="paperdata.f_entry_status=='入户'||paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='封堵' || paperdata.f_entry_status=='不营业' ">
|
332
332
|
<thead>
|
333
333
|
<tr>
|
334
334
|
<th style="text-align: center">总体安检照片</th>
|
@@ -114,6 +114,40 @@
|
|
114
114
|
close-on-select clear-button></v-select>
|
115
115
|
</div>
|
116
116
|
</div>
|
117
|
+
<div class="row app-row" >
|
118
|
+
<div class="col-xs-4">
|
119
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
120
|
+
<label class="font text-left">首次通气时间:</label>
|
121
|
+
</div>
|
122
|
+
<datepicker id="f_start_date"
|
123
|
+
placeholder= '起始时间'
|
124
|
+
:value.sync="model.f_start_date1"
|
125
|
+
:disabled-days-of-Week="[]"
|
126
|
+
v-model="model.f_start_date1"
|
127
|
+
class="input-font"
|
128
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
129
|
+
:show-reset-button="reset"
|
130
|
+
condition="ui.f_subscribe_date > '{}'"
|
131
|
+
>
|
132
|
+
</datepicker>
|
133
|
+
</div>
|
134
|
+
<div class="row app-row" >
|
135
|
+
<div class="col-xs-4">
|
136
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
137
|
+
<label class="font text-left">首次通气时间:</label>
|
138
|
+
</div>
|
139
|
+
<datepicker id="f_end_date"
|
140
|
+
placeholder= '结束时间'
|
141
|
+
:value.sync="model.f_end_date1"
|
142
|
+
:disabled-days-of-Week="[]"
|
143
|
+
v-model="model.f_end_date1"
|
144
|
+
class="input-font"
|
145
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
146
|
+
:show-reset-button="reset"
|
147
|
+
condition="ui.f_subscribe_date < '{}'"
|
148
|
+
>
|
149
|
+
</datepicker>
|
150
|
+
</div>
|
117
151
|
<!-- <div class="row app-row">
|
118
152
|
<div class="col-xs-4">
|
119
153
|
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
@@ -178,7 +212,14 @@
|
|
178
212
|
<p class="panel-title col-xs-4 text-left font">用户电话</p>
|
179
213
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}</p>
|
180
214
|
</div>
|
181
|
-
|
215
|
+
<div class="row">
|
216
|
+
<p class="panel-title col-xs-4 text-left font">备用电话</p>
|
217
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_rent_phone}}</p>
|
218
|
+
</div>
|
219
|
+
<div class="row">
|
220
|
+
<p class="panel-title col-xs-4 text-left font">租户电话</p>
|
221
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_zuhu_phone }}</p>
|
222
|
+
</div>
|
182
223
|
<div class="row">
|
183
224
|
<p class="panel-title col-xs-4 text-left font">小区名称</p>
|
184
225
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_residential_area }}</p>
|
@@ -195,6 +236,10 @@
|
|
195
236
|
<p class="panel-title col-xs-4 text-left font">最后安检状态</p>
|
196
237
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>
|
197
238
|
</div>
|
239
|
+
<div class="row">
|
240
|
+
<p class="panel-title col-xs-4 text-left font">首次通气时间</p>
|
241
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_uservent_date }}</p>
|
242
|
+
</div>
|
198
243
|
<div class="row">
|
199
244
|
<p class="panel-title col-xs-4 text-left font">保费到期时间</p>
|
200
245
|
<p class="panel-title col-xs-8 text-left input-font" :style="$parent.$parent.$parent.compare(row.f_expiration_date)?'color:black':'color: red'">{{ row.f_expiration_date}}</p>
|
@@ -260,7 +260,40 @@
|
|
260
260
|
>
|
261
261
|
</datepicker>
|
262
262
|
</div>
|
263
|
-
|
263
|
+
<div class="row app-row" v-show="$parent.$parent.criteriaShow">
|
264
|
+
<div class="col-xs-4">
|
265
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
266
|
+
<label class="font text-left">首次通气时间:</label>
|
267
|
+
</div>
|
268
|
+
<datepicker id="f_start_date"
|
269
|
+
placeholder= '起始时间'
|
270
|
+
:value.sync="model.f_start_date1"
|
271
|
+
:disabled-days-of-Week="[]"
|
272
|
+
v-model="model.f_start_date1"
|
273
|
+
class="input-font"
|
274
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
275
|
+
:show-reset-button="reset"
|
276
|
+
condition="f_subscribe_date > '{}'"
|
277
|
+
>
|
278
|
+
</datepicker>
|
279
|
+
</div>
|
280
|
+
<div class="row app-row" v-show="$parent.$parent.criteriaShow">
|
281
|
+
<div class="col-xs-4">
|
282
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
283
|
+
<label class="font text-left">首次通气时间:</label>
|
284
|
+
</div>
|
285
|
+
<datepicker id="f_end_date"
|
286
|
+
placeholder= '结束时间'
|
287
|
+
:value.sync="model.f_end_date1"
|
288
|
+
:disabled-days-of-Week="[]"
|
289
|
+
v-model="model.f_end_date1"
|
290
|
+
class="input-font"
|
291
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
292
|
+
:show-reset-button="reset"
|
293
|
+
condition="f_subscribe_date < '{}'"
|
294
|
+
>
|
295
|
+
</datepicker>
|
296
|
+
</div>
|
264
297
|
|
265
298
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
266
299
|
<div class="col-xs-4">
|
@@ -414,6 +447,10 @@
|
|
414
447
|
<p class="panel-title col-xs-5 text-left font"><b>到访不遇次数:</b></p>
|
415
448
|
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_check_version }}</p>
|
416
449
|
</div>
|
450
|
+
<div class="col-xs-12">
|
451
|
+
<p class="panel-title col-xs-5 text-left font"><b>首次通气时间:</b></p>
|
452
|
+
<p class="panel-title col-xs-7 text-left input-font ">{{ row.f_subscribe_date}}</p>
|
453
|
+
</div>
|
417
454
|
<div class="col-xs-12">
|
418
455
|
<p class="panel-title col-xs-5 text-left font"><b>保费到期时间:</b></p>
|
419
456
|
<p class="panel-title col-xs-7 text-left input-font " :style="$parent.$parent.$parent.compare(row.f_expiration_date)?'color:black':'color: red'">{{ row.f_expiration_date}}</p>
|
@@ -1089,7 +1126,7 @@
|
|
1089
1126
|
criteria = {
|
1090
1127
|
items: 'count(id) count',
|
1091
1128
|
tablename: 't_check_plan_item',
|
1092
|
-
condition: `(f_complete = '' or f_complete
|
1129
|
+
condition: `(f_complete = '' or f_complete is null or f_complete = '未完成') AND f_state = '已检'`,
|
1093
1130
|
groupitem: 'f_state'
|
1094
1131
|
}
|
1095
1132
|
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|