safecheck-client 3.0.30-gongyi → 3.0.33-gongyi
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/.eslintrc.js +16 -16
- package/.project +11 -11
- package/CHANGELOG.md +27 -27
- package/README.md +38 -38
- 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/example-server.js +157 -157
- package/build/release.sh +28 -28
- package/build/utils.js +71 -71
- package/build/webpack.base.conf.js +88 -88
- package/build/webpack.baseandroid.conf.js +83 -83
- package/build/webpack.dev.conf.js +40 -40
- package/build/webpack.devandroid.conf.js +33 -33
- package/build/webpack.example.conf.js +49 -49
- package/build/webpack.hanwei.conf.js +57 -57
- package/build/webpack.hwbase.conf.js +78 -78
- package/build/webpack.prod.conf.js +80 -80
- package/build/webpack.prodandroid.conf.js +60 -60
- package/build/webpack.test.conf.js +31 -31
- package/build.gradle +14 -14
- 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/AddressList/main.js +13 -13
- package/examples/ChangeConfig/App.vue +54 -54
- package/examples/ChangeConfig/comp.js +548 -548
- package/examples/ChangeConfig/index.html +17 -17
- package/examples/ChangeConfig/main.js +13 -13
- package/examples/CheckAdvise/App.vue +24 -24
- package/examples/CheckAdvise/comp.js +9 -9
- package/examples/CheckAdvise/index.html +18 -18
- package/examples/CheckAdvise/main.js +13 -13
- package/examples/CreatePlan/App.vue +13 -13
- package/examples/CreatePlan/index.html +11 -11
- package/examples/CreatePlan/main.js +13 -13
- 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/examples/PhoneSafePlan/App.vue +36 -36
- package/examples/PhoneSafePlan/TestData.js +448 -448
- package/examples/PhoneSafePlan/comp.js +33 -33
- package/examples/PhoneSafePlan/index.html +17 -17
- package/examples/PhoneSafePlan/main.js +13 -13
- package/examples/SafePlan/App.vue +83 -83
- package/examples/SafePlan/TestData.js +448 -448
- package/examples/SafePlan/comp.js +1521 -1521
- package/examples/SafePlan/index.html +18 -18
- package/examples/SafePlan/main.js +13 -13
- package/examples/SafePlan-aode/App.vue +39 -39
- package/examples/SafePlan-aode/TestData.js +448 -448
- package/examples/SafePlan-aode/comp.js +1132 -1132
- package/examples/SafePlan-aode/index.html +17 -17
- package/examples/SafePlan-aode/main.js +13 -13
- package/examples/SafePlan-liaoyuan/App.vue +53 -53
- package/examples/SafePlan-liaoyuan/TestData.js +448 -448
- package/examples/SafePlan-liaoyuan/comp.js +1419 -1419
- package/examples/SafePlan-liaoyuan/index.html +18 -18
- package/examples/SafePlan-liaoyuan/main.js +13 -13
- package/examples/SafePlan-shaoguan/App.vue +52 -52
- package/examples/SafePlan-shaoguan/TestData.js +448 -448
- package/examples/SafePlan-shaoguan/comp.js +1190 -1190
- package/examples/SafePlan-shaoguan/index.html +18 -18
- package/examples/SafePlan-shaoguan/main.js +13 -13
- package/examples/SafePlan-tongchuan/App.vue +81 -81
- package/examples/SafePlan-tongchuan/TestData.js +448 -448
- package/examples/SafePlan-tongchuan/comp.js +1480 -1480
- package/examples/SafePlan-tongchuan/index.html +18 -18
- package/examples/SafePlan-tongchuan/main.js +13 -13
- package/examples/SafePlan-wenxi/App.vue +80 -80
- package/examples/SafePlan-wenxi/TestData.js +448 -448
- package/examples/SafePlan-wenxi/comp.js +1545 -1545
- package/examples/SafePlan-wenxi/index.html +18 -18
- package/examples/SafePlan-wenxi/main.js +13 -13
- package/examples/SafePlan-zhoukou/App.vue +81 -81
- package/examples/SafePlan-zhoukou/TestData.js +448 -448
- package/examples/SafePlan-zhoukou/comp.js +1525 -1525
- package/examples/SafePlan-zhoukou/index.html +18 -18
- package/examples/SafePlan-zhoukou/main.js +13 -13
- package/examples/SafePlanItem/App.vue +33 -33
- package/examples/SafePlanItem/TestData.js +448 -448
- package/examples/SafePlanItem/comp.js +69 -69
- package/examples/SafePlanItem/index.html +17 -17
- package/examples/SafePlanItem/main.js +15 -15
- package/examples/SafePlanrongcheng/App.vue +52 -52
- package/examples/SafePlanrongcheng/TestData.js +448 -448
- package/examples/SafePlanrongcheng/comp.js +1133 -1133
- package/examples/SafePlanrongcheng/index.html +18 -18
- package/examples/SafePlanrongcheng/main.js +13 -13
- package/examples/SafePlanrongcheng-gs/App.vue +52 -52
- package/examples/SafePlanrongcheng-gs/TestData.js +448 -448
- package/examples/SafePlanrongcheng-gs/comp.js +1132 -1132
- package/examples/SafePlanrongcheng-gs/index.html +18 -18
- package/examples/SafePlanrongcheng-gs/main.js +13 -13
- package/examples/SafePlanrongcheng-gssq/App.vue +52 -52
- package/examples/SafePlanrongcheng-gssq/TestData.js +448 -448
- package/examples/SafePlanrongcheng-gssq/comp.js +1135 -1135
- package/examples/SafePlanrongcheng-gssq/index.html +18 -18
- package/examples/SafePlanrongcheng-gssq/main.js +13 -13
- package/examples/SafePlanrongcheng-mysq/App.vue +52 -52
- package/examples/SafePlanrongcheng-mysq/TestData.js +448 -448
- package/examples/SafePlanrongcheng-mysq/comp.js +1136 -1136
- package/examples/SafePlanrongcheng-mysq/index.html +18 -18
- package/examples/SafePlanrongcheng-mysq/main.js +13 -13
- package/examples/Test/App.vue +35 -35
- package/examples/Test/TestData.js +489 -489
- package/examples/Test/index.html +17 -17
- package/examples/Test/main.js +13 -13
- package/examples/Test//350/216/267/345/217/226/345/217/230/351/207/217 +2 -2
- package/examples/UserFiles/App.vue +47 -47
- package/examples/UserFiles/TestData.js +448 -448
- package/examples/UserFiles/comp.js +227 -227
- package/examples/UserFiles/index.html +19 -19
- package/examples/UserFiles/main.js +13 -13
- package/home.html +16 -16
- package/index.html +23 -23
- package/oa.iml +8 -8
- package/package.json +3 -3
- package/publish.bat +7 -7
- package/release.bat +5 -5
- package/src/AndroidApp.vue +26 -26
- package/src/App.vue +27 -27
- 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/dropdowns.less +216 -216
- package/src/android-bootstrap/less/forms.less +626 -626
- package/src/android-bootstrap/less/glyphicons.less +305 -305
- 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/android.js +16 -16
- package/src/androidBase.js +177 -177
- package/src/androidTest.js +20 -20
- package/src/bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- 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/aofeng/animate.min.css +10 -10
- package/src/bootstrap/less/aofeng/standard.less +2121 -2121
- package/src/bootstrap/less/aofeng/themeOne/BinaryTemplate.less +686 -686
- package/src/bootstrap/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/bootstrap/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/bootstrap/less/aofeng/themeOne.less +14 -14
- package/src/bootstrap/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/bootstrap/less/aofeng/themeTwo.less +3 -3
- package/src/bootstrap/less/badges.less +66 -66
- package/src/bootstrap/less/bootstrap.less +65 -65
- 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/glyphicons.less +305 -305
- 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/manageStyle/manageChile.less +180 -180
- package/src/bootstrap/less/manageStyle/manageStyle.less +1102 -1102
- package/src/bootstrap/less/manageStyle/safeStyle.less +498 -498
- 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/navs.less +285 -285
- 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/stand.less +207 -207
- package/src/bootstrap/less/standard.less +503 -503
- package/src/bootstrap/less/systemStyle.less +860 -860
- package/src/bootstrap/less/tables.less +262 -262
- package/src/bootstrap/less/theme.less +291 -291
- package/src/bootstrap/less/themeOne.less +36 -36
- package/src/bootstrap/less/themeTwo.less +29 -29
- 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/variables.less +896 -896
- package/src/bootstrap/less/wells.less +29 -29
- package/src/components/AloneLoadParams.vue +25 -25
- package/src/components/CheckerCount/CheckCountAreaList.vue +306 -306
- package/src/components/CheckerCount/CheckCountAreaManage.vue +112 -112
- package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
- package/src/components/CheckerCount/ZhouKouCheckCount.vue +272 -272
- package/src/components/ExportExcel.vue +334 -334
- package/src/components/FileUpload.vue +696 -696
- package/src/components/Hello.vue +39 -39
- package/src/components/LeftTree.vue +27 -27
- package/src/components/Login.vue +459 -459
- package/src/components/Main.vue +393 -393
- package/src/components/Test.vue +1478 -1478
- package/src/components/Util/FileUpload.vue +138 -138
- package/src/components/Util/ImgSelfSafe.vue +126 -126
- package/src/components/Util/RightTreeSafe.vue +343 -343
- package/src/components/Util/SafecheckUpload.vue +265 -265
- package/src/components/Util.js +376 -376
- package/src/components/android/AddGas.vue +147 -147
- package/src/components/android/AddPlanItem.vue +412 -412
- package/src/components/android/AddressList.vue +61 -61
- package/src/components/android/AdviseCommit.vue +59 -59
- package/src/components/android/AndroidCheckResult.vue +181 -181
- package/src/components/android/AndroidDefectDeal.vue +397 -397
- package/src/components/android/Announcement.vue +167 -167
- package/src/components/android/AreaPlan.vue +503 -503
- package/src/components/android/AttendanceTally.vue +116 -116
- package/src/components/android/Blank.vue +10 -10
- package/src/components/android/CheckNotice.vue +89 -89
- package/src/components/android/CheckPlan.vue +257 -257
- package/src/components/android/CheckPlanDown.vue +216 -216
- package/src/components/android/CheckPlanItems.vue +423 -423
- 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/CheckerAnnualDetail.vue +63 -63
- package/src/components/android/CheckerAvarta.vue +82 -82
- package/src/components/android/CheckerMonthly.vue +84 -84
- package/src/components/android/Checkpage.vue +102 -102
- package/src/components/android/CurrentCreate.vue +970 -970
- package/src/components/android/DailyworkloadQuery.vue +396 -396
- package/src/components/android/Defect.vue +119 -119
- package/src/components/android/DeviceDefect.vue +187 -187
- package/src/components/android/Devices.vue +327 -327
- package/src/components/android/DevicesItem.vue +495 -495
- package/src/components/android/DevicesItemm.vue +445 -445
- package/src/components/android/DevicesNoncivil.vue +214 -214
- package/src/components/android/Devicesm.vue +327 -327
- package/src/components/android/DoorService.vue +501 -501
- package/src/components/android/EquipmentInspection.vue +348 -348
- package/src/components/android/ExtractCheckPlan.vue +268 -268
- package/src/components/android/ExtractPlanItem.vue +516 -516
- 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/LocalPagedList.js +108 -108
- package/src/components/android/LocalPathList.js +109 -109
- package/src/components/android/Login.vue +222 -222
- 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/PaperAlarmNoncivil.vue +286 -286
- package/src/components/android/PaperCooker.vue +325 -325
- package/src/components/android/PaperDefect.vue +230 -230
- package/src/components/android/PaperDevice.vue +279 -279
- package/src/components/android/PaperDeviceNoncivil.vue +214 -214
- package/src/components/android/PaperFeedback.vue +1444 -1444
- package/src/components/android/PaperFeedbackm.vue +1026 -1026
- package/src/components/android/PaperFurnace.vue +274 -274
- package/src/components/android/PaperFurnaceNoncivil.vue +203 -203
- package/src/components/android/PaperHeater.vue +287 -287
- package/src/components/android/PaperInnerPlumb.vue +171 -171
- package/src/components/android/PaperMessage.vue +1323 -1323
- package/src/components/android/PaperMessageNocivil.vue +1288 -1288
- package/src/components/android/PaperMeter.vue +351 -351
- package/src/components/android/PaperMeterNoncivil.vue +481 -481
- package/src/components/android/PaperPieceNoncivil.vue +142 -142
- package/src/components/android/PaperPlumb.vue +141 -141
- package/src/components/android/PaperPlumbNoncivil.vue +253 -253
- package/src/components/android/PaperSet.vue +1956 -1956
- package/src/components/android/PaperSetNoncivil.vue +1760 -1760
- package/src/components/android/PaperState.vue +390 -390
- package/src/components/android/PaperStateNoncivil.vue +383 -383
- package/src/components/android/PaperStateNoncivilm.vue +377 -377
- package/src/components/android/PaperStatem.vue +346 -346
- package/src/components/android/PaperUser.vue +606 -606
- package/src/components/android/PaperUserNoncivil.vue +424 -424
- package/src/components/android/PaperUserm.vue +356 -356
- package/src/components/android/PaperValve.vue +178 -178
- package/src/components/android/PaperValveNoncivil.vue +180 -180
- package/src/components/android/PhoneChangemeterInfo.vue +107 -107
- package/src/components/android/PhoneInfoTable.vue +40 -40
- package/src/components/android/PhoneSellInfo.vue +113 -113
- package/src/components/android/PhoneState.vue +157 -157
- package/src/components/android/PhoneUpUserinfo.vue +929 -929
- package/src/components/android/PhoneUserFind.vue +111 -111
- 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/PrearrangedPlan.vue +247 -247
- package/src/components/android/QueryCheckHistory.vue +122 -122
- package/src/components/android/QueryCheckHistoryItem.vue +62 -62
- package/src/components/android/RepairAreaList.vue +71 -71
- package/src/components/android/RepairList.vue +206 -206
- package/src/components/android/RepairMain.vue +60 -60
- package/src/components/android/RepairQuery.vue +262 -262
- package/src/components/android/Repairman.vue +12 -12
- package/src/components/android/ResAreaList.vue +158 -158
- package/src/components/android/RightTree.vue +174 -174
- package/src/components/android/SafecheckDevices.vue +1143 -1143
- package/src/components/android/SafecheckState.vue +437 -437
- package/src/components/android/SafecheckUser.vue +580 -580
- package/src/components/android/ShebeiDevices.vue +980 -980
- package/src/components/android/StationMaster.vue +12 -12
- package/src/components/android/SwitchValve.vue +230 -230
- package/src/components/android/SystemSetting.vue +84 -84
- package/src/components/android/ToolsPage.vue +51 -51
- package/src/components/android/TrackState.vue +134 -134
- package/src/components/android/UploadPage.vue +338 -338
- package/src/components/android/checkPlanResult.vue +302 -302
- package/src/components/android/old/PaperFeedback.vue +1015 -1015
- package/src/components/android/wasm/PhoneSafePlan.vue +39 -39
- package/src/components/android/wasm/TestData.js +448 -448
- package/src/components/android/wasm/comp.js +33 -33
- package/src/components/attendance/DailyAttendance.vue +99 -99
- package/src/components/attendance/MonthlyAttendance.vue +194 -194
- package/src/components/callincheck/CallInCheckMain.vue +146 -146
- package/src/components/callincheck/CallInPlan.vue +148 -148
- package/src/components/callincheck/UserFileList.vue +155 -155
- package/src/components/checkAreaClassification.vue +285 -285
- package/src/components/checkerphonestate/Checker.vue +32 -32
- package/src/components/checkerphonestate/CheckerState.vue +97 -97
- package/src/components/checkplan/CheckDetail.vue +205 -205
- package/src/components/checkplan/CheckPlan.vue +59 -59
- package/src/components/checkplan/SelectCheckPlan.vue +224 -224
- package/src/components/checkplan/SelectMessage.vue +105 -105
- package/src/components/checkplan/checkmsg.vue +459 -459
- package/src/components/checkplan/checkmsgZG.vue +519 -519
- package/src/components/cockpit/Splash.vue +85 -85
- package/src/components/cockpit/SplashDetail.vue +66 -66
- package/src/components/createcheckplan/CreatePlan.vue +1052 -1052
- package/src/components/createcheckplan/CreatePlanWuan.vue +1024 -1024
- package/src/components/createcheckplan/DelPlanRepeat.vue +318 -318
- package/src/components/createcheckplan/DistributePlan.vue +62 -62
- package/src/components/createcheckplan/PlanList.vue +433 -433
- package/src/components/createcheckplan/PlanUersList.vue +137 -137
- package/src/components/defect/DefectDetail.vue +177 -177
- package/src/components/defect/DefectDetailWeixiu.vue +177 -177
- package/src/components/defect/DefectList.vue +489 -489
- package/src/components/defect/DefectMain.vue +63 -63
- package/src/components/defect/DefectMainWeixiu.vue +63 -63
- package/src/components/defect/DefectPaper.vue +762 -762
- package/src/components/defect/DefectPaperWeiXiu.vue +508 -508
- package/src/components/defect/ImageViewer.vue +350 -350
- package/src/components/defect/ImgButton.vue +118 -118
- package/src/components/defect/ImgsButton.vue +62 -62
- package/src/components/defects/AddDefectModal.vue +120 -120
- package/src/components/defects/AddDevice.vue +95 -95
- package/src/components/defects/CheckPaperItem.vue +92 -92
- package/src/components/defects/CheckPaperItems.vue +89 -89
- package/src/components/defects/CheckPaperSearch.vue +349 -349
- package/src/components/defects/CheckPaperSearchMain.vue +55 -55
- package/src/components/defects/DefectCondition.vue +180 -180
- package/src/components/defects/DefectModal.vue +101 -101
- package/src/components/defects/DefectSeting.vue +98 -98
- package/src/components/defects/DefectsQuery.vue +190 -190
- package/src/components/defects/DevicesAndItem.vue +39 -39
- package/src/components/defects/DevicesSeting.vue +106 -106
- package/src/components/equipment/BoilerUsage.vue +105 -105
- package/src/components/equipment/CheckRate.vue +324 -324
- package/src/components/equipment/CheckerRate.vue +333 -333
- package/src/components/equipment/CookerUsage.vue +105 -105
- package/src/components/equipment/DeviceUsage.vue +105 -105
- package/src/components/equipment/FurnaceUsage.vue +105 -105
- package/src/components/equipment/GasMeterUsage.vue +109 -109
- package/src/components/equipment/HeaterUsage.vue +105 -105
- package/src/components/equipment/MonthCheckRate.vue +340 -340
- package/src/components/filialCircle/AddCircleFiliale.vue +114 -114
- package/src/components/filialCircle/CircleList.vue +139 -139
- package/src/components/filialCircle/CircleManage.vue +69 -69
- package/src/components/gasusage/GasUsage.vue +126 -126
- package/src/components/inspections/AddInspectPlanItem.vue +325 -325
- package/src/components/inspections/AddInspectPlanItems.vue +325 -325
- package/src/components/inspections/AddInspectPlanItemss.vue +317 -317
- package/src/components/inspections/Checked.vue +402 -402
- package/src/components/inspections/DisplayInspectionList.vue +1224 -1224
- package/src/components/inspections/InsUploadPage.vue +251 -251
- package/src/components/inspections/InspectionList.vue +542 -542
- package/src/components/inspections/InspectionLists.vue +544 -544
- package/src/components/inspections/InspectionListss.vue +544 -544
- package/src/components/inspections/inspectionDevices.vue +986 -986
- package/src/components/inspections/inspectionFeedback.vue +720 -720
- package/src/components/inspections/inspectionOrderV.vue +1853 -1853
- package/src/components/inspections/inspectionOrderVs.vue +1853 -1853
- package/src/components/inspections/inspectionOrderVss.vue +1856 -1856
- package/src/components/inspections/inspectionUserInfo.vue +398 -398
- package/src/components/issueplan/IssuePlanAction.vue +102 -102
- package/src/components/issueplan/IssuePlanMain.vue +23 -23
- package/src/components/issueplan/IssuePlanQuery.vue +118 -118
- package/src/components/json-editor/SafeJsonEditor.vue +212 -212
- package/src/components/json-editor/assets/img/jsoneditor-icons.svg +893 -893
- package/src/components/json-editor/assets/jsoneditor-minimalist.js +9750 -9750
- package/src/components/json-editor/assets/jsoneditor.css +929 -929
- package/src/components/json-editor/assets/jsoneditor.js +36376 -36376
- package/src/components/json-editor/example/App.vue +53 -53
- package/src/components/json-editor/example/index.html +9 -9
- package/src/components/json-editor/example/main.js +10 -10
- package/src/components/json-editor/package.json +71 -71
- package/src/components/json-editor/vue-json-editor.vue +189 -189
- package/src/components/levelplan/AdjustPlan.vue +199 -199
- package/src/components/levelplan/CheckerLeft.vue +140 -140
- package/src/components/levelplan/CheckerPlanAdjust.vue +304 -304
- package/src/components/levelplan/CheckerRight.vue +123 -123
- package/src/components/map/AMap.vue +70 -70
- package/src/components/map/AMapTrailShow.vue +178 -178
- package/src/components/map/AMapTrailShowZk.vue +178 -178
- package/src/components/map/FootPrintList.vue +45 -45
- package/src/components/map/MapCriteriaData.vue +97 -97
- package/src/components/map/checkScreen.vue +727 -727
- package/src/components/metterfiles/AddUserfiles.vue +246 -246
- package/src/components/metterfiles/MetterFiles.vue +104 -104
- package/src/components/metterfiles/MetterfilesAdd.vue +168 -168
- package/src/components/metterfiles/MetterfilesChange.vue +162 -162
- package/src/components/metterfiles/UserFiles.vue +156 -156
- package/src/components/metterfiles/Userfileschange.vue +391 -391
- 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/PaperList.vue +75 -2
- package/src/components/paper/PaperVerify.vue +256 -256
- package/src/components/paper/PicViewer.vue +18 -18
- package/src/components/paper/PlanChooser.vue +159 -159
- package/src/components/paper/RepairVerify.vue +139 -139
- package/src/components/paper/RepairVerifyForm.vue +76 -76
- package/src/components/paper/VerifyForm.vue +107 -107
- package/src/components/paper/filialeCheckInfo.vue +111 -111
- package/src/components/pc/AnnouncementPC.vue +524 -524
- package/src/components/pc/CheckBook.vue +67 -67
- package/src/components/pc/CheckBookList.vue +6 -4
- package/src/components/pc/CheckBookManage.vue +903 -903
- package/src/components/pc/CheckBookUser.vue +77 -77
- package/src/components/pc/DeviceChange.vue +1068 -1068
- package/src/components/pc/HiddenChart.vue +494 -494
- package/src/components/pc/NewCheckpaper.vue +2 -2
- package/src/components/pc/PaperChazhiMain.vue +570 -570
- package/src/components/pc/PaperDefectMain.vue +584 -584
- package/src/components/pc/RoleSelector.vue +122 -122
- package/src/components/phonestate/DailyTraffic.vue +57 -57
- package/src/components/phonestate/FootprintMap.vue +129 -129
- 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/plancheck/CheckPlanAreaManage.vue +116 -116
- package/src/components/plancheck/CheckPlanList.vue +282 -282
- package/src/components/planmanage/PlanManage.vue +753 -753
- package/src/components/planmanage/checkPlanList.vue +341 -341
- package/src/components/querycheckpaper/CheckPaperList.vue +127 -127
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +67 -67
- package/src/components/querycheckpaper/CheckSearchUser.vue +97 -6
- package/src/components/querycheckpaper/PaperItem.vue +59 -59
- package/src/components/querycheckpaper/PaperItems.vue +79 -79
- package/src/components/querycheckpaper/PaperSearch.vue +126 -126
- package/src/components/querycheckpaper/PaperSearchMain.vue +56 -56
- package/src/components/querycheckpaper/ShebeiPaperList.vue +121 -121
- package/src/components/querycheckpaper/ShebeiPaperSearchUser.vue +67 -67
- package/src/components/querycheckpaper/ShebeiSearchUser.vue +690 -690
- package/src/components/report/CheckPlanAreaList.vue +449 -449
- package/src/components/report/CheckPlanAreaManage.vue +111 -111
- package/src/components/report/CheckPlanUserList.vue +216 -216
- package/src/components/report/HiddenSituation.vue +112 -112
- package/src/components/report/ManageBusSummary.vue +242 -242
- package/src/components/report/SafePlanSale.vue +111 -111
- package/src/components/report/SafePlanStatistics.vue +118 -118
- package/src/components/rongcheng/AddPlanItem.vue +315 -315
- package/src/components/rongcheng/AreaPlan.vue +470 -470
- package/src/components/rongcheng/AspPaperFeedback.vue +1179 -1179
- package/src/components/rongcheng/AspPaperStatem.vue +339 -339
- package/src/components/rongcheng/AspiratedAreaPlan.vue +464 -464
- package/src/components/rongcheng/AspiratedCurrentCreate.vue +1036 -1036
- package/src/components/rongcheng/AspiratedDevices.vue +966 -966
- package/src/components/rongcheng/AspiratedOrderV.vue +2376 -2376
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +1019 -1019
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1378 -1378
- package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +1288 -1288
- package/src/components/rongcheng/AspiratedUploadPage.vue +293 -293
- package/src/components/rongcheng/AspiratedUserInfo.vue +399 -399
- package/src/components/rongcheng/CheckCurrentCreate.vue +1046 -1046
- package/src/components/rongcheng/CheckPaperList.vue +134 -134
- package/src/components/rongcheng/CheckPaperSearchUser.vue +55 -55
- package/src/components/rongcheng/CheckPaperSearchUserNo.vue +55 -55
- package/src/components/rongcheng/CheckSearchUser.vue +826 -826
- package/src/components/rongcheng/CheckSearchUserNo.vue +757 -757
- package/src/components/rongcheng/DefectList.vue +560 -560
- package/src/components/rongcheng/DefectPaper.vue +638 -638
- package/src/components/rongcheng/PaperFeedback.vue +1318 -1318
- package/src/components/rongcheng/PaperListAJ.vue +501 -501
- package/src/components/rongcheng/PaperListNPAJ.vue +498 -498
- package/src/components/rongcheng/PaperListNPSQ.vue +485 -485
- package/src/components/rongcheng/PaperListSQ.vue +483 -483
- package/src/components/rongcheng/PaperMessage.vue +1186 -1186
- package/src/components/rongcheng/PaperMessageNocivil.vue +1211 -1211
- package/src/components/rongcheng/PaperStateNoncivilm.vue +366 -366
- package/src/components/rongcheng/PaperStatem.vue +343 -343
- package/src/components/rongcheng/PhoneDevicesInfo.vue +233 -233
- package/src/components/rongcheng/SafecheckDevices.vue +998 -998
- package/src/components/rongcheng/SafecheckOrderV.vue +2476 -2476
- package/src/components/rongcheng/SafecheckOrderVCli.vue +2594 -2594
- package/src/components/rongcheng/SafecheckUserInfo.vue +439 -439
- package/src/components/rongcheng/UploadPage.vue +328 -328
- package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +285 -285
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +419 -419
- package/src/components/rongcheng/report/CheckPlanUserList.vue +228 -228
- package/src/components/safecheck/common/TabButton.vue +157 -157
- package/src/components/safecheck/common/Tabs.vue +67 -67
- package/src/components/safecheck/queryManage/CheckBookAll.vue +71 -71
- package/src/components/safecheck/queryManage/SafeCheckManage.vue +88 -88
- package/src/components/sendsingle/EquipmentManagement.vue +727 -727
- package/src/components/sendsingle/onlineChangeMeter.vue +658 -658
- package/src/components/sendsingle/onlineoperation.vue +411 -411
- package/src/components/sendsingle/onlinequeryuser.vue +363 -363
- package/src/components/shaoguan/CheckPlanUserList.vue +119 -119
- package/src/components/shaoguan/DefectDetail.vue +177 -177
- package/src/components/shaoguan/DefectList.vue +473 -473
- package/src/components/shaoguan/DefectMain.vue +53 -53
- package/src/components/shaoguan/DefectPaper.vue +217 -217
- package/src/components/shaoguan/PaperList.vue +533 -533
- package/src/components/shaoguan/SafecheckOrderV.vue +2140 -2140
- 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/tongcheng/AreaPlan.vue +458 -458
- package/src/components/tongcheng/CurrentCreate.vue +625 -625
- package/src/components/tongcheng/PaperFeedback.vue +1061 -1061
- package/src/components/tongcheng/PaperMessage.vue +1270 -1270
- package/src/components/tongcheng/PaperMessageNocivil.vue +1228 -1228
- package/src/components/tongcheng/PaperSet.vue +1958 -1958
- package/src/components/tongcheng/PaperUser.vue +533 -533
- package/src/components/userfile/InfoModifyModal.vue +122 -122
- 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/UserInfoAudit.vue +252 -252
- package/src/components/userfile/UserfileChange.vue +277 -277
- package/src/components/userfile/UserinfoModify.vue +117 -117
- package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
- package/src/components/userfileaudit/UserFileaudit.vue +81 -81
- package/src/components/userfileaudit/UserfileChangeaudit.vue +239 -239
- package/src/expandcss.less +571 -571
- package/src/expandcssAndroid.less +520 -520
- package/src/filiale/ALshan/pc/CheckSearchUser.vue +927 -927
- package/src/filiale/ALshan/pc/DefectListWeixiu.vue +473 -473
- package/src/filiale/ALshan/pc.js +15 -15
- package/src/filiale/Util.js +325 -325
- package/src/filiale/huatong/android/SafecheckDevices.vue +928 -928
- package/src/filiale/huatong/android/SafecheckOrderV.vue +2398 -2398
- package/src/filiale/huatong/android.js +14 -14
- package/src/filiale/huatong/pc.js +13 -13
- package/src/filiale/liaoyuan/android/SafecheckDevices.vue +928 -928
- package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +2383 -2383
- package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +550 -550
- package/src/filiale/liaoyuan/android.js +14 -14
- package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +483 -483
- package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +975 -975
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +1020 -1020
- package/src/filiale/liaoyuan/pc/PaperList.vue +657 -657
- package/src/filiale/liaoyuan/pc.js +15 -15
- package/src/filiale/lixian/android/SafecheckDevices.vue +1022 -1022
- package/src/filiale/lixian/android/SafecheckOrderV.vue +2403 -2403
- package/src/filiale/lixian/android/SafecheckUserInfo.vue +586 -586
- package/src/filiale/lixian/android.js +14 -14
- package/src/filiale/lixian/pc/CheckPlanAreaList.vue +461 -461
- package/src/filiale/lixian/pc/NewCheckpaper.vue +1211 -1211
- package/src/filiale/lixian/pc/PaperChazhiMain.vue +607 -607
- package/src/filiale/lixian/pc/PaperDefectMain.vue +617 -617
- package/src/filiale/lixian/pc/PaperList.vue +686 -686
- package/src/filiale/lixian/pc.js +22 -22
- package/src/filiale/rongchuang/pc/checkUserList.vue +594 -594
- package/src/filiale/rongchuang/pc.js +13 -13
- package/src/filiale/shimen/android/CurrentCreate.vue +979 -979
- package/src/filiale/shimen/android/PaperFeedback.vue +1341 -1341
- package/src/filiale/shimen/android/PhoneSellInfo.vue +88 -88
- package/src/filiale/shimen/android/SafecheckUserInfo.vue +547 -547
- package/src/filiale/shimen/android.js +12 -12
- package/src/filiale/shimen/pc/CheckPlanAreaList.vue +463 -463
- package/src/filiale/shimen/pc/CheckSearchUser.vue +927 -927
- package/src/filiale/shimen/pc/DefectList.vue +473 -473
- package/src/filiale/shimen/pc/NewCheckpaper.vue +1275 -1275
- package/src/filiale/shimen/pc/PaperDefectMain.vue +656 -656
- package/src/filiale/shimen/pc/PaperList.vue +613 -613
- package/src/filiale/shimen/pc/checkmsg.vue +248 -248
- package/src/filiale/shimen/pc.js +21 -21
- package/src/filiale/tongchuan/android/PaperFeedback.vue +1350 -1350
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1112 -1112
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2575 -2575
- package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +640 -640
- package/src/filiale/tongchuan/android/UploadPage.vue +285 -285
- package/src/filiale/tongchuan/android.js +13 -13
- package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +245 -245
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +956 -956
- package/src/filiale/tongchuan/pc/DefectPaper.vue +764 -764
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +509 -509
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1267 -1267
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +634 -634
- package/src/filiale/tongchuan/pc/PaperList.vue +677 -677
- package/src/filiale/tongchuan/pc/checkUserList.vue +593 -593
- package/src/filiale/tongchuan/pc.js +21 -21
- package/src/filiale/wenxi/android/CurrentCreate.vue +1047 -1047
- package/src/filiale/wenxi/android/PaperFeedback.vue +1378 -1378
- package/src/filiale/wenxi/android/SafecheckDevices.vue +1053 -1053
- package/src/filiale/wenxi/android/SafecheckOrderV.vue +2472 -2472
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +584 -584
- package/src/filiale/wenxi/android/UploadPage.vue +285 -285
- package/src/filiale/wenxi/android.js +14 -14
- package/src/filiale/wenxi/pc/DefectPaper.vue +662 -662
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1169 -1169
- package/src/filiale/wenxi/pc/PaperDefectMain.vue +634 -634
- package/src/filiale/wenxi/pc/PaperList.vue +860 -860
- package/src/filiale/wenxi/pc/checkmsg.vue +302 -302
- package/src/filiale/wenxi/pc.js +16 -16
- package/src/filiale/wuan/android/AreaPlan.vue +513 -513
- package/src/filiale/wuan/android/CurrentCreate.vue +985 -985
- package/src/filiale/wuan/android/CurrentCreateSheBei.vue +999 -999
- package/src/filiale/wuan/android/SafecheckDevices.vue +1150 -1150
- package/src/filiale/wuan/android/SafecheckOrderV.vue +2237 -2237
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +571 -571
- package/src/filiale/wuan/android.js +17 -17
- package/src/filiale/wuan/pc/DefectListWeixiu.vue +506 -506
- package/src/filiale/wuan/pc/DefectPaperWeiXiu.vue +514 -514
- package/src/filiale/wuan/pc/NewCheckpaper.vue +1169 -1169
- package/src/filiale/wuan/pc/PaperList.vue +628 -628
- package/src/filiale/wuan/pc.js +19 -19
- package/src/filiale/wuhai/android/AreaPlan.vue +529 -529
- package/src/filiale/wuhai/android/PaperFeedback.vue +1350 -1350
- package/src/filiale/wuhai/android.js +12 -12
- package/src/filiale/wuhai/pc/checkUserList.vue +594 -594
- package/src/filiale/wuhai/pc.js +13 -13
- package/src/filiale/zhongsheng/android/PaperFeedback.vue +1341 -1341
- package/src/filiale/zhongsheng/android/PhoneUpUserinfo.vue +926 -926
- package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +2447 -2447
- package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +591 -591
- package/src/filiale/zhongsheng/android.js +17 -17
- package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +514 -514
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +511 -511
- package/src/filiale/zhongsheng/pc/InfoModifyModal.vue +123 -123
- package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +1308 -1308
- package/src/filiale/zhongsheng/pc/UserInfoAudit.vue +252 -252
- package/src/filiale/zhongsheng/pc/UserinfoModify.vue +121 -121
- package/src/filiale/zhongsheng/pc.js +15 -15
- package/src/filiale/zhoukou/android/AndroidDefectDeal.vue +408 -408
- package/src/filiale/zhoukou/android/AreaPlan.vue +543 -543
- package/src/filiale/zhoukou/android/CurrentCreate.vue +1014 -1014
- package/src/filiale/zhoukou/android/PaperFeedback.vue +1367 -1367
- package/src/filiale/zhoukou/android/PhoneUpUserinfo.vue +957 -957
- package/src/filiale/zhoukou/android/SafecheckDevices.vue +1174 -1174
- package/src/filiale/zhoukou/android/SafecheckOrderV.vue +2502 -2502
- package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +588 -588
- package/src/filiale/zhoukou/android/UploadPage.vue +301 -301
- package/src/filiale/zhoukou/android.js +18 -18
- package/src/filiale/zhoukou/pc/CheckSearchUser.vue +923 -923
- package/src/filiale/zhoukou/pc/PaperDefectMain.vue +531 -531
- package/src/filiale/zhoukou/pc.js +15 -15
- package/src/index.js +17 -17
- package/src/main.js +33 -33
- package/src/plugins/EmojiData.js +514 -514
- package/src/plugins/GerJsonConfig.js +59 -59
- package/src/plugins/GerJsonObjectConfig.js +44 -44
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- package/src/plugins/LocalPagedList.js +108 -108
- package/src/plugins/LocalPathList.js +109 -109
- package/src/rongcheng-android.js +193 -193
- package/src/rongcheng.js +304 -304
- package/src/safecheck-android.js +225 -225
- package/src/safecheck.js +723 -723
- package/src/shaoguan-android.js +176 -176
- package/src/shaoguan.js +276 -276
- package/src/stores/AppData.js +46 -46
- package/src/stores/wxconfig.js +10 -10
- package/src/tongchengsafe-android.js +162 -162
- package/src/tongchengsafecheck.js +267 -267
- package/src/utils/GerJsonObjectConfig.js +51 -51
- package/src/utils/LdapHelper.js +99 -99
- package/src/utils/getNowDate.js +33 -33
- package/test/SearchList.test.js +14 -14
- 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
- package/test/unit/init.js +11 -11
- package/test/unit/karma.conf.js +53 -53
- package/test/unit/specs/Devices.spec.js +18 -18
- package/test/unit/specs/getArrobjconfig.spec.js +104 -104
- package/test/unit/specs/getobjconfig.spec.js +37 -37
- package/test/unit/specs/phonetest/phonesafecheck.spec.js +23 -23
- package/test/unit/specs/safePlanItem.spec.js +30 -30
- package/test/unit/specs/safecheck-android.spec.js +7 -7
- package/test/unit/specs/safecheck.spec.js +127 -127
- package/yarn-error.log +140 -140
@@ -1,1014 +1,1014 @@
|
|
1
|
-
<style scoped>
|
2
|
-
.bg {
|
3
|
-
background-color: blue;
|
4
|
-
height: 1px;
|
5
|
-
border: 0;
|
6
|
-
}
|
7
|
-
.app-row {
|
8
|
-
background-color: white;
|
9
|
-
padding: 10px 10px 0 10px;
|
10
|
-
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
11
|
-
}
|
12
|
-
.search_input {
|
13
|
-
border: 0;
|
14
|
-
outline: none;
|
15
|
-
}
|
16
|
-
.font{
|
17
|
-
font: 15px PingFang-SC-Medium;
|
18
|
-
color: #666666;
|
19
|
-
}
|
20
|
-
.input-font{
|
21
|
-
font: 15px PingFang-SC-Medium;
|
22
|
-
color: #333333;
|
23
|
-
}
|
24
|
-
.btn-font{
|
25
|
-
font:600 16px PingFang-SC-Bold;
|
26
|
-
color: #499EDF;
|
27
|
-
}
|
28
|
-
.btn-color{
|
29
|
-
background-color: #FFFFFF;
|
30
|
-
border-radius: 10px ;
|
31
|
-
border: 1px solid #499EDF;
|
32
|
-
}
|
33
|
-
.app-text {
|
34
|
-
font-size: 12px;
|
35
|
-
}
|
36
|
-
.panel-self{
|
37
|
-
border-radius: 10px;
|
38
|
-
border:1px solid #499EDF;
|
39
|
-
background-color: #F8F8F8;
|
40
|
-
}
|
41
|
-
.yybtn-color{
|
42
|
-
background-color:#499edf;
|
43
|
-
border-radius: 4px ;
|
44
|
-
border: 1px solid #499EDF;
|
45
|
-
color: #FFFFFF;
|
46
|
-
font: 14px PingFang-SC-Bold;
|
47
|
-
}
|
48
|
-
.qxbtn-color{
|
49
|
-
background-color: #FFFFFF;
|
50
|
-
border-radius: 4px ;
|
51
|
-
color: #499edf;
|
52
|
-
font: 14px PingFang-SC-Bold;
|
53
|
-
border: 1px solid #499EDF;
|
54
|
-
}
|
55
|
-
|
56
|
-
.button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_top.png")}
|
57
|
-
.button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_bottom.png")}
|
58
|
-
.button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_left.png")}
|
59
|
-
.button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_right.png")}
|
60
|
-
</style>
|
61
|
-
|
62
|
-
<template>
|
63
|
-
<div style="height: auto;width: 100%">
|
64
|
-
<criteria-paged :model="model" v-ref:paged>
|
65
|
-
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
66
|
-
<div partial>
|
67
|
-
<form>
|
68
|
-
<div class="row app-row clear-select-w">
|
69
|
-
<!--小区名称-->
|
70
|
-
<v-select :value.sync="model.f_residential_area"
|
71
|
-
class="input-font"
|
72
|
-
:options='$parent.$parent.residentialAreaOptions'
|
73
|
-
placeholder='小区名称'
|
74
|
-
:width="'32.5%'"
|
75
|
-
v-model="model.f_residential_area"
|
76
|
-
condition="ti.f_residential_area = '{}'"
|
77
|
-
@change="$parent.$parent.getbuilds"
|
78
|
-
close-on-select clear-button value-single>
|
79
|
-
</v-select>
|
80
|
-
<!--楼栋-->
|
81
|
-
<v-select :value.sync="model.f_building"
|
82
|
-
class="input-font"
|
83
|
-
:options='$parent.$parent.buildOptions'
|
84
|
-
placeholder='楼栋'
|
85
|
-
:width="'32.5%'"
|
86
|
-
v-model="model.f_building"
|
87
|
-
condition="ti.f_building = '{}'"
|
88
|
-
@change="$parent.$parent.getUnits"
|
89
|
-
close-on-select clear-button>
|
90
|
-
</v-select>
|
91
|
-
<!--单元-->
|
92
|
-
<v-select :value.sync="model.f_unit"
|
93
|
-
class="input-font"
|
94
|
-
:options='$parent.$parent.unitOptions'
|
95
|
-
placeholder='单元'
|
96
|
-
:width="'32.5%'"
|
97
|
-
v-model="model.f_unit"
|
98
|
-
condition="ti.f_unit = '{}'"
|
99
|
-
close-on-select clear-button>
|
100
|
-
</v-select>
|
101
|
-
</div>
|
102
|
-
<div class="row app-row">
|
103
|
-
<div class="col-xs-4">
|
104
|
-
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
105
|
-
<label for="f_userinfo_code" class="font text-left">用户编号:</label>
|
106
|
-
</div>
|
107
|
-
<div class="col-xs-8" >
|
108
|
-
<input id="f_userinfo_code" class="search_input input-font"
|
109
|
-
v-model=model.f_userinfo_code condition="f_userinfo_code like '%{}%'" />
|
110
|
-
</div>
|
111
|
-
</div>
|
112
|
-
<div class="row app-row">
|
113
|
-
<div class="col-xs-4">
|
114
|
-
<img src="../../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
115
|
-
<label class="font text-left">用户姓名:</label>
|
116
|
-
</div>
|
117
|
-
<div class="col-xs-8" >
|
118
|
-
<input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'" />
|
119
|
-
</div>
|
120
|
-
</div>
|
121
|
-
<div class="row app-row">
|
122
|
-
<div class="col-xs-4">
|
123
|
-
<img src="../../../assets/用户电话.png" style="width: 20px;margin-bottom: 5px" alt="">
|
124
|
-
<label class="font text-left">用户电话:</label>
|
125
|
-
</div>
|
126
|
-
<div class="col-xs-8" >
|
127
|
-
<input class="search_input input-font" v-model=model.f_user_phone condition="f_user_phone like '{}%'" />
|
128
|
-
</div>
|
129
|
-
</div>
|
130
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
131
|
-
<div class="col-xs-4">
|
132
|
-
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
133
|
-
<label for="f_plan_name" class="font text-left">计划名称:</label>
|
134
|
-
</div>
|
135
|
-
<v-select
|
136
|
-
id="f_plan_name"
|
137
|
-
:value.sync="model.f_plan_name"
|
138
|
-
class="input-font"
|
139
|
-
:options='$parent.$parent.planNameOptions'
|
140
|
-
placeholder='计划名称'
|
141
|
-
:width="'60%'"
|
142
|
-
v-model="model.f_plan_name"
|
143
|
-
condition="f_plan_name like '%{}%'"
|
144
|
-
close-on-select clear-button>
|
145
|
-
</v-select>
|
146
|
-
</div>
|
147
|
-
|
148
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
149
|
-
<div class="col-xs-4">
|
150
|
-
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
151
|
-
<label for="f_state" class="font text-left">是否已检:</label>
|
152
|
-
</div>
|
153
|
-
<v-select id="f_state"
|
154
|
-
:value.sync="model.f_state"
|
155
|
-
class="input-font"
|
156
|
-
:options='$parent.$parent.check_states'
|
157
|
-
placeholder='是否已检'
|
158
|
-
:width="'60%'"
|
159
|
-
v-model="model.f_state"
|
160
|
-
condition="f_state='{}'"
|
161
|
-
close-on-select clear-button>
|
162
|
-
</v-select>
|
163
|
-
</div>
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
<!--<div class="row app-row">-->
|
168
|
-
<!--<div class="col-xs-4">-->
|
169
|
-
<!--<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
170
|
-
<!--<label for="f_plan_year" class="font text-left">计划年份:</label>-->
|
171
|
-
<!--</div>-->
|
172
|
-
<!--<div class="col-xs-8" >-->
|
173
|
-
<!--<input id="f_plan_year" class="search_input input-font"-->
|
174
|
-
<!--v-model="model.f_plan_year" condition="f_plan_year = '{}'" />-->
|
175
|
-
<!--</div>-->
|
176
|
-
<!--</div>-->
|
177
|
-
<!--<div class="row app-row">-->
|
178
|
-
<!--<div class="col-xs-4">-->
|
179
|
-
<!--<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
180
|
-
<!--<label for="f_plan_month" class="font text-left">计划月份:</label>-->
|
181
|
-
<!--</div>-->
|
182
|
-
<!--<div class="col-xs-8" >-->
|
183
|
-
<!--<input id="f_plan_month" class="search_input input-font"-->
|
184
|
-
<!--v-model="model.f_plan_month" condition="f_plan_month = '{}'" />-->
|
185
|
-
<!--</div>-->
|
186
|
-
<!--</div>-->
|
187
|
-
|
188
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
189
|
-
<div class="col-xs-4">
|
190
|
-
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
191
|
-
<label class="font text-left">表 号:</label>
|
192
|
-
</div>
|
193
|
-
<div class="col-xs-8" >
|
194
|
-
<input class="search_input input-font"
|
195
|
-
v-model=model.f_meter_no condition="f_meter_no like '%{}%'" />
|
196
|
-
</div>
|
197
|
-
</div>
|
198
|
-
|
199
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
200
|
-
<div class="col-xs-4">
|
201
|
-
<img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
202
|
-
<label class="font text-left">用户地址:</label>
|
203
|
-
</div>
|
204
|
-
<div class="col-xs-8" >
|
205
|
-
<input class="search_input input-font"
|
206
|
-
v-model=model.f_keyword condition="f_address like '%{}%'" />
|
207
|
-
</div>
|
208
|
-
</div>
|
209
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
210
|
-
<div class="col-xs-4">
|
211
|
-
<img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
212
|
-
<label for="f_user_type" class="font text-left">用户类型:</label>
|
213
|
-
</div>
|
214
|
-
<v-select id="f_user_type" :value.sync="model.f_user_type" class="input-font"
|
215
|
-
:width="'60%'"
|
216
|
-
:options='$parent.$parent.user_types' placeholder='请选择用户类型'
|
217
|
-
v-model="model.f_user_type" condition="f_user_type='{}'" close-on-select clear-button></v-select>
|
218
|
-
</div>
|
219
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
220
|
-
<div class="col-xs-6" style="text-align: center">
|
221
|
-
<span class="font text-left">待办{{$parent.$parent.upcomingCount}}条</span>
|
222
|
-
</div>
|
223
|
-
<div class="col-xs-6" style="text-align: center">
|
224
|
-
<span class="font text-left">已办{{$parent.$parent.doneCount}}条</span>
|
225
|
-
</div>
|
226
|
-
<div class="col-xs-6" style="text-align: center">
|
227
|
-
<span class="font text-left">临时保存{{$parent.$parent.tempSaveCount}}条</span>
|
228
|
-
</div>
|
229
|
-
<div class="col-xs-6" style="text-align: center">
|
230
|
-
<span class="font text-left">总共{{$parent.$parent.allPlanCount}}条</span>
|
231
|
-
</div>
|
232
|
-
</div>
|
233
|
-
|
234
|
-
<div class="row text-center" style="margin-top: 20px;">
|
235
|
-
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="$parent.$parent.selfSearch">查询</button>
|
236
|
-
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%; margin-left: 10px" @click="$parent.$parent.queryplanmany">转发</button>
|
237
|
-
<div style="float: right;margin-right: 3% " class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
238
|
-
<img style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="../../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
|
239
|
-
</div>
|
240
|
-
<div class="col-sm-12">
|
241
|
-
|
242
|
-
</div>
|
243
|
-
<!--<div class="row app-btn">-->
|
244
|
-
<!--<button class="btn btn-primary col-xs-6" type="button" @click="search"><span class="glyphicon glyphicon-search" style="margin-right: 20px;">查询</span></button>-->
|
245
|
-
<!--</div>-->
|
246
|
-
<div style="height:30px;"></div>
|
247
|
-
</form>
|
248
|
-
</div>
|
249
|
-
</criteria>
|
250
|
-
<list :model="model" partial='list'>
|
251
|
-
<div partial>
|
252
|
-
<div class="auto app-text" style="margin-top: 5px;">
|
253
|
-
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
254
|
-
<div class="panel-body panel-self">
|
255
|
-
|
256
|
-
<div class="col-xs-12">
|
257
|
-
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
258
|
-
<p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p>
|
259
|
-
<p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right">
|
260
|
-
<input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"/>
|
261
|
-
</p>
|
262
|
-
</div>
|
263
|
-
<div class="col-xs-12">
|
264
|
-
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
|
265
|
-
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_user_name }}</p>
|
266
|
-
</div>
|
267
|
-
<div class="col-xs-6">
|
268
|
-
<p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>
|
269
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_user_type }}
|
270
|
-
</p>
|
271
|
-
</div>
|
272
|
-
<div class="col-xs-6">
|
273
|
-
<p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p>
|
274
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p>
|
275
|
-
</div>
|
276
|
-
<!-- <div class="col-xs-6">-->
|
277
|
-
<!-- <p class="panel-title col-xs-5 text-left font"><b>小区名称:</b></p>-->
|
278
|
-
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_residential_area }}</p>-->
|
279
|
-
<!-- </div>-->
|
280
|
-
<div class="col-xs-12">
|
281
|
-
<p class="panel-title text-left font" style="width: 21%;float: left"><b>用户电话:</b></p>
|
282
|
-
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_user_phone }}
|
283
|
-
<img src="../../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone)'></img>
|
284
|
-
</p>
|
285
|
-
</div>
|
286
|
-
|
287
|
-
<div class="col-xs-12">
|
288
|
-
<p class="panel-title text-left font" style="width: 21%;float: left"><b>用户地址:</b></p>
|
289
|
-
<p class="panel-title text-left input-font" style="width: 79%">{{ row.f_address }}</p>
|
290
|
-
</div>
|
291
|
-
|
292
|
-
<!-- <div class="row">-->
|
293
|
-
<!-- <p class="panel-title col-xs-4 text-left font">计划年份</p>-->
|
294
|
-
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_year }}</p>-->
|
295
|
-
<!-- </div>-->
|
296
|
-
<!-- <div class="row">-->
|
297
|
-
<!-- <p class="panel-title col-xs-4 text-left font">计划月份</p>-->
|
298
|
-
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_month }}</p>-->
|
299
|
-
<!-- </div>-->
|
300
|
-
<!-- <div class="row">-->
|
301
|
-
<!-- <p class="panel-title col-xs-4 text-left font">预约时间</p>-->
|
302
|
-
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_prearranged_date }}</p>-->
|
303
|
-
<!-- </div>-->
|
304
|
-
<!--<div class="row">-->
|
305
|
-
<!--<p class="panel-title col-xs-4 text-left font">上次安检状态</p>-->
|
306
|
-
<!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>-->
|
307
|
-
<!--</div>-->
|
308
|
-
<div class="col-xs-6">
|
309
|
-
<p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>
|
310
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_state == '已检'?row.f_upload_state== '已传'?'未完成':'临时保存':row.f_state }}</p>
|
311
|
-
</div>
|
312
|
-
<div class="col-xs-6">
|
313
|
-
<p class="panel-title col-xs-5 text-left font"><b>上传状态:</b></p>
|
314
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_state }}</p>
|
315
|
-
</div>
|
316
|
-
<div class="col-xs-12" v-if="row.f_last_check_state != '入户' && row.f_upload_state == '已传'">
|
317
|
-
<p class="panel-title text-left font" style="width: 21%;float: left"><b>安检情况:</b></p>
|
318
|
-
<p class="panel-title text-left input-font" style="width: 79%;color: red" v-if="row.f_last_check_state=='到访不遇'">{{ row.f_last_check_state }}——{{ row.f_check_version }}次</p>
|
319
|
-
<p class="panel-title text-left input-font" style="width: 79%;color: red" v-if="row.f_last_check_state=='拒检'">{{ row.f_last_check_state }}</p>
|
320
|
-
</div>
|
321
|
-
<div class="col-xs-12" v-if="row.f_last_check_state == '到访不遇' && row.f_upload_state == '已传'">
|
322
|
-
<p class="panel-title text-left font" style="width: 40%;float: left"><b>是否长期无人:</b></p>
|
323
|
-
<p class="panel-title text-left input-font" style="width: 60%;color: red">{{ row.f_safe_nohome }}</p>
|
324
|
-
</div>
|
325
|
-
<div class="col-xs-6">
|
326
|
-
<p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p>
|
327
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_safecheck_type }}</p>
|
328
|
-
</div>
|
329
|
-
<!--<div class="col-xs-12">-->
|
330
|
-
<!--<p class="panel-title col-xs-5 text-left font"><b>送气期限:</b></p>-->
|
331
|
-
<!--<p class="panel-title col-xs-7 text-left input-font">{{timeSet(row.f_issue_time)}}</p>-->
|
332
|
-
<!--</div>-->
|
333
|
-
<div class="col-xs-12">
|
334
|
-
<button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right" @click="$parent.$parent.$parent.inspect(row)">处理</button>
|
335
|
-
<button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right;margin-right:10px;" @click="$parent.$parent.$parent.queryplan(row.id)">转发</button>
|
336
|
-
<!--<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>-->
|
337
|
-
</div>
|
338
|
-
<!-- <div class="row text-right" v-show="row.f_upload_state != '已传'" >-->
|
339
|
-
<!-- <button type="button" class="btn yybtn-color" v-on:click.stop.prevent='$parent.$parent.$parent.reserve($index)'>预约</button> -->
|
340
|
-
<!-- <button type="button" class="btn qxbtn-color" v-if ='row.f_prearranged_date'-->
|
341
|
-
<!-- v-on:click.stop.prevent='$parent.$parent.$parent.cancelReserve($index, row.id)'>取消预约</button>-->
|
342
|
-
<!-- </div>-->
|
343
|
-
</div>
|
344
|
-
</div>
|
345
|
-
</div>
|
346
|
-
</div>
|
347
|
-
</list>
|
348
|
-
</criteria-paged>
|
349
|
-
<modal :show.sync="showModal">
|
350
|
-
<div slot="modal-header" class="modal-header">
|
351
|
-
<h4 class="modal-title">
|
352
|
-
选择预约时间
|
353
|
-
</h4>
|
354
|
-
</div>
|
355
|
-
<div slot="modal-body" class="modal-body">
|
356
|
-
<input type="datetime-local" v-model="f_preset_dt">
|
357
|
-
</div>
|
358
|
-
<div slot="modal-footer" class="modal-footer">
|
359
|
-
<button type="button" class="btn btn-default" @click="genuineReserve">确认</button>
|
360
|
-
</div>
|
361
|
-
</modal>
|
362
|
-
<!--<back-page :need-back='true' @flag="$back()"></back-page>-->
|
363
|
-
<modal :show.sync="showModal2" v-ref:modal>
|
364
|
-
<div slot="modal-header" class="modal-header">
|
365
|
-
<h4 class="modal-title">
|
366
|
-
选择计划
|
367
|
-
</h4>
|
368
|
-
</div>
|
369
|
-
<div slot="modal-body" class="modal-body">
|
370
|
-
<div class="col-xs-12">
|
371
|
-
|
372
|
-
<div class="col-xs-4">
|
373
|
-
<v-select :value.sync="check" v-model='check'
|
374
|
-
:value-single="true"
|
375
|
-
class="select_list select"
|
376
|
-
:options='checkers' placeholder='安检员'
|
377
|
-
close-on-select width="100%"></v-select>
|
378
|
-
</div>
|
379
|
-
|
380
|
-
<div class="col-xs-1">
|
381
|
-
<!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
|
382
|
-
</div>
|
383
|
-
<div class="col-xs-4" style="padding-left: 2px">
|
384
|
-
<input class="select-style" placeholder="计划名称" type="text" v-model="plan" style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
|
385
|
-
</div>
|
386
|
-
<div class="col-xs-1" >
|
387
|
-
<!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
|
388
|
-
</div>
|
389
|
-
<!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
|
390
|
-
<div class="col-xs-2" style="float: right">
|
391
|
-
<button type="button" class="btn btn-primary" @click="plansearch" style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">查询</button>
|
392
|
-
</div>
|
393
|
-
</div>
|
394
|
-
<table class="table table_sy">
|
395
|
-
<thead>
|
396
|
-
<tr>
|
397
|
-
<th style="width: 30px"></th>
|
398
|
-
<th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
|
399
|
-
</tr>
|
400
|
-
</thead>
|
401
|
-
<tbody>
|
402
|
-
<tr v-for="row in planoption">
|
403
|
-
<td @click="select(row, $index)" >{{row.selected==true ? '☆' : ' '}}</td>
|
404
|
-
<td @click="select(row, $index)" style="text-align: center">{{row.label}}</td>
|
405
|
-
|
406
|
-
|
407
|
-
</tr>
|
408
|
-
</tbody>
|
409
|
-
</table>
|
410
|
-
</div>
|
411
|
-
<div slot="modal-footer" class="modal-footer">
|
412
|
-
<button class="btn btn-default" @click="isok()">确认</button>
|
413
|
-
<button class="btn btn-default" @click="iscancel()">取消</button>
|
414
|
-
</div>
|
415
|
-
</modal>
|
416
|
-
<modal :show.sync="showModal3" v-ref:modal>
|
417
|
-
<div slot="modal-header" class="modal-header">
|
418
|
-
<h4 class="modal-title">
|
419
|
-
选择计划
|
420
|
-
</h4>
|
421
|
-
</div>
|
422
|
-
<div slot="modal-body" class="modal-body">
|
423
|
-
<div class="col-xs-12">
|
424
|
-
|
425
|
-
<div class="col-xs-4">
|
426
|
-
<v-select :value.sync="check" v-model='check'
|
427
|
-
:value-single="true"
|
428
|
-
class="select_list select"
|
429
|
-
:options='checkers' placeholder='安检员'
|
430
|
-
close-on-select width="100%"></v-select>
|
431
|
-
</div>
|
432
|
-
|
433
|
-
<div class="col-xs-1">
|
434
|
-
<!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
|
435
|
-
</div>
|
436
|
-
<div class="col-xs-4" style="padding-left: 2px">
|
437
|
-
<input class="select-style" placeholder="计划名称" type="text" v-model="plan" style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
|
438
|
-
</div>
|
439
|
-
<div class="col-xs-1" >
|
440
|
-
<!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
|
441
|
-
</div>
|
442
|
-
<!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
|
443
|
-
<div class="col-xs-2" style="float: right">
|
444
|
-
<button type="button" class="btn btn-primary" @click="plansearch" style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">查询</button>
|
445
|
-
</div>
|
446
|
-
</div>
|
447
|
-
<table class="table table_sy">
|
448
|
-
<thead>
|
449
|
-
<tr>
|
450
|
-
<th style="width: 30px"></th>
|
451
|
-
<th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
|
452
|
-
</tr>
|
453
|
-
</thead>
|
454
|
-
<tbody>
|
455
|
-
<tr v-for="row in planoption">
|
456
|
-
<td @click="select(row, $index)" >{{row.selected==true ? '☆' : ' '}}</td>
|
457
|
-
<td @click="select(row, $index)" style="text-align: center">{{row.label}}</td>
|
458
|
-
|
459
|
-
|
460
|
-
</tr>
|
461
|
-
</tbody>
|
462
|
-
</table>
|
463
|
-
</div>
|
464
|
-
<div slot="modal-footer" class="modal-footer">
|
465
|
-
<button class="btn btn-default" @click="manyisok()">确认</button>
|
466
|
-
<button class="btn btn-default" @click="iscancel()">取消</button>
|
467
|
-
</div>
|
468
|
-
</modal>
|
469
|
-
</div>
|
470
|
-
|
471
|
-
</template>
|
472
|
-
|
473
|
-
<script>
|
474
|
-
import LocalPagedList from '../../../plugins/LocalPagedList'
|
475
|
-
import Vue from 'vue'
|
476
|
-
import { PagedList,HttpResetClass } from 'vue-client'
|
477
|
-
import * as Util from '../../Util'
|
478
|
-
import co from 'co'
|
479
|
-
let select = function * (self) {
|
480
|
-
let http = new HttpResetClass()
|
481
|
-
http.load('POST', `${self.$androidUtil.getProxyUrl()}/rs/search`, {
|
482
|
-
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
|
483
|
-
userid: Vue.user.id
|
484
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
485
|
-
console.log('获取安检员', res)
|
486
|
-
self.checkers.push({label:'全部',value:''})
|
487
|
-
res.data.forEach((checker)=>{
|
488
|
-
self.checkers.push({label:checker.name,value:checker.id})
|
489
|
-
})
|
490
|
-
})
|
491
|
-
}
|
492
|
-
export default {
|
493
|
-
title: '无计划安检查询',
|
494
|
-
data() {
|
495
|
-
return {
|
496
|
-
f_filialeids:'('+Vue.user.orgid+')',
|
497
|
-
//f_filialeids:'(305)',
|
498
|
-
planparam:[],
|
499
|
-
check:'',
|
500
|
-
plan:'',
|
501
|
-
planid:'',
|
502
|
-
model:Vue.android? new LocalPagedList('androidGetuserinfo',20,{condition:'this.condition'}): new PagedList( 'AndroidRest/rs/sql/androidGetuserinfo',20,{condition:'this.condition'}),
|
503
|
-
showModal: false,
|
504
|
-
showModal2:false,
|
505
|
-
showModal3:false,
|
506
|
-
needid:'',
|
507
|
-
enableButton:false,
|
508
|
-
criteriaShow: false,
|
509
|
-
planoption:[],
|
510
|
-
condition:'',
|
511
|
-
checkers:[],
|
512
|
-
param: null,
|
513
|
-
f_preset_dt : Util.to3339TimeString(),
|
514
|
-
flow_direction:[
|
515
|
-
{label: '请选择挂表方式', value: ''},
|
516
|
-
{label: '左表', value: '左表'},
|
517
|
-
{label: '右表', value: '右表'}
|
518
|
-
],
|
519
|
-
check_states: [
|
520
|
-
{label: '请选择安检状态', value: ''},
|
521
|
-
{label: '未检', value: '未检'},
|
522
|
-
{label: '临时保存', value: '已检'},
|
523
|
-
],
|
524
|
-
last_check_states: [
|
525
|
-
{label: '请选择上次安检状态', value: ''},
|
526
|
-
{label: '入户', value: '入户'},
|
527
|
-
{label: '拒检', value: '拒检'},
|
528
|
-
{label: '到访不遇', value: '到访不遇'},
|
529
|
-
{label: '未使用天然气', value: '未使用天然气'}
|
530
|
-
],
|
531
|
-
upload_states: [
|
532
|
-
{label: '请选择上传状态', value: ''},
|
533
|
-
{label: '未传', value: '未传'},
|
534
|
-
{label: '已传', value: '已传'}
|
535
|
-
],
|
536
|
-
user_types: [
|
537
|
-
{label: '请选择用户类型', value: ''},
|
538
|
-
{label: '民用', value: '民用'},
|
539
|
-
{label: '非民用', value: '非民用'},
|
540
|
-
],
|
541
|
-
verify_state: [
|
542
|
-
{label: '请选择审核状态', value: ''},
|
543
|
-
{label: '未审核', value: '未审核'},
|
544
|
-
{label: '打回', value: '打回'}
|
545
|
-
],
|
546
|
-
residentialAreaOptions: [],
|
547
|
-
buildOptions: [],
|
548
|
-
unitOptions: [],
|
549
|
-
planNameOptions: [],
|
550
|
-
upcomingCount: 0,
|
551
|
-
doneCount: 0,
|
552
|
-
tempSaveCount: 0,
|
553
|
-
allPlanCount: 0
|
554
|
-
}
|
555
|
-
},
|
556
|
-
ready(){
|
557
|
-
this.getAllArea()
|
558
|
-
this.getAllPlanName()
|
559
|
-
this.selfSearch()
|
560
|
-
let gen = select(this)
|
561
|
-
co(gen)
|
562
|
-
},
|
563
|
-
mounted(){
|
564
|
-
console.log('66666监听返回事件')
|
565
|
-
if (window.history && window.history.pushState) {
|
566
|
-
history.pushState(null, null, document.URL);
|
567
|
-
window.addEventListener('popstate', this.fun, false);//false阻止默认事件
|
568
|
-
}
|
569
|
-
},
|
570
|
-
destroyed(){
|
571
|
-
console.log('页面销毁 取消监听')
|
572
|
-
window.removeEventListener('popstate', this.fun, false);//false阻止默认事件
|
573
|
-
},
|
574
|
-
methods: {
|
575
|
-
fun () {
|
576
|
-
console.log('111111111111')
|
577
|
-
console.log('监听手机返回')
|
578
|
-
},
|
579
|
-
iscancel(){
|
580
|
-
this.showModal2=false
|
581
|
-
this.showModal3=false
|
582
|
-
this.planoption=[]
|
583
|
-
},
|
584
|
-
timeSet(val){
|
585
|
-
return val
|
586
|
-
},
|
587
|
-
async isok(){
|
588
|
-
if(this.planoption.length==0){
|
589
|
-
this.$showMessage("请选择计划")
|
590
|
-
return false
|
591
|
-
}
|
592
|
-
for (let i = 0; i <this.planoption.length ; i++) {
|
593
|
-
if (this.planoption[i]["selected"]==true){
|
594
|
-
this.planid=this.planoption[i].value
|
595
|
-
break
|
596
|
-
}
|
597
|
-
}
|
598
|
-
if(this.planid==''){
|
599
|
-
this.$showMessage("请选择计划")
|
600
|
-
return false
|
601
|
-
}
|
602
|
-
await this.okput()
|
603
|
-
},
|
604
|
-
async manyisok(){
|
605
|
-
if(this.planoption.length==0){
|
606
|
-
this.$showMessage("请选择计划")
|
607
|
-
return false
|
608
|
-
}
|
609
|
-
for (let i = 0; i <this.planoption.length ; i++) {
|
610
|
-
if (this.planoption[i]["selected"]==true){
|
611
|
-
this.planid=this.planoption[i].value
|
612
|
-
break
|
613
|
-
}
|
614
|
-
}
|
615
|
-
if(this.planid==''){
|
616
|
-
this.$showMessage("请选择计划")
|
617
|
-
return false
|
618
|
-
}
|
619
|
-
await this.manyokput()
|
620
|
-
},
|
621
|
-
changenull(){
|
622
|
-
this.showModal2=false
|
623
|
-
this.showModal3=false
|
624
|
-
this.planoption=[]
|
625
|
-
this.plan=''
|
626
|
-
this.check=''
|
627
|
-
},
|
628
|
-
async okput(){
|
629
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/UpCheckPlanItem`, {data:{
|
630
|
-
|
631
|
-
condition:`i.id='`+this.needid+`'`,
|
632
|
-
f_plan_id:this.planid,
|
633
|
-
switchCheckAll:false,
|
634
|
-
checkAll:false,
|
635
|
-
f_operator:Vue.user.name
|
636
|
-
}
|
637
|
-
})
|
638
|
-
await this.changenull()
|
639
|
-
await this.getNewOrder()
|
640
|
-
},
|
641
|
-
async manyokput(){
|
642
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/UpCheckPlanItem`, {data:{
|
643
|
-
columnName:"i.id",
|
644
|
-
condition:"1=1",
|
645
|
-
f_plan_id:this.planid,
|
646
|
-
switchCheckAll:true,
|
647
|
-
param:this.planparam,
|
648
|
-
checkAll:false,
|
649
|
-
f_operator:Vue.user.name
|
650
|
-
}
|
651
|
-
})
|
652
|
-
await this.changenull()
|
653
|
-
await this.getNewOrder()
|
654
|
-
},
|
655
|
-
async plansearch(){
|
656
|
-
this.planoption=[]
|
657
|
-
let condition=`f_checker_id=`+this.check+` and f_plan_name like '%`+this.plan+`%'`
|
658
|
-
if (!this.check){
|
659
|
-
condition=`f_plan_name like '%`+this.plan+`%'`
|
660
|
-
}
|
661
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/预约计划下发`, {data:{
|
662
|
-
condition:condition,
|
663
|
-
f_filialeids:this.f_filialeids,
|
664
|
-
groupitem:'',
|
665
|
-
orderitem:'id'
|
666
|
-
}})
|
667
|
-
let resoult=res.data
|
668
|
-
for (let i = 0; i < resoult.length; i++) {
|
669
|
-
this.planoption.push({label: resoult[i].f_plan_name,selected:false, value: resoult[i].id})
|
670
|
-
}
|
671
|
-
},
|
672
|
-
|
673
|
-
select(row, idx) {
|
674
|
-
this.$set('planoption[' + idx + '].selected', true)
|
675
|
-
for (let i = 0; i <this.planoption.length ; i++) {
|
676
|
-
if (i!=idx){
|
677
|
-
this.planoption[i]["selected"]=false
|
678
|
-
}
|
679
|
-
}
|
680
|
-
},
|
681
|
-
planclose(){
|
682
|
-
this.showModal2=false
|
683
|
-
this.showModal3=false
|
684
|
-
},
|
685
|
-
queryplan(val){
|
686
|
-
this.needid=val
|
687
|
-
this.showModal2 = true
|
688
|
-
},
|
689
|
-
queryplanmany(){
|
690
|
-
|
691
|
-
this.showModal3 = true
|
692
|
-
},
|
693
|
-
reload(){
|
694
|
-
/*this.getAllArea()
|
695
|
-
this.getAllPlanName()*/
|
696
|
-
this.$refs.paged.loadPage(this.model.pageIndex)
|
697
|
-
},
|
698
|
-
cancelReserve (idx, id) {
|
699
|
-
if(Vue.android){
|
700
|
-
let res = this.$androidUtil.bzLogic('BookingCheck', {dt: '', id: id})
|
701
|
-
this.$set('model.rows[' + idx + '].f_prearranged_date', null)
|
702
|
-
if (res.code == 200) {
|
703
|
-
this.$showMessage("取消预约成功")
|
704
|
-
}
|
705
|
-
}else {
|
706
|
-
this.$androidUtil.bzLogic('PCbookingCheck', {dt: '', id: id}).then((repanse) => {
|
707
|
-
this.$set('model.rows[' + idx + '].f_prearranged_date', null)
|
708
|
-
if (repanse.data.code == 200) {
|
709
|
-
alert("取消预约成功!")
|
710
|
-
}
|
711
|
-
})
|
712
|
-
}},
|
713
|
-
genuineReserve () {
|
714
|
-
if(Vue.android){
|
715
|
-
if (!this.f_preset_dt) {
|
716
|
-
this.$showMessage('请选择一个日期')
|
717
|
-
return
|
718
|
-
}
|
719
|
-
let pdt = this.f_preset_dt.replace('T', ' ')
|
720
|
-
let respanse = this.$androidUtil.bzLogic('BookingCheck', {id: this.model.rows[this.param].id, dt: pdt})
|
721
|
-
this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
|
722
|
-
if(respanse.code == 200) {
|
723
|
-
this.$showMessage("预约成功!")
|
724
|
-
}
|
725
|
-
this.showModal = false
|
726
|
-
}else {
|
727
|
-
if (!this.f_preset_dt) {
|
728
|
-
alert('请选择一个日期')
|
729
|
-
return
|
730
|
-
}
|
731
|
-
let pdt = this.f_preset_dt.replace('T', ' ')
|
732
|
-
this.$androidUtil.bzLogic('PCbookingCheck', {id: this.model.rows[this.param].id, dt: pdt}).then((res) => {
|
733
|
-
this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
|
734
|
-
if(res.data.code == 200) {
|
735
|
-
alert("预约成功!")
|
736
|
-
}
|
737
|
-
this.showModal = false
|
738
|
-
})
|
739
|
-
}
|
740
|
-
},
|
741
|
-
inspect(row) {
|
742
|
-
if(this.enableButton){
|
743
|
-
return
|
744
|
-
}
|
745
|
-
this.enableButton=true
|
746
|
-
var _this = this
|
747
|
-
console.log('进入inspect')
|
748
|
-
if (row.f_upload_state == '未传' || (row.f_upload_state == '已传' && row.f_state == '未检' && row.f_no_checkplan != '无计划安检' ) || (row.f_upload_state == '已传' && row.f_last_check_state != '入户' ) ) {
|
749
|
-
_this.$resetpost(`${_this.$androidUtil.getProxyUrl()}/rs/sql/查询计划项表信息`, {data: {f_userid: row.f_userinfoid}},{resolveMsg: null,rejectMsg: null}).then((response) => {
|
750
|
-
console.log(JSON.stringify(response))
|
751
|
-
if(response.data.length>0){
|
752
|
-
row['f_plan_meters'] = response.data
|
753
|
-
var pardate = {
|
754
|
-
_this:_this,
|
755
|
-
title:'安全检查',
|
756
|
-
safe:true
|
757
|
-
}
|
758
|
-
_this.$dispatch('gotoson',pardate)
|
759
|
-
console.log('进入safecheck-order-v')
|
760
|
-
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
|
761
|
-
this.enableButton=false
|
762
|
-
}else{
|
763
|
-
_this.$showMessage("未在系统中查询到当前用户有状态为正常的燃气表信息,请联系管理员核对该户档案信息-用户状态和表状态是否都为'正常'状态!")
|
764
|
-
this.enableButton=false
|
765
|
-
}
|
766
|
-
}).catch ((msg)=>{
|
767
|
-
//网络异常调用本地数据
|
768
|
-
let criteria = {
|
769
|
-
items: '*',
|
770
|
-
tablename: 't_plan_item_meter',
|
771
|
-
condition: `f_plan_item_id = '${row.id}'`,
|
772
|
-
groupitem: 'f_plan_item_id'
|
773
|
-
}
|
774
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
775
|
-
console.log('网络环境异常 调取本地数据结果result ===> ' + JSON.stringify(result))
|
776
|
-
if(result.code == 200){
|
777
|
-
if(result.data.rows.length>0){
|
778
|
-
console.log('=== ===> ' + JSON.stringify(result.data))
|
779
|
-
row['f_plan_meters'] = result.data.rows
|
780
|
-
var pardate = {
|
781
|
-
_this:_this,
|
782
|
-
title:'安全检查',
|
783
|
-
safe:true
|
784
|
-
}
|
785
|
-
_this.$dispatch('gotoson',pardate)
|
786
|
-
console.log('进入safecheck-order-v')
|
787
|
-
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
|
788
|
-
|
789
|
-
}else{
|
790
|
-
_this.$showMessage("未在本地数据中查询到当前用户有状态为正常的燃气表信息,请联系管理员核对该户档案信息-用户状态和表状态是否都为'正常'状态!")
|
791
|
-
}
|
792
|
-
}else{
|
793
|
-
_this.$showMessage("查询本地表具信息失败!请在网络通畅的场地 再次点击'处理' 按钮!")
|
794
|
-
}
|
795
|
-
this.enableButton=false
|
796
|
-
})
|
797
|
-
}else{
|
798
|
-
this.$showMessage("该安检单已被上传!")
|
799
|
-
}
|
800
|
-
},
|
801
|
-
makeAPhoneCall(phoneNumber) {
|
802
|
-
this.$androidUtil.makeAPhoneCall(phoneNumber)
|
803
|
-
},
|
804
|
-
reserve (idx) {
|
805
|
-
this.param = idx
|
806
|
-
this.showModal = true
|
807
|
-
},
|
808
|
-
search(args) {
|
809
|
-
this.model.rows = []
|
810
|
-
this.model.search(args.condition, args.model)
|
811
|
-
},
|
812
|
-
selfSearch () {
|
813
|
-
this.getPlanCount()
|
814
|
-
let condition = ""
|
815
|
-
if(this.$refs.paged.$refs.cri.model.f_residential_area)
|
816
|
-
condition += " and ti.f_residential_area like '%"+this.$refs.paged.$refs.cri.model.f_residential_area+"%'"
|
817
|
-
if(this.$refs.paged.$refs.cri.model.f_building)
|
818
|
-
condition += " and ti.f_building like '%"+this.$refs.paged.$refs.cri.model.f_building+"%'"
|
819
|
-
if(this.$refs.paged.$refs.cri.model.f_unit)
|
820
|
-
condition += " and ti.f_unit like '%"+this.$refs.paged.$refs.cri.model.f_unit+"%'"
|
821
|
-
if(this.$refs.paged.$refs.cri.model.f_plan_name)
|
822
|
-
condition += " and f_plan_name like '%"+this.$refs.paged.$refs.cri.model.f_plan_name +"%'"
|
823
|
-
// if(this.$refs.paged.$refs.cri.model.f_plan_year)
|
824
|
-
// condition += " and f_plan_year = '"+this.$refs.paged.$refs.cri.model.f_plan_year +"'"
|
825
|
-
// if(this.$refs.paged.$refs.cri.model.f_plan_month)
|
826
|
-
// condition += " and f_plan_month = '"+this.$refs.paged.$refs.cri.model.f_plan_month +"'"
|
827
|
-
if(this.$refs.paged.$refs.cri.model.f_userinfo_code)
|
828
|
-
condition += " and ti.f_userinfo_code like '%"+this.$refs.paged.$refs.cri.model.f_userinfo_code+"%'"
|
829
|
-
if(this.$refs.paged.$refs.cri.model.f_keyword)
|
830
|
-
condition += " and ti.f_address like '%"+this.$refs.paged.$refs.cri.model.f_keyword+"%'"
|
831
|
-
if(this.$refs.paged.$refs.cri.model.f_user_name)
|
832
|
-
condition += " and ti.f_user_name like '%"+this.$refs.paged.$refs.cri.model.f_user_name+"%'"
|
833
|
-
if(this.$refs.paged.$refs.cri.model.f_user_phone)
|
834
|
-
condition += " and ti.f_user_phone like '"+this.$refs.paged.$refs.cri.model.f_user_phone+"%'"
|
835
|
-
if(this.$refs.paged.$refs.cri.model.f_state[0])
|
836
|
-
condition += " and ti.f_state='"+this.$refs.paged.$refs.cri.model.f_state[0]+"'"
|
837
|
-
// if(this.$refs.paged.$refs.cri.model.f_last_state[0])
|
838
|
-
// condition += " and ti.f_last_check_state='"+this.$refs.paged.$refs.cri.model.f_last_state[0]+"'"
|
839
|
-
if(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
840
|
-
condition += " and ti.f_user_type='"+this.$refs.paged.$refs.cri.model.f_user_type[0]+"'"
|
841
|
-
if(this.$refs.paged.$refs.cri.model.f_meter_no)
|
842
|
-
condition += " and tm.f_meter_no like '%"+this.$refs.paged.$refs.cri.model.f_meter_no+"%'"
|
843
|
-
// if(this.$refs.paged.$refs.cri.model.f_flow_direction[0])
|
844
|
-
// condition += " and tm.f_flow_direction = '"+this.$refs.paged.$refs.cri.model.f_flow_direction[0]+"'"
|
845
|
-
console.log('condition ===> '+ condition)
|
846
|
-
this.model.search("((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户')) and ti.f_no_checkplan = '有计划安检'" + condition)
|
847
|
-
},
|
848
|
-
getNewOrder(){
|
849
|
-
HostApp.__this__ = this
|
850
|
-
HostApp.logicWithHint({
|
851
|
-
// logic别名,key必须为logic
|
852
|
-
'logic': 'SafeCheckServiceTimeOut',
|
853
|
-
// 回调执行方法名,key必须为callback
|
854
|
-
'callback': 'javascript:HostApp.__this__.getNewOrderCallBack()',
|
855
|
-
// logic执行需要的业务参数
|
856
|
-
'data': {params: ''},
|
857
|
-
// 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
|
858
|
-
// 执行回调方法传入key为backresult
|
859
|
-
// 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
|
860
|
-
'backresult': 1
|
861
|
-
})
|
862
|
-
},
|
863
|
-
getNewOrderCallBack() {
|
864
|
-
this.selfSearch()
|
865
|
-
this.getAllArea()
|
866
|
-
this.getAllPlanName()
|
867
|
-
},
|
868
|
-
hidden() {
|
869
|
-
this.criteriaShow = !this.criteriaShow
|
870
|
-
},
|
871
|
-
getAllArea(){
|
872
|
-
this.residentialAreaOptions = []
|
873
|
-
this.buildOptions = []
|
874
|
-
this.unitOptions = []
|
875
|
-
this.$refs.paged.$refs.cri.model.f_residential_area = ''
|
876
|
-
this.$refs.paged.$refs.cri.model.f_building = ''
|
877
|
-
this.$refs.paged.$refs.cri.model.f_unit = ''
|
878
|
-
let criteria = {
|
879
|
-
items: 'f_residential_area',
|
880
|
-
tablename: 't_check_plan_item',
|
881
|
-
condition: `f_residential_area IS NOT NULL AND f_residential_area != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户'))`,
|
882
|
-
groupitem: 'f_residential_area'
|
883
|
-
}
|
884
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
885
|
-
console.log('result ===> ' + JSON.stringify(result))
|
886
|
-
if(result.code == 200){
|
887
|
-
result.data.rows.forEach(item => this.residentialAreaOptions.push({label:item.f_residential_area,value:item.f_residential_area}))
|
888
|
-
}
|
889
|
-
console.log('this.residentialAreaOptions ===> ' + JSON.stringify(this.residentialAreaOptions))
|
890
|
-
},
|
891
|
-
getbuilds(f_residential_area){
|
892
|
-
console.log('f_residential_area ===> ' + JSON.stringify(f_residential_area))
|
893
|
-
this.buildOptions = []
|
894
|
-
this.unitOptions = []
|
895
|
-
this.$refs.paged.$refs.cri.model.f_building = ''
|
896
|
-
this.$refs.paged.$refs.cri.model.f_unit = ''
|
897
|
-
if(!f_residential_area){
|
898
|
-
return
|
899
|
-
}
|
900
|
-
let criteria = {
|
901
|
-
items: 'f_building',
|
902
|
-
tablename: 't_check_plan_item',
|
903
|
-
condition: `f_building IS NOT NULL AND f_building != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户')) AND f_residential_area = '${f_residential_area}'`,
|
904
|
-
groupitem: 'f_building'
|
905
|
-
}
|
906
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
907
|
-
if(result.code == 200){
|
908
|
-
result.data.rows.forEach(item => this.buildOptions.push({label:item.f_building,value:item.f_building}))
|
909
|
-
}
|
910
|
-
console.log('this.buildOptions ===> ' + JSON.stringify(this.buildOptions))
|
911
|
-
},
|
912
|
-
getUnits(f_building){
|
913
|
-
f_building = f_building[0]
|
914
|
-
console.log('f_building ===> ' + JSON.stringify(f_building))
|
915
|
-
this.unitOptions = []
|
916
|
-
this.$refs.paged.$refs.cri.model.f_unit = ''
|
917
|
-
if(!f_building){
|
918
|
-
return
|
919
|
-
}
|
920
|
-
let criteria = {
|
921
|
-
items: 'f_unit',
|
922
|
-
tablename: 't_check_plan_item',
|
923
|
-
condition: `f_unit IS NOT NULL AND f_unit != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户')) AND f_residential_area = '${this.$refs.paged.$refs.cri.model.f_residential_area}' AND f_building = '${f_building}'`,
|
924
|
-
groupitem: 'f_unit'
|
925
|
-
}
|
926
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
927
|
-
if(result.code == 200){
|
928
|
-
result.data.rows.forEach(item => this.unitOptions.push({label:item.f_unit,value:item.f_unit}))
|
929
|
-
}
|
930
|
-
console.log('this.unitOptions ===> ' + JSON.stringify(this.unitOptions))
|
931
|
-
},
|
932
|
-
getPlanCount(){
|
933
|
-
this.upcomingCount = 0
|
934
|
-
this.tempSaveCount = 0
|
935
|
-
this.doneCount = 0
|
936
|
-
this.allPlanCount = 0
|
937
|
-
let criteria = {
|
938
|
-
items: 'count(id) count',
|
939
|
-
tablename: 't_check_plan_item',
|
940
|
-
condition: `f_state = '未检' or (f_upload_state = '已传' and f_last_check_state != '入户')`,
|
941
|
-
groupitem: 'f_no_checkplan'
|
942
|
-
}
|
943
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
944
|
-
if(result.code && result.code == 200){
|
945
|
-
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
|
946
|
-
this.upcomingCount = result.data.rows[0].count
|
947
|
-
}
|
948
|
-
}
|
949
|
-
criteria = {
|
950
|
-
items: 'count(id) count',
|
951
|
-
tablename: 't_check_plan_item',
|
952
|
-
condition: `(f_complete = '' or f_complete = null or f_complete = '未完成') AND f_state = '已检'`,
|
953
|
-
groupitem: 'f_no_checkplan'
|
954
|
-
}
|
955
|
-
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
956
|
-
if(result.code && result.code == 200){
|
957
|
-
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
|
958
|
-
this.tempSaveCount = result.data.rows[0].count
|
959
|
-
}
|
960
|
-
}
|
961
|
-
criteria = {
|
962
|
-
items: 'count(id) count',
|
963
|
-
tablename: 't_check_plan_item',
|
964
|
-
condition: `f_complete = '已完成' AND f_state = '已检' and f_last_check_state = '入户'`,
|
965
|
-
groupitem: 'f_no_checkplan'
|
966
|
-
}
|
967
|
-
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
968
|
-
if(result.code && result.code == 200){
|
969
|
-
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
|
970
|
-
this.doneCount = result.data.rows[0].count
|
971
|
-
}
|
972
|
-
}
|
973
|
-
this.allPlanCount = this.upcomingCount + this.tempSaveCount + this.doneCount
|
974
|
-
|
975
|
-
console.log('this.upcomingCount ===> ' + this.upcomingCount)
|
976
|
-
console.log('this.tempSaveCount ===> ' + this.tempSaveCount)
|
977
|
-
console.log('this.doneCount ===> ' + this.doneCount)
|
978
|
-
console.log('this.allPlanCount ===> ' + this.allPlanCount)
|
979
|
-
},
|
980
|
-
getAllPlanName(){
|
981
|
-
this.planNameOptions = []
|
982
|
-
this.$refs.paged.$refs.cri.model.f_plan_name = ''
|
983
|
-
let criteria = {
|
984
|
-
items: 'f_plan_name',
|
985
|
-
tablename: 't_check_plan',
|
986
|
-
condition: `f_plan_name IS NOT NULL AND f_plan_name != ''`,
|
987
|
-
groupitem: 'f_plan_name'
|
988
|
-
}
|
989
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
990
|
-
console.log('result ===> ' + JSON.stringify(result))
|
991
|
-
if(result.code == 200){
|
992
|
-
result.data.rows.forEach(item => this.planNameOptions.push({label:item.f_plan_name,value:item.f_plan_name}))
|
993
|
-
}
|
994
|
-
console.log('this.planNameOptions ===> ' + JSON.stringify(this.planNameOptions))
|
995
|
-
},
|
996
|
-
setPlanParam(detailsType, event) {
|
997
|
-
if (event.srcElement.checked) {
|
998
|
-
this.planparam.push(detailsType)
|
999
|
-
console.log(this.planparam)
|
1000
|
-
} else {
|
1001
|
-
if(this.planparam.length>0){
|
1002
|
-
let planid= this.planparam.findIndex((value) => {
|
1003
|
-
return value === detailsType
|
1004
|
-
})
|
1005
|
-
this.planparam.splice(planid, 1)
|
1006
|
-
console.log(this.planparam)
|
1007
|
-
|
1008
|
-
}
|
1009
|
-
|
1010
|
-
}
|
1011
|
-
}
|
1012
|
-
}
|
1013
|
-
}
|
1014
|
-
</script>
|
1
|
+
<style scoped>
|
2
|
+
.bg {
|
3
|
+
background-color: blue;
|
4
|
+
height: 1px;
|
5
|
+
border: 0;
|
6
|
+
}
|
7
|
+
.app-row {
|
8
|
+
background-color: white;
|
9
|
+
padding: 10px 10px 0 10px;
|
10
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
11
|
+
}
|
12
|
+
.search_input {
|
13
|
+
border: 0;
|
14
|
+
outline: none;
|
15
|
+
}
|
16
|
+
.font{
|
17
|
+
font: 15px PingFang-SC-Medium;
|
18
|
+
color: #666666;
|
19
|
+
}
|
20
|
+
.input-font{
|
21
|
+
font: 15px PingFang-SC-Medium;
|
22
|
+
color: #333333;
|
23
|
+
}
|
24
|
+
.btn-font{
|
25
|
+
font:600 16px PingFang-SC-Bold;
|
26
|
+
color: #499EDF;
|
27
|
+
}
|
28
|
+
.btn-color{
|
29
|
+
background-color: #FFFFFF;
|
30
|
+
border-radius: 10px ;
|
31
|
+
border: 1px solid #499EDF;
|
32
|
+
}
|
33
|
+
.app-text {
|
34
|
+
font-size: 12px;
|
35
|
+
}
|
36
|
+
.panel-self{
|
37
|
+
border-radius: 10px;
|
38
|
+
border:1px solid #499EDF;
|
39
|
+
background-color: #F8F8F8;
|
40
|
+
}
|
41
|
+
.yybtn-color{
|
42
|
+
background-color:#499edf;
|
43
|
+
border-radius: 4px ;
|
44
|
+
border: 1px solid #499EDF;
|
45
|
+
color: #FFFFFF;
|
46
|
+
font: 14px PingFang-SC-Bold;
|
47
|
+
}
|
48
|
+
.qxbtn-color{
|
49
|
+
background-color: #FFFFFF;
|
50
|
+
border-radius: 4px ;
|
51
|
+
color: #499edf;
|
52
|
+
font: 14px PingFang-SC-Bold;
|
53
|
+
border: 1px solid #499EDF;
|
54
|
+
}
|
55
|
+
|
56
|
+
.button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_top.png")}
|
57
|
+
.button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_bottom.png")}
|
58
|
+
.button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_left.png")}
|
59
|
+
.button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_right.png")}
|
60
|
+
</style>
|
61
|
+
|
62
|
+
<template>
|
63
|
+
<div style="height: auto;width: 100%">
|
64
|
+
<criteria-paged :model="model" v-ref:paged>
|
65
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
66
|
+
<div partial>
|
67
|
+
<form>
|
68
|
+
<div class="row app-row clear-select-w">
|
69
|
+
<!--小区名称-->
|
70
|
+
<v-select :value.sync="model.f_residential_area"
|
71
|
+
class="input-font"
|
72
|
+
:options='$parent.$parent.residentialAreaOptions'
|
73
|
+
placeholder='小区名称'
|
74
|
+
:width="'32.5%'"
|
75
|
+
v-model="model.f_residential_area"
|
76
|
+
condition="ti.f_residential_area = '{}'"
|
77
|
+
@change="$parent.$parent.getbuilds"
|
78
|
+
close-on-select clear-button value-single>
|
79
|
+
</v-select>
|
80
|
+
<!--楼栋-->
|
81
|
+
<v-select :value.sync="model.f_building"
|
82
|
+
class="input-font"
|
83
|
+
:options='$parent.$parent.buildOptions'
|
84
|
+
placeholder='楼栋'
|
85
|
+
:width="'32.5%'"
|
86
|
+
v-model="model.f_building"
|
87
|
+
condition="ti.f_building = '{}'"
|
88
|
+
@change="$parent.$parent.getUnits"
|
89
|
+
close-on-select clear-button>
|
90
|
+
</v-select>
|
91
|
+
<!--单元-->
|
92
|
+
<v-select :value.sync="model.f_unit"
|
93
|
+
class="input-font"
|
94
|
+
:options='$parent.$parent.unitOptions'
|
95
|
+
placeholder='单元'
|
96
|
+
:width="'32.5%'"
|
97
|
+
v-model="model.f_unit"
|
98
|
+
condition="ti.f_unit = '{}'"
|
99
|
+
close-on-select clear-button>
|
100
|
+
</v-select>
|
101
|
+
</div>
|
102
|
+
<div class="row app-row">
|
103
|
+
<div class="col-xs-4">
|
104
|
+
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
105
|
+
<label for="f_userinfo_code" class="font text-left">用户编号:</label>
|
106
|
+
</div>
|
107
|
+
<div class="col-xs-8" >
|
108
|
+
<input id="f_userinfo_code" class="search_input input-font"
|
109
|
+
v-model=model.f_userinfo_code condition="f_userinfo_code like '%{}%'" />
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
<div class="row app-row">
|
113
|
+
<div class="col-xs-4">
|
114
|
+
<img src="../../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
115
|
+
<label class="font text-left">用户姓名:</label>
|
116
|
+
</div>
|
117
|
+
<div class="col-xs-8" >
|
118
|
+
<input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'" />
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
<div class="row app-row">
|
122
|
+
<div class="col-xs-4">
|
123
|
+
<img src="../../../assets/用户电话.png" style="width: 20px;margin-bottom: 5px" alt="">
|
124
|
+
<label class="font text-left">用户电话:</label>
|
125
|
+
</div>
|
126
|
+
<div class="col-xs-8" >
|
127
|
+
<input class="search_input input-font" v-model=model.f_user_phone condition="f_user_phone like '{}%'" />
|
128
|
+
</div>
|
129
|
+
</div>
|
130
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
131
|
+
<div class="col-xs-4">
|
132
|
+
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
133
|
+
<label for="f_plan_name" class="font text-left">计划名称:</label>
|
134
|
+
</div>
|
135
|
+
<v-select
|
136
|
+
id="f_plan_name"
|
137
|
+
:value.sync="model.f_plan_name"
|
138
|
+
class="input-font"
|
139
|
+
:options='$parent.$parent.planNameOptions'
|
140
|
+
placeholder='计划名称'
|
141
|
+
:width="'60%'"
|
142
|
+
v-model="model.f_plan_name"
|
143
|
+
condition="f_plan_name like '%{}%'"
|
144
|
+
close-on-select clear-button>
|
145
|
+
</v-select>
|
146
|
+
</div>
|
147
|
+
|
148
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
149
|
+
<div class="col-xs-4">
|
150
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
151
|
+
<label for="f_state" class="font text-left">是否已检:</label>
|
152
|
+
</div>
|
153
|
+
<v-select id="f_state"
|
154
|
+
:value.sync="model.f_state"
|
155
|
+
class="input-font"
|
156
|
+
:options='$parent.$parent.check_states'
|
157
|
+
placeholder='是否已检'
|
158
|
+
:width="'60%'"
|
159
|
+
v-model="model.f_state"
|
160
|
+
condition="f_state='{}'"
|
161
|
+
close-on-select clear-button>
|
162
|
+
</v-select>
|
163
|
+
</div>
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<!--<div class="row app-row">-->
|
168
|
+
<!--<div class="col-xs-4">-->
|
169
|
+
<!--<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
170
|
+
<!--<label for="f_plan_year" class="font text-left">计划年份:</label>-->
|
171
|
+
<!--</div>-->
|
172
|
+
<!--<div class="col-xs-8" >-->
|
173
|
+
<!--<input id="f_plan_year" class="search_input input-font"-->
|
174
|
+
<!--v-model="model.f_plan_year" condition="f_plan_year = '{}'" />-->
|
175
|
+
<!--</div>-->
|
176
|
+
<!--</div>-->
|
177
|
+
<!--<div class="row app-row">-->
|
178
|
+
<!--<div class="col-xs-4">-->
|
179
|
+
<!--<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
180
|
+
<!--<label for="f_plan_month" class="font text-left">计划月份:</label>-->
|
181
|
+
<!--</div>-->
|
182
|
+
<!--<div class="col-xs-8" >-->
|
183
|
+
<!--<input id="f_plan_month" class="search_input input-font"-->
|
184
|
+
<!--v-model="model.f_plan_month" condition="f_plan_month = '{}'" />-->
|
185
|
+
<!--</div>-->
|
186
|
+
<!--</div>-->
|
187
|
+
|
188
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
189
|
+
<div class="col-xs-4">
|
190
|
+
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
191
|
+
<label class="font text-left">表 号:</label>
|
192
|
+
</div>
|
193
|
+
<div class="col-xs-8" >
|
194
|
+
<input class="search_input input-font"
|
195
|
+
v-model=model.f_meter_no condition="f_meter_no like '%{}%'" />
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
|
199
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
200
|
+
<div class="col-xs-4">
|
201
|
+
<img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
202
|
+
<label class="font text-left">用户地址:</label>
|
203
|
+
</div>
|
204
|
+
<div class="col-xs-8" >
|
205
|
+
<input class="search_input input-font"
|
206
|
+
v-model=model.f_keyword condition="f_address like '%{}%'" />
|
207
|
+
</div>
|
208
|
+
</div>
|
209
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
210
|
+
<div class="col-xs-4">
|
211
|
+
<img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
212
|
+
<label for="f_user_type" class="font text-left">用户类型:</label>
|
213
|
+
</div>
|
214
|
+
<v-select id="f_user_type" :value.sync="model.f_user_type" class="input-font"
|
215
|
+
:width="'60%'"
|
216
|
+
:options='$parent.$parent.user_types' placeholder='请选择用户类型'
|
217
|
+
v-model="model.f_user_type" condition="f_user_type='{}'" close-on-select clear-button></v-select>
|
218
|
+
</div>
|
219
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
220
|
+
<div class="col-xs-6" style="text-align: center">
|
221
|
+
<span class="font text-left">待办{{$parent.$parent.upcomingCount}}条</span>
|
222
|
+
</div>
|
223
|
+
<div class="col-xs-6" style="text-align: center">
|
224
|
+
<span class="font text-left">已办{{$parent.$parent.doneCount}}条</span>
|
225
|
+
</div>
|
226
|
+
<div class="col-xs-6" style="text-align: center">
|
227
|
+
<span class="font text-left">临时保存{{$parent.$parent.tempSaveCount}}条</span>
|
228
|
+
</div>
|
229
|
+
<div class="col-xs-6" style="text-align: center">
|
230
|
+
<span class="font text-left">总共{{$parent.$parent.allPlanCount}}条</span>
|
231
|
+
</div>
|
232
|
+
</div>
|
233
|
+
|
234
|
+
<div class="row text-center" style="margin-top: 20px;">
|
235
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="$parent.$parent.selfSearch">查询</button>
|
236
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%; margin-left: 10px" @click="$parent.$parent.queryplanmany">转发</button>
|
237
|
+
<div style="float: right;margin-right: 3% " class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
238
|
+
<img style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="../../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
|
239
|
+
</div>
|
240
|
+
<div class="col-sm-12">
|
241
|
+
|
242
|
+
</div>
|
243
|
+
<!--<div class="row app-btn">-->
|
244
|
+
<!--<button class="btn btn-primary col-xs-6" type="button" @click="search"><span class="glyphicon glyphicon-search" style="margin-right: 20px;">查询</span></button>-->
|
245
|
+
<!--</div>-->
|
246
|
+
<div style="height:30px;"></div>
|
247
|
+
</form>
|
248
|
+
</div>
|
249
|
+
</criteria>
|
250
|
+
<list :model="model" partial='list'>
|
251
|
+
<div partial>
|
252
|
+
<div class="auto app-text" style="margin-top: 5px;">
|
253
|
+
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
254
|
+
<div class="panel-body panel-self">
|
255
|
+
|
256
|
+
<div class="col-xs-12">
|
257
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
258
|
+
<p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p>
|
259
|
+
<p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right">
|
260
|
+
<input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"/>
|
261
|
+
</p>
|
262
|
+
</div>
|
263
|
+
<div class="col-xs-12">
|
264
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
|
265
|
+
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_user_name }}</p>
|
266
|
+
</div>
|
267
|
+
<div class="col-xs-6">
|
268
|
+
<p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>
|
269
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_user_type }}
|
270
|
+
</p>
|
271
|
+
</div>
|
272
|
+
<div class="col-xs-6">
|
273
|
+
<p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p>
|
274
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p>
|
275
|
+
</div>
|
276
|
+
<!-- <div class="col-xs-6">-->
|
277
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>小区名称:</b></p>-->
|
278
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_residential_area }}</p>-->
|
279
|
+
<!-- </div>-->
|
280
|
+
<div class="col-xs-12">
|
281
|
+
<p class="panel-title text-left font" style="width: 21%;float: left"><b>用户电话:</b></p>
|
282
|
+
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_user_phone }}
|
283
|
+
<img src="../../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone)'></img>
|
284
|
+
</p>
|
285
|
+
</div>
|
286
|
+
|
287
|
+
<div class="col-xs-12">
|
288
|
+
<p class="panel-title text-left font" style="width: 21%;float: left"><b>用户地址:</b></p>
|
289
|
+
<p class="panel-title text-left input-font" style="width: 79%">{{ row.f_address }}</p>
|
290
|
+
</div>
|
291
|
+
|
292
|
+
<!-- <div class="row">-->
|
293
|
+
<!-- <p class="panel-title col-xs-4 text-left font">计划年份</p>-->
|
294
|
+
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_year }}</p>-->
|
295
|
+
<!-- </div>-->
|
296
|
+
<!-- <div class="row">-->
|
297
|
+
<!-- <p class="panel-title col-xs-4 text-left font">计划月份</p>-->
|
298
|
+
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_month }}</p>-->
|
299
|
+
<!-- </div>-->
|
300
|
+
<!-- <div class="row">-->
|
301
|
+
<!-- <p class="panel-title col-xs-4 text-left font">预约时间</p>-->
|
302
|
+
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_prearranged_date }}</p>-->
|
303
|
+
<!-- </div>-->
|
304
|
+
<!--<div class="row">-->
|
305
|
+
<!--<p class="panel-title col-xs-4 text-left font">上次安检状态</p>-->
|
306
|
+
<!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>-->
|
307
|
+
<!--</div>-->
|
308
|
+
<div class="col-xs-6">
|
309
|
+
<p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>
|
310
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_state == '已检'?row.f_upload_state== '已传'?'未完成':'临时保存':row.f_state }}</p>
|
311
|
+
</div>
|
312
|
+
<div class="col-xs-6">
|
313
|
+
<p class="panel-title col-xs-5 text-left font"><b>上传状态:</b></p>
|
314
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_state }}</p>
|
315
|
+
</div>
|
316
|
+
<div class="col-xs-12" v-if="row.f_last_check_state != '入户' && row.f_upload_state == '已传'">
|
317
|
+
<p class="panel-title text-left font" style="width: 21%;float: left"><b>安检情况:</b></p>
|
318
|
+
<p class="panel-title text-left input-font" style="width: 79%;color: red" v-if="row.f_last_check_state=='到访不遇'">{{ row.f_last_check_state }}——{{ row.f_check_version }}次</p>
|
319
|
+
<p class="panel-title text-left input-font" style="width: 79%;color: red" v-if="row.f_last_check_state=='拒检'">{{ row.f_last_check_state }}</p>
|
320
|
+
</div>
|
321
|
+
<div class="col-xs-12" v-if="row.f_last_check_state == '到访不遇' && row.f_upload_state == '已传'">
|
322
|
+
<p class="panel-title text-left font" style="width: 40%;float: left"><b>是否长期无人:</b></p>
|
323
|
+
<p class="panel-title text-left input-font" style="width: 60%;color: red">{{ row.f_safe_nohome }}</p>
|
324
|
+
</div>
|
325
|
+
<div class="col-xs-6">
|
326
|
+
<p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p>
|
327
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_safecheck_type }}</p>
|
328
|
+
</div>
|
329
|
+
<!--<div class="col-xs-12">-->
|
330
|
+
<!--<p class="panel-title col-xs-5 text-left font"><b>送气期限:</b></p>-->
|
331
|
+
<!--<p class="panel-title col-xs-7 text-left input-font">{{timeSet(row.f_issue_time)}}</p>-->
|
332
|
+
<!--</div>-->
|
333
|
+
<div class="col-xs-12">
|
334
|
+
<button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right" @click="$parent.$parent.$parent.inspect(row)">处理</button>
|
335
|
+
<button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right;margin-right:10px;" @click="$parent.$parent.$parent.queryplan(row.id)">转发</button>
|
336
|
+
<!--<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>-->
|
337
|
+
</div>
|
338
|
+
<!-- <div class="row text-right" v-show="row.f_upload_state != '已传'" >-->
|
339
|
+
<!-- <button type="button" class="btn yybtn-color" v-on:click.stop.prevent='$parent.$parent.$parent.reserve($index)'>预约</button> -->
|
340
|
+
<!-- <button type="button" class="btn qxbtn-color" v-if ='row.f_prearranged_date'-->
|
341
|
+
<!-- v-on:click.stop.prevent='$parent.$parent.$parent.cancelReserve($index, row.id)'>取消预约</button>-->
|
342
|
+
<!-- </div>-->
|
343
|
+
</div>
|
344
|
+
</div>
|
345
|
+
</div>
|
346
|
+
</div>
|
347
|
+
</list>
|
348
|
+
</criteria-paged>
|
349
|
+
<modal :show.sync="showModal">
|
350
|
+
<div slot="modal-header" class="modal-header">
|
351
|
+
<h4 class="modal-title">
|
352
|
+
选择预约时间
|
353
|
+
</h4>
|
354
|
+
</div>
|
355
|
+
<div slot="modal-body" class="modal-body">
|
356
|
+
<input type="datetime-local" v-model="f_preset_dt">
|
357
|
+
</div>
|
358
|
+
<div slot="modal-footer" class="modal-footer">
|
359
|
+
<button type="button" class="btn btn-default" @click="genuineReserve">确认</button>
|
360
|
+
</div>
|
361
|
+
</modal>
|
362
|
+
<!--<back-page :need-back='true' @flag="$back()"></back-page>-->
|
363
|
+
<modal :show.sync="showModal2" v-ref:modal>
|
364
|
+
<div slot="modal-header" class="modal-header">
|
365
|
+
<h4 class="modal-title">
|
366
|
+
选择计划
|
367
|
+
</h4>
|
368
|
+
</div>
|
369
|
+
<div slot="modal-body" class="modal-body">
|
370
|
+
<div class="col-xs-12">
|
371
|
+
|
372
|
+
<div class="col-xs-4">
|
373
|
+
<v-select :value.sync="check" v-model='check'
|
374
|
+
:value-single="true"
|
375
|
+
class="select_list select"
|
376
|
+
:options='checkers' placeholder='安检员'
|
377
|
+
close-on-select width="100%"></v-select>
|
378
|
+
</div>
|
379
|
+
|
380
|
+
<div class="col-xs-1">
|
381
|
+
<!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
|
382
|
+
</div>
|
383
|
+
<div class="col-xs-4" style="padding-left: 2px">
|
384
|
+
<input class="select-style" placeholder="计划名称" type="text" v-model="plan" style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
|
385
|
+
</div>
|
386
|
+
<div class="col-xs-1" >
|
387
|
+
<!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
|
388
|
+
</div>
|
389
|
+
<!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
|
390
|
+
<div class="col-xs-2" style="float: right">
|
391
|
+
<button type="button" class="btn btn-primary" @click="plansearch" style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">查询</button>
|
392
|
+
</div>
|
393
|
+
</div>
|
394
|
+
<table class="table table_sy">
|
395
|
+
<thead>
|
396
|
+
<tr>
|
397
|
+
<th style="width: 30px"></th>
|
398
|
+
<th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
|
399
|
+
</tr>
|
400
|
+
</thead>
|
401
|
+
<tbody>
|
402
|
+
<tr v-for="row in planoption">
|
403
|
+
<td @click="select(row, $index)" >{{row.selected==true ? '☆' : ' '}}</td>
|
404
|
+
<td @click="select(row, $index)" style="text-align: center">{{row.label}}</td>
|
405
|
+
|
406
|
+
|
407
|
+
</tr>
|
408
|
+
</tbody>
|
409
|
+
</table>
|
410
|
+
</div>
|
411
|
+
<div slot="modal-footer" class="modal-footer">
|
412
|
+
<button class="btn btn-default" @click="isok()">确认</button>
|
413
|
+
<button class="btn btn-default" @click="iscancel()">取消</button>
|
414
|
+
</div>
|
415
|
+
</modal>
|
416
|
+
<modal :show.sync="showModal3" v-ref:modal>
|
417
|
+
<div slot="modal-header" class="modal-header">
|
418
|
+
<h4 class="modal-title">
|
419
|
+
选择计划
|
420
|
+
</h4>
|
421
|
+
</div>
|
422
|
+
<div slot="modal-body" class="modal-body">
|
423
|
+
<div class="col-xs-12">
|
424
|
+
|
425
|
+
<div class="col-xs-4">
|
426
|
+
<v-select :value.sync="check" v-model='check'
|
427
|
+
:value-single="true"
|
428
|
+
class="select_list select"
|
429
|
+
:options='checkers' placeholder='安检员'
|
430
|
+
close-on-select width="100%"></v-select>
|
431
|
+
</div>
|
432
|
+
|
433
|
+
<div class="col-xs-1">
|
434
|
+
<!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
|
435
|
+
</div>
|
436
|
+
<div class="col-xs-4" style="padding-left: 2px">
|
437
|
+
<input class="select-style" placeholder="计划名称" type="text" v-model="plan" style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
|
438
|
+
</div>
|
439
|
+
<div class="col-xs-1" >
|
440
|
+
<!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
|
441
|
+
</div>
|
442
|
+
<!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
|
443
|
+
<div class="col-xs-2" style="float: right">
|
444
|
+
<button type="button" class="btn btn-primary" @click="plansearch" style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">查询</button>
|
445
|
+
</div>
|
446
|
+
</div>
|
447
|
+
<table class="table table_sy">
|
448
|
+
<thead>
|
449
|
+
<tr>
|
450
|
+
<th style="width: 30px"></th>
|
451
|
+
<th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
|
452
|
+
</tr>
|
453
|
+
</thead>
|
454
|
+
<tbody>
|
455
|
+
<tr v-for="row in planoption">
|
456
|
+
<td @click="select(row, $index)" >{{row.selected==true ? '☆' : ' '}}</td>
|
457
|
+
<td @click="select(row, $index)" style="text-align: center">{{row.label}}</td>
|
458
|
+
|
459
|
+
|
460
|
+
</tr>
|
461
|
+
</tbody>
|
462
|
+
</table>
|
463
|
+
</div>
|
464
|
+
<div slot="modal-footer" class="modal-footer">
|
465
|
+
<button class="btn btn-default" @click="manyisok()">确认</button>
|
466
|
+
<button class="btn btn-default" @click="iscancel()">取消</button>
|
467
|
+
</div>
|
468
|
+
</modal>
|
469
|
+
</div>
|
470
|
+
|
471
|
+
</template>
|
472
|
+
|
473
|
+
<script>
|
474
|
+
import LocalPagedList from '../../../plugins/LocalPagedList'
|
475
|
+
import Vue from 'vue'
|
476
|
+
import { PagedList,HttpResetClass } from 'vue-client'
|
477
|
+
import * as Util from '../../Util'
|
478
|
+
import co from 'co'
|
479
|
+
let select = function * (self) {
|
480
|
+
let http = new HttpResetClass()
|
481
|
+
http.load('POST', `${self.$androidUtil.getProxyUrl()}/rs/search`, {
|
482
|
+
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
|
483
|
+
userid: Vue.user.id
|
484
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
485
|
+
console.log('获取安检员', res)
|
486
|
+
self.checkers.push({label:'全部',value:''})
|
487
|
+
res.data.forEach((checker)=>{
|
488
|
+
self.checkers.push({label:checker.name,value:checker.id})
|
489
|
+
})
|
490
|
+
})
|
491
|
+
}
|
492
|
+
export default {
|
493
|
+
title: '无计划安检查询',
|
494
|
+
data() {
|
495
|
+
return {
|
496
|
+
f_filialeids:'('+Vue.user.orgid+')',
|
497
|
+
//f_filialeids:'(305)',
|
498
|
+
planparam:[],
|
499
|
+
check:'',
|
500
|
+
plan:'',
|
501
|
+
planid:'',
|
502
|
+
model:Vue.android? new LocalPagedList('androidGetuserinfo',20,{condition:'this.condition'}): new PagedList( 'AndroidRest/rs/sql/androidGetuserinfo',20,{condition:'this.condition'}),
|
503
|
+
showModal: false,
|
504
|
+
showModal2:false,
|
505
|
+
showModal3:false,
|
506
|
+
needid:'',
|
507
|
+
enableButton:false,
|
508
|
+
criteriaShow: false,
|
509
|
+
planoption:[],
|
510
|
+
condition:'',
|
511
|
+
checkers:[],
|
512
|
+
param: null,
|
513
|
+
f_preset_dt : Util.to3339TimeString(),
|
514
|
+
flow_direction:[
|
515
|
+
{label: '请选择挂表方式', value: ''},
|
516
|
+
{label: '左表', value: '左表'},
|
517
|
+
{label: '右表', value: '右表'}
|
518
|
+
],
|
519
|
+
check_states: [
|
520
|
+
{label: '请选择安检状态', value: ''},
|
521
|
+
{label: '未检', value: '未检'},
|
522
|
+
{label: '临时保存', value: '已检'},
|
523
|
+
],
|
524
|
+
last_check_states: [
|
525
|
+
{label: '请选择上次安检状态', value: ''},
|
526
|
+
{label: '入户', value: '入户'},
|
527
|
+
{label: '拒检', value: '拒检'},
|
528
|
+
{label: '到访不遇', value: '到访不遇'},
|
529
|
+
{label: '未使用天然气', value: '未使用天然气'}
|
530
|
+
],
|
531
|
+
upload_states: [
|
532
|
+
{label: '请选择上传状态', value: ''},
|
533
|
+
{label: '未传', value: '未传'},
|
534
|
+
{label: '已传', value: '已传'}
|
535
|
+
],
|
536
|
+
user_types: [
|
537
|
+
{label: '请选择用户类型', value: ''},
|
538
|
+
{label: '民用', value: '民用'},
|
539
|
+
{label: '非民用', value: '非民用'},
|
540
|
+
],
|
541
|
+
verify_state: [
|
542
|
+
{label: '请选择审核状态', value: ''},
|
543
|
+
{label: '未审核', value: '未审核'},
|
544
|
+
{label: '打回', value: '打回'}
|
545
|
+
],
|
546
|
+
residentialAreaOptions: [],
|
547
|
+
buildOptions: [],
|
548
|
+
unitOptions: [],
|
549
|
+
planNameOptions: [],
|
550
|
+
upcomingCount: 0,
|
551
|
+
doneCount: 0,
|
552
|
+
tempSaveCount: 0,
|
553
|
+
allPlanCount: 0
|
554
|
+
}
|
555
|
+
},
|
556
|
+
ready(){
|
557
|
+
this.getAllArea()
|
558
|
+
this.getAllPlanName()
|
559
|
+
this.selfSearch()
|
560
|
+
let gen = select(this)
|
561
|
+
co(gen)
|
562
|
+
},
|
563
|
+
mounted(){
|
564
|
+
console.log('66666监听返回事件')
|
565
|
+
if (window.history && window.history.pushState) {
|
566
|
+
history.pushState(null, null, document.URL);
|
567
|
+
window.addEventListener('popstate', this.fun, false);//false阻止默认事件
|
568
|
+
}
|
569
|
+
},
|
570
|
+
destroyed(){
|
571
|
+
console.log('页面销毁 取消监听')
|
572
|
+
window.removeEventListener('popstate', this.fun, false);//false阻止默认事件
|
573
|
+
},
|
574
|
+
methods: {
|
575
|
+
fun () {
|
576
|
+
console.log('111111111111')
|
577
|
+
console.log('监听手机返回')
|
578
|
+
},
|
579
|
+
iscancel(){
|
580
|
+
this.showModal2=false
|
581
|
+
this.showModal3=false
|
582
|
+
this.planoption=[]
|
583
|
+
},
|
584
|
+
timeSet(val){
|
585
|
+
return val
|
586
|
+
},
|
587
|
+
async isok(){
|
588
|
+
if(this.planoption.length==0){
|
589
|
+
this.$showMessage("请选择计划")
|
590
|
+
return false
|
591
|
+
}
|
592
|
+
for (let i = 0; i <this.planoption.length ; i++) {
|
593
|
+
if (this.planoption[i]["selected"]==true){
|
594
|
+
this.planid=this.planoption[i].value
|
595
|
+
break
|
596
|
+
}
|
597
|
+
}
|
598
|
+
if(this.planid==''){
|
599
|
+
this.$showMessage("请选择计划")
|
600
|
+
return false
|
601
|
+
}
|
602
|
+
await this.okput()
|
603
|
+
},
|
604
|
+
async manyisok(){
|
605
|
+
if(this.planoption.length==0){
|
606
|
+
this.$showMessage("请选择计划")
|
607
|
+
return false
|
608
|
+
}
|
609
|
+
for (let i = 0; i <this.planoption.length ; i++) {
|
610
|
+
if (this.planoption[i]["selected"]==true){
|
611
|
+
this.planid=this.planoption[i].value
|
612
|
+
break
|
613
|
+
}
|
614
|
+
}
|
615
|
+
if(this.planid==''){
|
616
|
+
this.$showMessage("请选择计划")
|
617
|
+
return false
|
618
|
+
}
|
619
|
+
await this.manyokput()
|
620
|
+
},
|
621
|
+
changenull(){
|
622
|
+
this.showModal2=false
|
623
|
+
this.showModal3=false
|
624
|
+
this.planoption=[]
|
625
|
+
this.plan=''
|
626
|
+
this.check=''
|
627
|
+
},
|
628
|
+
async okput(){
|
629
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/UpCheckPlanItem`, {data:{
|
630
|
+
|
631
|
+
condition:`i.id='`+this.needid+`'`,
|
632
|
+
f_plan_id:this.planid,
|
633
|
+
switchCheckAll:false,
|
634
|
+
checkAll:false,
|
635
|
+
f_operator:Vue.user.name
|
636
|
+
}
|
637
|
+
})
|
638
|
+
await this.changenull()
|
639
|
+
await this.getNewOrder()
|
640
|
+
},
|
641
|
+
async manyokput(){
|
642
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/UpCheckPlanItem`, {data:{
|
643
|
+
columnName:"i.id",
|
644
|
+
condition:"1=1",
|
645
|
+
f_plan_id:this.planid,
|
646
|
+
switchCheckAll:true,
|
647
|
+
param:this.planparam,
|
648
|
+
checkAll:false,
|
649
|
+
f_operator:Vue.user.name
|
650
|
+
}
|
651
|
+
})
|
652
|
+
await this.changenull()
|
653
|
+
await this.getNewOrder()
|
654
|
+
},
|
655
|
+
async plansearch(){
|
656
|
+
this.planoption=[]
|
657
|
+
let condition=`f_checker_id=`+this.check+` and f_plan_name like '%`+this.plan+`%'`
|
658
|
+
if (!this.check){
|
659
|
+
condition=`f_plan_name like '%`+this.plan+`%'`
|
660
|
+
}
|
661
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/预约计划下发`, {data:{
|
662
|
+
condition:condition,
|
663
|
+
f_filialeids:this.f_filialeids,
|
664
|
+
groupitem:'',
|
665
|
+
orderitem:'id'
|
666
|
+
}})
|
667
|
+
let resoult=res.data
|
668
|
+
for (let i = 0; i < resoult.length; i++) {
|
669
|
+
this.planoption.push({label: resoult[i].f_plan_name,selected:false, value: resoult[i].id})
|
670
|
+
}
|
671
|
+
},
|
672
|
+
|
673
|
+
select(row, idx) {
|
674
|
+
this.$set('planoption[' + idx + '].selected', true)
|
675
|
+
for (let i = 0; i <this.planoption.length ; i++) {
|
676
|
+
if (i!=idx){
|
677
|
+
this.planoption[i]["selected"]=false
|
678
|
+
}
|
679
|
+
}
|
680
|
+
},
|
681
|
+
planclose(){
|
682
|
+
this.showModal2=false
|
683
|
+
this.showModal3=false
|
684
|
+
},
|
685
|
+
queryplan(val){
|
686
|
+
this.needid=val
|
687
|
+
this.showModal2 = true
|
688
|
+
},
|
689
|
+
queryplanmany(){
|
690
|
+
|
691
|
+
this.showModal3 = true
|
692
|
+
},
|
693
|
+
reload(){
|
694
|
+
/*this.getAllArea()
|
695
|
+
this.getAllPlanName()*/
|
696
|
+
this.$refs.paged.loadPage(this.model.pageIndex)
|
697
|
+
},
|
698
|
+
cancelReserve (idx, id) {
|
699
|
+
if(Vue.android){
|
700
|
+
let res = this.$androidUtil.bzLogic('BookingCheck', {dt: '', id: id})
|
701
|
+
this.$set('model.rows[' + idx + '].f_prearranged_date', null)
|
702
|
+
if (res.code == 200) {
|
703
|
+
this.$showMessage("取消预约成功")
|
704
|
+
}
|
705
|
+
}else {
|
706
|
+
this.$androidUtil.bzLogic('PCbookingCheck', {dt: '', id: id}).then((repanse) => {
|
707
|
+
this.$set('model.rows[' + idx + '].f_prearranged_date', null)
|
708
|
+
if (repanse.data.code == 200) {
|
709
|
+
alert("取消预约成功!")
|
710
|
+
}
|
711
|
+
})
|
712
|
+
}},
|
713
|
+
genuineReserve () {
|
714
|
+
if(Vue.android){
|
715
|
+
if (!this.f_preset_dt) {
|
716
|
+
this.$showMessage('请选择一个日期')
|
717
|
+
return
|
718
|
+
}
|
719
|
+
let pdt = this.f_preset_dt.replace('T', ' ')
|
720
|
+
let respanse = this.$androidUtil.bzLogic('BookingCheck', {id: this.model.rows[this.param].id, dt: pdt})
|
721
|
+
this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
|
722
|
+
if(respanse.code == 200) {
|
723
|
+
this.$showMessage("预约成功!")
|
724
|
+
}
|
725
|
+
this.showModal = false
|
726
|
+
}else {
|
727
|
+
if (!this.f_preset_dt) {
|
728
|
+
alert('请选择一个日期')
|
729
|
+
return
|
730
|
+
}
|
731
|
+
let pdt = this.f_preset_dt.replace('T', ' ')
|
732
|
+
this.$androidUtil.bzLogic('PCbookingCheck', {id: this.model.rows[this.param].id, dt: pdt}).then((res) => {
|
733
|
+
this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
|
734
|
+
if(res.data.code == 200) {
|
735
|
+
alert("预约成功!")
|
736
|
+
}
|
737
|
+
this.showModal = false
|
738
|
+
})
|
739
|
+
}
|
740
|
+
},
|
741
|
+
inspect(row) {
|
742
|
+
if(this.enableButton){
|
743
|
+
return
|
744
|
+
}
|
745
|
+
this.enableButton=true
|
746
|
+
var _this = this
|
747
|
+
console.log('进入inspect')
|
748
|
+
if (row.f_upload_state == '未传' || (row.f_upload_state == '已传' && row.f_state == '未检' && row.f_no_checkplan != '无计划安检' ) || (row.f_upload_state == '已传' && row.f_last_check_state != '入户' ) ) {
|
749
|
+
_this.$resetpost(`${_this.$androidUtil.getProxyUrl()}/rs/sql/查询计划项表信息`, {data: {f_userid: row.f_userinfoid}},{resolveMsg: null,rejectMsg: null}).then((response) => {
|
750
|
+
console.log(JSON.stringify(response))
|
751
|
+
if(response.data.length>0){
|
752
|
+
row['f_plan_meters'] = response.data
|
753
|
+
var pardate = {
|
754
|
+
_this:_this,
|
755
|
+
title:'安全检查',
|
756
|
+
safe:true
|
757
|
+
}
|
758
|
+
_this.$dispatch('gotoson',pardate)
|
759
|
+
console.log('进入safecheck-order-v')
|
760
|
+
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
|
761
|
+
this.enableButton=false
|
762
|
+
}else{
|
763
|
+
_this.$showMessage("未在系统中查询到当前用户有状态为正常的燃气表信息,请联系管理员核对该户档案信息-用户状态和表状态是否都为'正常'状态!")
|
764
|
+
this.enableButton=false
|
765
|
+
}
|
766
|
+
}).catch ((msg)=>{
|
767
|
+
//网络异常调用本地数据
|
768
|
+
let criteria = {
|
769
|
+
items: '*',
|
770
|
+
tablename: 't_plan_item_meter',
|
771
|
+
condition: `f_plan_item_id = '${row.id}'`,
|
772
|
+
groupitem: 'f_plan_item_id'
|
773
|
+
}
|
774
|
+
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
775
|
+
console.log('网络环境异常 调取本地数据结果result ===> ' + JSON.stringify(result))
|
776
|
+
if(result.code == 200){
|
777
|
+
if(result.data.rows.length>0){
|
778
|
+
console.log('=== ===> ' + JSON.stringify(result.data))
|
779
|
+
row['f_plan_meters'] = result.data.rows
|
780
|
+
var pardate = {
|
781
|
+
_this:_this,
|
782
|
+
title:'安全检查',
|
783
|
+
safe:true
|
784
|
+
}
|
785
|
+
_this.$dispatch('gotoson',pardate)
|
786
|
+
console.log('进入safecheck-order-v')
|
787
|
+
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
|
788
|
+
|
789
|
+
}else{
|
790
|
+
_this.$showMessage("未在本地数据中查询到当前用户有状态为正常的燃气表信息,请联系管理员核对该户档案信息-用户状态和表状态是否都为'正常'状态!")
|
791
|
+
}
|
792
|
+
}else{
|
793
|
+
_this.$showMessage("查询本地表具信息失败!请在网络通畅的场地 再次点击'处理' 按钮!")
|
794
|
+
}
|
795
|
+
this.enableButton=false
|
796
|
+
})
|
797
|
+
}else{
|
798
|
+
this.$showMessage("该安检单已被上传!")
|
799
|
+
}
|
800
|
+
},
|
801
|
+
makeAPhoneCall(phoneNumber) {
|
802
|
+
this.$androidUtil.makeAPhoneCall(phoneNumber)
|
803
|
+
},
|
804
|
+
reserve (idx) {
|
805
|
+
this.param = idx
|
806
|
+
this.showModal = true
|
807
|
+
},
|
808
|
+
search(args) {
|
809
|
+
this.model.rows = []
|
810
|
+
this.model.search(args.condition, args.model)
|
811
|
+
},
|
812
|
+
selfSearch () {
|
813
|
+
this.getPlanCount()
|
814
|
+
let condition = ""
|
815
|
+
if(this.$refs.paged.$refs.cri.model.f_residential_area)
|
816
|
+
condition += " and ti.f_residential_area like '%"+this.$refs.paged.$refs.cri.model.f_residential_area+"%'"
|
817
|
+
if(this.$refs.paged.$refs.cri.model.f_building)
|
818
|
+
condition += " and ti.f_building like '%"+this.$refs.paged.$refs.cri.model.f_building+"%'"
|
819
|
+
if(this.$refs.paged.$refs.cri.model.f_unit)
|
820
|
+
condition += " and ti.f_unit like '%"+this.$refs.paged.$refs.cri.model.f_unit+"%'"
|
821
|
+
if(this.$refs.paged.$refs.cri.model.f_plan_name)
|
822
|
+
condition += " and f_plan_name like '%"+this.$refs.paged.$refs.cri.model.f_plan_name +"%'"
|
823
|
+
// if(this.$refs.paged.$refs.cri.model.f_plan_year)
|
824
|
+
// condition += " and f_plan_year = '"+this.$refs.paged.$refs.cri.model.f_plan_year +"'"
|
825
|
+
// if(this.$refs.paged.$refs.cri.model.f_plan_month)
|
826
|
+
// condition += " and f_plan_month = '"+this.$refs.paged.$refs.cri.model.f_plan_month +"'"
|
827
|
+
if(this.$refs.paged.$refs.cri.model.f_userinfo_code)
|
828
|
+
condition += " and ti.f_userinfo_code like '%"+this.$refs.paged.$refs.cri.model.f_userinfo_code+"%'"
|
829
|
+
if(this.$refs.paged.$refs.cri.model.f_keyword)
|
830
|
+
condition += " and ti.f_address like '%"+this.$refs.paged.$refs.cri.model.f_keyword+"%'"
|
831
|
+
if(this.$refs.paged.$refs.cri.model.f_user_name)
|
832
|
+
condition += " and ti.f_user_name like '%"+this.$refs.paged.$refs.cri.model.f_user_name+"%'"
|
833
|
+
if(this.$refs.paged.$refs.cri.model.f_user_phone)
|
834
|
+
condition += " and ti.f_user_phone like '"+this.$refs.paged.$refs.cri.model.f_user_phone+"%'"
|
835
|
+
if(this.$refs.paged.$refs.cri.model.f_state[0])
|
836
|
+
condition += " and ti.f_state='"+this.$refs.paged.$refs.cri.model.f_state[0]+"'"
|
837
|
+
// if(this.$refs.paged.$refs.cri.model.f_last_state[0])
|
838
|
+
// condition += " and ti.f_last_check_state='"+this.$refs.paged.$refs.cri.model.f_last_state[0]+"'"
|
839
|
+
if(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
840
|
+
condition += " and ti.f_user_type='"+this.$refs.paged.$refs.cri.model.f_user_type[0]+"'"
|
841
|
+
if(this.$refs.paged.$refs.cri.model.f_meter_no)
|
842
|
+
condition += " and tm.f_meter_no like '%"+this.$refs.paged.$refs.cri.model.f_meter_no+"%'"
|
843
|
+
// if(this.$refs.paged.$refs.cri.model.f_flow_direction[0])
|
844
|
+
// condition += " and tm.f_flow_direction = '"+this.$refs.paged.$refs.cri.model.f_flow_direction[0]+"'"
|
845
|
+
console.log('condition ===> '+ condition)
|
846
|
+
this.model.search("((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户')) and ti.f_no_checkplan = '有计划安检'" + condition)
|
847
|
+
},
|
848
|
+
getNewOrder(){
|
849
|
+
HostApp.__this__ = this
|
850
|
+
HostApp.logicWithHint({
|
851
|
+
// logic别名,key必须为logic
|
852
|
+
'logic': 'SafeCheckServiceTimeOut',
|
853
|
+
// 回调执行方法名,key必须为callback
|
854
|
+
'callback': 'javascript:HostApp.__this__.getNewOrderCallBack()',
|
855
|
+
// logic执行需要的业务参数
|
856
|
+
'data': {params: ''},
|
857
|
+
// 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
|
858
|
+
// 执行回调方法传入key为backresult
|
859
|
+
// 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
|
860
|
+
'backresult': 1
|
861
|
+
})
|
862
|
+
},
|
863
|
+
getNewOrderCallBack() {
|
864
|
+
this.selfSearch()
|
865
|
+
this.getAllArea()
|
866
|
+
this.getAllPlanName()
|
867
|
+
},
|
868
|
+
hidden() {
|
869
|
+
this.criteriaShow = !this.criteriaShow
|
870
|
+
},
|
871
|
+
getAllArea(){
|
872
|
+
this.residentialAreaOptions = []
|
873
|
+
this.buildOptions = []
|
874
|
+
this.unitOptions = []
|
875
|
+
this.$refs.paged.$refs.cri.model.f_residential_area = ''
|
876
|
+
this.$refs.paged.$refs.cri.model.f_building = ''
|
877
|
+
this.$refs.paged.$refs.cri.model.f_unit = ''
|
878
|
+
let criteria = {
|
879
|
+
items: 'f_residential_area',
|
880
|
+
tablename: 't_check_plan_item',
|
881
|
+
condition: `f_residential_area IS NOT NULL AND f_residential_area != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户'))`,
|
882
|
+
groupitem: 'f_residential_area'
|
883
|
+
}
|
884
|
+
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
885
|
+
console.log('result ===> ' + JSON.stringify(result))
|
886
|
+
if(result.code == 200){
|
887
|
+
result.data.rows.forEach(item => this.residentialAreaOptions.push({label:item.f_residential_area,value:item.f_residential_area}))
|
888
|
+
}
|
889
|
+
console.log('this.residentialAreaOptions ===> ' + JSON.stringify(this.residentialAreaOptions))
|
890
|
+
},
|
891
|
+
getbuilds(f_residential_area){
|
892
|
+
console.log('f_residential_area ===> ' + JSON.stringify(f_residential_area))
|
893
|
+
this.buildOptions = []
|
894
|
+
this.unitOptions = []
|
895
|
+
this.$refs.paged.$refs.cri.model.f_building = ''
|
896
|
+
this.$refs.paged.$refs.cri.model.f_unit = ''
|
897
|
+
if(!f_residential_area){
|
898
|
+
return
|
899
|
+
}
|
900
|
+
let criteria = {
|
901
|
+
items: 'f_building',
|
902
|
+
tablename: 't_check_plan_item',
|
903
|
+
condition: `f_building IS NOT NULL AND f_building != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户')) AND f_residential_area = '${f_residential_area}'`,
|
904
|
+
groupitem: 'f_building'
|
905
|
+
}
|
906
|
+
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
907
|
+
if(result.code == 200){
|
908
|
+
result.data.rows.forEach(item => this.buildOptions.push({label:item.f_building,value:item.f_building}))
|
909
|
+
}
|
910
|
+
console.log('this.buildOptions ===> ' + JSON.stringify(this.buildOptions))
|
911
|
+
},
|
912
|
+
getUnits(f_building){
|
913
|
+
f_building = f_building[0]
|
914
|
+
console.log('f_building ===> ' + JSON.stringify(f_building))
|
915
|
+
this.unitOptions = []
|
916
|
+
this.$refs.paged.$refs.cri.model.f_unit = ''
|
917
|
+
if(!f_building){
|
918
|
+
return
|
919
|
+
}
|
920
|
+
let criteria = {
|
921
|
+
items: 'f_unit',
|
922
|
+
tablename: 't_check_plan_item',
|
923
|
+
condition: `f_unit IS NOT NULL AND f_unit != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检') or (f_upload_state = '已传' and f_last_check_state != '入户')) AND f_residential_area = '${this.$refs.paged.$refs.cri.model.f_residential_area}' AND f_building = '${f_building}'`,
|
924
|
+
groupitem: 'f_unit'
|
925
|
+
}
|
926
|
+
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
927
|
+
if(result.code == 200){
|
928
|
+
result.data.rows.forEach(item => this.unitOptions.push({label:item.f_unit,value:item.f_unit}))
|
929
|
+
}
|
930
|
+
console.log('this.unitOptions ===> ' + JSON.stringify(this.unitOptions))
|
931
|
+
},
|
932
|
+
getPlanCount(){
|
933
|
+
this.upcomingCount = 0
|
934
|
+
this.tempSaveCount = 0
|
935
|
+
this.doneCount = 0
|
936
|
+
this.allPlanCount = 0
|
937
|
+
let criteria = {
|
938
|
+
items: 'count(id) count',
|
939
|
+
tablename: 't_check_plan_item',
|
940
|
+
condition: `f_state = '未检' or (f_upload_state = '已传' and f_last_check_state != '入户')`,
|
941
|
+
groupitem: 'f_no_checkplan'
|
942
|
+
}
|
943
|
+
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
944
|
+
if(result.code && result.code == 200){
|
945
|
+
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
|
946
|
+
this.upcomingCount = result.data.rows[0].count
|
947
|
+
}
|
948
|
+
}
|
949
|
+
criteria = {
|
950
|
+
items: 'count(id) count',
|
951
|
+
tablename: 't_check_plan_item',
|
952
|
+
condition: `(f_complete = '' or f_complete = null or f_complete = '未完成') AND f_state = '已检'`,
|
953
|
+
groupitem: 'f_no_checkplan'
|
954
|
+
}
|
955
|
+
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
956
|
+
if(result.code && result.code == 200){
|
957
|
+
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
|
958
|
+
this.tempSaveCount = result.data.rows[0].count
|
959
|
+
}
|
960
|
+
}
|
961
|
+
criteria = {
|
962
|
+
items: 'count(id) count',
|
963
|
+
tablename: 't_check_plan_item',
|
964
|
+
condition: `f_complete = '已完成' AND f_state = '已检' and f_last_check_state = '入户'`,
|
965
|
+
groupitem: 'f_no_checkplan'
|
966
|
+
}
|
967
|
+
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
968
|
+
if(result.code && result.code == 200){
|
969
|
+
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
|
970
|
+
this.doneCount = result.data.rows[0].count
|
971
|
+
}
|
972
|
+
}
|
973
|
+
this.allPlanCount = this.upcomingCount + this.tempSaveCount + this.doneCount
|
974
|
+
|
975
|
+
console.log('this.upcomingCount ===> ' + this.upcomingCount)
|
976
|
+
console.log('this.tempSaveCount ===> ' + this.tempSaveCount)
|
977
|
+
console.log('this.doneCount ===> ' + this.doneCount)
|
978
|
+
console.log('this.allPlanCount ===> ' + this.allPlanCount)
|
979
|
+
},
|
980
|
+
getAllPlanName(){
|
981
|
+
this.planNameOptions = []
|
982
|
+
this.$refs.paged.$refs.cri.model.f_plan_name = ''
|
983
|
+
let criteria = {
|
984
|
+
items: 'f_plan_name',
|
985
|
+
tablename: 't_check_plan',
|
986
|
+
condition: `f_plan_name IS NOT NULL AND f_plan_name != ''`,
|
987
|
+
groupitem: 'f_plan_name'
|
988
|
+
}
|
989
|
+
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
990
|
+
console.log('result ===> ' + JSON.stringify(result))
|
991
|
+
if(result.code == 200){
|
992
|
+
result.data.rows.forEach(item => this.planNameOptions.push({label:item.f_plan_name,value:item.f_plan_name}))
|
993
|
+
}
|
994
|
+
console.log('this.planNameOptions ===> ' + JSON.stringify(this.planNameOptions))
|
995
|
+
},
|
996
|
+
setPlanParam(detailsType, event) {
|
997
|
+
if (event.srcElement.checked) {
|
998
|
+
this.planparam.push(detailsType)
|
999
|
+
console.log(this.planparam)
|
1000
|
+
} else {
|
1001
|
+
if(this.planparam.length>0){
|
1002
|
+
let planid= this.planparam.findIndex((value) => {
|
1003
|
+
return value === detailsType
|
1004
|
+
})
|
1005
|
+
this.planparam.splice(planid, 1)
|
1006
|
+
console.log(this.planparam)
|
1007
|
+
|
1008
|
+
}
|
1009
|
+
|
1010
|
+
}
|
1011
|
+
}
|
1012
|
+
}
|
1013
|
+
}
|
1014
|
+
</script>
|