safecheck-client 3.0.27-gongyi → 3.0.30-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 +1 -1
- 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/CheckCountAreaManage.vue +112 -112
- package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
- package/src/components/CheckerCount/ZhouKouCheckCount.vue +272 -272
- 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/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/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/SafecheckOrderV.vue +2408 -2408
- 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/userinfo/SafecheckUserInfo.vue +611 -611
- 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/DefectListWeixiu.vue +479 -479
- 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 +660 -660
- 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/CheckBook.vue +67 -67
- package/src/components/pc/CheckBookList.vue +19 -15
- package/src/components/pc/CheckBookManage.vue +241 -4
- package/src/components/pc/DeviceChange.vue +1068 -1068
- package/src/components/pc/HiddenChart.vue +494 -494
- package/src/components/pc/NewCheckpaper.vue +1306 -1306
- package/src/components/pc/PaperChazhiMain.vue +570 -570
- package/src/components/pc/PaperDefectMain.vue +584 -584
- 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/planmanage/checkUserList.vue +691 -691
- package/src/components/querycheckpaper/CheckPaperList.vue +127 -127
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +67 -67
- 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/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.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.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/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,1133 +1,1133 @@
|
|
1
|
-
import {SearchList, date} from 'vue-client'
|
2
|
-
import {PagedList} from 'vue-client'
|
3
|
-
import {HttpResetClass,trans} from 'vue-client'
|
4
|
-
import Vue from "vue"
|
5
|
-
import ObjConfig from '../../src/plugins/GerJsonObjectConfig'
|
6
|
-
|
7
|
-
export default class Comp {
|
8
|
-
|
9
|
-
|
10
|
-
needconfig= {}
|
11
|
-
isSend=true
|
12
|
-
// 用户安检信息列表
|
13
|
-
user = new SearchList(true)
|
14
|
-
//遍历的按钮
|
15
|
-
listbutton=[]
|
16
|
-
fdevices=[]
|
17
|
-
// 安检计划列表
|
18
|
-
checkplan = new SearchList(true)
|
19
|
-
// 安检计划的安检单列表
|
20
|
-
checkplanitems = new SearchList(true)
|
21
|
-
//按钮隐藏判断
|
22
|
-
suppplanitem={}
|
23
|
-
orderList= ['按时间降序', '按时间升序']//排序下拉框的值
|
24
|
-
currentorder='按时间降序'//排序下拉框当前选中的值
|
25
|
-
// 新增安检计划时保存的数据
|
26
|
-
newPlan = {f_issued:"否",f_safecheck_type:"年度普检"}
|
27
|
-
http = new HttpResetClass()
|
28
|
-
//查询计划弹框中是否共享选项
|
29
|
-
isAndNot = ["是", "否"]
|
30
|
-
//用户类型
|
31
|
-
userType=["民用","非民用"]
|
32
|
-
issuedList= ["是","否"]
|
33
|
-
listbuttona=[]
|
34
|
-
listbuttonb=[]
|
35
|
-
listbuttonc=[]
|
36
|
-
listbuttond=[]
|
37
|
-
//安检计划查询中的是否是共享计划单选的当前选中值
|
38
|
-
sIsAndNotSelect=''
|
39
|
-
//用户列表的自选查询条件的值
|
40
|
-
userCondition=["请选择条件","用户类型","地址"]
|
41
|
-
//当前选中的下拉值
|
42
|
-
userConditionSelect="请选择条件"
|
43
|
-
//当前输入的值
|
44
|
-
userConditionValue=""
|
45
|
-
//计划项列表自选查询条件的值
|
46
|
-
planItemCondition=["请选择条件","用户编号","用户名称"]
|
47
|
-
//
|
48
|
-
promptStatement='请选择安检员'
|
49
|
-
planItemConditional={}
|
50
|
-
//入户状态
|
51
|
-
userState=["到访不遇","拒检","入户"]
|
52
|
-
ischeckSude=["全部","已发","未发"]
|
53
|
-
checkSude=''
|
54
|
-
//燃气使用
|
55
|
-
gasUse=["已使用","未使用"]
|
56
|
-
//当前选中的下拉值
|
57
|
-
planItemConditionSelect="请选择条件"
|
58
|
-
//当前输入的值
|
59
|
-
planItemConditionValue=""
|
60
|
-
//小区域列表
|
61
|
-
small_area=[]
|
62
|
-
//区域列表
|
63
|
-
streets=[]
|
64
|
-
//小区列表
|
65
|
-
areaList=[]
|
66
|
-
//当前选中计划名称
|
67
|
-
SelectedPlanName=''
|
68
|
-
//safecheckTypeList=Vue.$appdata.getParam("安检类型")
|
69
|
-
safecheckTypeList=["年度普检"]
|
70
|
-
smallAreaList=['市区','成山','俚岛','港西']
|
71
|
-
//今年是否安检
|
72
|
-
yearChecked=["全部","已检","未检"]
|
73
|
-
//
|
74
|
-
yChecked=''
|
75
|
-
//安检员列表
|
76
|
-
checker=[]
|
77
|
-
//送气员列表
|
78
|
-
aspirated=[]
|
79
|
-
aspiratedPlan={issued:'是'}
|
80
|
-
employeeList=[]
|
81
|
-
employeeName='安检员'
|
82
|
-
checkersname=[]
|
83
|
-
//新建计划时保存是否共享计划的值,
|
84
|
-
isShare="否"
|
85
|
-
//安检类型
|
86
|
-
safecheckList=["年度普检"]
|
87
|
-
//时间单位
|
88
|
-
unitTime=["天","月"]
|
89
|
-
selectTime="天"
|
90
|
-
startday=""
|
91
|
-
endday=""
|
92
|
-
str=[]
|
93
|
-
//当前打开的安检计划id
|
94
|
-
SelectedPlan=""
|
95
|
-
//燃气表增添项
|
96
|
-
gasexpress=[{"lname":"燃气表照片","type":"picture"},
|
97
|
-
{"lname":"表品牌","type":"string","readonly":true},
|
98
|
-
{"lname":"表号","type":"string","readonly":true},
|
99
|
-
{"lname":"表封号","type":"number","readonly":true},
|
100
|
-
{"lname":"表型号","type":"string","readonly":true},
|
101
|
-
{"lname":"位置","type":"string","readonly":true},
|
102
|
-
{"lname":"表底数","type":"number","readonly":true},
|
103
|
-
{"lname":"左右表","type":"string","readonly":true}]
|
104
|
-
//当前分公司id
|
105
|
-
filialeid=global.login.orgid
|
106
|
-
|
107
|
-
//filialeid=305
|
108
|
-
|
109
|
-
//用户列表查询条件json
|
110
|
-
conditionJson=[
|
111
|
-
{column:"f_unit",checkname:"单元号码",type:"input"},
|
112
|
-
{column:"userType",checkname:"用户类型",type:"selector",options:['民用','非民用']},
|
113
|
-
{column:"f_user_state",checkname:"用户状态",type:"selector",options:['正常','停用']},
|
114
|
-
{column:"hasplan",checkname:"有无计划",type:"selector",options:['已有计划','无计划']},
|
115
|
-
{column:"f_small_area",checkname:"小区域",type:"selector",options:this.small_area},
|
116
|
-
{column:"useraddress",checkname:"用户地址",type:"input"}
|
117
|
-
]
|
118
|
-
conditionList=[
|
119
|
-
{selectitem:{column:"f_user_state",checkname:"用户状态",type:"selector",options:['正常','停用']},selectValue:'正常',num:0},
|
120
|
-
{selectitem:{column:"useraddress",checkname:"用户地址",type:"input"},selectValue:'',num:1},
|
121
|
-
{selectitem:{column:"userType",checkname:"用户类型",type:"selector",options:['民用','非民用']},selectValue:'民用',num:2},
|
122
|
-
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:3}
|
123
|
-
]
|
124
|
-
//安检项列表查询条件
|
125
|
-
planitemconditionJson=[
|
126
|
-
{column:"f_last_check_state",checkname:"安检状态",type:"selector",options:['入户','拒检','到访不遇','未使用']},
|
127
|
-
{column:"f_start_time",checkname:"开始时间",type:"date"},
|
128
|
-
{column:"f_end_time",checkname:"结束时间",type:"date"},
|
129
|
-
{column:"f_last_check_result",checkname:"隐患状态",type:"selector",options:['正常','有隐患']},
|
130
|
-
{column:"f_state1",checkname:"安检结果",type:"selector",options:['已检','未检']}
|
131
|
-
]
|
132
|
-
planitemconditionList=[
|
133
|
-
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:0},
|
134
|
-
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:1},
|
135
|
-
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:2}
|
136
|
-
]
|
137
|
-
//楼栋下拉
|
138
|
-
buildings=[]
|
139
|
-
buildParam=[]
|
140
|
-
addBuilding(val) {
|
141
|
-
console.log("当前id" + val)
|
142
|
-
let index = this.buildParam.indexOf(val)
|
143
|
-
if (index < 0) {
|
144
|
-
this.buildParam.push(val)
|
145
|
-
} else {
|
146
|
-
this.buildParam.splice(index, 1)
|
147
|
-
}
|
148
|
-
}
|
149
|
-
// 看当前内容是否选中
|
150
|
-
isChecked(v) {
|
151
|
-
// 如果全选,不在的按选中算,否则,在的按选中算
|
152
|
-
return this.buildParam.indexOf(v) != -1
|
153
|
-
}
|
154
|
-
|
155
|
-
//下拉框条件改变json数组
|
156
|
-
conditionListChange(modelname,ind,key,value,f){
|
157
|
-
console.log("------------"+ind+"-------------")
|
158
|
-
this[modelname][ind]["num"]=ind
|
159
|
-
this[modelname][ind][key]=value
|
160
|
-
f()
|
161
|
-
}
|
162
|
-
//添加选择条件下拉框事件
|
163
|
-
|
164
|
-
addconditionList(field,f){
|
165
|
-
this[field].push({selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:this.conditionList.length})
|
166
|
-
f()
|
167
|
-
}
|
168
|
-
//删除选择条件下拉框事件
|
169
|
-
deletecondition(field,modelname,index,f){
|
170
|
-
//如果有这个属性,说明已经选择过,去清空条件数组里的值
|
171
|
-
if(this[field][index].selectitem.column){
|
172
|
-
this.setProperty(modelname,this[field][index].selectitem.column,"")
|
173
|
-
}
|
174
|
-
this[field].splice(index,1)
|
175
|
-
|
176
|
-
for (let i =0 ;i<this[field].length;i++){
|
177
|
-
this.conditionList[i].num=i
|
178
|
-
}
|
179
|
-
f()
|
180
|
-
}
|
181
|
-
async ready() {
|
182
|
-
// 加载所有安检计划
|
183
|
-
this.setProperty("checkplan","safechecktype",'年度普检')
|
184
|
-
this.setProperty("checkplan","f_plan_type",'民用')
|
185
|
-
await this.checkplan.searchList("/rs/sql/预约计划下发", {
|
186
|
-
"f_plan_name": "f_plan_name like '%{}%'",
|
187
|
-
"f_plan_year":"f_plan_year={}",
|
188
|
-
"f_plan_month":"f_plan_month={}",
|
189
|
-
"checkerid":"f_checker_id={}",
|
190
|
-
"isAndNot":"f_checker {}",
|
191
|
-
"safechecktype":"f_safecheck_type='{}'",
|
192
|
-
"f_plan_type":"f_plan_type='{}'",
|
193
|
-
"f_issued":"f_issued='{}'",
|
194
|
-
"f_small_area":"f_remark='{}'"
|
195
|
-
},{groupitem:"",f_filialeids:"("+this.filialeid+")",orderitem:"f_create_time desc"})
|
196
|
-
await this.getAreaList()
|
197
|
-
// this.getAreaList()
|
198
|
-
//加载安检员名单f_address_state
|
199
|
-
|
200
|
-
this.setProperty("user","f_address_state",'未通气')
|
201
|
-
|
202
|
-
console.log("-----------------")
|
203
|
-
console.log(Vue.$appdata)
|
204
|
-
console.log("当前加载到的信息:"+JSON.stringify(global.login))
|
205
|
-
//global.login.id 9468
|
206
|
-
this.searchChecker(global.login.id)
|
207
|
-
//this.searchAspirated(global.login.id)
|
208
|
-
let smallarea=Vue.$appdata.getParam('小区域')
|
209
|
-
for(let i=0 ;i<smallarea.length;i++){
|
210
|
-
this.small_area.push(smallarea[i].value)
|
211
|
-
}
|
212
|
-
console.log("street:"+JSON.stringify(smallarea))
|
213
|
-
await this.getStreets()
|
214
|
-
}
|
215
|
-
|
216
|
-
async getStreets(){
|
217
|
-
let req = await new HttpResetClass().load('POST', 'rs/sql/address_singleTableOrderBy', {
|
218
|
-
data: {
|
219
|
-
items: '*',
|
220
|
-
tablename: 't_street',
|
221
|
-
orderitem: 'id',
|
222
|
-
condition: `f_orgid = ${this.filialeid}`
|
223
|
-
}
|
224
|
-
}, {resolveMsg: null, rejectMsg: '获取地址失败!'})
|
225
|
-
this.streets.push('全部')
|
226
|
-
req.data.forEach((row, n) => {
|
227
|
-
this.streets.push(row.f_street)
|
228
|
-
})
|
229
|
-
}
|
230
|
-
//补录功能组装数据
|
231
|
-
zzsj(){
|
232
|
-
let deviceconfig=ObjConfig.getObjConfig(this.needconfig.safecheck.DevicesConfig)
|
233
|
-
console.log("=============ZZSJ1>"+JSON.stringify(deviceconfig))
|
234
|
-
for (let i = 0; i < deviceconfig.length; i++) {
|
235
|
-
console.log("==============>"+JSON.stringify(deviceconfig[i]))
|
236
|
-
console.log("==============>"+JSON.stringify(deviceconfig[i].index))
|
237
|
-
this.str[deviceconfig[i].index-1]=deviceconfig[i]
|
238
|
-
console.log("===========ZZSJ2>"+JSON.stringify(this.str[deviceconfig[i].index]))
|
239
|
-
}
|
240
|
-
|
241
|
-
}
|
242
|
-
readConfig () {
|
243
|
-
let http = new HttpResetClass()
|
244
|
-
http.load('GET', `/phone/rs/vue`, {}, {resolveMsg: null, rejectMsg: null}).then(res => {
|
245
|
-
this.needconfig = res.data
|
246
|
-
console.log("请求得到的数据"+JSON.stringify(this.needconfig))
|
247
|
-
let aa=this.needconfig.safecheck.DevicesConfig
|
248
|
-
this.zzsj()
|
249
|
-
})
|
250
|
-
|
251
|
-
}
|
252
|
-
//当前页面属性发生改变事件
|
253
|
-
fieldChange(modelname,value,f){
|
254
|
-
console.log(value)
|
255
|
-
if(modelname=="user" || modelname=="checkplan" || modelname=="checkplanitems"){
|
256
|
-
this.setProperty(modelname,"checkername",value.name)
|
257
|
-
this.setProperty(modelname,"checkerid",value.id)
|
258
|
-
f()
|
259
|
-
return
|
260
|
-
}
|
261
|
-
if(modelname=="createPlan"){
|
262
|
-
this.newPlan.f_checker_id=value.id
|
263
|
-
this.newPlan.f_checker=value.name
|
264
|
-
f()
|
265
|
-
return
|
266
|
-
}
|
267
|
-
if(modelname=="upPlan"){
|
268
|
-
this.plan.f_checker= value.name
|
269
|
-
this.plan.f_checker_id=value.id
|
270
|
-
f()
|
271
|
-
return
|
272
|
-
}
|
273
|
-
if(modelname=="upAspPlan"){
|
274
|
-
this.aspiratedPlan.f_checker= value.name
|
275
|
-
this.aspiratedPlan.f_checker_id=value.id
|
276
|
-
f()
|
277
|
-
return
|
278
|
-
}
|
279
|
-
this[modelname]=value
|
280
|
-
f()
|
281
|
-
}
|
282
|
-
|
283
|
-
jointCondition1(field,modelname){
|
284
|
-
for (let i =0 ;i<this[field].length;i++){
|
285
|
-
if(!this[field][i].selectValue){
|
286
|
-
continue
|
287
|
-
}
|
288
|
-
//如果是有无计划值特殊处理
|
289
|
-
console.log('-----'+this[field][i].selectitem.checkname)
|
290
|
-
if(this[field][i].selectitem.checkname=='有无计划'){
|
291
|
-
let v=this[field][i].selectValue=='已有计划'?'is not null':'is null'
|
292
|
-
console.log("条件"+v+"----"+this[field][i].selectitem.column)
|
293
|
-
this.setProperty(modelname,this[field][i].selectitem.column,v)
|
294
|
-
continue
|
295
|
-
}
|
296
|
-
console.log("this[field][i].column:"+this[field][i].column+"---"+"this[field][i].selectValue"+this[field][i].selectValue)
|
297
|
-
this.setProperty(modelname,this[field][i].selectitem.column,this[field][i].selectValue)
|
298
|
-
}
|
299
|
-
}
|
300
|
-
//根据选择框内容设置属性值
|
301
|
-
jointCondition(modelname){
|
302
|
-
|
303
|
-
if(modelname="user"){
|
304
|
-
this.setProperty("user","usertype","")
|
305
|
-
this.setProperty("user","address","")
|
306
|
-
switch(this.userConditionSelect){
|
307
|
-
case "用户类型":
|
308
|
-
this.setProperty("user","usertype",this.userConditionValue)
|
309
|
-
break;
|
310
|
-
case "地址":
|
311
|
-
this.setProperty("user","address",this.userConditionValue)
|
312
|
-
break;
|
313
|
-
}
|
314
|
-
}
|
315
|
-
if(modelname="checkplanitems"){
|
316
|
-
this.setProperty("checkplanitems","usercode","")
|
317
|
-
this.setProperty("checkplanitems","username","")
|
318
|
-
switch(this.planItemConditionSelect){
|
319
|
-
case "用户编号":
|
320
|
-
this.setProperty("checkplanitems","usercode",this.planItemConditionValue)
|
321
|
-
break;
|
322
|
-
case "用户名称":
|
323
|
-
this.setProperty("checkplanitems","username",this.planItemConditionValue)
|
324
|
-
break;
|
325
|
-
}
|
326
|
-
}
|
327
|
-
}
|
328
|
-
|
329
|
-
//是否共享计划单选按钮事件
|
330
|
-
isAndNotChange(isAndNotselect){
|
331
|
-
this.sIsAndNotSelect=isAndNotselect
|
332
|
-
if(this.sIsAndNotSelect=="是"){
|
333
|
-
this.setProperty("checkplan","isAndNot","is null")
|
334
|
-
}
|
335
|
-
if(this.sIsAndNotSelect=="否"){
|
336
|
-
this.setProperty("checkplan","isAndNot","is not null")
|
337
|
-
}
|
338
|
-
}
|
339
|
-
|
340
|
-
//按条件查询所有安检计划
|
341
|
-
async loadCheckPlan(sortfield,f) {
|
342
|
-
this.isSend=true
|
343
|
-
this.checkplan.check.checkes=[]
|
344
|
-
if(sortfield){//如果传入空串说明是查询 传入非空串就是排序
|
345
|
-
console.log("进入排序")
|
346
|
-
if(sortfield==this.currentorder){
|
347
|
-
return
|
348
|
-
}else{
|
349
|
-
this.currentorder=sortfield
|
350
|
-
}
|
351
|
-
}
|
352
|
-
let fieldValue=''
|
353
|
-
switch(this.currentorder){
|
354
|
-
case "按时间降序":
|
355
|
-
fieldValue='f_create_time desc'
|
356
|
-
break
|
357
|
-
case "按时间升序":
|
358
|
-
fieldValue='f_create_time'
|
359
|
-
break
|
360
|
-
}
|
361
|
-
console.log("值"+sortfield+"--当前值"+this.currentorder+"---排序值:"+fieldValue)
|
362
|
-
await this.checkplan.searchList("/rs/sql/预约计划下发",
|
363
|
-
{"f_plan_name": "f_plan_name like '%{}%'",
|
364
|
-
"f_plan_year":"f_plan_year={}",
|
365
|
-
"f_plan_month":"f_plan_month={}",
|
366
|
-
"checkerid":"f_checker_id={}",
|
367
|
-
"isAndNot":"f_checker {}",
|
368
|
-
"safechecktype":"f_safecheck_type='{}'",
|
369
|
-
"f_plan_type":"f_plan_type='{}'",
|
370
|
-
"f_issued":"f_issued='{}'",
|
371
|
-
"f_small_area":"f_remark='{}'"
|
372
|
-
},
|
373
|
-
{orderitem:fieldValue,
|
374
|
-
f_filialeids:"("+this.filialeid+")",
|
375
|
-
groupitem:""
|
376
|
-
}
|
377
|
-
)
|
378
|
-
f()
|
379
|
-
this.isSend=false
|
380
|
-
}
|
381
|
-
|
382
|
-
// 查询待检用户
|
383
|
-
async searchUser(f) {
|
384
|
-
this.jointCondition1("conditionList","user")
|
385
|
-
if(this.user.search.model.userType=='民用'){
|
386
|
-
this.setProperty("user","f_createfile_date",new Date().getFullYear()+"-01-01 00:00:00")
|
387
|
-
}else if(this.user.search.model.userType=='非民用'){
|
388
|
-
this.setProperty("user","f_createfile_date","")
|
389
|
-
}else{
|
390
|
-
Vue.showMessage("请选择用户类型!")
|
391
|
-
return
|
392
|
-
}
|
393
|
-
this.isSend=true
|
394
|
-
this.user.check.checkes=[]
|
395
|
-
let sday=''
|
396
|
-
let eday=''
|
397
|
-
if(this.startday.trim()!=''){
|
398
|
-
if(isNaN(this.startday) || isNaN(this.endday)){
|
399
|
-
Vue.showMessage("请输入数字!")
|
400
|
-
return
|
401
|
-
}
|
402
|
-
if(this.selectTime=="月"){
|
403
|
-
sday= this.startday*30
|
404
|
-
this.endday.trim()!=''?eday= this.endday*30:eday=''
|
405
|
-
}else{
|
406
|
-
sday= this.startday
|
407
|
-
this.endday.trim()!=''?eday= this.endday:eday=''
|
408
|
-
}
|
409
|
-
if(eday){
|
410
|
-
this.setProperty("user","checkTime"," DATEDIFF(dd,isnull(ua.f_last_check_date,'1999-01-01 00:00:00'),GETDATE())>="+parseInt(sday,10)+" and DATEDIFF(dd,ua.f_last_check_date,GETDATE())<="+parseInt(eday,10))
|
411
|
-
}else{
|
412
|
-
this.setProperty("user","checkTime"," DATEDIFF(dd,ua.f_last_check_date,GETDATE())>="+parseInt(sday,10))
|
413
|
-
}
|
414
|
-
}else{
|
415
|
-
this.setProperty("user","checkTime","")
|
416
|
-
}
|
417
|
-
if(this.yChecked=='已检'){
|
418
|
-
this.setProperty("user","ychecked","ua.f_last_check_state='入户' and DateName(year,isnull(ua.f_last_check_date,'1990-01-01'))='"+new Date().getFullYear()+"'")
|
419
|
-
}else if(this.yChecked=='未检'){
|
420
|
-
this.setProperty("user","ychecked","((ua.f_last_check_state!='入户' and DateName(year,isnull(ua.f_last_check_date,'1990-01-01'))='"+new Date().getFullYear()+"') or DateName(year,isnull(ua.f_last_check_date,'1990-01-01'))!='"+new Date().getFullYear()+"')")
|
421
|
-
}else{
|
422
|
-
this.setProperty("user","ychecked","")
|
423
|
-
}
|
424
|
-
if(this.checkSude=='已发'){
|
425
|
-
this.setProperty("user","checkSude","check_count is not null")
|
426
|
-
}else if(this.checkSude=='未发'){
|
427
|
-
this.setProperty("user","checkSude","check_count is null")
|
428
|
-
}else{
|
429
|
-
this.setProperty("user","checkSude","")
|
430
|
-
}
|
431
|
-
console.log("+++++++"+this.user.search.model)
|
432
|
-
let str=''
|
433
|
-
if(this.buildParam.length>0){
|
434
|
-
for(let i=0;i<this.buildParam.length;i++){
|
435
|
-
if(i==(this.buildParam.length-1)){
|
436
|
-
str+="'"+this.buildParam[i]+"'"
|
437
|
-
}else{
|
438
|
-
str+="'"+this.buildParam[i]+"',"
|
439
|
-
}
|
440
|
-
}
|
441
|
-
}
|
442
|
-
this.user.search.setField("f_filialeid",this.filialeid)
|
443
|
-
this.user.search.setField("f_building",str)
|
444
|
-
await this.user.searchList("/rs/sql/FetchUserFileByOrgNoRuHuSXQ", {
|
445
|
-
"f_filialeid": "ui.f_filialeid={}",
|
446
|
-
"userinfocode": "ui.f_userinfo_code='{}'",
|
447
|
-
"username": "ui.f_user_name like '%{}%'",
|
448
|
-
"useraddress": "ua.f_address like '%{}%'",
|
449
|
-
"userType":"uf.f_user_type='{}'",
|
450
|
-
"f_residential_area":"ua.f_residential_area = '{}'",
|
451
|
-
"f_building":"ua.f_building in ({})",
|
452
|
-
"f_unit":"ua.f_unit='{}'",
|
453
|
-
"f_user_state":"ui.f_user_state='{}'",
|
454
|
-
"checkTime":" {}",
|
455
|
-
"hasplan":" ua.f_plan_id {}",
|
456
|
-
"f_small_area":"ua.f_small_area = '{}'",
|
457
|
-
"f_small_area1":"ua.f_small_area like '{}%'",
|
458
|
-
"f_street":"ua.f_street='{}'",
|
459
|
-
"f_address_state":"ua.f_address_state !='{}'",
|
460
|
-
"f_createfile_date":"ui.f_createfile_date < '{}'",
|
461
|
-
"ychecked":" {}",
|
462
|
-
"checkSude":" {}"
|
463
|
-
}, {
|
464
|
-
"orderitem": 'f_residential_area,cast(build as int),f_unit,cast(floor1 as int),f_room',
|
465
|
-
"f_usertype": '',
|
466
|
-
"month": '',
|
467
|
-
"SafeCheckSX": {"f_check_start": '', "f_check_end": ''},
|
468
|
-
"SafeCheckCQ": '',
|
469
|
-
"startday":"",
|
470
|
-
"endday":""
|
471
|
-
})
|
472
|
-
f()
|
473
|
-
this.isSend=false
|
474
|
-
}
|
475
|
-
|
476
|
-
//查询安检员
|
477
|
-
async searchChecker(id){
|
478
|
-
let res=await new HttpResetClass().load('POST', '/rs/search', {
|
479
|
-
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
|
480
|
-
userid: id
|
481
|
-
}, {resolveMsg: null, rejectMsg: null})
|
482
|
-
this.checker=res.data
|
483
|
-
this.employeeList=this.checker
|
484
|
-
console.log("安检员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
|
485
|
-
}
|
486
|
-
//查询送气人员
|
487
|
-
async searchAspirated(id){
|
488
|
-
let res=await new HttpResetClass().load('POST', '/rs/search', {
|
489
|
-
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($送气人员$) != -1))',
|
490
|
-
userid: id
|
491
|
-
}, {resolveMsg: null, rejectMsg: null})
|
492
|
-
this.aspirated=res.data
|
493
|
-
|
494
|
-
console.log("送气员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
|
495
|
-
}
|
496
|
-
|
497
|
-
async searchPlanItems(f) {
|
498
|
-
await this.checkplanitems.searchList("/rs/sql/planItem", {"f_plan_id": "f_plan_id={}"}, {})
|
499
|
-
f()
|
500
|
-
}
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
// 打开安检计划,加载安检计划的所有安检单
|
505
|
-
async openPlan(plan, f) {
|
506
|
-
this.isSend=true
|
507
|
-
this.checkplanitems.check.checkes=[]
|
508
|
-
this.SelectedPlan=plan.id
|
509
|
-
this.SelectedPlanName=plan.f_plan_name
|
510
|
-
this.plan=plan
|
511
|
-
this.checkplanitems.search.setField("f_plan_id", plan.id)
|
512
|
-
this.checkplanitems.search.setField("f_state", "作废")
|
513
|
-
await this.checkplanitems.searchList("/rs/sql/planItem", {"f_plan_id": "i.f_plan_id='{}'","f_state": "i.f_state !='{}'"}, {})
|
514
|
-
f()
|
515
|
-
//this.checkplanitems.search.model.f_plan_id
|
516
|
-
this.isSend=false
|
517
|
-
}
|
518
|
-
|
519
|
-
//根据条件查询某个安检计划下的安检单
|
520
|
-
async searchPlanItem(f) {
|
521
|
-
this.checkplanitems.check.checkes=[]
|
522
|
-
if(this.checkplanitems.search.model.f_plan_id){
|
523
|
-
this.isSend=true
|
524
|
-
console.log("进入加载安检计划项"+this.checkplanitems.search.model.f_plan_id)
|
525
|
-
this.jointCondition1("planitemconditionList","checkplanitems")
|
526
|
-
await this.checkplanitems.searchList("/rs/sql/planItem",
|
527
|
-
{"f_plan_id": "i.f_plan_id='{}'",
|
528
|
-
"usercode": "i.f_userinfo_code='{}'",
|
529
|
-
"username": "i.f_user_name like '%{}%'",
|
530
|
-
"f_address": "i.f_address like '%{}%'",
|
531
|
-
"f_last_check_state": "i.f_last_check_state='{}' ",
|
532
|
-
"f_start_time": "i.f_last_check_date >='{}'",
|
533
|
-
"f_end_time": "i.f_last_check_date <='{}'",
|
534
|
-
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
535
|
-
"f_state": "i.f_state !='{}'",
|
536
|
-
"f_state1": "i.f_state ='{}'"
|
537
|
-
},
|
538
|
-
{})
|
539
|
-
f()
|
540
|
-
this.isSend=false
|
541
|
-
}else{
|
542
|
-
Vue.showMessage("请选择安检计划")
|
543
|
-
}
|
544
|
-
}
|
545
|
-
//加载更多数据
|
546
|
-
async loadMore(modelname,f) {
|
547
|
-
this.isSend=true
|
548
|
-
try{
|
549
|
-
await this[modelname].list.loadMore()
|
550
|
-
f()
|
551
|
-
}catch (e) {
|
552
|
-
Vue.showMessage(e.data+",请联系开发人员!")
|
553
|
-
}
|
554
|
-
this.isSend=false
|
555
|
-
}
|
556
|
-
|
557
|
-
//点击全选按钮事件 user-用户列表 planitem-计划项列表
|
558
|
-
changeCheckAll(modulename, f) {
|
559
|
-
this[modulename].check.setCheckAll()
|
560
|
-
f()
|
561
|
-
}
|
562
|
-
|
563
|
-
//当选中列表中某项时触发
|
564
|
-
addParam(modulename, id) {
|
565
|
-
console.log("当前值"+modulename+"--------"+id)
|
566
|
-
this[modulename].check.setCheckes(id)
|
567
|
-
}
|
568
|
-
selectChange(modulename, property, value){
|
569
|
-
console.log("当前值11111"+modulename+"--------"+value)
|
570
|
-
if(value=='全部'){
|
571
|
-
this.setProperty(modulename, property, '')
|
572
|
-
}else{
|
573
|
-
this.setProperty(modulename, property, value)
|
574
|
-
}
|
575
|
-
|
576
|
-
}
|
577
|
-
//设置属性值
|
578
|
-
setProperty(modulename, property, value) {
|
579
|
-
console.log(modulename+"新添--"+property+"--"+value)
|
580
|
-
this[modulename].search.setField(property, value)
|
581
|
-
}
|
582
|
-
|
583
|
-
//列表中的选择框是否被选中
|
584
|
-
hasValue(modulename,value){
|
585
|
-
this[modulename].check.checks.has()
|
586
|
-
}
|
587
|
-
// 给新建安检计划设置属性值
|
588
|
-
setNewPlan(property, value) {
|
589
|
-
|
590
|
-
console.log(value)
|
591
|
-
this.newPlan[property] = value
|
592
|
-
return this
|
593
|
-
}
|
594
|
-
setSafeCheckType(val,f){
|
595
|
-
console.log("设置安检类型:"+val)
|
596
|
-
if(this.newPlan.f_safecheck_type==val){
|
597
|
-
return
|
598
|
-
}
|
599
|
-
if(val=='年度普检'){
|
600
|
-
this.employeeName='安检员'
|
601
|
-
this.promptStatement='请选择安检员'
|
602
|
-
this.newPlan.f_checker=''
|
603
|
-
this.employeeList=this.checker
|
604
|
-
}else{
|
605
|
-
this.employeeName='送气员'
|
606
|
-
this.promptStatement='请选择送气员'
|
607
|
-
this.newPlan.f_checker=''
|
608
|
-
this.employeeList=this.aspirated
|
609
|
-
}
|
610
|
-
this.setNewPlan("f_safecheck_type",val)
|
611
|
-
f()
|
612
|
-
}
|
613
|
-
//将某项拖动到计划中
|
614
|
-
//dragParam:从拖动的起始位置传入的参数
|
615
|
-
async dragtoPlan(f_plan_id,f_safecheck_type,f_filialeid,dragParam,f){
|
616
|
-
console.log("当前传入:"+dragParam)
|
617
|
-
await this.dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f)
|
618
|
-
await this.dragtoOtherPlanIteem(f_plan_id,dragParam,f)
|
619
|
-
}
|
620
|
-
|
621
|
-
//将客户信息拖至计划中
|
622
|
-
async dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f) {
|
623
|
-
|
624
|
-
console.log("计划id:"+f_plan_id+"公司id:"+this.filialeid)
|
625
|
-
if(dragParam=='user'){
|
626
|
-
this.jointCondition1("conditionList","user")
|
627
|
-
if(this.checkplanitems.search.model.f_plan_id){
|
628
|
-
this.isSend=true
|
629
|
-
let res=await this.http.load("POST", "/rs/logic/AddCheckPlanItem", {
|
630
|
-
data:{
|
631
|
-
f_operator:global.login.name,
|
632
|
-
f_plan_id:f_plan_id,
|
633
|
-
f_safecheck_type:f_safecheck_type,
|
634
|
-
f_filialeid:this.filialeid,
|
635
|
-
f_subscribe_date:'',
|
636
|
-
condition:this.user.search.search({
|
637
|
-
"f_filialeid": "ui.f_filialeid={}",
|
638
|
-
"userinfocode": "ui.f_userinfo_code='{}'",
|
639
|
-
"username": "ui.f_user_name like '%{}%'",
|
640
|
-
"useraddress": "ua.f_address like '%{}%'",
|
641
|
-
"userType":"uf.f_user_type='{}'",
|
642
|
-
"f_residential_area":"ua.f_residential_area = '{}'",
|
643
|
-
"f_building":"ua.f_building in ({})",
|
644
|
-
"f_unit":"ua.f_unit='{}'",
|
645
|
-
"f_user_state":"ui.f_user_state='{}'",
|
646
|
-
"checkTime":" {}",
|
647
|
-
"hasplan":" ua.f_plan_id {}",
|
648
|
-
"f_small_area":"ua.f_small_area = '{}'",
|
649
|
-
"f_small_area1":"ua.f_small_area like '{}%'",
|
650
|
-
"f_street":"ua.f_street='{}'",
|
651
|
-
"f_address_state":"ua.f_address_state !='{}'",
|
652
|
-
"f_createfile_date":"ui.f_createfile_date < '{}'",
|
653
|
-
"ychecked":" {}",
|
654
|
-
"checkSude":" {}"
|
655
|
-
}),
|
656
|
-
switchCheckAll:this.user.check.switchCheckAll,
|
657
|
-
checkAll:this.user.check.checkAll,
|
658
|
-
param:this.user.check.checkes,
|
659
|
-
columnName: "ua.id"
|
660
|
-
}
|
661
|
-
}, {resolveMsg: null, rejectMsg: null})
|
662
|
-
console.log("重复数量-"+JSON.stringify(res.data.result)+"---"+res.data.result.length)
|
663
|
-
if(res.data.code==200){
|
664
|
-
//alert("添加成功!有"+res.data.result.length+"条用户地址已经存在于其他计划中: \n"+res.data.result.reduce((c,v)=>{c += v.f_user_name+":"+v.f_address+"\n"}),0)
|
665
|
-
Vue.showMessage("添加成功!"+(res.data.result.length>0?"有"+res.data.result.length+"条用户地址已经存在于其他计划中":""))
|
666
|
-
}else{
|
667
|
-
Vue.showMessage("添加失败!")
|
668
|
-
}
|
669
|
-
this.user.check.checkes=[]
|
670
|
-
await this.searchUser(()=>{})
|
671
|
-
await this.searchPlanItem(()=>{})
|
672
|
-
await this.loadCheckPlan("",()=>{})
|
673
|
-
f()
|
674
|
-
this.isSend=false
|
675
|
-
}else{
|
676
|
-
Vue.showMessage("请先打开一个计划再进行操作")
|
677
|
-
}
|
678
|
-
}
|
679
|
-
}
|
680
|
-
|
681
|
-
//将某个计划下的一项拖到另一个计划
|
682
|
-
async dragtoOtherPlanIteem(checkplanid,dragParam,f) {
|
683
|
-
if(dragParam=='item'){
|
684
|
-
this.isSend=true
|
685
|
-
this.jointCondition1("planitemconditionList","checkplanitems")
|
686
|
-
let res=await this.http.load("POST", "/rs/logic/UpCheckPlanItem", {
|
687
|
-
data:{
|
688
|
-
f_operator:global.login.name,
|
689
|
-
f_plan_id:checkplanid,
|
690
|
-
condition:this.checkplanitems.search.search({"f_plan_id": "i.f_plan_id='{}'",
|
691
|
-
"usercode": "i.f_userinfo_code='{}'",
|
692
|
-
"username": "i.f_user_name like '%{}%'",
|
693
|
-
"f_address": "i.f_address like '%{}%'",
|
694
|
-
"f_last_check_state": "i.f_last_check_state='{}' ",
|
695
|
-
"f_start_time": "i.f_last_check_date >='{}'",
|
696
|
-
"f_end_time": "i.f_last_check_date <='{}'",
|
697
|
-
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
698
|
-
"f_state": "i.f_state !='{}'",
|
699
|
-
"f_state1": "i.f_state ='{}'"
|
700
|
-
}),
|
701
|
-
switchCheckAll:this.checkplanitems.check.switchCheckAll,
|
702
|
-
checkAll:this.checkplanitems.check.checkAll,
|
703
|
-
param:this.checkplanitems.check.checkes,
|
704
|
-
columnName: "i.id"
|
705
|
-
}
|
706
|
-
}, {resolveMsg: null, rejectMsg: null})
|
707
|
-
if(res.data.code==200){
|
708
|
-
await this.searchUser(()=>{})
|
709
|
-
await this.searchPlanItem(()=>{})
|
710
|
-
await this.loadCheckPlan("",()=>{})
|
711
|
-
f()
|
712
|
-
Vue.showMessage("更换安检计划成功!")
|
713
|
-
}else{
|
714
|
-
Vue.showMessage("更换安检计划失败!")
|
715
|
-
}
|
716
|
-
f()
|
717
|
-
this.isSend=false
|
718
|
-
}
|
719
|
-
|
720
|
-
}
|
721
|
-
|
722
|
-
//修改计划项状态为作废
|
723
|
-
async delPlanItem(dragParam,f) {
|
724
|
-
console.log("进入作废计划项方法")
|
725
|
-
if(dragParam=='item'){
|
726
|
-
this.isSend=true
|
727
|
-
let resu=await this.http.load("POST", "/rs/logic/UpCheckPlanItemState", {
|
728
|
-
data: {
|
729
|
-
f_operator:global.login.name,
|
730
|
-
condition:this.checkplanitems.search.search({
|
731
|
-
"f_plan_id": "i.f_plan_id='{}'",
|
732
|
-
"usercode": "i.f_userinfo_code='{}'",
|
733
|
-
"username": "i.f_user_name like '%{}%'",
|
734
|
-
"f_address": "i.f_address like '%{}%'",
|
735
|
-
"f_last_check_state": "i.f_last_check_state='{}' ",
|
736
|
-
"f_start_time": "i.f_last_check_date >='{}'",
|
737
|
-
"f_end_time": "i.f_last_check_date <='{}'",
|
738
|
-
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
739
|
-
"f_state": "i.f_state !='{}'",
|
740
|
-
"f_state1": "i.f_state ='{}'"}),
|
741
|
-
switchCheckAll:this.checkplanitems.check.switchCheckAll,
|
742
|
-
checkAll:this.checkplanitems.check.checkAll,
|
743
|
-
param:this.checkplanitems.check.checkes,
|
744
|
-
columnName: "i.id"
|
745
|
-
}
|
746
|
-
}, {resolveMsg: null, rejectMsg: null})
|
747
|
-
console.log("-----------"+JSON.stringify(resu.data))
|
748
|
-
if(resu.data.code==200){
|
749
|
-
Vue.showMessage("作废安检单成功! 成功作废:"+resu.data.res.up+"条"+(resu.data.res.noup>0?"有"+resu.data.res.noup+"条已经不是 ‘未检’ 状态!":""))
|
750
|
-
await this.searchUser(()=>{})
|
751
|
-
await this.searchPlanItem(()=>{})
|
752
|
-
await this.loadCheckPlan("",()=>{})
|
753
|
-
f()
|
754
|
-
}else{
|
755
|
-
Vue.showMessage("取消安检计划失败!")
|
756
|
-
}
|
757
|
-
this.isSend=false
|
758
|
-
}
|
759
|
-
|
760
|
-
}
|
761
|
-
|
762
|
-
//新建计划
|
763
|
-
async addNewPlan(f) {
|
764
|
-
if(!this.validationCreatePlan()){
|
765
|
-
return
|
766
|
-
}
|
767
|
-
this.isSend=true
|
768
|
-
let res=await this.http.load("POST","/rs/sql/getCheckplan", {data: {condition:"f_plan_name='"+this.newPlan.f_plan_name+"'",sortfield:'f_create_time desc'}})
|
769
|
-
console.log("结果-"+res.data.length)
|
770
|
-
if(res.data.length>0){
|
771
|
-
Vue.showMessage("计划名称不能重复!")
|
772
|
-
return
|
773
|
-
}
|
774
|
-
if(this.isShare=="是"){
|
775
|
-
this.newPlan.f_checker_id=null
|
776
|
-
this.newPlan.f_checker=null
|
777
|
-
}
|
778
|
-
this.newPlan.f_plan_type='民用'
|
779
|
-
this.newPlan.f_subcompany=global.login.orgs
|
780
|
-
this.newPlan.f_filialeid=this.filialeid
|
781
|
-
this.newPlan.f_create_operator=global.login.name
|
782
|
-
this.newPlan.f_create_time=this.getNowFormatDate()
|
783
|
-
this.newPlan.f_remark=null
|
784
|
-
await Vue.resetpost("/rs/logic/createCheckPlan", {"data": this.newPlan},{resolveMsg : '新建计划成功!', rejectMsg : '新建计划失败!'},2500)
|
785
|
-
await this.loadCheckPlan("",()=>{})
|
786
|
-
this.newPlan={f_issued:"否",f_safecheck_type:"年度普检"}
|
787
|
-
this.isShare="否"
|
788
|
-
f()
|
789
|
-
this.isSend=false
|
790
|
-
}
|
791
|
-
|
792
|
-
// 取消新建安检计划
|
793
|
-
cancel() {
|
794
|
-
this.newPlan={f_issued:"否",f_safecheck_type:"年度普检"}
|
795
|
-
this.isShare="否"
|
796
|
-
this.aspiratedPlan={issued:'是'}
|
797
|
-
this.plan={}
|
798
|
-
}
|
799
|
-
|
800
|
-
// 取年的选择项目
|
801
|
-
years() {
|
802
|
-
return date.yearSelects
|
803
|
-
}
|
804
|
-
|
805
|
-
// 取月的选择项目
|
806
|
-
months() {
|
807
|
-
return date.monthSelects
|
808
|
-
}
|
809
|
-
|
810
|
-
//下发安检计划
|
811
|
-
async sendCheckPlan(f){
|
812
|
-
if(this.checkplan.check.checkes.length<1){
|
813
|
-
Vue.showMessage("请选择要下发的安检计划")
|
814
|
-
return
|
815
|
-
}
|
816
|
-
this.isSend=true
|
817
|
-
let res=await this.http.load("POST", "/rs/logic/NewBespeakCheckPlan", {
|
818
|
-
data:{
|
819
|
-
f_issued:'是',
|
820
|
-
f_issue_time:this.getNowFormatDate(),
|
821
|
-
f_send_operator:global.login.name,
|
822
|
-
param:this.checkplan.check.checkes,
|
823
|
-
}
|
824
|
-
}, {resolveMsg: null, rejectMsg: null})
|
825
|
-
if(res.data.code==200){
|
826
|
-
//Vue.showMessage("下发成功!其中有"+res.data.repet+"个计划己经是下发状态")
|
827
|
-
Vue.showMessage("下发成功!")
|
828
|
-
await this.loadCheckPlan('',()=>{})
|
829
|
-
f()
|
830
|
-
}else{
|
831
|
-
Vue.showMessage("下发失败!")
|
832
|
-
}
|
833
|
-
this.isSend=false
|
834
|
-
}
|
835
|
-
|
836
|
-
//删除安检计划
|
837
|
-
async delCheckPlan(f){
|
838
|
-
if(this.checkplan.check.checkes.length<1){
|
839
|
-
Vue.showMessage("请选择要删除的安检计划")
|
840
|
-
return
|
841
|
-
}
|
842
|
-
this.isSend=true
|
843
|
-
let res=await this.http.load("POST", "/rs/logic/deleteCheckPlan", {
|
844
|
-
data:{
|
845
|
-
f_operator:global.login.name,//global.login.name,
|
846
|
-
condition:this.checkplan.search.search({}),
|
847
|
-
switchCheckAll:this.checkplan.check.switchCheckAll,
|
848
|
-
checkAll:this.checkplan.check.checkAll,
|
849
|
-
param:this.checkplan.check.checkes,
|
850
|
-
columnName: "f_plan_id"
|
851
|
-
}
|
852
|
-
}, {resolveMsg: null, rejectMsg: null})
|
853
|
-
console.log(JSON.stringify(res))
|
854
|
-
if(res.data.code==200){
|
855
|
-
Vue.showMessage("删除成功!","success",2500)
|
856
|
-
await this.loadCheckPlan('',()=>{})
|
857
|
-
}else{
|
858
|
-
Vue.showMessage("删除失败!"+res.data.message,"success",2500)
|
859
|
-
}
|
860
|
-
this.checkplanitems.search.model.f_plan_id=""
|
861
|
-
this.checkplanitems.list.data=[]
|
862
|
-
f()
|
863
|
-
this.isSend=false
|
864
|
-
}
|
865
|
-
//修改计划时 用来存储当前选中要修改的计划
|
866
|
-
plan={}
|
867
|
-
setPlanVal(value){
|
868
|
-
console.log("修改安检计划"+JSON.stringify(value))
|
869
|
-
this.plan=JSON.parse(JSON.stringify( value ))
|
870
|
-
}
|
871
|
-
setPlan(key,val){
|
872
|
-
this.plan[key]=val
|
873
|
-
}
|
874
|
-
//修改安检计划
|
875
|
-
async upCheckPlan(f){
|
876
|
-
if(this.plan.f_issued=='已下发'){
|
877
|
-
Vue.showMessage("该计划已下发,无法进行修改!")
|
878
|
-
return
|
879
|
-
}
|
880
|
-
this.isSend=true
|
881
|
-
let res=await this.http.load("POST", "/rs/logic/updateCheckPlan", {
|
882
|
-
data:{
|
883
|
-
f_checker:this.plan.f_checker,
|
884
|
-
f_checker_id:this.plan.f_checker_id,
|
885
|
-
f_plan_name:this.plan.f_plan_name,
|
886
|
-
f_plan_year:this.plan.f_plan_year,
|
887
|
-
f_plan_month:this.plan.f_plan_month,
|
888
|
-
f_plan_id:this.plan.id
|
889
|
-
}
|
890
|
-
}, {resolveMsg: null, rejectMsg: null})
|
891
|
-
if(res.data.code==200){
|
892
|
-
Vue.showMessage("修改成功!")
|
893
|
-
await this.loadCheckPlan('',()=>{})
|
894
|
-
f()
|
895
|
-
}else{
|
896
|
-
Vue.showMessage("修改失败!"+res.data.message,"success",2500)
|
897
|
-
}
|
898
|
-
|
899
|
-
this.isSend=false
|
900
|
-
}
|
901
|
-
//批量送气值改变
|
902
|
-
setAspiratedPlan(key,val){
|
903
|
-
this.aspiratedPlan[key]=val
|
904
|
-
}
|
905
|
-
//批量下发送气计划
|
906
|
-
async upAspiratedPlan(f){
|
907
|
-
if(this.checkplan.check.checkes.length<1){
|
908
|
-
Vue.showMessage("请勾选需要下发的送气计划")
|
909
|
-
return
|
910
|
-
}
|
911
|
-
if(!this.aspiratedPlan.f_checker){
|
912
|
-
Vue.showMessage("请选择送气员!")
|
913
|
-
return
|
914
|
-
}
|
915
|
-
this.isSend=true
|
916
|
-
let res=await this.http.load("POST", "/rs/logic/updateAsp", {
|
917
|
-
data:{
|
918
|
-
f_issued:this.aspiratedPlan.issued,
|
919
|
-
f_issue_time:this.getNowFormatDate(),
|
920
|
-
f_checker:this.aspiratedPlan.f_checker,
|
921
|
-
f_checker_id:this.aspiratedPlan.f_checker_id,
|
922
|
-
f_send_operator:global.login.name,
|
923
|
-
param:this.checkplan.check.checkes,
|
924
|
-
}
|
925
|
-
}, {resolveMsg: null, rejectMsg: null})
|
926
|
-
if(res.data.code==200){
|
927
|
-
Vue.showMessage("修改成功!")
|
928
|
-
this.aspiratedPlan={issued:'是'}
|
929
|
-
this.loadCheckPlan('',()=>{}).then(()=>{
|
930
|
-
f()
|
931
|
-
this.isSend=false
|
932
|
-
})
|
933
|
-
//f()
|
934
|
-
}else{
|
935
|
-
Vue.showMessage("修改失败!"+res.data.message,"success",2500)
|
936
|
-
this.isSend=false
|
937
|
-
}
|
938
|
-
}
|
939
|
-
//新建安检计划非空判断
|
940
|
-
validationCreatePlan(){
|
941
|
-
if(!this.newPlan.f_plan_name){
|
942
|
-
Vue.showMessage("请输入安检计划名称!")
|
943
|
-
return false
|
944
|
-
}
|
945
|
-
if(!this.newPlan.f_plan_year){
|
946
|
-
Vue.showMessage("请选择安检年份!")
|
947
|
-
return false
|
948
|
-
}
|
949
|
-
if(!this.newPlan.f_plan_month){
|
950
|
-
Vue.showMessage("请选择安检月份!")
|
951
|
-
return false
|
952
|
-
}
|
953
|
-
if(this.isShare=="否"){
|
954
|
-
if(!this.newPlan.f_checker){
|
955
|
-
Vue.showMessage("请选择安检人员!")
|
956
|
-
return false
|
957
|
-
}
|
958
|
-
}else{
|
959
|
-
this.newPlan.f_checker=''
|
960
|
-
}
|
961
|
-
if(!this.newPlan.f_safecheck_type){
|
962
|
-
Vue.showMessage("请选择安检类型!")
|
963
|
-
return false
|
964
|
-
}
|
965
|
-
return true
|
966
|
-
}
|
967
|
-
getBuild(area,f) {
|
968
|
-
this.buildParam=[]
|
969
|
-
let res = this.http.load('POST', '/rs/sql/safe_singleTable_GroupBy', {
|
970
|
-
data: {
|
971
|
-
items: "f_building buind",
|
972
|
-
tablename: "t_user_address",
|
973
|
-
condition: `f_filialeid = ${this.filialeid} and f_residential_area='${area}'`,
|
974
|
-
groupitem: "f_building order by cast((case PATINDEX('%[^0-9]%', f_building) when 0 then f_building else 999 end) as int)"
|
975
|
-
}
|
976
|
-
}, {resolveMsg: null, rejectMsg: null}).then((res)=>{
|
977
|
-
this.buildings=res.data
|
978
|
-
f()
|
979
|
-
})
|
980
|
-
|
981
|
-
}
|
982
|
-
async getAreaList() {
|
983
|
-
let res =await this.http.load('POST', '/rs/sql/safe_singleTable_GroupBy', {
|
984
|
-
data: {
|
985
|
-
items: 'f_residential_area',
|
986
|
-
tablename: 't_area',
|
987
|
-
condition: 'f_filialeid = '+this.filialeid,
|
988
|
-
groupitem: 'f_residential_area'
|
989
|
-
}
|
990
|
-
}, {resolveMsg: null, rejectMsg: null})
|
991
|
-
|
992
|
-
if (res.data) {
|
993
|
-
let arr=["全部"]
|
994
|
-
for(let i =0 ;i<res.data.length;i++){
|
995
|
-
arr.push(res.data[i].f_residential_area)
|
996
|
-
}
|
997
|
-
this.areaList=arr
|
998
|
-
}
|
999
|
-
}
|
1000
|
-
//获取当前时间
|
1001
|
-
getNowFormatDate() {
|
1002
|
-
let date = new Date();
|
1003
|
-
let seperator1 = "-";
|
1004
|
-
let seperator2 = ":";
|
1005
|
-
let month = date.getMonth() + 1;
|
1006
|
-
let strDate = date.getDate();
|
1007
|
-
let hour = date.getHours();
|
1008
|
-
let min = date.getMinutes();
|
1009
|
-
let second = date.getSeconds();
|
1010
|
-
if (month >= 1 && month <= 9) {
|
1011
|
-
month = "0" + month;
|
1012
|
-
}
|
1013
|
-
if (strDate >= 0 && strDate <= 9) {
|
1014
|
-
strDate = "0" + strDate;
|
1015
|
-
}
|
1016
|
-
if (hour >= 0 && hour <= 9) {
|
1017
|
-
hour = "0" + hour;
|
1018
|
-
}
|
1019
|
-
if (min >= 0 && min <= 9) {
|
1020
|
-
min = "0" + min;
|
1021
|
-
}
|
1022
|
-
if (second >= 0 && second <= 9) {
|
1023
|
-
second = "0" + second;
|
1024
|
-
}
|
1025
|
-
let currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
|
1026
|
-
+ " " + hour + seperator2 + min
|
1027
|
-
+ seperator2 + second;
|
1028
|
-
return currentdate;
|
1029
|
-
}
|
1030
|
-
//excel导出
|
1031
|
-
async exportFile(){
|
1032
|
-
if(!this.checkplanitems.search.model.f_plan_id){
|
1033
|
-
Vue.showMessage("请选择先打开一个安检计划!")
|
1034
|
-
return
|
1035
|
-
}
|
1036
|
-
this.isSend=true
|
1037
|
-
this.jointCondition1("planitemconditionList","checkplanitems")
|
1038
|
-
let res=await this.http.load('POST','rs/logic/SafeExportExcel',
|
1039
|
-
{
|
1040
|
-
"data": {
|
1041
|
-
"body": {
|
1042
|
-
"data": {
|
1043
|
-
"condition": this.checkplanitems.search.search({"f_plan_id": "i.f_plan_id='{}'",
|
1044
|
-
"usercode": "i.f_userinfo_code='{}'",
|
1045
|
-
"username": "i.f_user_name like '%{}%'",
|
1046
|
-
"f_address": "i.f_address like '%{}%'",
|
1047
|
-
"f_last_check_state": "i.f_last_check_state='{}' ",
|
1048
|
-
"f_start_time": "i.f_last_check_date >='{}'",
|
1049
|
-
"f_end_time": "i.f_last_check_date <='{}'",
|
1050
|
-
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
1051
|
-
"f_state": "i.f_state !='{}'",
|
1052
|
-
"f_state1": "i.f_state ='{}'"
|
1053
|
-
})
|
1054
|
-
},
|
1055
|
-
"field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_state:安检状态","f_address:详细地址"],
|
1056
|
-
"templateName": this.plan.f_plan_name,
|
1057
|
-
"sqlName": "planItem"
|
1058
|
-
},
|
1059
|
-
}
|
1060
|
-
}
|
1061
|
-
,{resolveMsg: null, rejectMsg: null})
|
1062
|
-
console.log("excel结果---"+JSON.stringify(res))
|
1063
|
-
let link = document.createElement('a');
|
1064
|
-
let path = res.data[0].filename
|
1065
|
-
//webapps这个是在服务器上导出用的
|
1066
|
-
let pathName = "http://" + location.host + "/webapps" + path.split('webapps')[1]
|
1067
|
-
//excel这个是在本地导出用的
|
1068
|
-
link.href = pathName;
|
1069
|
-
link.download = path.split('excel/')[1];
|
1070
|
-
link.dispatchEvent(new MouseEvent('click'));
|
1071
|
-
this.isSend=false
|
1072
|
-
}
|
1073
|
-
|
1074
|
-
//excel导出
|
1075
|
-
async userexportFile(){
|
1076
|
-
|
1077
|
-
this.isSend=true
|
1078
|
-
let res=await this.http.load('POST','rs/logic/SafeExportExcel',
|
1079
|
-
{
|
1080
|
-
"data": {
|
1081
|
-
"body": {
|
1082
|
-
"data": {
|
1083
|
-
"condition": this.user.search.search({
|
1084
|
-
"f_filialeid": "ui.f_filialeid={}",
|
1085
|
-
"userinfocode": "ui.f_userinfo_code='{}'",
|
1086
|
-
"username": "ui.f_user_name like '%{}%'",
|
1087
|
-
"useraddress": "ua.f_address like '%{}%'",
|
1088
|
-
"userType":"uf.f_user_type='{}'",
|
1089
|
-
"f_residential_area":"ua.f_residential_area = '{}'",
|
1090
|
-
"f_building":"ua.f_building in ({})",
|
1091
|
-
"f_unit":"ua.f_unit='{}'",
|
1092
|
-
"f_user_state":"ui.f_user_state='{}'",
|
1093
|
-
"checkTime":" {}",
|
1094
|
-
"hasplan":" ua.f_plan_id {}",
|
1095
|
-
"f_small_area":"ua.f_small_area = '{}'",
|
1096
|
-
"f_small_area1":"ua.f_small_area like '{}%'",
|
1097
|
-
"f_street":"ua.f_street='{}'",
|
1098
|
-
"f_address_state":"ua.f_address_state !='{}'",
|
1099
|
-
"f_createfile_date":"ui.f_createfile_date < '{}'",
|
1100
|
-
"ychecked":" {}",
|
1101
|
-
"checkSude":" {}"
|
1102
|
-
}),
|
1103
|
-
"orderitem": 'f_residential_area,cast(build as int),f_unit,cast(floor1 as int),f_room',
|
1104
|
-
"f_usertype": '',
|
1105
|
-
"month": '',
|
1106
|
-
"SafeCheckSX": {"f_check_start": '', "f_check_end": ''},
|
1107
|
-
"SafeCheckCQ": '',
|
1108
|
-
"startday":"",
|
1109
|
-
"endday":""
|
1110
|
-
},
|
1111
|
-
"field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_user_phone:用户电话","f_address:详细地址"],
|
1112
|
-
"templateName": '安检用户信息',
|
1113
|
-
"sqlName": "FetchUserFileByOrgNoRuHuSXQ"
|
1114
|
-
},
|
1115
|
-
}
|
1116
|
-
}
|
1117
|
-
,{resolveMsg: null, rejectMsg: null})
|
1118
|
-
console.log("excel结果---"+JSON.stringify(res))
|
1119
|
-
let link = document.createElement('a');
|
1120
|
-
let path = res.data[0].filename
|
1121
|
-
//webapps这个是在服务器上导出用的
|
1122
|
-
let pathName = "http://" + location.host + "/webapps" + path.split('webapps')[1]
|
1123
|
-
//excel这个是在本地导出用的
|
1124
|
-
link.href = pathName;
|
1125
|
-
link.download = path.split('excel/')[1];
|
1126
|
-
link.dispatchEvent(new MouseEvent('click'));
|
1127
|
-
this.isSend=false
|
1128
|
-
}
|
1129
|
-
|
1130
|
-
flush(f){
|
1131
|
-
f()
|
1132
|
-
}
|
1133
|
-
}
|
1
|
+
import {SearchList, date} from 'vue-client'
|
2
|
+
import {PagedList} from 'vue-client'
|
3
|
+
import {HttpResetClass,trans} from 'vue-client'
|
4
|
+
import Vue from "vue"
|
5
|
+
import ObjConfig from '../../src/plugins/GerJsonObjectConfig'
|
6
|
+
|
7
|
+
export default class Comp {
|
8
|
+
|
9
|
+
|
10
|
+
needconfig= {}
|
11
|
+
isSend=true
|
12
|
+
// 用户安检信息列表
|
13
|
+
user = new SearchList(true)
|
14
|
+
//遍历的按钮
|
15
|
+
listbutton=[]
|
16
|
+
fdevices=[]
|
17
|
+
// 安检计划列表
|
18
|
+
checkplan = new SearchList(true)
|
19
|
+
// 安检计划的安检单列表
|
20
|
+
checkplanitems = new SearchList(true)
|
21
|
+
//按钮隐藏判断
|
22
|
+
suppplanitem={}
|
23
|
+
orderList= ['按时间降序', '按时间升序']//排序下拉框的值
|
24
|
+
currentorder='按时间降序'//排序下拉框当前选中的值
|
25
|
+
// 新增安检计划时保存的数据
|
26
|
+
newPlan = {f_issued:"否",f_safecheck_type:"年度普检"}
|
27
|
+
http = new HttpResetClass()
|
28
|
+
//查询计划弹框中是否共享选项
|
29
|
+
isAndNot = ["是", "否"]
|
30
|
+
//用户类型
|
31
|
+
userType=["民用","非民用"]
|
32
|
+
issuedList= ["是","否"]
|
33
|
+
listbuttona=[]
|
34
|
+
listbuttonb=[]
|
35
|
+
listbuttonc=[]
|
36
|
+
listbuttond=[]
|
37
|
+
//安检计划查询中的是否是共享计划单选的当前选中值
|
38
|
+
sIsAndNotSelect=''
|
39
|
+
//用户列表的自选查询条件的值
|
40
|
+
userCondition=["请选择条件","用户类型","地址"]
|
41
|
+
//当前选中的下拉值
|
42
|
+
userConditionSelect="请选择条件"
|
43
|
+
//当前输入的值
|
44
|
+
userConditionValue=""
|
45
|
+
//计划项列表自选查询条件的值
|
46
|
+
planItemCondition=["请选择条件","用户编号","用户名称"]
|
47
|
+
//
|
48
|
+
promptStatement='请选择安检员'
|
49
|
+
planItemConditional={}
|
50
|
+
//入户状态
|
51
|
+
userState=["到访不遇","拒检","入户"]
|
52
|
+
ischeckSude=["全部","已发","未发"]
|
53
|
+
checkSude=''
|
54
|
+
//燃气使用
|
55
|
+
gasUse=["已使用","未使用"]
|
56
|
+
//当前选中的下拉值
|
57
|
+
planItemConditionSelect="请选择条件"
|
58
|
+
//当前输入的值
|
59
|
+
planItemConditionValue=""
|
60
|
+
//小区域列表
|
61
|
+
small_area=[]
|
62
|
+
//区域列表
|
63
|
+
streets=[]
|
64
|
+
//小区列表
|
65
|
+
areaList=[]
|
66
|
+
//当前选中计划名称
|
67
|
+
SelectedPlanName=''
|
68
|
+
//safecheckTypeList=Vue.$appdata.getParam("安检类型")
|
69
|
+
safecheckTypeList=["年度普检"]
|
70
|
+
smallAreaList=['市区','成山','俚岛','港西']
|
71
|
+
//今年是否安检
|
72
|
+
yearChecked=["全部","已检","未检"]
|
73
|
+
//
|
74
|
+
yChecked=''
|
75
|
+
//安检员列表
|
76
|
+
checker=[]
|
77
|
+
//送气员列表
|
78
|
+
aspirated=[]
|
79
|
+
aspiratedPlan={issued:'是'}
|
80
|
+
employeeList=[]
|
81
|
+
employeeName='安检员'
|
82
|
+
checkersname=[]
|
83
|
+
//新建计划时保存是否共享计划的值,
|
84
|
+
isShare="否"
|
85
|
+
//安检类型
|
86
|
+
safecheckList=["年度普检"]
|
87
|
+
//时间单位
|
88
|
+
unitTime=["天","月"]
|
89
|
+
selectTime="天"
|
90
|
+
startday=""
|
91
|
+
endday=""
|
92
|
+
str=[]
|
93
|
+
//当前打开的安检计划id
|
94
|
+
SelectedPlan=""
|
95
|
+
//燃气表增添项
|
96
|
+
gasexpress=[{"lname":"燃气表照片","type":"picture"},
|
97
|
+
{"lname":"表品牌","type":"string","readonly":true},
|
98
|
+
{"lname":"表号","type":"string","readonly":true},
|
99
|
+
{"lname":"表封号","type":"number","readonly":true},
|
100
|
+
{"lname":"表型号","type":"string","readonly":true},
|
101
|
+
{"lname":"位置","type":"string","readonly":true},
|
102
|
+
{"lname":"表底数","type":"number","readonly":true},
|
103
|
+
{"lname":"左右表","type":"string","readonly":true}]
|
104
|
+
//当前分公司id
|
105
|
+
filialeid=global.login.orgid
|
106
|
+
|
107
|
+
//filialeid=305
|
108
|
+
|
109
|
+
//用户列表查询条件json
|
110
|
+
conditionJson=[
|
111
|
+
{column:"f_unit",checkname:"单元号码",type:"input"},
|
112
|
+
{column:"userType",checkname:"用户类型",type:"selector",options:['民用','非民用']},
|
113
|
+
{column:"f_user_state",checkname:"用户状态",type:"selector",options:['正常','停用']},
|
114
|
+
{column:"hasplan",checkname:"有无计划",type:"selector",options:['已有计划','无计划']},
|
115
|
+
{column:"f_small_area",checkname:"小区域",type:"selector",options:this.small_area},
|
116
|
+
{column:"useraddress",checkname:"用户地址",type:"input"}
|
117
|
+
]
|
118
|
+
conditionList=[
|
119
|
+
{selectitem:{column:"f_user_state",checkname:"用户状态",type:"selector",options:['正常','停用']},selectValue:'正常',num:0},
|
120
|
+
{selectitem:{column:"useraddress",checkname:"用户地址",type:"input"},selectValue:'',num:1},
|
121
|
+
{selectitem:{column:"userType",checkname:"用户类型",type:"selector",options:['民用','非民用']},selectValue:'民用',num:2},
|
122
|
+
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:3}
|
123
|
+
]
|
124
|
+
//安检项列表查询条件
|
125
|
+
planitemconditionJson=[
|
126
|
+
{column:"f_last_check_state",checkname:"安检状态",type:"selector",options:['入户','拒检','到访不遇','未使用']},
|
127
|
+
{column:"f_start_time",checkname:"开始时间",type:"date"},
|
128
|
+
{column:"f_end_time",checkname:"结束时间",type:"date"},
|
129
|
+
{column:"f_last_check_result",checkname:"隐患状态",type:"selector",options:['正常','有隐患']},
|
130
|
+
{column:"f_state1",checkname:"安检结果",type:"selector",options:['已检','未检']}
|
131
|
+
]
|
132
|
+
planitemconditionList=[
|
133
|
+
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:0},
|
134
|
+
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:1},
|
135
|
+
{selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:2}
|
136
|
+
]
|
137
|
+
//楼栋下拉
|
138
|
+
buildings=[]
|
139
|
+
buildParam=[]
|
140
|
+
addBuilding(val) {
|
141
|
+
console.log("当前id" + val)
|
142
|
+
let index = this.buildParam.indexOf(val)
|
143
|
+
if (index < 0) {
|
144
|
+
this.buildParam.push(val)
|
145
|
+
} else {
|
146
|
+
this.buildParam.splice(index, 1)
|
147
|
+
}
|
148
|
+
}
|
149
|
+
// 看当前内容是否选中
|
150
|
+
isChecked(v) {
|
151
|
+
// 如果全选,不在的按选中算,否则,在的按选中算
|
152
|
+
return this.buildParam.indexOf(v) != -1
|
153
|
+
}
|
154
|
+
|
155
|
+
//下拉框条件改变json数组
|
156
|
+
conditionListChange(modelname,ind,key,value,f){
|
157
|
+
console.log("------------"+ind+"-------------")
|
158
|
+
this[modelname][ind]["num"]=ind
|
159
|
+
this[modelname][ind][key]=value
|
160
|
+
f()
|
161
|
+
}
|
162
|
+
//添加选择条件下拉框事件
|
163
|
+
|
164
|
+
addconditionList(field,f){
|
165
|
+
this[field].push({selectitem:{checkname:"请选择",type:"input"},selectValue:'',num:this.conditionList.length})
|
166
|
+
f()
|
167
|
+
}
|
168
|
+
//删除选择条件下拉框事件
|
169
|
+
deletecondition(field,modelname,index,f){
|
170
|
+
//如果有这个属性,说明已经选择过,去清空条件数组里的值
|
171
|
+
if(this[field][index].selectitem.column){
|
172
|
+
this.setProperty(modelname,this[field][index].selectitem.column,"")
|
173
|
+
}
|
174
|
+
this[field].splice(index,1)
|
175
|
+
|
176
|
+
for (let i =0 ;i<this[field].length;i++){
|
177
|
+
this.conditionList[i].num=i
|
178
|
+
}
|
179
|
+
f()
|
180
|
+
}
|
181
|
+
async ready() {
|
182
|
+
// 加载所有安检计划
|
183
|
+
this.setProperty("checkplan","safechecktype",'年度普检')
|
184
|
+
this.setProperty("checkplan","f_plan_type",'民用')
|
185
|
+
await this.checkplan.searchList("/rs/sql/预约计划下发", {
|
186
|
+
"f_plan_name": "f_plan_name like '%{}%'",
|
187
|
+
"f_plan_year":"f_plan_year={}",
|
188
|
+
"f_plan_month":"f_plan_month={}",
|
189
|
+
"checkerid":"f_checker_id={}",
|
190
|
+
"isAndNot":"f_checker {}",
|
191
|
+
"safechecktype":"f_safecheck_type='{}'",
|
192
|
+
"f_plan_type":"f_plan_type='{}'",
|
193
|
+
"f_issued":"f_issued='{}'",
|
194
|
+
"f_small_area":"f_remark='{}'"
|
195
|
+
},{groupitem:"",f_filialeids:"("+this.filialeid+")",orderitem:"f_create_time desc"})
|
196
|
+
await this.getAreaList()
|
197
|
+
// this.getAreaList()
|
198
|
+
//加载安检员名单f_address_state
|
199
|
+
|
200
|
+
this.setProperty("user","f_address_state",'未通气')
|
201
|
+
|
202
|
+
console.log("-----------------")
|
203
|
+
console.log(Vue.$appdata)
|
204
|
+
console.log("当前加载到的信息:"+JSON.stringify(global.login))
|
205
|
+
//global.login.id 9468
|
206
|
+
this.searchChecker(global.login.id)
|
207
|
+
//this.searchAspirated(global.login.id)
|
208
|
+
let smallarea=Vue.$appdata.getParam('小区域')
|
209
|
+
for(let i=0 ;i<smallarea.length;i++){
|
210
|
+
this.small_area.push(smallarea[i].value)
|
211
|
+
}
|
212
|
+
console.log("street:"+JSON.stringify(smallarea))
|
213
|
+
await this.getStreets()
|
214
|
+
}
|
215
|
+
|
216
|
+
async getStreets(){
|
217
|
+
let req = await new HttpResetClass().load('POST', 'rs/sql/address_singleTableOrderBy', {
|
218
|
+
data: {
|
219
|
+
items: '*',
|
220
|
+
tablename: 't_street',
|
221
|
+
orderitem: 'id',
|
222
|
+
condition: `f_orgid = ${this.filialeid}`
|
223
|
+
}
|
224
|
+
}, {resolveMsg: null, rejectMsg: '获取地址失败!'})
|
225
|
+
this.streets.push('全部')
|
226
|
+
req.data.forEach((row, n) => {
|
227
|
+
this.streets.push(row.f_street)
|
228
|
+
})
|
229
|
+
}
|
230
|
+
//补录功能组装数据
|
231
|
+
zzsj(){
|
232
|
+
let deviceconfig=ObjConfig.getObjConfig(this.needconfig.safecheck.DevicesConfig)
|
233
|
+
console.log("=============ZZSJ1>"+JSON.stringify(deviceconfig))
|
234
|
+
for (let i = 0; i < deviceconfig.length; i++) {
|
235
|
+
console.log("==============>"+JSON.stringify(deviceconfig[i]))
|
236
|
+
console.log("==============>"+JSON.stringify(deviceconfig[i].index))
|
237
|
+
this.str[deviceconfig[i].index-1]=deviceconfig[i]
|
238
|
+
console.log("===========ZZSJ2>"+JSON.stringify(this.str[deviceconfig[i].index]))
|
239
|
+
}
|
240
|
+
|
241
|
+
}
|
242
|
+
readConfig () {
|
243
|
+
let http = new HttpResetClass()
|
244
|
+
http.load('GET', `/phone/rs/vue`, {}, {resolveMsg: null, rejectMsg: null}).then(res => {
|
245
|
+
this.needconfig = res.data
|
246
|
+
console.log("请求得到的数据"+JSON.stringify(this.needconfig))
|
247
|
+
let aa=this.needconfig.safecheck.DevicesConfig
|
248
|
+
this.zzsj()
|
249
|
+
})
|
250
|
+
|
251
|
+
}
|
252
|
+
//当前页面属性发生改变事件
|
253
|
+
fieldChange(modelname,value,f){
|
254
|
+
console.log(value)
|
255
|
+
if(modelname=="user" || modelname=="checkplan" || modelname=="checkplanitems"){
|
256
|
+
this.setProperty(modelname,"checkername",value.name)
|
257
|
+
this.setProperty(modelname,"checkerid",value.id)
|
258
|
+
f()
|
259
|
+
return
|
260
|
+
}
|
261
|
+
if(modelname=="createPlan"){
|
262
|
+
this.newPlan.f_checker_id=value.id
|
263
|
+
this.newPlan.f_checker=value.name
|
264
|
+
f()
|
265
|
+
return
|
266
|
+
}
|
267
|
+
if(modelname=="upPlan"){
|
268
|
+
this.plan.f_checker= value.name
|
269
|
+
this.plan.f_checker_id=value.id
|
270
|
+
f()
|
271
|
+
return
|
272
|
+
}
|
273
|
+
if(modelname=="upAspPlan"){
|
274
|
+
this.aspiratedPlan.f_checker= value.name
|
275
|
+
this.aspiratedPlan.f_checker_id=value.id
|
276
|
+
f()
|
277
|
+
return
|
278
|
+
}
|
279
|
+
this[modelname]=value
|
280
|
+
f()
|
281
|
+
}
|
282
|
+
|
283
|
+
jointCondition1(field,modelname){
|
284
|
+
for (let i =0 ;i<this[field].length;i++){
|
285
|
+
if(!this[field][i].selectValue){
|
286
|
+
continue
|
287
|
+
}
|
288
|
+
//如果是有无计划值特殊处理
|
289
|
+
console.log('-----'+this[field][i].selectitem.checkname)
|
290
|
+
if(this[field][i].selectitem.checkname=='有无计划'){
|
291
|
+
let v=this[field][i].selectValue=='已有计划'?'is not null':'is null'
|
292
|
+
console.log("条件"+v+"----"+this[field][i].selectitem.column)
|
293
|
+
this.setProperty(modelname,this[field][i].selectitem.column,v)
|
294
|
+
continue
|
295
|
+
}
|
296
|
+
console.log("this[field][i].column:"+this[field][i].column+"---"+"this[field][i].selectValue"+this[field][i].selectValue)
|
297
|
+
this.setProperty(modelname,this[field][i].selectitem.column,this[field][i].selectValue)
|
298
|
+
}
|
299
|
+
}
|
300
|
+
//根据选择框内容设置属性值
|
301
|
+
jointCondition(modelname){
|
302
|
+
|
303
|
+
if(modelname="user"){
|
304
|
+
this.setProperty("user","usertype","")
|
305
|
+
this.setProperty("user","address","")
|
306
|
+
switch(this.userConditionSelect){
|
307
|
+
case "用户类型":
|
308
|
+
this.setProperty("user","usertype",this.userConditionValue)
|
309
|
+
break;
|
310
|
+
case "地址":
|
311
|
+
this.setProperty("user","address",this.userConditionValue)
|
312
|
+
break;
|
313
|
+
}
|
314
|
+
}
|
315
|
+
if(modelname="checkplanitems"){
|
316
|
+
this.setProperty("checkplanitems","usercode","")
|
317
|
+
this.setProperty("checkplanitems","username","")
|
318
|
+
switch(this.planItemConditionSelect){
|
319
|
+
case "用户编号":
|
320
|
+
this.setProperty("checkplanitems","usercode",this.planItemConditionValue)
|
321
|
+
break;
|
322
|
+
case "用户名称":
|
323
|
+
this.setProperty("checkplanitems","username",this.planItemConditionValue)
|
324
|
+
break;
|
325
|
+
}
|
326
|
+
}
|
327
|
+
}
|
328
|
+
|
329
|
+
//是否共享计划单选按钮事件
|
330
|
+
isAndNotChange(isAndNotselect){
|
331
|
+
this.sIsAndNotSelect=isAndNotselect
|
332
|
+
if(this.sIsAndNotSelect=="是"){
|
333
|
+
this.setProperty("checkplan","isAndNot","is null")
|
334
|
+
}
|
335
|
+
if(this.sIsAndNotSelect=="否"){
|
336
|
+
this.setProperty("checkplan","isAndNot","is not null")
|
337
|
+
}
|
338
|
+
}
|
339
|
+
|
340
|
+
//按条件查询所有安检计划
|
341
|
+
async loadCheckPlan(sortfield,f) {
|
342
|
+
this.isSend=true
|
343
|
+
this.checkplan.check.checkes=[]
|
344
|
+
if(sortfield){//如果传入空串说明是查询 传入非空串就是排序
|
345
|
+
console.log("进入排序")
|
346
|
+
if(sortfield==this.currentorder){
|
347
|
+
return
|
348
|
+
}else{
|
349
|
+
this.currentorder=sortfield
|
350
|
+
}
|
351
|
+
}
|
352
|
+
let fieldValue=''
|
353
|
+
switch(this.currentorder){
|
354
|
+
case "按时间降序":
|
355
|
+
fieldValue='f_create_time desc'
|
356
|
+
break
|
357
|
+
case "按时间升序":
|
358
|
+
fieldValue='f_create_time'
|
359
|
+
break
|
360
|
+
}
|
361
|
+
console.log("值"+sortfield+"--当前值"+this.currentorder+"---排序值:"+fieldValue)
|
362
|
+
await this.checkplan.searchList("/rs/sql/预约计划下发",
|
363
|
+
{"f_plan_name": "f_plan_name like '%{}%'",
|
364
|
+
"f_plan_year":"f_plan_year={}",
|
365
|
+
"f_plan_month":"f_plan_month={}",
|
366
|
+
"checkerid":"f_checker_id={}",
|
367
|
+
"isAndNot":"f_checker {}",
|
368
|
+
"safechecktype":"f_safecheck_type='{}'",
|
369
|
+
"f_plan_type":"f_plan_type='{}'",
|
370
|
+
"f_issued":"f_issued='{}'",
|
371
|
+
"f_small_area":"f_remark='{}'"
|
372
|
+
},
|
373
|
+
{orderitem:fieldValue,
|
374
|
+
f_filialeids:"("+this.filialeid+")",
|
375
|
+
groupitem:""
|
376
|
+
}
|
377
|
+
)
|
378
|
+
f()
|
379
|
+
this.isSend=false
|
380
|
+
}
|
381
|
+
|
382
|
+
// 查询待检用户
|
383
|
+
async searchUser(f) {
|
384
|
+
this.jointCondition1("conditionList","user")
|
385
|
+
if(this.user.search.model.userType=='民用'){
|
386
|
+
this.setProperty("user","f_createfile_date",new Date().getFullYear()+"-01-01 00:00:00")
|
387
|
+
}else if(this.user.search.model.userType=='非民用'){
|
388
|
+
this.setProperty("user","f_createfile_date","")
|
389
|
+
}else{
|
390
|
+
Vue.showMessage("请选择用户类型!")
|
391
|
+
return
|
392
|
+
}
|
393
|
+
this.isSend=true
|
394
|
+
this.user.check.checkes=[]
|
395
|
+
let sday=''
|
396
|
+
let eday=''
|
397
|
+
if(this.startday.trim()!=''){
|
398
|
+
if(isNaN(this.startday) || isNaN(this.endday)){
|
399
|
+
Vue.showMessage("请输入数字!")
|
400
|
+
return
|
401
|
+
}
|
402
|
+
if(this.selectTime=="月"){
|
403
|
+
sday= this.startday*30
|
404
|
+
this.endday.trim()!=''?eday= this.endday*30:eday=''
|
405
|
+
}else{
|
406
|
+
sday= this.startday
|
407
|
+
this.endday.trim()!=''?eday= this.endday:eday=''
|
408
|
+
}
|
409
|
+
if(eday){
|
410
|
+
this.setProperty("user","checkTime"," DATEDIFF(dd,isnull(ua.f_last_check_date,'1999-01-01 00:00:00'),GETDATE())>="+parseInt(sday,10)+" and DATEDIFF(dd,ua.f_last_check_date,GETDATE())<="+parseInt(eday,10))
|
411
|
+
}else{
|
412
|
+
this.setProperty("user","checkTime"," DATEDIFF(dd,ua.f_last_check_date,GETDATE())>="+parseInt(sday,10))
|
413
|
+
}
|
414
|
+
}else{
|
415
|
+
this.setProperty("user","checkTime","")
|
416
|
+
}
|
417
|
+
if(this.yChecked=='已检'){
|
418
|
+
this.setProperty("user","ychecked","ua.f_last_check_state='入户' and DateName(year,isnull(ua.f_last_check_date,'1990-01-01'))='"+new Date().getFullYear()+"'")
|
419
|
+
}else if(this.yChecked=='未检'){
|
420
|
+
this.setProperty("user","ychecked","((ua.f_last_check_state!='入户' and DateName(year,isnull(ua.f_last_check_date,'1990-01-01'))='"+new Date().getFullYear()+"') or DateName(year,isnull(ua.f_last_check_date,'1990-01-01'))!='"+new Date().getFullYear()+"')")
|
421
|
+
}else{
|
422
|
+
this.setProperty("user","ychecked","")
|
423
|
+
}
|
424
|
+
if(this.checkSude=='已发'){
|
425
|
+
this.setProperty("user","checkSude","check_count is not null")
|
426
|
+
}else if(this.checkSude=='未发'){
|
427
|
+
this.setProperty("user","checkSude","check_count is null")
|
428
|
+
}else{
|
429
|
+
this.setProperty("user","checkSude","")
|
430
|
+
}
|
431
|
+
console.log("+++++++"+this.user.search.model)
|
432
|
+
let str=''
|
433
|
+
if(this.buildParam.length>0){
|
434
|
+
for(let i=0;i<this.buildParam.length;i++){
|
435
|
+
if(i==(this.buildParam.length-1)){
|
436
|
+
str+="'"+this.buildParam[i]+"'"
|
437
|
+
}else{
|
438
|
+
str+="'"+this.buildParam[i]+"',"
|
439
|
+
}
|
440
|
+
}
|
441
|
+
}
|
442
|
+
this.user.search.setField("f_filialeid",this.filialeid)
|
443
|
+
this.user.search.setField("f_building",str)
|
444
|
+
await this.user.searchList("/rs/sql/FetchUserFileByOrgNoRuHuSXQ", {
|
445
|
+
"f_filialeid": "ui.f_filialeid={}",
|
446
|
+
"userinfocode": "ui.f_userinfo_code='{}'",
|
447
|
+
"username": "ui.f_user_name like '%{}%'",
|
448
|
+
"useraddress": "ua.f_address like '%{}%'",
|
449
|
+
"userType":"uf.f_user_type='{}'",
|
450
|
+
"f_residential_area":"ua.f_residential_area = '{}'",
|
451
|
+
"f_building":"ua.f_building in ({})",
|
452
|
+
"f_unit":"ua.f_unit='{}'",
|
453
|
+
"f_user_state":"ui.f_user_state='{}'",
|
454
|
+
"checkTime":" {}",
|
455
|
+
"hasplan":" ua.f_plan_id {}",
|
456
|
+
"f_small_area":"ua.f_small_area = '{}'",
|
457
|
+
"f_small_area1":"ua.f_small_area like '{}%'",
|
458
|
+
"f_street":"ua.f_street='{}'",
|
459
|
+
"f_address_state":"ua.f_address_state !='{}'",
|
460
|
+
"f_createfile_date":"ui.f_createfile_date < '{}'",
|
461
|
+
"ychecked":" {}",
|
462
|
+
"checkSude":" {}"
|
463
|
+
}, {
|
464
|
+
"orderitem": 'f_residential_area,cast(build as int),f_unit,cast(floor1 as int),f_room',
|
465
|
+
"f_usertype": '',
|
466
|
+
"month": '',
|
467
|
+
"SafeCheckSX": {"f_check_start": '', "f_check_end": ''},
|
468
|
+
"SafeCheckCQ": '',
|
469
|
+
"startday":"",
|
470
|
+
"endday":""
|
471
|
+
})
|
472
|
+
f()
|
473
|
+
this.isSend=false
|
474
|
+
}
|
475
|
+
|
476
|
+
//查询安检员
|
477
|
+
async searchChecker(id){
|
478
|
+
let res=await new HttpResetClass().load('POST', '/rs/search', {
|
479
|
+
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
|
480
|
+
userid: id
|
481
|
+
}, {resolveMsg: null, rejectMsg: null})
|
482
|
+
this.checker=res.data
|
483
|
+
this.employeeList=this.checker
|
484
|
+
console.log("安检员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
|
485
|
+
}
|
486
|
+
//查询送气人员
|
487
|
+
async searchAspirated(id){
|
488
|
+
let res=await new HttpResetClass().load('POST', '/rs/search', {
|
489
|
+
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($送气人员$) != -1))',
|
490
|
+
userid: id
|
491
|
+
}, {resolveMsg: null, rejectMsg: null})
|
492
|
+
this.aspirated=res.data
|
493
|
+
|
494
|
+
console.log("送气员列表---"+JSON.stringify(res)+"---id"+this.filialeid)
|
495
|
+
}
|
496
|
+
|
497
|
+
async searchPlanItems(f) {
|
498
|
+
await this.checkplanitems.searchList("/rs/sql/planItem", {"f_plan_id": "f_plan_id={}"}, {})
|
499
|
+
f()
|
500
|
+
}
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
// 打开安检计划,加载安检计划的所有安检单
|
505
|
+
async openPlan(plan, f) {
|
506
|
+
this.isSend=true
|
507
|
+
this.checkplanitems.check.checkes=[]
|
508
|
+
this.SelectedPlan=plan.id
|
509
|
+
this.SelectedPlanName=plan.f_plan_name
|
510
|
+
this.plan=plan
|
511
|
+
this.checkplanitems.search.setField("f_plan_id", plan.id)
|
512
|
+
this.checkplanitems.search.setField("f_state", "作废")
|
513
|
+
await this.checkplanitems.searchList("/rs/sql/planItem", {"f_plan_id": "i.f_plan_id='{}'","f_state": "i.f_state !='{}'"}, {})
|
514
|
+
f()
|
515
|
+
//this.checkplanitems.search.model.f_plan_id
|
516
|
+
this.isSend=false
|
517
|
+
}
|
518
|
+
|
519
|
+
//根据条件查询某个安检计划下的安检单
|
520
|
+
async searchPlanItem(f) {
|
521
|
+
this.checkplanitems.check.checkes=[]
|
522
|
+
if(this.checkplanitems.search.model.f_plan_id){
|
523
|
+
this.isSend=true
|
524
|
+
console.log("进入加载安检计划项"+this.checkplanitems.search.model.f_plan_id)
|
525
|
+
this.jointCondition1("planitemconditionList","checkplanitems")
|
526
|
+
await this.checkplanitems.searchList("/rs/sql/planItem",
|
527
|
+
{"f_plan_id": "i.f_plan_id='{}'",
|
528
|
+
"usercode": "i.f_userinfo_code='{}'",
|
529
|
+
"username": "i.f_user_name like '%{}%'",
|
530
|
+
"f_address": "i.f_address like '%{}%'",
|
531
|
+
"f_last_check_state": "i.f_last_check_state='{}' ",
|
532
|
+
"f_start_time": "i.f_last_check_date >='{}'",
|
533
|
+
"f_end_time": "i.f_last_check_date <='{}'",
|
534
|
+
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
535
|
+
"f_state": "i.f_state !='{}'",
|
536
|
+
"f_state1": "i.f_state ='{}'"
|
537
|
+
},
|
538
|
+
{})
|
539
|
+
f()
|
540
|
+
this.isSend=false
|
541
|
+
}else{
|
542
|
+
Vue.showMessage("请选择安检计划")
|
543
|
+
}
|
544
|
+
}
|
545
|
+
//加载更多数据
|
546
|
+
async loadMore(modelname,f) {
|
547
|
+
this.isSend=true
|
548
|
+
try{
|
549
|
+
await this[modelname].list.loadMore()
|
550
|
+
f()
|
551
|
+
}catch (e) {
|
552
|
+
Vue.showMessage(e.data+",请联系开发人员!")
|
553
|
+
}
|
554
|
+
this.isSend=false
|
555
|
+
}
|
556
|
+
|
557
|
+
//点击全选按钮事件 user-用户列表 planitem-计划项列表
|
558
|
+
changeCheckAll(modulename, f) {
|
559
|
+
this[modulename].check.setCheckAll()
|
560
|
+
f()
|
561
|
+
}
|
562
|
+
|
563
|
+
//当选中列表中某项时触发
|
564
|
+
addParam(modulename, id) {
|
565
|
+
console.log("当前值"+modulename+"--------"+id)
|
566
|
+
this[modulename].check.setCheckes(id)
|
567
|
+
}
|
568
|
+
selectChange(modulename, property, value){
|
569
|
+
console.log("当前值11111"+modulename+"--------"+value)
|
570
|
+
if(value=='全部'){
|
571
|
+
this.setProperty(modulename, property, '')
|
572
|
+
}else{
|
573
|
+
this.setProperty(modulename, property, value)
|
574
|
+
}
|
575
|
+
|
576
|
+
}
|
577
|
+
//设置属性值
|
578
|
+
setProperty(modulename, property, value) {
|
579
|
+
console.log(modulename+"新添--"+property+"--"+value)
|
580
|
+
this[modulename].search.setField(property, value)
|
581
|
+
}
|
582
|
+
|
583
|
+
//列表中的选择框是否被选中
|
584
|
+
hasValue(modulename,value){
|
585
|
+
this[modulename].check.checks.has()
|
586
|
+
}
|
587
|
+
// 给新建安检计划设置属性值
|
588
|
+
setNewPlan(property, value) {
|
589
|
+
|
590
|
+
console.log(value)
|
591
|
+
this.newPlan[property] = value
|
592
|
+
return this
|
593
|
+
}
|
594
|
+
setSafeCheckType(val,f){
|
595
|
+
console.log("设置安检类型:"+val)
|
596
|
+
if(this.newPlan.f_safecheck_type==val){
|
597
|
+
return
|
598
|
+
}
|
599
|
+
if(val=='年度普检'){
|
600
|
+
this.employeeName='安检员'
|
601
|
+
this.promptStatement='请选择安检员'
|
602
|
+
this.newPlan.f_checker=''
|
603
|
+
this.employeeList=this.checker
|
604
|
+
}else{
|
605
|
+
this.employeeName='送气员'
|
606
|
+
this.promptStatement='请选择送气员'
|
607
|
+
this.newPlan.f_checker=''
|
608
|
+
this.employeeList=this.aspirated
|
609
|
+
}
|
610
|
+
this.setNewPlan("f_safecheck_type",val)
|
611
|
+
f()
|
612
|
+
}
|
613
|
+
//将某项拖动到计划中
|
614
|
+
//dragParam:从拖动的起始位置传入的参数
|
615
|
+
async dragtoPlan(f_plan_id,f_safecheck_type,f_filialeid,dragParam,f){
|
616
|
+
console.log("当前传入:"+dragParam)
|
617
|
+
await this.dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f)
|
618
|
+
await this.dragtoOtherPlanIteem(f_plan_id,dragParam,f)
|
619
|
+
}
|
620
|
+
|
621
|
+
//将客户信息拖至计划中
|
622
|
+
async dragtoPlanItem(f_plan_id,f_safecheck_type,dragParam,f) {
|
623
|
+
|
624
|
+
console.log("计划id:"+f_plan_id+"公司id:"+this.filialeid)
|
625
|
+
if(dragParam=='user'){
|
626
|
+
this.jointCondition1("conditionList","user")
|
627
|
+
if(this.checkplanitems.search.model.f_plan_id){
|
628
|
+
this.isSend=true
|
629
|
+
let res=await this.http.load("POST", "/rs/logic/AddCheckPlanItem", {
|
630
|
+
data:{
|
631
|
+
f_operator:global.login.name,
|
632
|
+
f_plan_id:f_plan_id,
|
633
|
+
f_safecheck_type:f_safecheck_type,
|
634
|
+
f_filialeid:this.filialeid,
|
635
|
+
f_subscribe_date:'',
|
636
|
+
condition:this.user.search.search({
|
637
|
+
"f_filialeid": "ui.f_filialeid={}",
|
638
|
+
"userinfocode": "ui.f_userinfo_code='{}'",
|
639
|
+
"username": "ui.f_user_name like '%{}%'",
|
640
|
+
"useraddress": "ua.f_address like '%{}%'",
|
641
|
+
"userType":"uf.f_user_type='{}'",
|
642
|
+
"f_residential_area":"ua.f_residential_area = '{}'",
|
643
|
+
"f_building":"ua.f_building in ({})",
|
644
|
+
"f_unit":"ua.f_unit='{}'",
|
645
|
+
"f_user_state":"ui.f_user_state='{}'",
|
646
|
+
"checkTime":" {}",
|
647
|
+
"hasplan":" ua.f_plan_id {}",
|
648
|
+
"f_small_area":"ua.f_small_area = '{}'",
|
649
|
+
"f_small_area1":"ua.f_small_area like '{}%'",
|
650
|
+
"f_street":"ua.f_street='{}'",
|
651
|
+
"f_address_state":"ua.f_address_state !='{}'",
|
652
|
+
"f_createfile_date":"ui.f_createfile_date < '{}'",
|
653
|
+
"ychecked":" {}",
|
654
|
+
"checkSude":" {}"
|
655
|
+
}),
|
656
|
+
switchCheckAll:this.user.check.switchCheckAll,
|
657
|
+
checkAll:this.user.check.checkAll,
|
658
|
+
param:this.user.check.checkes,
|
659
|
+
columnName: "ua.id"
|
660
|
+
}
|
661
|
+
}, {resolveMsg: null, rejectMsg: null})
|
662
|
+
console.log("重复数量-"+JSON.stringify(res.data.result)+"---"+res.data.result.length)
|
663
|
+
if(res.data.code==200){
|
664
|
+
//alert("添加成功!有"+res.data.result.length+"条用户地址已经存在于其他计划中: \n"+res.data.result.reduce((c,v)=>{c += v.f_user_name+":"+v.f_address+"\n"}),0)
|
665
|
+
Vue.showMessage("添加成功!"+(res.data.result.length>0?"有"+res.data.result.length+"条用户地址已经存在于其他计划中":""))
|
666
|
+
}else{
|
667
|
+
Vue.showMessage("添加失败!")
|
668
|
+
}
|
669
|
+
this.user.check.checkes=[]
|
670
|
+
await this.searchUser(()=>{})
|
671
|
+
await this.searchPlanItem(()=>{})
|
672
|
+
await this.loadCheckPlan("",()=>{})
|
673
|
+
f()
|
674
|
+
this.isSend=false
|
675
|
+
}else{
|
676
|
+
Vue.showMessage("请先打开一个计划再进行操作")
|
677
|
+
}
|
678
|
+
}
|
679
|
+
}
|
680
|
+
|
681
|
+
//将某个计划下的一项拖到另一个计划
|
682
|
+
async dragtoOtherPlanIteem(checkplanid,dragParam,f) {
|
683
|
+
if(dragParam=='item'){
|
684
|
+
this.isSend=true
|
685
|
+
this.jointCondition1("planitemconditionList","checkplanitems")
|
686
|
+
let res=await this.http.load("POST", "/rs/logic/UpCheckPlanItem", {
|
687
|
+
data:{
|
688
|
+
f_operator:global.login.name,
|
689
|
+
f_plan_id:checkplanid,
|
690
|
+
condition:this.checkplanitems.search.search({"f_plan_id": "i.f_plan_id='{}'",
|
691
|
+
"usercode": "i.f_userinfo_code='{}'",
|
692
|
+
"username": "i.f_user_name like '%{}%'",
|
693
|
+
"f_address": "i.f_address like '%{}%'",
|
694
|
+
"f_last_check_state": "i.f_last_check_state='{}' ",
|
695
|
+
"f_start_time": "i.f_last_check_date >='{}'",
|
696
|
+
"f_end_time": "i.f_last_check_date <='{}'",
|
697
|
+
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
698
|
+
"f_state": "i.f_state !='{}'",
|
699
|
+
"f_state1": "i.f_state ='{}'"
|
700
|
+
}),
|
701
|
+
switchCheckAll:this.checkplanitems.check.switchCheckAll,
|
702
|
+
checkAll:this.checkplanitems.check.checkAll,
|
703
|
+
param:this.checkplanitems.check.checkes,
|
704
|
+
columnName: "i.id"
|
705
|
+
}
|
706
|
+
}, {resolveMsg: null, rejectMsg: null})
|
707
|
+
if(res.data.code==200){
|
708
|
+
await this.searchUser(()=>{})
|
709
|
+
await this.searchPlanItem(()=>{})
|
710
|
+
await this.loadCheckPlan("",()=>{})
|
711
|
+
f()
|
712
|
+
Vue.showMessage("更换安检计划成功!")
|
713
|
+
}else{
|
714
|
+
Vue.showMessage("更换安检计划失败!")
|
715
|
+
}
|
716
|
+
f()
|
717
|
+
this.isSend=false
|
718
|
+
}
|
719
|
+
|
720
|
+
}
|
721
|
+
|
722
|
+
//修改计划项状态为作废
|
723
|
+
async delPlanItem(dragParam,f) {
|
724
|
+
console.log("进入作废计划项方法")
|
725
|
+
if(dragParam=='item'){
|
726
|
+
this.isSend=true
|
727
|
+
let resu=await this.http.load("POST", "/rs/logic/UpCheckPlanItemState", {
|
728
|
+
data: {
|
729
|
+
f_operator:global.login.name,
|
730
|
+
condition:this.checkplanitems.search.search({
|
731
|
+
"f_plan_id": "i.f_plan_id='{}'",
|
732
|
+
"usercode": "i.f_userinfo_code='{}'",
|
733
|
+
"username": "i.f_user_name like '%{}%'",
|
734
|
+
"f_address": "i.f_address like '%{}%'",
|
735
|
+
"f_last_check_state": "i.f_last_check_state='{}' ",
|
736
|
+
"f_start_time": "i.f_last_check_date >='{}'",
|
737
|
+
"f_end_time": "i.f_last_check_date <='{}'",
|
738
|
+
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
739
|
+
"f_state": "i.f_state !='{}'",
|
740
|
+
"f_state1": "i.f_state ='{}'"}),
|
741
|
+
switchCheckAll:this.checkplanitems.check.switchCheckAll,
|
742
|
+
checkAll:this.checkplanitems.check.checkAll,
|
743
|
+
param:this.checkplanitems.check.checkes,
|
744
|
+
columnName: "i.id"
|
745
|
+
}
|
746
|
+
}, {resolveMsg: null, rejectMsg: null})
|
747
|
+
console.log("-----------"+JSON.stringify(resu.data))
|
748
|
+
if(resu.data.code==200){
|
749
|
+
Vue.showMessage("作废安检单成功! 成功作废:"+resu.data.res.up+"条"+(resu.data.res.noup>0?"有"+resu.data.res.noup+"条已经不是 ‘未检’ 状态!":""))
|
750
|
+
await this.searchUser(()=>{})
|
751
|
+
await this.searchPlanItem(()=>{})
|
752
|
+
await this.loadCheckPlan("",()=>{})
|
753
|
+
f()
|
754
|
+
}else{
|
755
|
+
Vue.showMessage("取消安检计划失败!")
|
756
|
+
}
|
757
|
+
this.isSend=false
|
758
|
+
}
|
759
|
+
|
760
|
+
}
|
761
|
+
|
762
|
+
//新建计划
|
763
|
+
async addNewPlan(f) {
|
764
|
+
if(!this.validationCreatePlan()){
|
765
|
+
return
|
766
|
+
}
|
767
|
+
this.isSend=true
|
768
|
+
let res=await this.http.load("POST","/rs/sql/getCheckplan", {data: {condition:"f_plan_name='"+this.newPlan.f_plan_name+"'",sortfield:'f_create_time desc'}})
|
769
|
+
console.log("结果-"+res.data.length)
|
770
|
+
if(res.data.length>0){
|
771
|
+
Vue.showMessage("计划名称不能重复!")
|
772
|
+
return
|
773
|
+
}
|
774
|
+
if(this.isShare=="是"){
|
775
|
+
this.newPlan.f_checker_id=null
|
776
|
+
this.newPlan.f_checker=null
|
777
|
+
}
|
778
|
+
this.newPlan.f_plan_type='民用'
|
779
|
+
this.newPlan.f_subcompany=global.login.orgs
|
780
|
+
this.newPlan.f_filialeid=this.filialeid
|
781
|
+
this.newPlan.f_create_operator=global.login.name
|
782
|
+
this.newPlan.f_create_time=this.getNowFormatDate()
|
783
|
+
this.newPlan.f_remark=null
|
784
|
+
await Vue.resetpost("/rs/logic/createCheckPlan", {"data": this.newPlan},{resolveMsg : '新建计划成功!', rejectMsg : '新建计划失败!'},2500)
|
785
|
+
await this.loadCheckPlan("",()=>{})
|
786
|
+
this.newPlan={f_issued:"否",f_safecheck_type:"年度普检"}
|
787
|
+
this.isShare="否"
|
788
|
+
f()
|
789
|
+
this.isSend=false
|
790
|
+
}
|
791
|
+
|
792
|
+
// 取消新建安检计划
|
793
|
+
cancel() {
|
794
|
+
this.newPlan={f_issued:"否",f_safecheck_type:"年度普检"}
|
795
|
+
this.isShare="否"
|
796
|
+
this.aspiratedPlan={issued:'是'}
|
797
|
+
this.plan={}
|
798
|
+
}
|
799
|
+
|
800
|
+
// 取年的选择项目
|
801
|
+
years() {
|
802
|
+
return date.yearSelects
|
803
|
+
}
|
804
|
+
|
805
|
+
// 取月的选择项目
|
806
|
+
months() {
|
807
|
+
return date.monthSelects
|
808
|
+
}
|
809
|
+
|
810
|
+
//下发安检计划
|
811
|
+
async sendCheckPlan(f){
|
812
|
+
if(this.checkplan.check.checkes.length<1){
|
813
|
+
Vue.showMessage("请选择要下发的安检计划")
|
814
|
+
return
|
815
|
+
}
|
816
|
+
this.isSend=true
|
817
|
+
let res=await this.http.load("POST", "/rs/logic/NewBespeakCheckPlan", {
|
818
|
+
data:{
|
819
|
+
f_issued:'是',
|
820
|
+
f_issue_time:this.getNowFormatDate(),
|
821
|
+
f_send_operator:global.login.name,
|
822
|
+
param:this.checkplan.check.checkes,
|
823
|
+
}
|
824
|
+
}, {resolveMsg: null, rejectMsg: null})
|
825
|
+
if(res.data.code==200){
|
826
|
+
//Vue.showMessage("下发成功!其中有"+res.data.repet+"个计划己经是下发状态")
|
827
|
+
Vue.showMessage("下发成功!")
|
828
|
+
await this.loadCheckPlan('',()=>{})
|
829
|
+
f()
|
830
|
+
}else{
|
831
|
+
Vue.showMessage("下发失败!")
|
832
|
+
}
|
833
|
+
this.isSend=false
|
834
|
+
}
|
835
|
+
|
836
|
+
//删除安检计划
|
837
|
+
async delCheckPlan(f){
|
838
|
+
if(this.checkplan.check.checkes.length<1){
|
839
|
+
Vue.showMessage("请选择要删除的安检计划")
|
840
|
+
return
|
841
|
+
}
|
842
|
+
this.isSend=true
|
843
|
+
let res=await this.http.load("POST", "/rs/logic/deleteCheckPlan", {
|
844
|
+
data:{
|
845
|
+
f_operator:global.login.name,//global.login.name,
|
846
|
+
condition:this.checkplan.search.search({}),
|
847
|
+
switchCheckAll:this.checkplan.check.switchCheckAll,
|
848
|
+
checkAll:this.checkplan.check.checkAll,
|
849
|
+
param:this.checkplan.check.checkes,
|
850
|
+
columnName: "f_plan_id"
|
851
|
+
}
|
852
|
+
}, {resolveMsg: null, rejectMsg: null})
|
853
|
+
console.log(JSON.stringify(res))
|
854
|
+
if(res.data.code==200){
|
855
|
+
Vue.showMessage("删除成功!","success",2500)
|
856
|
+
await this.loadCheckPlan('',()=>{})
|
857
|
+
}else{
|
858
|
+
Vue.showMessage("删除失败!"+res.data.message,"success",2500)
|
859
|
+
}
|
860
|
+
this.checkplanitems.search.model.f_plan_id=""
|
861
|
+
this.checkplanitems.list.data=[]
|
862
|
+
f()
|
863
|
+
this.isSend=false
|
864
|
+
}
|
865
|
+
//修改计划时 用来存储当前选中要修改的计划
|
866
|
+
plan={}
|
867
|
+
setPlanVal(value){
|
868
|
+
console.log("修改安检计划"+JSON.stringify(value))
|
869
|
+
this.plan=JSON.parse(JSON.stringify( value ))
|
870
|
+
}
|
871
|
+
setPlan(key,val){
|
872
|
+
this.plan[key]=val
|
873
|
+
}
|
874
|
+
//修改安检计划
|
875
|
+
async upCheckPlan(f){
|
876
|
+
if(this.plan.f_issued=='已下发'){
|
877
|
+
Vue.showMessage("该计划已下发,无法进行修改!")
|
878
|
+
return
|
879
|
+
}
|
880
|
+
this.isSend=true
|
881
|
+
let res=await this.http.load("POST", "/rs/logic/updateCheckPlan", {
|
882
|
+
data:{
|
883
|
+
f_checker:this.plan.f_checker,
|
884
|
+
f_checker_id:this.plan.f_checker_id,
|
885
|
+
f_plan_name:this.plan.f_plan_name,
|
886
|
+
f_plan_year:this.plan.f_plan_year,
|
887
|
+
f_plan_month:this.plan.f_plan_month,
|
888
|
+
f_plan_id:this.plan.id
|
889
|
+
}
|
890
|
+
}, {resolveMsg: null, rejectMsg: null})
|
891
|
+
if(res.data.code==200){
|
892
|
+
Vue.showMessage("修改成功!")
|
893
|
+
await this.loadCheckPlan('',()=>{})
|
894
|
+
f()
|
895
|
+
}else{
|
896
|
+
Vue.showMessage("修改失败!"+res.data.message,"success",2500)
|
897
|
+
}
|
898
|
+
|
899
|
+
this.isSend=false
|
900
|
+
}
|
901
|
+
//批量送气值改变
|
902
|
+
setAspiratedPlan(key,val){
|
903
|
+
this.aspiratedPlan[key]=val
|
904
|
+
}
|
905
|
+
//批量下发送气计划
|
906
|
+
async upAspiratedPlan(f){
|
907
|
+
if(this.checkplan.check.checkes.length<1){
|
908
|
+
Vue.showMessage("请勾选需要下发的送气计划")
|
909
|
+
return
|
910
|
+
}
|
911
|
+
if(!this.aspiratedPlan.f_checker){
|
912
|
+
Vue.showMessage("请选择送气员!")
|
913
|
+
return
|
914
|
+
}
|
915
|
+
this.isSend=true
|
916
|
+
let res=await this.http.load("POST", "/rs/logic/updateAsp", {
|
917
|
+
data:{
|
918
|
+
f_issued:this.aspiratedPlan.issued,
|
919
|
+
f_issue_time:this.getNowFormatDate(),
|
920
|
+
f_checker:this.aspiratedPlan.f_checker,
|
921
|
+
f_checker_id:this.aspiratedPlan.f_checker_id,
|
922
|
+
f_send_operator:global.login.name,
|
923
|
+
param:this.checkplan.check.checkes,
|
924
|
+
}
|
925
|
+
}, {resolveMsg: null, rejectMsg: null})
|
926
|
+
if(res.data.code==200){
|
927
|
+
Vue.showMessage("修改成功!")
|
928
|
+
this.aspiratedPlan={issued:'是'}
|
929
|
+
this.loadCheckPlan('',()=>{}).then(()=>{
|
930
|
+
f()
|
931
|
+
this.isSend=false
|
932
|
+
})
|
933
|
+
//f()
|
934
|
+
}else{
|
935
|
+
Vue.showMessage("修改失败!"+res.data.message,"success",2500)
|
936
|
+
this.isSend=false
|
937
|
+
}
|
938
|
+
}
|
939
|
+
//新建安检计划非空判断
|
940
|
+
validationCreatePlan(){
|
941
|
+
if(!this.newPlan.f_plan_name){
|
942
|
+
Vue.showMessage("请输入安检计划名称!")
|
943
|
+
return false
|
944
|
+
}
|
945
|
+
if(!this.newPlan.f_plan_year){
|
946
|
+
Vue.showMessage("请选择安检年份!")
|
947
|
+
return false
|
948
|
+
}
|
949
|
+
if(!this.newPlan.f_plan_month){
|
950
|
+
Vue.showMessage("请选择安检月份!")
|
951
|
+
return false
|
952
|
+
}
|
953
|
+
if(this.isShare=="否"){
|
954
|
+
if(!this.newPlan.f_checker){
|
955
|
+
Vue.showMessage("请选择安检人员!")
|
956
|
+
return false
|
957
|
+
}
|
958
|
+
}else{
|
959
|
+
this.newPlan.f_checker=''
|
960
|
+
}
|
961
|
+
if(!this.newPlan.f_safecheck_type){
|
962
|
+
Vue.showMessage("请选择安检类型!")
|
963
|
+
return false
|
964
|
+
}
|
965
|
+
return true
|
966
|
+
}
|
967
|
+
getBuild(area,f) {
|
968
|
+
this.buildParam=[]
|
969
|
+
let res = this.http.load('POST', '/rs/sql/safe_singleTable_GroupBy', {
|
970
|
+
data: {
|
971
|
+
items: "f_building buind",
|
972
|
+
tablename: "t_user_address",
|
973
|
+
condition: `f_filialeid = ${this.filialeid} and f_residential_area='${area}'`,
|
974
|
+
groupitem: "f_building order by cast((case PATINDEX('%[^0-9]%', f_building) when 0 then f_building else 999 end) as int)"
|
975
|
+
}
|
976
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res)=>{
|
977
|
+
this.buildings=res.data
|
978
|
+
f()
|
979
|
+
})
|
980
|
+
|
981
|
+
}
|
982
|
+
async getAreaList() {
|
983
|
+
let res =await this.http.load('POST', '/rs/sql/safe_singleTable_GroupBy', {
|
984
|
+
data: {
|
985
|
+
items: 'f_residential_area',
|
986
|
+
tablename: 't_area',
|
987
|
+
condition: 'f_filialeid = '+this.filialeid,
|
988
|
+
groupitem: 'f_residential_area'
|
989
|
+
}
|
990
|
+
}, {resolveMsg: null, rejectMsg: null})
|
991
|
+
|
992
|
+
if (res.data) {
|
993
|
+
let arr=["全部"]
|
994
|
+
for(let i =0 ;i<res.data.length;i++){
|
995
|
+
arr.push(res.data[i].f_residential_area)
|
996
|
+
}
|
997
|
+
this.areaList=arr
|
998
|
+
}
|
999
|
+
}
|
1000
|
+
//获取当前时间
|
1001
|
+
getNowFormatDate() {
|
1002
|
+
let date = new Date();
|
1003
|
+
let seperator1 = "-";
|
1004
|
+
let seperator2 = ":";
|
1005
|
+
let month = date.getMonth() + 1;
|
1006
|
+
let strDate = date.getDate();
|
1007
|
+
let hour = date.getHours();
|
1008
|
+
let min = date.getMinutes();
|
1009
|
+
let second = date.getSeconds();
|
1010
|
+
if (month >= 1 && month <= 9) {
|
1011
|
+
month = "0" + month;
|
1012
|
+
}
|
1013
|
+
if (strDate >= 0 && strDate <= 9) {
|
1014
|
+
strDate = "0" + strDate;
|
1015
|
+
}
|
1016
|
+
if (hour >= 0 && hour <= 9) {
|
1017
|
+
hour = "0" + hour;
|
1018
|
+
}
|
1019
|
+
if (min >= 0 && min <= 9) {
|
1020
|
+
min = "0" + min;
|
1021
|
+
}
|
1022
|
+
if (second >= 0 && second <= 9) {
|
1023
|
+
second = "0" + second;
|
1024
|
+
}
|
1025
|
+
let currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
|
1026
|
+
+ " " + hour + seperator2 + min
|
1027
|
+
+ seperator2 + second;
|
1028
|
+
return currentdate;
|
1029
|
+
}
|
1030
|
+
//excel导出
|
1031
|
+
async exportFile(){
|
1032
|
+
if(!this.checkplanitems.search.model.f_plan_id){
|
1033
|
+
Vue.showMessage("请选择先打开一个安检计划!")
|
1034
|
+
return
|
1035
|
+
}
|
1036
|
+
this.isSend=true
|
1037
|
+
this.jointCondition1("planitemconditionList","checkplanitems")
|
1038
|
+
let res=await this.http.load('POST','rs/logic/SafeExportExcel',
|
1039
|
+
{
|
1040
|
+
"data": {
|
1041
|
+
"body": {
|
1042
|
+
"data": {
|
1043
|
+
"condition": this.checkplanitems.search.search({"f_plan_id": "i.f_plan_id='{}'",
|
1044
|
+
"usercode": "i.f_userinfo_code='{}'",
|
1045
|
+
"username": "i.f_user_name like '%{}%'",
|
1046
|
+
"f_address": "i.f_address like '%{}%'",
|
1047
|
+
"f_last_check_state": "i.f_last_check_state='{}' ",
|
1048
|
+
"f_start_time": "i.f_last_check_date >='{}'",
|
1049
|
+
"f_end_time": "i.f_last_check_date <='{}'",
|
1050
|
+
"f_last_check_result":"i.f_last_check_result like '%{}%'",
|
1051
|
+
"f_state": "i.f_state !='{}'",
|
1052
|
+
"f_state1": "i.f_state ='{}'"
|
1053
|
+
})
|
1054
|
+
},
|
1055
|
+
"field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_state:安检状态","f_address:详细地址"],
|
1056
|
+
"templateName": this.plan.f_plan_name,
|
1057
|
+
"sqlName": "planItem"
|
1058
|
+
},
|
1059
|
+
}
|
1060
|
+
}
|
1061
|
+
,{resolveMsg: null, rejectMsg: null})
|
1062
|
+
console.log("excel结果---"+JSON.stringify(res))
|
1063
|
+
let link = document.createElement('a');
|
1064
|
+
let path = res.data[0].filename
|
1065
|
+
//webapps这个是在服务器上导出用的
|
1066
|
+
let pathName = "http://" + location.host + "/webapps" + path.split('webapps')[1]
|
1067
|
+
//excel这个是在本地导出用的
|
1068
|
+
link.href = pathName;
|
1069
|
+
link.download = path.split('excel/')[1];
|
1070
|
+
link.dispatchEvent(new MouseEvent('click'));
|
1071
|
+
this.isSend=false
|
1072
|
+
}
|
1073
|
+
|
1074
|
+
//excel导出
|
1075
|
+
async userexportFile(){
|
1076
|
+
|
1077
|
+
this.isSend=true
|
1078
|
+
let res=await this.http.load('POST','rs/logic/SafeExportExcel',
|
1079
|
+
{
|
1080
|
+
"data": {
|
1081
|
+
"body": {
|
1082
|
+
"data": {
|
1083
|
+
"condition": this.user.search.search({
|
1084
|
+
"f_filialeid": "ui.f_filialeid={}",
|
1085
|
+
"userinfocode": "ui.f_userinfo_code='{}'",
|
1086
|
+
"username": "ui.f_user_name like '%{}%'",
|
1087
|
+
"useraddress": "ua.f_address like '%{}%'",
|
1088
|
+
"userType":"uf.f_user_type='{}'",
|
1089
|
+
"f_residential_area":"ua.f_residential_area = '{}'",
|
1090
|
+
"f_building":"ua.f_building in ({})",
|
1091
|
+
"f_unit":"ua.f_unit='{}'",
|
1092
|
+
"f_user_state":"ui.f_user_state='{}'",
|
1093
|
+
"checkTime":" {}",
|
1094
|
+
"hasplan":" ua.f_plan_id {}",
|
1095
|
+
"f_small_area":"ua.f_small_area = '{}'",
|
1096
|
+
"f_small_area1":"ua.f_small_area like '{}%'",
|
1097
|
+
"f_street":"ua.f_street='{}'",
|
1098
|
+
"f_address_state":"ua.f_address_state !='{}'",
|
1099
|
+
"f_createfile_date":"ui.f_createfile_date < '{}'",
|
1100
|
+
"ychecked":" {}",
|
1101
|
+
"checkSude":" {}"
|
1102
|
+
}),
|
1103
|
+
"orderitem": 'f_residential_area,cast(build as int),f_unit,cast(floor1 as int),f_room',
|
1104
|
+
"f_usertype": '',
|
1105
|
+
"month": '',
|
1106
|
+
"SafeCheckSX": {"f_check_start": '', "f_check_end": ''},
|
1107
|
+
"SafeCheckCQ": '',
|
1108
|
+
"startday":"",
|
1109
|
+
"endday":""
|
1110
|
+
},
|
1111
|
+
"field": ["f_userinfo_code:用户编号","f_user_name:用户名称", "f_user_type:用户类型", "f_residential_area:小区名称", "f_user_phone:用户电话","f_address:详细地址"],
|
1112
|
+
"templateName": '安检用户信息',
|
1113
|
+
"sqlName": "FetchUserFileByOrgNoRuHuSXQ"
|
1114
|
+
},
|
1115
|
+
}
|
1116
|
+
}
|
1117
|
+
,{resolveMsg: null, rejectMsg: null})
|
1118
|
+
console.log("excel结果---"+JSON.stringify(res))
|
1119
|
+
let link = document.createElement('a');
|
1120
|
+
let path = res.data[0].filename
|
1121
|
+
//webapps这个是在服务器上导出用的
|
1122
|
+
let pathName = "http://" + location.host + "/webapps" + path.split('webapps')[1]
|
1123
|
+
//excel这个是在本地导出用的
|
1124
|
+
link.href = pathName;
|
1125
|
+
link.download = path.split('excel/')[1];
|
1126
|
+
link.dispatchEvent(new MouseEvent('click'));
|
1127
|
+
this.isSend=false
|
1128
|
+
}
|
1129
|
+
|
1130
|
+
flush(f){
|
1131
|
+
f()
|
1132
|
+
}
|
1133
|
+
}
|