safecheck-client 3.1.1-gaomi-5 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dev-server.js +70 -41
- package/build/example-server.js +4 -4
- package/build/webpack.base.conf.js +3 -1
- package/docs/FormPrint.md +1 -1
- package/docs/GridTree.md +4 -4
- package/docs/PrintFile.md +2 -2
- package/docs/tree.md +2 -2
- package/examples/ChangeConfig/comp.js +1 -1
- package/examples/PhoneSafePlan/comp.js +1 -1
- package/examples/SafePlan/App.vue +28 -58
- package/examples/SafePlan/comp.js +135 -334
- package/examples/SafePlan/index.html +0 -1
- package/examples/SafePlan-aode/App.vue +68 -17
- package/examples/SafePlan-aode/comp.js +496 -87
- package/examples/SafePlan-aode/index.html +1 -0
- package/examples/SafePlan-aode-ts/App.vue +90 -0
- package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/comp.js +633 -501
- package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/index.html +2 -2
- package/examples/SafePlan-aodezx/App.vue +89 -0
- package/examples/SafePlan-aodezx/comp.js +1538 -0
- package/examples/{SafePlan-shaoguan → SafePlan-aodezx}/index.html +2 -2
- package/examples/SafePlan-aodezx-ts/App.vue +89 -0
- package/examples/SafePlan-aodezx-ts/comp.js +1532 -0
- package/examples/{SafePlanrongcheng → SafePlan-aodezx-ts}/index.html +2 -2
- package/examples/SafePlanItem/comp.js +2 -2
- package/examples/UserFiles/comp.js +4 -4
- package/package.json +9 -11
- package/src/AndroidApp.vue +10 -8
- package/src/App.vue +10 -3
- package/src/android.js +8 -2
- package/src/assets/Excelformat.png +0 -0
- package/src/assets/addnew.png +0 -0
- package/src/assets/addpic.png +0 -0
- package/src/assets/banner.jpg +0 -0
- package/src/assets/baochi.png +0 -0
- package/src/assets/baoxiuxinxi.png +0 -0
- package/src/assets/bg_mobile_foot.png +0 -0
- package/src/assets/bg_mobile_head.png +0 -0
- package/src/assets/caozuo.png +0 -0
- package/src/assets/chongxinpaifa.png +0 -0
- package/src/assets/cqzm.png +0 -0
- package/src/assets/cqzm1.png +0 -0
- package/src/assets/daibangongdan.png +0 -0
- package/src/assets/dancheng.png +0 -0
- package/src/assets/doc.jpg +0 -0
- package/src/assets/doubledown.png +0 -0
- package/src/assets/edit.png +0 -0
- package/src/assets/excel.jpg +0 -0
- package/src/assets/feiyong.png +0 -0
- package/src/assets/gongdantixing.png +0 -0
- package/src/assets/guaduan.png +0 -0
- package/src/assets/guanbishengyin.png +0 -0
- package/src/assets/guandao.png +0 -0
- package/src/assets/guzhanghuizong.png +0 -0
- package/src/assets/heart.png +0 -0
- package/src/assets/horse.mp3 +0 -0
- package/src/assets/huchu.png +0 -0
- package/src/assets/huifang.png +0 -0
- package/src/assets/huiyi.png +0 -0
- package/src/assets/huneiweixiu.png +0 -0
- package/src/assets/jianting.png +0 -0
- package/src/assets/jinbenxinxi.png +0 -0
- package/src/assets/jingyin.png +0 -0
- package/src/assets/juxing.png +0 -0
- package/src/assets/kaixiaochai.jpg +0 -0
- package/src/assets/lingsheng.mp3 +0 -0
- package/src/assets/list.png +0 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/luyi.png +0 -0
- package/src/assets/movie.ogg +0 -0
- package/src/assets/mp3.png +0 -0
- package/src/assets/nopic.png +0 -0
- package/src/assets/novoice.png +0 -0
- package/src/assets/pdf.jpg +0 -0
- package/src/assets/person.png +0 -0
- package/src/assets/play.png +0 -0
- package/src/assets/psicon.png +0 -0
- package/src/assets/qrcode_no.png +0 -0
- package/src/assets/qrcode_no1.png +0 -0
- package/src/assets/quxiaobaochi.png +0 -0
- package/src/assets/quxiaojingyin.png +0 -0
- package/src/assets/scanCode.png +0 -0
- package/src/assets/search.png +0 -0
- package/src/assets/searchhover.png +0 -0
- package/src/assets/serachactive.png +0 -0
- package/src/assets/shangchuan.png +0 -0
- package/src/assets/shebeiweixiu.png +0 -0
- package/src/assets/shengyin1.png +0 -0
- package/src/assets/shengyin2.png +0 -0
- package/src/assets/shengyin3.png +0 -0
- package/src/assets/shipin1.mp4 +0 -0
- package/src/assets/shipinst1.jpg +0 -0
- package/src/assets/success.png +0 -0
- package/src/assets/telphonesend.png +0 -0
- package/src/assets/titleicon01.png +0 -0
- package/src/assets/usericon.png +0 -0
- package/src/assets/video.png +0 -0
- package/src/assets/waibo.png +0 -0
- package/src/assets/x.png +0 -0
- package/src/assets/xiangcheng.png +0 -0
- package/src/assets/xiaoxitixing.png +0 -0
- package/src/assets/xihua.png +0 -0
- package/src/assets/yinpin.mp3 +0 -0
- package/src/assets/zhimang.png +0 -0
- package/src/assets/zhixian.png +0 -0
- package/src/assets/zhoukou.png +0 -0
- package/src/assets/zhuan.png +0 -0
- package/src/assets/zhuanjie.png +0 -0
- package/src/assets/zhuanyi.png +0 -0
- package/src/assets//344/270/212/344/274/240.png +0 -0
- package/src/assets//344/270/213/347/256/255/345/244/264.png +0 -0
- package/src/assets//344/270/252/344/272/272/344/272/214/347/273/264/347/240/201.png +0 -0
- package/src/assets//344/273/273/345/212/241-hover.png +0 -0
- package/src/assets//344/273/273/345/212/241.png +0 -0
- package/src/assets//344/273/273/345/212/241/344/270/212/344/274/240-hover.png +0 -0
- package/src/assets//344/273/273/345/212/241/344/270/212/344/274/240.png +0 -0
- package/src/assets//344/277/235/345/255/230.png +0 -0
- package/src/assets//344/277/235/351/231/251/346/234/215/345/212/241.png +0 -0
- package/src/assets//345/205/266/344/273/226/345/212/237/350/203/275-hover.png +0 -0
- package/src/assets//345/205/266/344/273/226/345/212/237/350/203/275.png +0 -0
- package/src/assets//345/205/266/344/273/226/346/224/266/350/264/271.png +0 -0
- package/src/assets//345/205/266/344/273/226/346/224/266/350/264/2711.png +0 -0
- package/src/assets//345/215/225/345/205/203.png +0 -0
- package/src/assets//345/215/225/351/200/211/350/242/253/351/200/211@3x.png +0 -0
- package/src/assets//345/215/225/351/200/211/351/273/230/350/256/244@3x.png +0 -0
- package/src/assets//345/215/241/345/217/267 (1).png +0 -0
- package/src/assets//345/215/241/345/217/267.png +0 -0
- package/src/assets//345/216/206/345/217/262/346/237/245/350/257/242-hover.png +0 -0
- package/src/assets//345/216/206/345/217/262/346/237/245/350/257/242.png +0 -0
- package/src/assets//345/216/213/345/212/233.png +0 -0
- package/src/assets//345/217/226/346/266/210.png +0 -0
- package/src/assets//345/217/263/351/224/256/345/244/264.png +0 -0
- package/src/assets//345/220/216/351/200/200.png +0 -0
- package/src/assets//345/222/250/350/257/242/345/215/225.png +0 -0
- package/src/assets//345/224/256/346/260/2241.png +0 -0
- package/src/assets//345/233/236/346/224/266/347/253/231.png +0 -0
- package/src/assets//345/234/206/350/247/222/347/237/251/345/275/242-7.png +0 -0
- package/src/assets//345/244/251/347/204/266/346/260/224.png +0 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//345/260/217/345/214/272/350/223/235/350/211/262.png +0 -0
- package/src/assets//345/267/245/345/215/225/344/270/212/344/274/240.png +0 -0
- package/src/assets//345/267/245/345/215/225/347/273/237/350/256/241.png +0 -0
- package/src/assets//345/267/256/345/200/274.png +0 -0
- package/src/assets//345/267/262/345/212/236/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/217/226/346/266/210/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/256/214/346/210/220/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/345/256/214/347/273/223/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/267/262/351/200/276/346/234/237/345/267/245/345/215/225.png +0 -0
- package/src/assets//345/274/200/345/247/213/346/227/266/351/227/264.png +0 -0
- package/src/assets//345/275/242/347/212/266-2.png +0 -0
- package/src/assets//345/275/242/347/212/266-4.png +0 -0
- package/src/assets//345/275/242/347/212/266-6.png +0 -0
- package/src/assets//345/276/205/345/212/236/345/267/245/345/215/225.png +0 -0
- package/src/assets//346/210/221-hover.png +0 -0
- package/src/assets//346/210/221.png +0 -0
- package/src/assets//346/211/213/346/234/272/346/212/204/350/241/250/347/263/273/347/273/237.png +0 -0
- package/src/assets//346/211/253/344/270/200/346/211/253.png +0 -0
- package/src/assets//346/211/253/347/240/2012.png +0 -0
- package/src/assets//346/212/204/350/241/250/344/273/273/345/212/241-hover.png +0 -0
- package/src/assets//346/212/204/350/241/250/344/273/273/345/212/241.png +0 -0
- package/src/assets//346/212/225/350/257/211/345/215/225.png +0 -0
- package/src/assets//346/213/215/347/205/247/347/255/276/345/220/215.png +0 -0
- package/src/assets//346/215/242/350/241/250.png +0 -0
- package/src/assets//346/215/242/350/241/2501.png +0 -0
- package/src/assets//346/224/266/350/264/271.png +0 -0
- package/src/assets//346/225/260/346/215/256.png +0 -0
- package/src/assets//346/237/245/350/257/242.png +0 -0
- package/src/assets//346/240/207/351/242/230.png +0 -0
- package/src/assets//346/243/200/346/237/245/345/215/225.png +0 -0
- package/src/assets//346/245/274/345/261/202.png +0 -0
- package/src/assets//346/266/210/346/201/257-hover.png +0 -0
- package/src/assets//346/266/210/346/201/257.png +0 -0
- package/src/assets//346/270/251/345/272/246.png +0 -0
- package/src/assets//347/205/247/347/211/207.png +0 -0
- package/src/assets//347/207/203/346/260/224/345/231/250/345/205/267/344/277/241/346/201/257.png +0 -0
- package/src/assets//347/207/203/346/260/224/350/241/250.png +0 -0
- package/src/assets//347/224/250/346/210/267ID.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215-/350/223/235/350/211/262.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
- package/src/assets//347/224/250/346/210/267/346/237/245/350/257/242-hover.png +0 -0
- package/src/assets//347/224/250/346/210/267/346/237/245/350/257/242.png +0 -0
- package/src/assets//347/224/250/346/210/267/347/261/273/345/236/213.png +0 -0
- package/src/assets//347/224/250/346/210/267/347/274/226/345/217/267.png +0 -0
- package/src/assets//347/236/254/346/227/266.png +0 -0
- package/src/assets//347/264/257/350/256/241.png +0 -0
- package/src/assets//347/264/257/350/256/241/345/215/225/346/225/260.png +0 -0
- package/src/assets//347/273/2045.png +0 -0
- package/src/assets//347/273/223/346/235/237/346/227/266/351/227/264.png +0 -0
- package/src/assets//347/273/264/344/277/256/345/215/225.png +0 -0
- package/src/assets//347/274/226/350/276/221.png +0 -0
- package/src/assets//347/274/264/350/264/271/350/257/246/346/203/205.png +0 -0
- package/src/assets//350/241/245/345/215/241 1.png +0 -0
- package/src/assets//350/241/245/345/215/241.png +0 -0
- package/src/assets//350/241/245/345/215/2411.png +0 -0
- package/src/assets//350/241/250/345/217/267.png +0 -0
- package/src/assets//350/241/250/345/220/215.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213icon.png +0 -0
- package/src/assets//350/256/242/345/215/225/347/212/266/346/200/201.png +0 -0
- package/src/assets//350/256/276/347/275/256-hover.png +0 -0
- package/src/assets//350/256/276/347/275/256.png +0 -0
- package/src/assets//350/257/273/345/215/241.png +0 -0
- package/src/assets//350/257/273/345/215/2411.png +0 -0
- package/src/assets//350/264/255/346/260/224/347/274/264/350/264/271.png +0 -0
- package/src/assets//350/277/233/350/241/214/344/270/255/345/267/245/345/215/225.png +0 -0
- package/src/assets//351/200/232/350/256/257/345/275/225-hover.png +0 -0
- package/src/assets//351/200/232/350/256/257/345/275/225.png +0 -0
- package/src/assets//351/227/250/347/211/214.png +0 -0
- package/src/assets//351/231/204/345/261/236/350/256/276/345/244/207/344/277/241/346/201/257.png +0 -0
- package/src/bootstrap/fonts/PINGFANG LIGHT.TTF +0 -0
- package/src/bootstrap/fonts/PingFangSC-Regular.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-bold.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-medium.ttf +0 -0
- package/src/bootstrap/fonts/pingfang-regular.ttf +0 -0
- package/src/bootstrap/fonts/trendstrends.ttf +0 -0
- package/src/bootstrap/less/bootstrap.less +3 -2
- package/src/bootstrap/less/fonts-list.less +25 -0
- package/src/bootstrap/less/glyphicons.less +2 -2
- package/src/bootstrap/less/stand.less +2 -2
- package/src/bootstrap/less/variables.less +2 -2
- package/src/components/Test.vue +49 -551
- package/src/components/Util/ImageViewer.vue +369 -0
- package/src/components/Util/ImgSelfSafe.vue +744 -81
- package/src/components/Util.js +86 -0
- package/src/components/android/AddGas.vue +2 -2
- package/src/components/android/AddPlanItem.vue +105 -224
- package/src/components/android/AdviseCommit.vue +1 -1
- package/src/components/android/AndroidCheckResult.vue +1 -1
- package/src/components/android/Announcement.vue +43 -42
- package/src/components/android/AreaPlan.vue +20 -34
- package/src/components/android/CheckMeterAlreadyReading.vue +475 -0
- package/src/components/android/CheckMeterReading.vue +657 -0
- package/src/components/android/CheckMeterReadingNoncivil.vue +1097 -0
- package/src/components/android/CheckNotice.vue +1 -1
- package/src/components/android/CheckPlan.vue +2 -2
- package/src/components/android/CheckPlanDown.vue +83 -34
- package/src/components/android/CheckPlanItems.vue +2 -2
- package/src/components/android/CheckerMonthly.vue +1 -1
- package/src/components/android/CurrentCreate.vue +1194 -985
- package/src/{filiale/wuan/android/CurrentCreate.vue → components/android/DailyworkloadQuery.vue} +172 -380
- package/src/components/android/Devices.vue +1 -2
- package/src/components/android/DevicesItemm.vue +28 -13
- package/src/components/android/Devicesm.vue +29 -8
- package/src/components/android/DoorService.vue +3 -3
- package/src/components/android/ExtractCheckPlan.vue +1 -1
- package/src/components/android/ExtractPlanItem.vue +61 -99
- package/src/components/android/InsureManagement.vue +258 -0
- package/src/components/android/LcheckUnplan.vue +1 -1
- package/src/components/android/Login.vue +1 -1
- package/src/components/android/PaperFeedback.vue +470 -566
- package/src/components/android/PaperFeedbackm.vue +5 -16
- package/src/components/android/PaperMessage.vue +62 -60
- package/src/components/android/PaperMessageNocivil.vue +79 -61
- package/src/components/android/PaperMeter.vue +1 -1
- package/src/components/android/PaperMeterNoncivil.vue +1 -1
- package/src/components/android/PaperSet.vue +5 -5
- package/src/components/android/PaperSetNoncivil.vue +4 -4
- package/src/components/android/PaperUser.vue +1 -1
- package/src/components/android/PaperUserNoncivil.vue +1 -1
- package/src/components/android/PhoneChangemeterInfo.vue +1 -1
- package/src/components/android/PhoneSellInfo.vue +1 -1
- package/src/components/android/PhoneState.vue +2 -2
- package/src/components/android/PhoneUserFind.vue +1 -1
- package/src/components/android/PlanChooserAndroid.vue +133 -0
- package/src/components/android/PrearrangedPlan.vue +1 -1
- package/src/components/android/QueryCheckHandplanAlreadyList.vue +408 -0
- package/src/components/android/QueryCheckHandplanList.vue +426 -0
- package/src/components/android/RepairList.vue +4 -4
- package/src/components/android/RepairQuery.vue +1 -1
- package/src/components/android/ResAreaList.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +386 -80
- package/src/components/android/SafecheckOrderV.vue +1530 -412
- package/src/components/android/SafecheckState.vue +1 -1
- package/src/components/android/SafecheckUser.vue +1 -1
- package/src/components/android/SelectTask.vue +244 -0
- package/src/components/android/SystemSetting.vue +1 -1
- package/src/components/android/TableAnomalyRecords.vue +122 -0
- package/src/components/android/UploadImgList.vue +249 -0
- package/src/components/android/UploadPage.vue +44 -12
- package/src/components/android/changePlanId.vue +504 -0
- package/src/components/android/checkPlanResult.vue +2 -2
- package/src/components/android/old/PaperFeedback.vue +4 -4
- package/src/components/android/userinfo/PhoneUpUserinfo.vue +1120 -0
- package/src/components/android/userinfo/SafecheckUserInfo.vue +246 -241
- package/src/components/android/wasm/comp.js +1 -1
- package/src/components/attendance/DailyAttendance.vue +1 -1
- package/src/components/attendance/MonthlyAttendance.vue +4 -4
- package/src/components/callincheck/CallInCheckMain.vue +1 -1
- package/src/components/callincheck/CallInPlan.vue +1 -1
- package/src/components/callincheck/UserFileList.vue +1 -1
- package/src/components/checkerphonestate/Checker.vue +1 -1
- package/src/components/checkerphonestate/CheckerState.vue +1 -1
- package/src/components/checkplan/CheckDetail.vue +4 -21
- package/src/components/checkplan/CheckPlan.vue +12 -13
- package/src/components/checkplan/SelectCheckPlan.vue +200 -182
- package/src/components/checkplan/SelectMessage.vue +1 -1
- package/src/components/checkplan/checkmsg.vue +163 -354
- package/src/components/cockpit/Splash.vue +1 -1
- package/src/components/cockpit/SplashDetail.vue +1 -1
- package/src/components/createcheckplan/CreatePlan.vue +11 -11
- package/src/components/createcheckplan/DelPlanRepeat.vue +5 -5
- package/src/components/createcheckplan/PlanList.vue +6 -6
- package/src/components/createcheckplan/PlanUersList.vue +4 -4
- package/src/components/defect/DefectDetail.vue +3 -3
- package/src/components/defect/DefectList.vue +92 -39
- package/src/components/defect/DefectMain.vue +10 -20
- package/src/components/defect/DefectPaper.vue +499 -403
- package/src/components/defect/ImgButton.vue +7 -3
- package/src/components/defects/AddDefectModal.vue +2 -2
- package/src/components/defects/AddDevice.vue +1 -1
- package/src/components/defects/CheckPaperItem.vue +4 -4
- package/src/components/defects/CheckPaperItems.vue +1 -1
- package/src/components/defects/CheckPaperSearch.vue +3 -74
- package/src/components/defects/DefectSeting.vue +2 -2
- package/src/components/defects/DefectsQuery.vue +1 -1
- package/src/components/defects/DevicesSeting.vue +1 -1
- package/src/components/discrepancy/differenceMain.vue +47 -0
- package/src/components/discrepancy/differencePaper.vue +554 -0
- package/src/components/equipment/BoilerUsage.vue +1 -1
- package/src/components/equipment/CheckRate.vue +7 -7
- package/src/components/equipment/CheckerRate.vue +6 -6
- package/src/components/equipment/CookerUsage.vue +1 -1
- package/src/components/equipment/DeviceUsage.vue +1 -1
- package/src/components/equipment/FurnaceUsage.vue +1 -1
- package/src/components/equipment/GasMeterUsage.vue +1 -1
- package/src/components/equipment/HeaterUsage.vue +1 -1
- package/src/components/equipment/MonthCheckRate.vue +6 -6
- package/src/components/gasusage/GasUsage.vue +1 -1
- package/src/components/issueplan/IssuePlanAction.vue +2 -2
- package/src/components/issueplan/IssuePlanQuery.vue +1 -1
- package/src/components/levelplan/AdjustPlan.vue +3 -3
- package/src/components/levelplan/CheckerLeft.vue +2 -2
- package/src/components/levelplan/CheckerPlanAdjust.vue +94 -42
- package/src/components/levelplan/CheckerRight.vue +2 -2
- package/src/components/map/FootPrintList.vue +2 -2
- package/src/components/map/PersonTrack.vue +224 -0
- package/src/components/map/douglasPeuckerForAMap.js +88 -0
- package/src/components/metterfiles/AddUserfiles.vue +1 -1
- package/src/components/metterfiles/MetterFiles.vue +3 -3
- package/src/components/metterfiles/MetterfilesChange.vue +1 -1
- package/src/components/metterfiles/UserFiles.vue +2 -2
- package/src/components/metterfiles/Userfileschange.vue +3 -3
- package/src/components/newfile/NewfileList.vue +114 -0
- package/src/components/newfile/NewfileList1.vue +84 -0
- package/src/components/newfile/NewfileList2.vue +112 -0
- package/src/components/newfile/NewfileList3.vue +111 -0
- package/src/components/newfile/NewfileList4.vue +118 -0
- package/src/components/newfile/NewfileList5.vue +89 -0
- package/src/components/newfile/NewfileMain.vue +89 -0
- package/src/components/newfile/NewfilePaper.vue +160 -0
- package/src/components/newuser/MonthlyMeterReadingStatistics.vue +742 -0
- package/src/components/newuser/SearchCompanyCompletion.vue +212 -0
- package/src/components/newuser/SearchCompanyComprehensiveCompletionPJ.vue +251 -0
- package/src/components/newuser/SearchCompanyComprehensiveCompletionZX.vue +233 -0
- package/src/components/newuser/SearchComprehensivePlanSummary.vue +233 -0
- package/src/components/newuser/SearchGas.vue +576 -0
- package/src/components/newuser/SearchGasWlw.vue +291 -0
- package/src/components/newuser/SearchLargeAreaCompletion.vue +338 -0
- package/src/components/newuser/UserCheckState.vue +60 -0
- package/src/components/newuser/WorkCount.vue +58 -0
- package/src/components/newuser/common/TabButton.vue +152 -0
- package/src/components/newuser/common/Tabs.vue +67 -0
- package/src/components/niandu/CheckPaperListND.vue +129 -0
- package/src/components/{rongcheng/CheckPaperSearchUserNo.vue → niandu/CheckPaperSearchUserND.vue} +14 -6
- package/src/components/niandu/CheckSearchUserND.vue +739 -0
- package/src/components/notice/NoticeQuery.vue +1 -1
- package/src/components/outsideSafecheck/android/androidCheckPlanDown/CheckPlanDownTS.vue +253 -0
- package/src/components/{rongcheng/AspiratedAreaPlan.vue → outsideSafecheck/android/safecheckAlreadyDoneWork/AreaPlanTS.vue} +50 -44
- package/src/components/outsideSafecheck/android/safecheckUpload/UploadPageTS.vue +317 -0
- package/src/components/outsideSafecheck/android/safecheckWaitWork/CurrentCreateTS.vue +1166 -0
- package/src/components/{rongcheng/AspPaperFeedback.vue → outsideSafecheck/android/safecheckWaitWork/PaperFeedbackTS.vue} +233 -125
- package/src/components/{rongcheng/SafecheckDevices.vue → outsideSafecheck/android/safecheckWaitWork/SafecheckDevicesTS.vue} +368 -177
- package/src/{filiale/wenxi/android/SafecheckOrderV.vue → components/outsideSafecheck/android/safecheckWaitWork/SafecheckOrderVTS.vue} +814 -268
- package/src/components/{rongcheng/SafecheckUserInfo.vue → outsideSafecheck/android/safecheckWaitWork/SafecheckUserInfoTS.vue} +126 -65
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectDetailTS.vue +177 -0
- package/src/components/{shaoguan/DefectList.vue → outsideSafecheck/pc/HiddenDangerView/DefectListTS.vue} +146 -94
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectMainTS.vue +53 -0
- package/src/components/outsideSafecheck/pc/HiddenDangerView/DefectPaperTS.vue +607 -0
- package/src/components/outsideSafecheck/pc/HiddenDangerView/PlanChooserTS.vue +137 -0
- package/src/components/outsideSafecheck/pc/aggregateQuery/CheckPlanAreaListTS.vue +404 -0
- package/src/components/{CheckerCount/CheckCountAreaManage.vue → outsideSafecheck/pc/aggregateQuery/CheckPlanAreaManageTS.vue} +3 -6
- package/src/components/{shaoguan/CheckPlanUserList.vue → outsideSafecheck/pc/aggregateQuery/CheckPlanUserListTS.vue} +44 -16
- package/src/components/outsideSafecheck/pc/planadjustment/CheckerPlanAdjustTS.vue +354 -0
- package/src/components/outsideSafecheck/pc/planadjustment/SafecheckVisitInfoTS.vue +219 -0
- package/src/components/outsideSafecheck/pc/report/HiddenSituationTS.vue +135 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyCompletionTS.vue +212 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyComprehensiveCompletionPJTS.vue +251 -0
- package/src/components/outsideSafecheck/pc/report/SearchCompanyComprehensiveCompletionZXTS.vue +233 -0
- package/src/components/outsideSafecheck/pc/report/SearchComprehensivePlanSummaryTS.vue +223 -0
- package/src/components/outsideSafecheck/pc/report/SearchGasTS.vue +575 -0
- package/src/components/outsideSafecheck/pc/report/SearchLargeAreaCompletionTS.vue +338 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/CheckDetailTS.vue +74 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/CheckPlanTS.vue +58 -0
- package/src/components/outsideSafecheck/pc/safecheckAssess/SelectCheckPlanTS.vue +242 -0
- package/src/components/outsideSafecheck/pc/safecheckResultView/NewCheckpaperTS.vue +1256 -0
- package/src/components/outsideSafecheck/pc/safecheckResultView/PaperListTS.vue +553 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckPaperListTS.vue +129 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckPaperSearchUserTS.vue +63 -0
- package/src/components/outsideSafecheck/pc/userSafecheckSituation/CheckSearchUserTS.vue +805 -0
- package/src/components/paper/PaperList.vue +468 -504
- package/src/components/paper/PaperVerify.vue +1 -1
- package/src/components/paper/PlanChooser.vue +13 -7
- package/src/components/paper/RepairVerify.vue +1 -1
- package/src/components/paper/RepairVerifyForm.vue +1 -1
- package/src/components/paper/VerifyForm.vue +3 -3
- package/src/components/pc/AnnouncementPC.vue +51 -22
- package/src/components/pc/CheckHandPlanAllList.vue +1246 -0
- package/src/components/pc/CheckHandPlanAreaItemInfo.vue +177 -0
- package/src/components/pc/CheckHandPlanAreaList.vue +296 -0
- package/src/components/pc/CheckHandPlanAreaMain.vue +57 -0
- package/src/components/pc/DeviceChange.vue +140 -122
- package/src/components/pc/NewCheckpaper.vue +704 -569
- package/src/components/pc/PlanListStatistics.vue +321 -0
- package/src/components/pc/SafeFinInfo.vue +30 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentList.vue +150 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentMain.vue +53 -0
- package/src/components/pc/SafeTreatment/SafeTreatmentPaper.vue +136 -0
- package/src/components/pc/SafecheckResponseTimeList.vue +396 -0
- package/src/components/pc/SafecheckVisitHistory.vue +142 -0
- package/src/components/pc/SafecheckVisitInfo.vue +299 -0
- package/src/components/pc/SearchOverdueNoSafeCheck.vue +280 -0
- package/src/components/phonestate/DailyTraffic.vue +1 -1
- package/src/components/phonestate/FootprintMap.vue +1 -1
- package/src/components/phonestate/LastKnownState.vue +1 -1
- package/src/components/plan/RetailMain.vue +44 -0
- package/src/components/plan/Retailitem.vue +99 -0
- package/src/components/plan/Retailplan.vue +150 -0
- package/src/components/planmanage/PlanManage.vue +861 -0
- package/src/components/{Util → planmanage}/RightTreeSafe.vue +6 -1
- package/src/components/planmanage/checkPlanList.vue +397 -0
- package/src/components/planmanage/checkUserList.vue +773 -0
- package/src/components/planmanage/zxplan/PlanManageZX.vue +21 -0
- package/src/components/planmanagets/PlanManage.vue +862 -0
- package/src/components/planmanagets/checkPlanList.vue +397 -0
- package/src/components/planmanagets/checkUserList.vue +772 -0
- package/src/components/planmanagets/zxplan/PlanManageZX.vue +21 -0
- package/src/components/querycheckpaper/CheckPaperList.vue +6 -19
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +10 -2
- package/src/components/querycheckpaper/CheckSearchUser.vue +374 -90
- package/src/components/querycheckpaper/PaperItems.vue +1 -1
- package/src/components/report/CheckPlanAreaList.vue +282 -252
- package/src/components/report/CheckPlanAreaManage.vue +0 -2
- package/src/components/report/CheckPlanUserList.vue +58 -43
- package/src/components/report/HiddenSituation.vue +49 -19
- package/src/components/report/MeterReadingRate.vue +131 -0
- package/src/components/report/ReportSql1.vue +345 -0
- package/src/components/report/SafePlanSale.vue +1 -1
- package/src/components/report/SafePlanStatistics.vue +1 -1
- package/src/components/rongcheng/AddPlanItem.vue +4 -13
- package/src/components/rongcheng/AspiratedCurrentCreate.vue +21 -72
- package/src/components/rongcheng/CheckCurrentCreate.vue +133 -201
- package/src/components/rongcheng/CheckSearchUser.vue +45 -302
- package/src/components/rongcheng/CheckSearchUserNo.vue +53 -240
- package/src/components/rongcheng/PaperListAJ.vue +25 -65
- package/src/components/rongcheng/PaperListNPAJ.vue +18 -56
- package/src/components/rongcheng/PaperListNPSQ.vue +17 -43
- package/src/components/rongcheng/PaperListSQ.vue +16 -42
- package/src/components/rongcheng/SafecheckOrderV.vue +108 -217
- package/src/components/rongcheng/UploadPage.vue +13 -17
- package/src/components/{rongcheng/AspiratedPaperFeedbackm.vue → shaoguan/PaperFeedbackm.vue} +15 -23
- package/src/components/task/RepairAnnual.vue +1 -1
- package/src/components/task/RepairAnnualDetail.vue +1 -1
- package/src/components/task/RepairMonthly.vue +1 -1
- package/src/components/task/TaskAnnual.vue +1 -1
- package/src/components/task/TaskAnnualDetail.vue +1 -1
- package/src/components/task/TaskMonthly.vue +1 -1
- package/src/components/tongcheng/AreaPlan.vue +2 -2
- package/src/components/tongcheng/CurrentCreate.vue +2 -2
- package/src/components/tongcheng/PaperFeedback.vue +4 -4
- package/src/components/tongcheng/PaperSet.vue +5 -5
- package/src/components/tongcheng/PaperUser.vue +1 -1
- package/src/components/userfile/InfoModifyModal.vue +3 -3
- package/src/components/userfile/UserFile.vue +2 -2
- package/src/components/userfile/UserInfoAudit.vue +5 -5
- package/src/components/userfile/UserfileChange.vue +2 -2
- package/src/components/userfileaudit/UserFileaudit.vue +1 -1
- package/src/components/userfileaudit/UserfileChangeaudit.vue +2 -2
- package/src/components/userplan/UserplanList.vue +166 -0
- package/src/components/userplan/UserplanMain.vue +71 -0
- package/src/components/userplan/UserplanPaper.vue +182 -0
- package/src/components/zhuanxiang/CheckPaperListZX.vue +129 -0
- package/src/components/{rongcheng/CheckPaperSearchUser.vue → zhuanxiang/CheckPaperSearchUserZX.vue} +14 -6
- package/src/components/zhuanxiang/CheckSearchUserZX.vue +739 -0
- package/src/expandcssAndroid.less +1 -1
- package/src/index.js +6 -0
- package/src/main.js +4 -3
- package/src/plugins/LocalPagedList.js +1 -2
- package/src/safecheck-android.js +39 -24
- package/src/safecheck.js +411 -149
- package/static/ManageHomePic//346/244/255/345/234/2064.png +0 -0
- package/static/ManagementControl/echarts10.png +0 -0
- package/static/ManagementControl/echarts11.png +0 -0
- package/static/ManagementControl/echarts12.png +0 -0
- package/static/ManagementControl/echarts13.png +0 -0
- package/static/ManagementControl/echarts14.png +0 -0
- package/static/ManagementControl/echarts15.png +0 -0
- package/static/ManagementControl/echarts16.png +0 -0
- package/static/ManagementControl/echarts17.png +0 -0
- package/static/ManagementControl/echarts18.png +0 -0
- package/static/ManagementControl/echarts4.png +0 -0
- package/static/ManagementControl/echarts5.png +0 -0
- package/static/ManagementControl/echarts51.png +0 -0
- package/static/ManagementControl/echarts6.png +0 -0
- package/static/ManagementControl/echarts7.png +0 -0
- package/static/ManagementControl/echarts71.png +0 -0
- package/static/ManagementControl/echarts8.png +0 -0
- package/static/ManagementControl//345/233/276/345/261/20211/346/213/267/350/264/235.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2353.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2355.png +0 -0
- package/static/ManagementControl//347/237/251/345/275/2425/346/213/267/350/264/2356.png +0 -0
- package/static/batchleft.png +0 -0
- package/static/batchright.png +0 -0
- package/static/bluemainbg.jpg +0 -0
- package/static/huangtengbiaozhi.png +0 -0
- package/static/jcwx.jpg +0 -0
- package/static/lefticon//345/215/241/346/234/215/345/212/241/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//345/221/274/345/217/253/347/263/273/347/273/237.png +0 -0
- package/static/lefticon//345/224/256/346/260/224/346/224/266/350/264/271.png +0 -0
- package/static/lefticon//345/233/276/345/261/2023/346/213/267/350/264/2354.png +0 -0
- package/static/lefticon//345/233/276/345/261/202577.png +0 -0
- package/static/lefticon//345/233/276/345/261/2028/346/213/267/350/264/23513.png +0 -0
- package/static/lefticon//345/256/211/346/243/200/346/237/245/347/234/213.png +0 -0
- package/static/lefticon//345/256/211/346/243/200/350/256/241/345/210/222.png +0 -0
- package/static/lefticon//345/276/256/344/277/241/346/234/215/345/212/241.png +0 -0
- package/static/lefticon//346/212/245/345/273/272/347/263/273/347/273/237.png +0 -0
- package/static/lefticon//346/212/245/350/241/250/346/237/245/350/257/242.png +0 -0
- package/static/lefticon//346/227/245/345/270/270/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//346/234/272/350/241/250/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//346/237/245/350/257/242/345/210/227/350/241/250.png +0 -0
- package/static/lefticon//346/241/243/346/241/210/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//347/211/251/350/201/224/347/275/221/350/241/250.png +0 -0
- package/static/lefticon//347/237/251/345/275/2421183.png +0 -0
- package/static/lefticon//347/263/273/347/273/237/347/256/241/347/220/206.png +0 -0
- package/static/lefticon//347/263/273/347/273/237/350/256/276/347/275/256.png +0 -0
- package/static/lefticon//347/273/217/350/220/245/347/256/241/346/216/247.png +0 -0
- package/static/lefticon//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
- package/static/lefticon//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
- package/static/lefticon//350/217/234/345/215/225/344/274/270/347/274/251.png +0 -0
- package/static/lefticon//351/200/200/345/207/272/347/263/273/347/273/237.png +0 -0
- package/static/login_bg.jpg +0 -0
- package/static/login_title.png +0 -0
- package/static/login_title1.png +0 -0
- package/static/loginbg.jpg +0 -0
- package/static/loginbg1.jpg +0 -0
- package/static/loginbg_jincheng.jpg +0 -0
- package/static/loginbgmain.jpg +0 -0
- package/static/loginlogo.png +0 -0
- package/static/main_logo.png +0 -0
- package/static/mainbg.jpg +0 -0
- package/static/mainicon/adddevice.png +0 -0
- package/static/mainicon/addmeter.png +0 -0
- package/static/mainicon/bank.png +0 -0
- package/static/mainicon/biaopan.png +0 -0
- package/static/mainicon/cad.jpg +0 -0
- package/static/mainicon/chaobiaoyuan.png +0 -0
- package/static/mainicon/danganguanli.png +0 -0
- package/static/mainicon/deletedevice.png +0 -0
- package/static/mainicon/excel.jpg +0 -0
- package/static/mainicon/huizong.png +0 -0
- package/static/mainicon/jibiaoguanli.png +0 -0
- package/static/mainicon/jibiaoguanli2.png +0 -0
- package/static/mainicon/jiezhang.png +0 -0
- package/static/mainicon/loginbg.jpg +0 -0
- package/static/mainicon/shouqishoufei.png +0 -0
- package/static/mainicon/treeopen.png +0 -0
- package/static/mainicon/treeout.png +0 -0
- package/static/mainicon/treeset.png +0 -0
- package/static/mainicon/word.jpg +0 -0
- package/static/mainicon/wulianwang.png +0 -0
- package/static/mainicon/yingyechaxun.png +0 -0
- package/static/mainicon/zongheyewu.png +0 -0
- package/static/menulogo.png +0 -0
- package/static/newStyle/fife.png +0 -0
- package/static/newStyle/hidden.png +0 -0
- package/static/newStyle/label-clear.png +0 -0
- package/static/newStyle/left-img.png +0 -0
- package/static/newStyle/login-f.png +0 -0
- package/static/newStyle/loginbg.gif +0 -0
- package/static/newStyle/loginbg1366.gif +0 -0
- package/static/newStyle/loginbg_1.gif +0 -0
- package/static/newStyle/searchin.png +0 -0
- package/static/newStyle/searchout.png +0 -0
- package/static/newStyle/setting.png +0 -0
- package/static/newStyle/setting1.png +0 -0
- package/static/newStyle/shirk.png +0 -0
- package/static/newStyle/system-off.png +0 -0
- package/static/newStyle//350/261/252/344/275/263/347/207/203/346/260/224.png +0 -0
- package/static/newStyle.7z +0 -0
- package/static/newStyle.zip +0 -0
- package/static/newmainbg.jpg +0 -0
- package/static/psicon.png +0 -0
- package/static/refresh.png +0 -0
- package/static/singleleft.png +0 -0
- package/static/singleright.png +0 -0
- package/static/static.zip +0 -0
- package/static/treeclose.png +0 -0
- package/static/treeopen.png +0 -0
- package/static/treeout.png +0 -0
- package/static/treeset.png +0 -0
- package/static/usericon.png +0 -0
- package/static/xinxi.png +0 -0
- package/.npmignore +0 -15
- package/examples/SafePlan-liaoyuan/App.vue +0 -53
- package/examples/SafePlan-shaoguan/App.vue +0 -52
- package/examples/SafePlan-shaoguan/comp.js +0 -1190
- package/examples/SafePlanrongcheng/App.vue +0 -52
- package/examples/SafePlanrongcheng/comp.js +0 -1041
- package/package-lock.json +0 -10779
- package/src/assets/JsonEditor/jsoneditor.css +0 -930
- package/src/assets/JsonEditor/jsoneditor.js +0 -36377
- package/src/assets/bj.jpg +0 -0
- package/src/assets/jt.jpg +0 -0
- package/src/assets/marrio.jpg +0 -0
- package/src/assets/ss.jpg +0 -0
- package/src/assets/xl.jpg +0 -0
- package/src/assets//346/230/237/347/220/203/350/203/214/346/231/257.jpg +0 -0
- package/src/assets//351/232/220/346/202/243/345/210/206/346/236/220.png +0 -0
- package/src/components/CheckerCount/CheckCountAreaList.vue +0 -298
- package/src/components/CheckerCount/CheckCountUserList.vue +0 -144
- package/src/components/ExportExcel.vue +0 -201
- package/src/components/android/SwitchValve.vue +0 -189
- package/src/components/checkAreaClassification.vue +0 -285
- package/src/components/checkplan/checkmsgZG.vue +0 -519
- package/src/components/filialCircle/AddCircleFiliale.vue +0 -114
- package/src/components/filialCircle/CircleList.vue +0 -139
- package/src/components/filialCircle/CircleManage.vue +0 -69
- package/src/components/json-editor/SafeJsonEditor.vue +0 -212
- package/src/components/json-editor/assets/img/jsoneditor-icons.svg +0 -893
- package/src/components/json-editor/assets/jsoneditor-minimalist.js +0 -9751
- package/src/components/json-editor/assets/jsoneditor.css +0 -930
- package/src/components/json-editor/assets/jsoneditor.js +0 -36377
- package/src/components/json-editor/example/App.vue +0 -53
- package/src/components/json-editor/example/index.html +0 -9
- package/src/components/json-editor/example/main.js +0 -10
- package/src/components/json-editor/package.json +0 -71
- package/src/components/json-editor/vue-json-editor.vue +0 -189
- package/src/components/pc/HiddenChart.vue +0 -189
- package/src/components/pc/RoleSelector.vue +0 -89
- package/src/components/plan/PlanLeft.vue +0 -320
- package/src/components/plan/PlanManage.vue +0 -50
- package/src/components/plan/PlanRightUp.vue +0 -185
- package/src/components/plan/PlanRightdown.vue +0 -239
- package/src/components/plan/testss.vue +0 -116
- package/src/components/plancheck/CheckPlanAreaManage.vue +0 -116
- package/src/components/plancheck/CheckPlanList.vue +0 -282
- package/src/components/report/ManageBusSummary.vue +0 -242
- package/src/components/rongcheng/AreaPlan.vue +0 -463
- package/src/components/rongcheng/AspPaperStatem.vue +0 -339
- package/src/components/rongcheng/AspiratedDevices.vue +0 -965
- package/src/components/rongcheng/AspiratedOrderV.vue +0 -2361
- package/src/components/rongcheng/AspiratedPaperMessage.vue +0 -1378
- package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +0 -1288
- package/src/components/rongcheng/AspiratedUserInfo.vue +0 -399
- package/src/components/rongcheng/DefectList.vue +0 -560
- package/src/components/rongcheng/DefectPaper.vue +0 -582
- package/src/components/rongcheng/PaperFeedback.vue +0 -1318
- package/src/components/rongcheng/PaperMessage.vue +0 -1186
- package/src/components/rongcheng/PaperMessageNocivil.vue +0 -1211
- package/src/components/rongcheng/PaperStateNoncivilm.vue +0 -366
- package/src/components/rongcheng/PaperStatem.vue +0 -343
- package/src/components/rongcheng/PhoneDevicesInfo.vue +0 -233
- package/src/components/rongcheng/SafecheckOrderVCli.vue +0 -2538
- package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +0 -245
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +0 -419
- package/src/components/rongcheng/report/CheckPlanUserList.vue +0 -190
- package/src/components/shaoguan/DefectDetail.vue +0 -177
- package/src/components/shaoguan/DefectMain.vue +0 -53
- package/src/components/shaoguan/DefectPaper.vue +0 -217
- package/src/components/shaoguan/PaperList.vue +0 -532
- package/src/components/shaoguan/SafecheckOrderV.vue +0 -2140
- package/src/components/tongcheng/PaperMessage.vue +0 -1270
- package/src/components/tongcheng/PaperMessageNocivil.vue +0 -1228
- package/src/filiale/Util.js +0 -325
- package/src/filiale/liaoyuan/android/SafecheckDevices.vue +0 -928
- package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +0 -2383
- package/src/filiale/liaoyuan/android.js +0 -13
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +0 -1020
- package/src/filiale/liaoyuan/pc/PaperList.vue +0 -628
- package/src/filiale/liaoyuan/pc.js +0 -13
- package/src/filiale/wenxi/android.js +0 -9
- package/src/filiale/wenxi/pc/PaperList.vue +0 -627
- package/src/filiale/wenxi/pc/checkmsg.vue +0 -229
- package/src/filiale/wenxi/pc.js +0 -12
- package/src/filiale/wuan/android/SafecheckOrderV.vue +0 -2235
- package/src/filiale/wuan/android.js +0 -14
- package/src/filiale/wuan/pc/PaperList.vue +0 -625
- package/src/filiale/wuan/pc.js +0 -12
- package/src/rongcheng-android.js +0 -186
- package/src/rongcheng.js +0 -303
- /package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/TestData.js +0 -0
- /package/examples/{SafePlan-liaoyuan → SafePlan-aode-ts}/main.js +0 -0
- /package/examples/{SafePlanrongcheng → SafePlan-aodezx}/TestData.js +0 -0
- /package/examples/{SafePlanrongcheng → SafePlan-aodezx}/main.js +0 -0
- /package/examples/{SafePlan-shaoguan → SafePlan-aodezx-ts}/TestData.js +0 -0
- /package/examples/{SafePlan-shaoguan → SafePlan-aodezx-ts}/main.js +0 -0
- /package/{git → static/.gitkeep} +0 -0
@@ -1,985 +1,1194 @@
|
|
1
|
-
<style scoped>
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
<
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
<
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
<
|
216
|
-
</div>
|
217
|
-
<div class="col-xs-6"
|
218
|
-
<
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
<
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
<div class="col-xs-
|
304
|
-
<
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
<
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
<
|
470
|
-
<
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
</
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
}
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
}
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
}
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
this.
|
837
|
-
this.
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
}
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
this.
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
}
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
1
|
+
<style scoped>
|
2
|
+
.bg {
|
3
|
+
background-color: blue;
|
4
|
+
height: 1px;
|
5
|
+
border: 0;
|
6
|
+
}
|
7
|
+
|
8
|
+
.app-row {
|
9
|
+
background-color: white;
|
10
|
+
padding: 10px 10px 0 10px;
|
11
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
12
|
+
}
|
13
|
+
|
14
|
+
.search_input {
|
15
|
+
border: 0;
|
16
|
+
outline: none;
|
17
|
+
}
|
18
|
+
|
19
|
+
.font {
|
20
|
+
font: 15px PingFang-SC-Medium;
|
21
|
+
color: #666666;
|
22
|
+
}
|
23
|
+
|
24
|
+
.input-font {
|
25
|
+
font: 15px PingFang-SC-Medium;
|
26
|
+
color: #333333;
|
27
|
+
}
|
28
|
+
|
29
|
+
.btn-font {
|
30
|
+
font: 600 16px PingFang-SC-Bold;
|
31
|
+
color: #499EDF;
|
32
|
+
}
|
33
|
+
|
34
|
+
.btn-color {
|
35
|
+
background-color: #FFFFFF;
|
36
|
+
border-radius: 10px;
|
37
|
+
border: 1px solid #499EDF;
|
38
|
+
}
|
39
|
+
|
40
|
+
.app-text {
|
41
|
+
font-size: 12px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.panel-self {
|
45
|
+
border-radius: 10px;
|
46
|
+
border: 1px solid #499EDF;
|
47
|
+
background-color: #F8F8F8;
|
48
|
+
}
|
49
|
+
|
50
|
+
.yybtn-color {
|
51
|
+
background-color: #499edf;
|
52
|
+
border-radius: 4px;
|
53
|
+
border: 1px solid #499EDF;
|
54
|
+
color: #FFFFFF;
|
55
|
+
font: 14px PingFang-SC-Bold;
|
56
|
+
}
|
57
|
+
|
58
|
+
.qxbtn-color {
|
59
|
+
background-color: #FFFFFF;
|
60
|
+
border-radius: 4px;
|
61
|
+
color: #499edf;
|
62
|
+
font: 14px PingFang-SC-Bold;
|
63
|
+
border: 1px solid #499EDF;
|
64
|
+
}
|
65
|
+
|
66
|
+
.button_shrink_top {
|
67
|
+
width: 35px;
|
68
|
+
height: 35px;
|
69
|
+
background-size: 100%;
|
70
|
+
background-image: url("../../../static/newStyle/stretch_top.png")
|
71
|
+
}
|
72
|
+
|
73
|
+
.button_shrink_bottom {
|
74
|
+
width: 35px;
|
75
|
+
height: 35px;
|
76
|
+
background-size: 100%;
|
77
|
+
background-image: url("../../../static/newStyle/stretch_bottom.png")
|
78
|
+
}
|
79
|
+
|
80
|
+
.button_shrink_left {
|
81
|
+
width: 35px;
|
82
|
+
height: 35px;
|
83
|
+
background-size: 100%;
|
84
|
+
background-image: url("../../../static/newStyle/stretch_left.png")
|
85
|
+
}
|
86
|
+
|
87
|
+
.button_shrink_right {
|
88
|
+
width: 35px;
|
89
|
+
height: 35px;
|
90
|
+
background-size: 100%;
|
91
|
+
background-image: url("../../../static/newStyle/stretch_right.png")
|
92
|
+
}
|
93
|
+
</style>
|
94
|
+
|
95
|
+
<template>
|
96
|
+
<div style="height: auto;width: 100%">
|
97
|
+
<criteria-paged :model="model" v-ref:paged>
|
98
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
99
|
+
<div partial>
|
100
|
+
<form>
|
101
|
+
<div class="row app-row">
|
102
|
+
<!--小区名称-->
|
103
|
+
<v-select :value.sync="model.f_residential_area"
|
104
|
+
class="input-font"
|
105
|
+
:options='$parent.$parent.residentialAreaOptions'
|
106
|
+
placeholder='小区名称'
|
107
|
+
:width="'32.5%'"
|
108
|
+
v-model="model.f_residential_area"
|
109
|
+
condition="ti.f_residential_area = '{}'"
|
110
|
+
@change="$parent.$parent.getbuilds"
|
111
|
+
close-on-select clear-button>
|
112
|
+
</v-select>
|
113
|
+
<!--楼栋-->
|
114
|
+
<v-select :value.sync="model.f_building"
|
115
|
+
class="input-font"
|
116
|
+
:options='$parent.$parent.buildOptions'
|
117
|
+
placeholder='楼栋'
|
118
|
+
:width="'32.5%'"
|
119
|
+
v-model="model.f_building"
|
120
|
+
condition="ti.f_building = '{}'"
|
121
|
+
@change="$parent.$parent.getUnits"
|
122
|
+
close-on-select clear-button>
|
123
|
+
</v-select>
|
124
|
+
<!--单元-->
|
125
|
+
<v-select :value.sync="model.f_unit"
|
126
|
+
class="input-font"
|
127
|
+
:options='$parent.$parent.unitOptions'
|
128
|
+
placeholder='单元'
|
129
|
+
:width="'32.5%'"
|
130
|
+
v-model="model.f_unit"
|
131
|
+
condition="ti.f_unit = '{}'"
|
132
|
+
close-on-select clear-button>
|
133
|
+
</v-select>
|
134
|
+
</div>
|
135
|
+
<div class="row app-row">
|
136
|
+
<div class="col-xs-4">
|
137
|
+
<img src="../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
138
|
+
<label class="font text-left">用户姓名:</label>
|
139
|
+
</div>
|
140
|
+
<div class="col-xs-8">
|
141
|
+
<input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'"/>
|
142
|
+
</div>
|
143
|
+
</div>
|
144
|
+
|
145
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
146
|
+
<div class="col-xs-4">
|
147
|
+
<img src="../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
148
|
+
<label for="f_plan_name" class="font text-left">计划名称:</label>
|
149
|
+
</div>
|
150
|
+
<v-select
|
151
|
+
id="f_plan_name"
|
152
|
+
:value.sync="model.f_plan_name"
|
153
|
+
class="input-font"
|
154
|
+
:options='$parent.$parent.planNameOptions'
|
155
|
+
placeholder='计划名称'
|
156
|
+
:width="'60%'"
|
157
|
+
v-model="model.f_plan_name"
|
158
|
+
condition="f_plan_name like '%{}%'"
|
159
|
+
close-on-select clear-button>
|
160
|
+
</v-select>
|
161
|
+
</div>
|
162
|
+
|
163
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
164
|
+
<div class="col-xs-4">
|
165
|
+
<img src="../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
166
|
+
<label for="f_state" class="font text-left">是否已检:</label>
|
167
|
+
</div>
|
168
|
+
<v-select id="f_state"
|
169
|
+
:value.sync="model.f_state"
|
170
|
+
class="input-font"
|
171
|
+
:options='$parent.$parent.check_states'
|
172
|
+
placeholder='是否已检'
|
173
|
+
:width="'60%'"
|
174
|
+
v-model="model.f_state"
|
175
|
+
condition="f_state='{}'"
|
176
|
+
close-on-select clear-button>
|
177
|
+
</v-select>
|
178
|
+
</div>
|
179
|
+
|
180
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
181
|
+
<div class="col-xs-4">
|
182
|
+
<img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
183
|
+
<label for="f_userinfo_code" class="font text-left">用户编号:</label>
|
184
|
+
</div>
|
185
|
+
<div class="col-xs-8">
|
186
|
+
<input id="f_userinfo_code" class="search_input input-font"
|
187
|
+
v-model=model.f_userinfo_code condition="f_userinfo_code like '%{}%'"/>
|
188
|
+
</div>
|
189
|
+
</div>
|
190
|
+
|
191
|
+
<!--<div class="row app-row">-->
|
192
|
+
<!--<div class="col-xs-4">-->
|
193
|
+
<!--<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
194
|
+
<!--<label for="f_plan_year" class="font text-left">计划年份:</label>-->
|
195
|
+
<!--</div>-->
|
196
|
+
<!--<div class="col-xs-8" >-->
|
197
|
+
<!--<input id="f_plan_year" class="search_input input-font"-->
|
198
|
+
<!--v-model="model.f_plan_year" condition="f_plan_year = '{}'" />-->
|
199
|
+
<!--</div>-->
|
200
|
+
<!--</div>-->
|
201
|
+
<!--<div class="row app-row">-->
|
202
|
+
<!--<div class="col-xs-4">-->
|
203
|
+
<!--<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
204
|
+
<!--<label for="f_plan_month" class="font text-left">计划月份:</label>-->
|
205
|
+
<!--</div>-->
|
206
|
+
<!--<div class="col-xs-8" >-->
|
207
|
+
<!--<input id="f_plan_month" class="search_input input-font"-->
|
208
|
+
<!--v-model="model.f_plan_month" condition="f_plan_month = '{}'" />-->
|
209
|
+
<!--</div>-->
|
210
|
+
<!--</div>-->
|
211
|
+
|
212
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
213
|
+
<div class="col-xs-4">
|
214
|
+
<img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
215
|
+
<label class="font text-left">表 号:</label>
|
216
|
+
</div>
|
217
|
+
<div class="col-xs-6">
|
218
|
+
<input class="search_input input-font"
|
219
|
+
v-model=model.f_meter_no condition="ti.f_meter_no like '%{}%'"/>
|
220
|
+
</div>
|
221
|
+
<div class="col-xs-2">
|
222
|
+
<img src="../../assets/扫一扫.png" style="width: 20px;margin-bottom: 5px" @click="$parent.$parent.scan()">
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
|
226
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
227
|
+
<div class="col-xs-4">
|
228
|
+
<img src="../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
229
|
+
<label class="font text-left">用户地址:</label>
|
230
|
+
</div>
|
231
|
+
<div class="col-xs-8">
|
232
|
+
<input class="search_input input-font"
|
233
|
+
v-model=model.f_keyword condition="f_address like '%{}%'"/>
|
234
|
+
</div>
|
235
|
+
</div>
|
236
|
+
|
237
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
238
|
+
<div class="col-xs-4">
|
239
|
+
<img src="../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
240
|
+
<label for="f_user_type" class="font text-left">用户类型:</label>
|
241
|
+
</div>
|
242
|
+
<v-select id="f_user_type" :value.sync="model.f_user_type" class="input-font"
|
243
|
+
:width="'60%'"
|
244
|
+
:options='$parent.$parent.user_types' placeholder='请选择用户类型'
|
245
|
+
v-model="model.f_user_type" condition="f_user_type='{}'" close-on-select
|
246
|
+
clear-button></v-select>
|
247
|
+
</div>
|
248
|
+
|
249
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
250
|
+
<div class="col-xs-4">
|
251
|
+
<img src="../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
252
|
+
<label for="safechecktype" class="font text-left">安检类型:</label>
|
253
|
+
</div>
|
254
|
+
<v-select id="safechecktype" :value.sync="model.f_safecheck_type" class="input-font"
|
255
|
+
:width="'60%'"
|
256
|
+
:options='$parent.$parent.safechecktypes' placeholder='请选择安检类型'
|
257
|
+
v-model="model.f_safecheck_type" condition="f_safecheck_type ='{}'" close-on-select
|
258
|
+
clear-button></v-select>
|
259
|
+
</div>
|
260
|
+
|
261
|
+
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
262
|
+
<div class="col-xs-6" style="text-align: center">
|
263
|
+
<span class="font text-left">待办{{ $parent.$parent.upcomingCount }}条</span>
|
264
|
+
</div>
|
265
|
+
<div class="col-xs-6" style="text-align: center">
|
266
|
+
<span class="font text-left">已办{{ $parent.$parent.doneCount }}条</span>
|
267
|
+
</div>
|
268
|
+
<div class="col-xs-6" style="text-align: center">
|
269
|
+
<span class="font text-left">临时保存{{ $parent.$parent.tempSaveCount }}条</span>
|
270
|
+
</div>
|
271
|
+
<div class="col-xs-6" style="text-align: center">
|
272
|
+
<span class="font text-left">总共{{ $parent.$parent.allPlanCount }}条</span>
|
273
|
+
</div>
|
274
|
+
</div>
|
275
|
+
|
276
|
+
<!--<div class="row app-row">-->
|
277
|
+
<!--<div class="col-xs-4">-->
|
278
|
+
<!--<img src="../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
279
|
+
<!--<label class="font text-left">挂表方式:</label>-->
|
280
|
+
<!--</div>-->
|
281
|
+
<!--<div class="col-xs-8" >-->
|
282
|
+
<!--<v-select :value.sync="model.f_flow_direction"-->
|
283
|
+
<!--:options='$parent.$parent.flow_direction' placeholder='请选择挂表方式'-->
|
284
|
+
<!--v-model="model.f_flow_direction" condition="f_flow_direction='{}'" close-on-select clear-button></v-select>-->
|
285
|
+
<!--</div>-->
|
286
|
+
<!--</div>-->
|
287
|
+
<!--<div class="row app-row">-->
|
288
|
+
<!--<div class="col-xs-4">-->
|
289
|
+
<!--<img src="../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
290
|
+
<!--<label for="f_last_state" class="font text-left">安检状态:</label>-->
|
291
|
+
<!--</div>-->
|
292
|
+
<!--<div class="col-xs-8" >-->
|
293
|
+
<!--<v-select id="f_last_state" :value.sync="model.f_last_state" class="input-font"-->
|
294
|
+
<!--:options='$parent.$parent.last_check_states' placeholder='请选择安检状态'-->
|
295
|
+
<!--v-model="model.f_last_state" condition="f_last_check_state='{}'" close-on-select clear-button></v-select>-->
|
296
|
+
<!--</div>-->
|
297
|
+
<!--</div>-->
|
298
|
+
<!-- <div class="row app-row">
|
299
|
+
<div class="col-xs-4">
|
300
|
+
<img src="../../assets/审核状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
301
|
+
<label for="f_approved" class="font text-left">审核状态:</label>
|
302
|
+
</div>
|
303
|
+
<div class="col-xs-8" >
|
304
|
+
<v-select id="f_approved" :value.sync="model.f_approved" class="input-font"
|
305
|
+
:options='$parent.$parent.verify_state' placeholder='请选择审核状态'
|
306
|
+
v-model="model.f_approved" condition="f_approved='{}'" close-on-select clear-button></v-select>
|
307
|
+
</div>
|
308
|
+
</div>-->
|
309
|
+
<div class="row text-center" style="margin-top: 20px;">
|
310
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;"
|
311
|
+
@click="$parent.$parent.selfSearch">查询
|
312
|
+
</button>
|
313
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%; margin-left: 10px"
|
314
|
+
@click="$parent.$parent.queryplanmany">转发
|
315
|
+
</button>
|
316
|
+
<div style="float: right;margin-right: 3% " class="button_spacing"
|
317
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
318
|
+
@click="$parent.$parent.hidden()"></div>
|
319
|
+
<img style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder"
|
320
|
+
src="../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
|
321
|
+
</div>
|
322
|
+
<div class="row">
|
323
|
+
<div style="float: right;margin-right: 30px;margin-top: 5px;display: flex;padding: 8px;border: 1px solid #499EDF;border-radius: 5px;">
|
324
|
+
<span class="font text-left">
|
325
|
+
<input type="checkbox" id="multiple-check-id" class="search_input input-font" @click="$parent.$parent.selcheckAll($event)" />
|
326
|
+
</span>
|
327
|
+
<label for="multiple-check-id" class="font text-left" style="font: 600 15px PingFang-SC-Bold; color: #499EDF;padding: 0;margin: 0;">
|
328
|
+
[已选{{ $parent.$parent.planparam.length }}]
|
329
|
+
</label>
|
330
|
+
</div>
|
331
|
+
</div>
|
332
|
+
<!--<div class="row app-btn">-->
|
333
|
+
<!--<button class="btn btn-primary col-xs-6" type="button" @click="search"><span class="glyphicon glyphicon-search" style="margin-right: 20px;">查询</span></button>-->
|
334
|
+
<!--</div>-->
|
335
|
+
<div style="height:30px;"></div>
|
336
|
+
</form>
|
337
|
+
</div>
|
338
|
+
</criteria>
|
339
|
+
<list :model="model" partial='list'>
|
340
|
+
<div partial>
|
341
|
+
<div class="auto app-text" style="margin-top: 5px;">
|
342
|
+
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
343
|
+
<div class="panel-body panel-self">
|
344
|
+
|
345
|
+
<div class="col-xs-12">
|
346
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
347
|
+
<p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p>
|
348
|
+
<p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right">
|
349
|
+
<input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"
|
350
|
+
:checked="$parent.$parent.$parent.planparam.includes(row.id)"/>
|
351
|
+
</p>
|
352
|
+
</div>
|
353
|
+
<div class="col-xs-12">
|
354
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
|
355
|
+
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_user_name }}</p>
|
356
|
+
</div>
|
357
|
+
<div class="col-xs-6">
|
358
|
+
<p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>
|
359
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_user_type }}
|
360
|
+
</p>
|
361
|
+
</div>
|
362
|
+
<div class="col-xs-6">
|
363
|
+
<p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p>
|
364
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p>
|
365
|
+
</div>
|
366
|
+
<!-- <div class="col-xs-6">-->
|
367
|
+
<!-- <p class="panel-title col-xs-5 text-left font"><b>小区名称:</b></p>-->
|
368
|
+
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_residential_area }}</p>-->
|
369
|
+
<!-- </div>-->
|
370
|
+
<div class="col-xs-12">
|
371
|
+
<p class="panel-title text-left font" style="width: 23%;float: left"><b>用户电话:</b></p>
|
372
|
+
<p class="panel-title text-left input-font" style="width: 77%">
|
373
|
+
{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}
|
374
|
+
<img src="../../assets/phone.png" style="width: 6%"
|
375
|
+
v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone)'></img>
|
376
|
+
</p>
|
377
|
+
</div>
|
378
|
+
|
379
|
+
<div class="col-xs-12">
|
380
|
+
<p class="panel-title text-left font" style="width: 21%;float: left"><b>用户地址:</b></p>
|
381
|
+
<p class="panel-title text-left input-font" style="width: 79%">{{ row.f_address }}</p>
|
382
|
+
</div>
|
383
|
+
|
384
|
+
<!-- <div class="row">-->
|
385
|
+
<!-- <p class="panel-title col-xs-4 text-left font">计划年份</p>-->
|
386
|
+
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_year }}</p>-->
|
387
|
+
<!-- </div>-->
|
388
|
+
<!-- <div class="row">-->
|
389
|
+
<!-- <p class="panel-title col-xs-4 text-left font">计划月份</p>-->
|
390
|
+
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_month }}</p>-->
|
391
|
+
<!-- </div>-->
|
392
|
+
<!-- <div class="row">-->
|
393
|
+
<!-- <p class="panel-title col-xs-4 text-left font">预约时间</p>-->
|
394
|
+
<!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_prearranged_date }}</p>-->
|
395
|
+
<!-- </div>-->
|
396
|
+
<!--<div class="row">-->
|
397
|
+
<!--<p class="panel-title col-xs-4 text-left font">上次安检状态</p>-->
|
398
|
+
<!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>-->
|
399
|
+
<!--</div>-->
|
400
|
+
<div class="col-xs-6">
|
401
|
+
<p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>
|
402
|
+
<p class="panel-title col-xs-7 text-left input-font">
|
403
|
+
{{ row.f_state == '已检' ? '临时保存' : row.f_state }}</p>
|
404
|
+
</div>
|
405
|
+
<div class="col-xs-6">
|
406
|
+
<p class="panel-title col-xs-5 text-left font"><b>上传状态:</b></p>
|
407
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_state }}</p>
|
408
|
+
</div>
|
409
|
+
<div class="col-xs-6">
|
410
|
+
<p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p>
|
411
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_safecheck_type }}</p>
|
412
|
+
</div>
|
413
|
+
<div class="col-xs-6">
|
414
|
+
<p class="panel-title col-xs-5 text-left font"><b>投保日期:</b></p>
|
415
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_insurance_gas_date }}</p>
|
416
|
+
</div>
|
417
|
+
<div class="col-xs-12">
|
418
|
+
<p class="panel-title col-xs-5 text-left font"><b>备注:</b></p>
|
419
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_remark }}</p>
|
420
|
+
</div>
|
421
|
+
<!--<div class="col-xs-12">-->
|
422
|
+
<!--<p class="panel-title col-xs-5 text-left font"><b>送气期限:</b></p>-->
|
423
|
+
<!--<p class="panel-title col-xs-7 text-left input-font">{{timeSet(row.f_issue_time)}}</p>-->
|
424
|
+
<!--</div>-->
|
425
|
+
<div class="col-xs-12">
|
426
|
+
<button type="button" name="button" class="btn btn-primary"
|
427
|
+
style="background-color:#499edf;float: right" @click="$parent.$parent.$parent.inspect(row)">处理
|
428
|
+
</button>
|
429
|
+
<button type="button" name="button" class="btn btn-primary"
|
430
|
+
style="background-color:#499edf;float: right;margin-right:10px;"
|
431
|
+
@click="$parent.$parent.$parent.queryplan(row.id)">转发
|
432
|
+
</button>
|
433
|
+
<!--<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>-->
|
434
|
+
</div>
|
435
|
+
<!-- <div class="row text-right" v-show="row.f_upload_state != '已传'" >-->
|
436
|
+
<!-- <button type="button" class="btn yybtn-color" v-on:click.stop.prevent='$parent.$parent.$parent.reserve($index)'>预约</button> -->
|
437
|
+
<!-- <button type="button" class="btn qxbtn-color" v-if ='row.f_prearranged_date'-->
|
438
|
+
<!-- v-on:click.stop.prevent='$parent.$parent.$parent.cancelReserve($index, row.id)'>取消预约</button>-->
|
439
|
+
<!-- </div>-->
|
440
|
+
</div>
|
441
|
+
</div>
|
442
|
+
</div>
|
443
|
+
</div>
|
444
|
+
</list>
|
445
|
+
</criteria-paged>
|
446
|
+
<modal :show.sync="showModal">
|
447
|
+
<div slot="modal-header" class="modal-header">
|
448
|
+
<h4 class="modal-title">
|
449
|
+
选择预约时间
|
450
|
+
</h4>
|
451
|
+
</div>
|
452
|
+
<div slot="modal-body" class="modal-body">
|
453
|
+
<input type="datetime-local" v-model="f_preset_dt">
|
454
|
+
</div>
|
455
|
+
<div slot="modal-footer" class="modal-footer">
|
456
|
+
<button type="button" class="btn btn-default" @click="genuineReserve">确认</button>
|
457
|
+
</div>
|
458
|
+
</modal>
|
459
|
+
<!--<back-page :need-back='true' @flag="$back()"></back-page>-->
|
460
|
+
<modal :show.sync="showModal2" v-ref:modal :backdrop="false">
|
461
|
+
<div slot="modal-header" class="modal-header">
|
462
|
+
<h4 class="modal-title">
|
463
|
+
选择计划
|
464
|
+
</h4>
|
465
|
+
</div>
|
466
|
+
<div slot="modal-body" class="modal-body">
|
467
|
+
<div class="col-xs-12">
|
468
|
+
|
469
|
+
<div class="col-xs-4">
|
470
|
+
<v-select :value.sync="check" v-model='check'
|
471
|
+
:value-single="true"
|
472
|
+
class="select_list select"
|
473
|
+
:options='checkers' placeholder='安检员'
|
474
|
+
close-on-select width="100%"></v-select>
|
475
|
+
</div>
|
476
|
+
|
477
|
+
<div class="col-xs-1">
|
478
|
+
<!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
|
479
|
+
</div>
|
480
|
+
<div class="col-xs-4" style="padding-left: 2px">
|
481
|
+
<input class="select-style" placeholder="计划名称" type="text" v-model="plan"
|
482
|
+
style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
|
483
|
+
</div>
|
484
|
+
<div class="col-xs-1">
|
485
|
+
<!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
|
486
|
+
</div>
|
487
|
+
<!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
|
488
|
+
<div class="col-xs-2" style="float: right">
|
489
|
+
<button type="button" class="btn btn-primary" @click="plansearch"
|
490
|
+
style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">
|
491
|
+
查询
|
492
|
+
</button>
|
493
|
+
</div>
|
494
|
+
</div>
|
495
|
+
<table class="table table_sy">
|
496
|
+
<thead>
|
497
|
+
<tr>
|
498
|
+
<th style="width: 30px"></th>
|
499
|
+
<th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
|
500
|
+
</tr>
|
501
|
+
</thead>
|
502
|
+
<tbody>
|
503
|
+
<tr v-for="row in planoption">
|
504
|
+
<td @click="select(row, $index)">{{ row.selected == true ? '☆' : ' ' }}</td>
|
505
|
+
<td @click="select(row, $index)" style="text-align: center">{{ row.label }}</td>
|
506
|
+
|
507
|
+
|
508
|
+
</tr>
|
509
|
+
</tbody>
|
510
|
+
</table>
|
511
|
+
</div>
|
512
|
+
<div slot="modal-footer" class="modal-footer">
|
513
|
+
<button class="btn btn-default" @click="isok()">确认</button>
|
514
|
+
<button class="btn btn-default" @click="iscancel()">取消</button>
|
515
|
+
</div>
|
516
|
+
</modal>
|
517
|
+
<modal :show.sync="showModal3" v-ref:modal>
|
518
|
+
<div slot="modal-header" class="modal-header">
|
519
|
+
<h4 class="modal-title">
|
520
|
+
选择计划
|
521
|
+
</h4>
|
522
|
+
</div>
|
523
|
+
<div slot="modal-body" class="modal-body">
|
524
|
+
<div class="col-xs-12">
|
525
|
+
|
526
|
+
<div class="col-xs-4">
|
527
|
+
<v-select :value.sync="check" v-model='check'
|
528
|
+
:value-single="true"
|
529
|
+
class="select_list select"
|
530
|
+
:options='checkers' placeholder='安检员'
|
531
|
+
close-on-select width="100%"></v-select>
|
532
|
+
</div>
|
533
|
+
|
534
|
+
<div class="col-xs-1">
|
535
|
+
<!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
|
536
|
+
</div>
|
537
|
+
<div class="col-xs-4" style="padding-left: 2px">
|
538
|
+
<input class="select-style" placeholder="计划名称" type="text" v-model="plan"
|
539
|
+
style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
|
540
|
+
</div>
|
541
|
+
<div class="col-xs-1">
|
542
|
+
<!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
|
543
|
+
</div>
|
544
|
+
<!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
|
545
|
+
<div class="col-xs-2" style="float: right">
|
546
|
+
<button type="button" class="btn btn-primary" @click="plansearch"
|
547
|
+
style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">
|
548
|
+
查询
|
549
|
+
</button>
|
550
|
+
</div>
|
551
|
+
</div>
|
552
|
+
<table class="table table_sy">
|
553
|
+
<thead>
|
554
|
+
<tr>
|
555
|
+
<th style="width: 30px"></th>
|
556
|
+
<th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
|
557
|
+
</tr>
|
558
|
+
</thead>
|
559
|
+
<tbody>
|
560
|
+
<tr v-for="row in planoption">
|
561
|
+
<td @click="select(row, $index)">{{ row.selected == true ? '☆' : ' ' }}</td>
|
562
|
+
<td @click="select(row, $index)" style="text-align: center">{{ row.label }}</td>
|
563
|
+
|
564
|
+
|
565
|
+
</tr>
|
566
|
+
</tbody>
|
567
|
+
</table>
|
568
|
+
</div>
|
569
|
+
<div slot="modal-footer" class="modal-footer">
|
570
|
+
<button class="btn btn-default" @click="manyisok()">确认</button>
|
571
|
+
<button class="btn btn-default" @click="iscancel()">取消</button>
|
572
|
+
</div>
|
573
|
+
</modal>
|
574
|
+
</div>
|
575
|
+
|
576
|
+
</template>
|
577
|
+
|
578
|
+
<script>
|
579
|
+
import LocalPagedList from '../../plugins/LocalPagedList'
|
580
|
+
import Vue from 'vue'
|
581
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
582
|
+
import * as Util from '../Util'
|
583
|
+
import co from 'co'
|
584
|
+
|
585
|
+
let select = function * (self) {
|
586
|
+
let http = new HttpResetClass()
|
587
|
+
http.load('POST', `${self.$androidUtil.getProxyUrl()}/rs/search`, {
|
588
|
+
source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
|
589
|
+
userid: Vue.user.id
|
590
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
591
|
+
console.log('获取安检员', res)
|
592
|
+
self.checkers.push({label: '全部', value: ''})
|
593
|
+
res.data.forEach((checker) => {
|
594
|
+
self.checkers.push({label: checker.name, value: checker.id})
|
595
|
+
})
|
596
|
+
})
|
597
|
+
}
|
598
|
+
export default {
|
599
|
+
title: '无计划安检查询',
|
600
|
+
data () {
|
601
|
+
return {
|
602
|
+
f_filialeids: `('${Vue.user.orgid}')`,
|
603
|
+
// f_filialeids:'(305)',
|
604
|
+
planparam: [],
|
605
|
+
check: '',
|
606
|
+
plan: '',
|
607
|
+
planid: '',
|
608
|
+
model: Vue.android ? new LocalPagedList('androidGetuserinfo', 20, {condition: 'this.condition'}) : new PagedList('AndroidRest/api/af-safecheck/sql/androidGetuserinfo', 20, {condition: 'this.condition'}),
|
609
|
+
showModal: false,
|
610
|
+
showModal2: false,
|
611
|
+
showModal3: false,
|
612
|
+
needid: '',
|
613
|
+
criteriaShow: false,
|
614
|
+
planoption: [],
|
615
|
+
condition: '',
|
616
|
+
checklistcodes: [],
|
617
|
+
checkers: [],
|
618
|
+
enableButton: false,
|
619
|
+
param: null,
|
620
|
+
f_preset_dt: Util.to3339TimeString(),
|
621
|
+
flow_direction: [
|
622
|
+
{label: '请选择挂表方式', value: ''},
|
623
|
+
{label: '左表', value: '左表'},
|
624
|
+
{label: '右表', value: '右表'}
|
625
|
+
],
|
626
|
+
check_states: [
|
627
|
+
{label: '请选择安检状态', value: ''},
|
628
|
+
{label: '未检', value: '未检'},
|
629
|
+
{label: '临时保存', value: '已检'}
|
630
|
+
],
|
631
|
+
last_check_states: [
|
632
|
+
{label: '请选择上次安检状态', value: ''},
|
633
|
+
{label: '入户', value: '入户'},
|
634
|
+
{label: '拒检', value: '拒检'},
|
635
|
+
{label: '到访不遇', value: '到访不遇'},
|
636
|
+
{label: '未使用天然气', value: '未使用天然气'}
|
637
|
+
],
|
638
|
+
upload_states: [
|
639
|
+
{label: '请选择上传状态', value: ''},
|
640
|
+
{label: '未传', value: '未传'},
|
641
|
+
{label: '已传', value: '已传'}
|
642
|
+
],
|
643
|
+
user_types: [
|
644
|
+
{label: '请选择用户类型', value: ''},
|
645
|
+
{label: '民用', value: '民用'},
|
646
|
+
{label: '非民用', value: '非民用'}
|
647
|
+
],
|
648
|
+
safechecktypes: [
|
649
|
+
{label: '请选择安检类型', value: ''},
|
650
|
+
{label: '年度普检', value: '年度普检'},
|
651
|
+
{label: '专项计划', value: '专项计划'}
|
652
|
+
],
|
653
|
+
verify_state: [
|
654
|
+
{label: '请选择审核状态', value: ''},
|
655
|
+
{label: '未审核', value: '未审核'},
|
656
|
+
{label: '打回', value: '打回'}
|
657
|
+
],
|
658
|
+
residentialAreaOptions: [],
|
659
|
+
buildOptions: [],
|
660
|
+
unitOptions: [],
|
661
|
+
planNameOptions: [],
|
662
|
+
upcomingCount: 0,
|
663
|
+
doneCount: 0,
|
664
|
+
tempSaveCount: 0,
|
665
|
+
allPlanCount: 0
|
666
|
+
}
|
667
|
+
},
|
668
|
+
ready () {
|
669
|
+
this.getAllArea()
|
670
|
+
this.getAllPlanName()
|
671
|
+
this.selfSearch()
|
672
|
+
let gen = select(this)
|
673
|
+
co(gen)
|
674
|
+
},
|
675
|
+
methods: {
|
676
|
+
scan() {
|
677
|
+
HostApp.__this__ = this,
|
678
|
+
HostApp.scanCode({callback: "javascript:HostApp.__this__.getCode();"})
|
679
|
+
},
|
680
|
+
getCode() {
|
681
|
+
var datapa = HostApp.getCode().data;
|
682
|
+
this.$refs.paged.$refs.cri.model.f_meter_no = datapa
|
683
|
+
},
|
684
|
+
checkAllClick(e) {
|
685
|
+
console.log(e)
|
686
|
+
},
|
687
|
+
getNowDate (f_time) {
|
688
|
+
let year = ''
|
689
|
+
let month = ''
|
690
|
+
let day = ''
|
691
|
+
let hour = ''
|
692
|
+
let minutes = ''
|
693
|
+
let seconds = ''
|
694
|
+
let mydate = new Date(f_time)
|
695
|
+
let mymonth = mydate.getMonth() + 1
|
696
|
+
let myday = mydate.getDate()
|
697
|
+
let myyear = mydate.getYear()
|
698
|
+
let myhour = mydate.getHours()
|
699
|
+
let myminutes = mydate.getMinutes()
|
700
|
+
let myseconds = mydate.getSeconds()
|
701
|
+
year = (myyear > 200) ? myyear : 1900 + myyear
|
702
|
+
month = (mymonth > 9) ? mymonth : '0' + mymonth
|
703
|
+
day = (myday > 9) ? myday : '0' + myday
|
704
|
+
hour = (myhour > 9) ? myhour : '0' + myhour
|
705
|
+
minutes = (myminutes > 9) ? myminutes : '0' + myminutes
|
706
|
+
seconds = (myseconds > 9) ? myseconds : '0' + myseconds
|
707
|
+
// document.write("<font color=#ffffff>今天是 "+year+"年"+mymonth+"月"+myday+"日 "+weekday+"</font>");
|
708
|
+
return year + '-' + month + '-' + day + ' ' + hour + ':' + minutes + ':' + seconds
|
709
|
+
},
|
710
|
+
iscancel () {
|
711
|
+
this.showModal2 = false
|
712
|
+
this.showModal3 = false
|
713
|
+
this.planoption = []
|
714
|
+
},
|
715
|
+
timeSet (val) {
|
716
|
+
return val
|
717
|
+
},
|
718
|
+
async isok () {
|
719
|
+
if (this.planoption.length == 0) {
|
720
|
+
this.$showMessage('请选择计划')
|
721
|
+
return false
|
722
|
+
}
|
723
|
+
for (let i = 0; i < this.planoption.length; i++) {
|
724
|
+
if (this.planoption[i]['selected'] == true) {
|
725
|
+
this.planid = this.planoption[i].value
|
726
|
+
break
|
727
|
+
}
|
728
|
+
}
|
729
|
+
if (this.planid == '') {
|
730
|
+
this.$showMessage('请选择计划')
|
731
|
+
return false
|
732
|
+
}
|
733
|
+
await this.okput()
|
734
|
+
},
|
735
|
+
async manyisok () {
|
736
|
+
if (this.planoption.length == 0) {
|
737
|
+
this.$showMessage('请选择计划')
|
738
|
+
return false
|
739
|
+
}
|
740
|
+
for (let i = 0; i < this.planoption.length; i++) {
|
741
|
+
if (this.planoption[i]['selected'] == true) {
|
742
|
+
this.planid = this.planoption[i].value
|
743
|
+
break
|
744
|
+
}
|
745
|
+
}
|
746
|
+
if (this.planid == '') {
|
747
|
+
this.$showMessage('请选择计划')
|
748
|
+
return false
|
749
|
+
}
|
750
|
+
await this.manyokput()
|
751
|
+
},
|
752
|
+
changenull () {
|
753
|
+
this.showModal2 = false
|
754
|
+
this.showModal3 = false
|
755
|
+
this.planoption = []
|
756
|
+
this.plan = ''
|
757
|
+
this.check = ''
|
758
|
+
},
|
759
|
+
async okput () {
|
760
|
+
let res = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/UpCheckPlanItem`, {
|
761
|
+
data: {
|
762
|
+
|
763
|
+
condition: `it.id='` + this.needid + `'`,
|
764
|
+
f_plan_id: this.planid,
|
765
|
+
switchCheckAll: false,
|
766
|
+
checkAll: false,
|
767
|
+
f_operator: Vue.user.name
|
768
|
+
}
|
769
|
+
})
|
770
|
+
await this.changenull()
|
771
|
+
await this.getNewOrder()
|
772
|
+
},
|
773
|
+
async manyokput () {
|
774
|
+
let res = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/UpCheckPlanItem`, {
|
775
|
+
data: {
|
776
|
+
columnName: 'it.id',
|
777
|
+
condition: '1=1',
|
778
|
+
f_plan_id: this.planid,
|
779
|
+
switchCheckAll: true,
|
780
|
+
param: this.planparam,
|
781
|
+
checkAll: false,
|
782
|
+
f_operator: Vue.user.name
|
783
|
+
}
|
784
|
+
})
|
785
|
+
await this.changenull()
|
786
|
+
await this.getNewOrder()
|
787
|
+
},
|
788
|
+
async plansearch () {
|
789
|
+
this.planoption = []
|
790
|
+
let condition = `f_checker_id='` + this.check + `' and f_plan_name like '%` + this.plan + `%'`
|
791
|
+
if (!this.check) {
|
792
|
+
condition = `f_plan_name like '%` + this.plan + `%'`
|
793
|
+
}
|
794
|
+
let res = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/预约计划下发`, {
|
795
|
+
data: {
|
796
|
+
condition: condition,
|
797
|
+
f_filialeids: this.f_filialeids,
|
798
|
+
groupitem: '',
|
799
|
+
orderitem: 'id'
|
800
|
+
}
|
801
|
+
})
|
802
|
+
let resoult = res.data
|
803
|
+
for (let i = 0; i < resoult.length; i++) {
|
804
|
+
this.planoption.push({label: resoult[i].f_plan_name, selected: false, value: resoult[i].id})
|
805
|
+
}
|
806
|
+
},
|
807
|
+
|
808
|
+
select (row, idx) {
|
809
|
+
this.$set('planoption[' + idx + '].selected', true)
|
810
|
+
for (let i = 0; i < this.planoption.length; i++) {
|
811
|
+
if (i != idx) {
|
812
|
+
this.planoption[i]['selected'] = false
|
813
|
+
}
|
814
|
+
}
|
815
|
+
},
|
816
|
+
planclose () {
|
817
|
+
this.showModal2 = false
|
818
|
+
this.showModal3 = false
|
819
|
+
},
|
820
|
+
queryplan (val) {
|
821
|
+
this.needid = val
|
822
|
+
this.showModal2 = true
|
823
|
+
},
|
824
|
+
queryplanmany () {
|
825
|
+
|
826
|
+
this.showModal3 = true
|
827
|
+
},
|
828
|
+
reload () {
|
829
|
+
// this.getAllArea()
|
830
|
+
// this.getAllPlanName()
|
831
|
+
// this.selfSearch()
|
832
|
+
this.$refs.paged.loadPage(this.model.pageIndex)
|
833
|
+
},
|
834
|
+
cancelReserve (idx, id) {
|
835
|
+
if (Vue.android) {
|
836
|
+
let res = this.$androidUtil.bzLogic('BookingCheck', {dt: '', id: id})
|
837
|
+
this.$set('model.rows[' + idx + '].f_prearranged_date', null)
|
838
|
+
if (res.code == 200) {
|
839
|
+
this.$showMessage('取消预约成功')
|
840
|
+
}
|
841
|
+
} else {
|
842
|
+
this.$androidUtil.bzLogic('PCbookingCheck', {dt: '', id: id}).then((repanse) => {
|
843
|
+
this.$set('model.rows[' + idx + '].f_prearranged_date', null)
|
844
|
+
if (repanse.data.code == 200) {
|
845
|
+
alert('取消预约成功!')
|
846
|
+
}
|
847
|
+
})
|
848
|
+
}
|
849
|
+
},
|
850
|
+
genuineReserve () {
|
851
|
+
if (Vue.android) {
|
852
|
+
if (!this.f_preset_dt) {
|
853
|
+
this.$showMessage('请选择一个日期')
|
854
|
+
return
|
855
|
+
}
|
856
|
+
let pdt = this.f_preset_dt.replace('T', ' ')
|
857
|
+
let respanse = this.$androidUtil.bzLogic('BookingCheck', {id: this.model.rows[this.param].id, dt: pdt})
|
858
|
+
this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
|
859
|
+
if (respanse.code == 200) {
|
860
|
+
this.$showMessage('预约成功!')
|
861
|
+
}
|
862
|
+
this.showModal = false
|
863
|
+
} else {
|
864
|
+
if (!this.f_preset_dt) {
|
865
|
+
alert('请选择一个日期')
|
866
|
+
return
|
867
|
+
}
|
868
|
+
let pdt = this.f_preset_dt.replace('T', ' ')
|
869
|
+
this.$androidUtil.bzLogic('PCbookingCheck', {id: this.model.rows[this.param].id, dt: pdt}).then((res) => {
|
870
|
+
this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
|
871
|
+
if (res.data.code == 200) {
|
872
|
+
alert('预约成功!')
|
873
|
+
}
|
874
|
+
this.showModal = false
|
875
|
+
})
|
876
|
+
}
|
877
|
+
},
|
878
|
+
inspect (row) {
|
879
|
+
if (this.enableButton) {
|
880
|
+
return
|
881
|
+
}
|
882
|
+
if (row.f_plan_year != new Date().getFullYear()) {
|
883
|
+
this.$showMessage('该安检单不是本年安检单,请联系内勤调整!')
|
884
|
+
return
|
885
|
+
}
|
886
|
+
this.enableButton = true
|
887
|
+
var _this = this
|
888
|
+
if (row.f_upload_state == '未传' || (row.f_upload_state == '已传' && row.f_state == '未检' && row.f_no_checkplan != '无计划安检')) {
|
889
|
+
new HttpResetClass().load('POST', `${_this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/查询计划项表信息`, {data: {f_userid: row.f_userinfoid}}).then((response) => {
|
890
|
+
console.log(JSON.stringify(response))
|
891
|
+
row['f_plan_meters'] = response.data
|
892
|
+
var pardate = {
|
893
|
+
_this: _this,
|
894
|
+
title: '安检单',
|
895
|
+
safe: true
|
896
|
+
}
|
897
|
+
_this.$dispatch('gotoson', pardate)
|
898
|
+
console.log('进入safecheck-order-v')
|
899
|
+
this.enableButton = false
|
900
|
+
_this.$goto('safecheck-order-v', {
|
901
|
+
f_plan_id: row.f_plan_id,
|
902
|
+
item: row,
|
903
|
+
role: 'inspect',
|
904
|
+
buttonState: Vue.user.rolestr.includes('安检临时保存')
|
905
|
+
}, 'self', _this.reload)
|
906
|
+
}).catch((msg) => {
|
907
|
+
_this.$showMessage('网络故障,请稍候再试!')
|
908
|
+
this.enableButton = false
|
909
|
+
})
|
910
|
+
} else {
|
911
|
+
this.$showMessage('该安检单已被上传!')
|
912
|
+
this.enableButton = false
|
913
|
+
}
|
914
|
+
},
|
915
|
+
makeAPhoneCall (phoneNumber) {
|
916
|
+
this.$androidUtil.makeAPhoneCall(phoneNumber)
|
917
|
+
},
|
918
|
+
reserve (idx) {
|
919
|
+
this.param = idx
|
920
|
+
this.showModal = true
|
921
|
+
},
|
922
|
+
search (args) {
|
923
|
+
this.model.rows = []
|
924
|
+
this.model.search(args.condition, args.model)
|
925
|
+
},
|
926
|
+
selfSearch () {
|
927
|
+
this.getPlanCount()
|
928
|
+
let condition = ''
|
929
|
+
if (this.$refs.paged.$refs.cri.model.f_residential_area) {
|
930
|
+
if (this.$refs.paged.$refs.cri.model.f_residential_area.toString().trim()) {
|
931
|
+
condition += ' and ti.f_residential_area = \'' + this.$refs.paged.$refs.cri.model.f_residential_area + '\''
|
932
|
+
}
|
933
|
+
}
|
934
|
+
if (this.$refs.paged.$refs.cri.model.f_building) {
|
935
|
+
if (this.$refs.paged.$refs.cri.model.f_building.toString().trim()) {
|
936
|
+
condition += ' and ti.f_building = \'' + this.$refs.paged.$refs.cri.model.f_building + '\''
|
937
|
+
}
|
938
|
+
}
|
939
|
+
if (this.$refs.paged.$refs.cri.model.f_unit) {
|
940
|
+
if (this.$refs.paged.$refs.cri.model.f_unit.toString().trim()) {
|
941
|
+
condition += ' and ti.f_unit = \'' + this.$refs.paged.$refs.cri.model.f_unit + '\''
|
942
|
+
}
|
943
|
+
}
|
944
|
+
if (this.$refs.paged.$refs.cri.model.f_plan_name) {
|
945
|
+
if (this.$refs.paged.$refs.cri.model.f_plan_name.toString().trim()) {
|
946
|
+
condition += ' and f_plan_name like \'%' + this.$refs.paged.$refs.cri.model.f_plan_name + '%\''
|
947
|
+
}
|
948
|
+
}
|
949
|
+
if (this.$refs.paged.$refs.cri.model.f_userinfo_code) {
|
950
|
+
if (this.$refs.paged.$refs.cri.model.f_userinfo_code.toString().trim()) {
|
951
|
+
condition += ' and ti.f_userinfo_code like \'%' + this.$refs.paged.$refs.cri.model.f_userinfo_code + '%\''
|
952
|
+
}
|
953
|
+
}
|
954
|
+
if (this.$refs.paged.$refs.cri.model.f_keyword) {
|
955
|
+
if (this.$refs.paged.$refs.cri.model.f_keyword.toString().trim()) {
|
956
|
+
condition += ' and ti.f_address like \'%' + this.$refs.paged.$refs.cri.model.f_keyword + '%\''
|
957
|
+
}
|
958
|
+
}
|
959
|
+
if (this.$refs.paged.$refs.cri.model.f_user_name) {
|
960
|
+
if (this.$refs.paged.$refs.cri.model.f_user_name.toString().trim()) {
|
961
|
+
condition += ' and ti.f_user_name like \'%' + this.$refs.paged.$refs.cri.model.f_user_name + '%\''
|
962
|
+
}
|
963
|
+
}
|
964
|
+
if (this.$refs.paged.$refs.cri.model.f_state[0]) {
|
965
|
+
if (this.$refs.paged.$refs.cri.model.f_state[0].toString().trim()) {
|
966
|
+
condition += ' and ti.f_state=\'' + this.$refs.paged.$refs.cri.model.f_state[0] + '\''
|
967
|
+
}
|
968
|
+
}
|
969
|
+
if (this.$refs.paged.$refs.cri.model.f_user_type[0]) {
|
970
|
+
if (this.$refs.paged.$refs.cri.model.f_user_type[0].toString().trim()) {
|
971
|
+
condition += ' and ti.f_user_type=\'' + this.$refs.paged.$refs.cri.model.f_user_type[0] + '\''
|
972
|
+
}
|
973
|
+
}
|
974
|
+
if (this.$refs.paged.$refs.cri.model.f_meter_no) {
|
975
|
+
if (this.$refs.paged.$refs.cri.model.f_meter_no.toString().trim()) {
|
976
|
+
condition += ' and tm.f_meter_no like \'%' + this.$refs.paged.$refs.cri.model.f_meter_no + '%\''
|
977
|
+
}
|
978
|
+
}
|
979
|
+
if (this.$refs.paged.$refs.cri.model.f_safecheck_type) {
|
980
|
+
if (this.$refs.paged.$refs.cri.model.f_safecheck_type.toString().trim()) {
|
981
|
+
condition += ' and ti.f_safecheck_type = \'' + this.$refs.paged.$refs.cri.model.f_safecheck_type + '\''
|
982
|
+
}
|
983
|
+
}
|
984
|
+
|
985
|
+
// if(this.$refs.paged.$refs.cri.model.f_flow_direction[0])
|
986
|
+
// condition += " and tm.f_flow_direction = '"+this.$refs.paged.$refs.cri.model.f_flow_direction[0]+"'"
|
987
|
+
console.log('condition ===> ' + condition)
|
988
|
+
this.model.search('((f_complete = \'\' or f_complete = null or f_complete = \'未完成\') or (f_state = \'未检\')) and ti.f_no_checkplan = \'有计划安检\'' + condition)
|
989
|
+
},
|
990
|
+
getNewOrder () {
|
991
|
+
HostApp.__this__ = this
|
992
|
+
HostApp.logicWithHint({
|
993
|
+
// logic别名,key必须为logic
|
994
|
+
'logic': 'SafeCheckServiceTimeOut',
|
995
|
+
// 回调执行方法名,key必须为callback
|
996
|
+
'callback': 'javascript:HostApp.__this__.getNewOrderCallBack()',
|
997
|
+
// logic执行需要的业务参数
|
998
|
+
'data': {params: ''},
|
999
|
+
// 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
|
1000
|
+
// 执行回调方法传入key为backresult
|
1001
|
+
// 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
|
1002
|
+
'backresult': 1
|
1003
|
+
})
|
1004
|
+
},
|
1005
|
+
getNewOrderCallBack () {
|
1006
|
+
this.selfSearch()
|
1007
|
+
this.getAllArea()
|
1008
|
+
this.getAllPlanName()
|
1009
|
+
},
|
1010
|
+
hidden () {
|
1011
|
+
this.criteriaShow = !this.criteriaShow
|
1012
|
+
},
|
1013
|
+
getAllArea () {
|
1014
|
+
this.residentialAreaOptions = []
|
1015
|
+
this.buildOptions = []
|
1016
|
+
this.unitOptions = []
|
1017
|
+
this.$refs.paged.$refs.cri.model.f_residential_area = ''
|
1018
|
+
this.$refs.paged.$refs.cri.model.f_building = ''
|
1019
|
+
this.$refs.paged.$refs.cri.model.f_unit = ''
|
1020
|
+
let criteria = {
|
1021
|
+
items: 'f_residential_area',
|
1022
|
+
tablename: 't_check_plan_item',
|
1023
|
+
condition: `f_residential_area IS NOT NULL AND f_residential_area != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检'))`,
|
1024
|
+
groupitem: 'f_residential_area'
|
1025
|
+
}
|
1026
|
+
let result = HostApp._executeTask({
|
1027
|
+
'type': 'sql',
|
1028
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1029
|
+
})
|
1030
|
+
console.log('result ===> ' + JSON.stringify(result))
|
1031
|
+
if (result.code == 200) {
|
1032
|
+
result.data.rows.forEach(item => this.residentialAreaOptions.push({
|
1033
|
+
label: item.f_residential_area,
|
1034
|
+
value: item.f_residential_area
|
1035
|
+
}))
|
1036
|
+
}
|
1037
|
+
console.log('this.residentialAreaOptions ===> ' + JSON.stringify(this.residentialAreaOptions))
|
1038
|
+
},
|
1039
|
+
getbuilds (f_residential_area) {
|
1040
|
+
console.log('f_residential_area ===> ' + JSON.stringify(f_residential_area))
|
1041
|
+
this.buildOptions = []
|
1042
|
+
this.unitOptions = []
|
1043
|
+
this.$refs.paged.$refs.cri.model.f_building = ''
|
1044
|
+
this.$refs.paged.$refs.cri.model.f_unit = ''
|
1045
|
+
if (!f_residential_area) {
|
1046
|
+
return
|
1047
|
+
}
|
1048
|
+
let criteria = {
|
1049
|
+
items: 'f_building',
|
1050
|
+
tablename: 't_check_plan_item',
|
1051
|
+
condition: `f_building IS NOT NULL AND f_building != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检')) AND f_residential_area = '${f_residential_area}'`,
|
1052
|
+
groupitem: 'f_building'
|
1053
|
+
}
|
1054
|
+
let result = HostApp._executeTask({
|
1055
|
+
'type': 'sql',
|
1056
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1057
|
+
})
|
1058
|
+
if (result.code == 200) {
|
1059
|
+
result.data.rows.forEach(item => this.buildOptions.push({label: item.f_building, value: item.f_building}))
|
1060
|
+
}
|
1061
|
+
console.log('this.buildOptions ===> ' + JSON.stringify(this.buildOptions))
|
1062
|
+
},
|
1063
|
+
getUnits (f_building) {
|
1064
|
+
f_building = f_building[0]
|
1065
|
+
console.log('f_building ===> ' + JSON.stringify(f_building))
|
1066
|
+
this.unitOptions = []
|
1067
|
+
this.$refs.paged.$refs.cri.model.f_unit = ''
|
1068
|
+
if (!f_building) {
|
1069
|
+
return
|
1070
|
+
}
|
1071
|
+
let criteria = {
|
1072
|
+
items: 'f_unit',
|
1073
|
+
tablename: 't_check_plan_item',
|
1074
|
+
condition: `f_unit IS NOT NULL AND f_unit != '' AND ((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检')) AND f_residential_area = '${this.$refs.paged.$refs.cri.model.f_residential_area}' AND f_building = '${f_building}'`,
|
1075
|
+
groupitem: 'f_unit'
|
1076
|
+
}
|
1077
|
+
let result = HostApp._executeTask({
|
1078
|
+
'type': 'sql',
|
1079
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1080
|
+
})
|
1081
|
+
if (result.code == 200) {
|
1082
|
+
result.data.rows.forEach(item => this.unitOptions.push({label: item.f_unit, value: item.f_unit}))
|
1083
|
+
}
|
1084
|
+
console.log('this.unitOptions ===> ' + JSON.stringify(this.unitOptions))
|
1085
|
+
},
|
1086
|
+
getPlanCount () {
|
1087
|
+
this.upcomingCount = 0
|
1088
|
+
this.tempSaveCount = 0
|
1089
|
+
this.doneCount = 0
|
1090
|
+
this.allPlanCount = 0
|
1091
|
+
let criteria = {
|
1092
|
+
items: 'count(id) count',
|
1093
|
+
tablename: 't_check_plan_item',
|
1094
|
+
condition: `f_state = '未检'`,
|
1095
|
+
groupitem: 'f_state'
|
1096
|
+
}
|
1097
|
+
let result = HostApp._executeTask({
|
1098
|
+
'type': 'sql',
|
1099
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1100
|
+
})
|
1101
|
+
if (result.code && result.code == 200) {
|
1102
|
+
if (result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
|
1103
|
+
this.upcomingCount = result.data.rows[0].count
|
1104
|
+
}
|
1105
|
+
}
|
1106
|
+
criteria = {
|
1107
|
+
items: 'count(id) count',
|
1108
|
+
tablename: 't_check_plan_item',
|
1109
|
+
condition: `(f_complete = '' or f_complete = null or f_complete = '未完成') AND f_state = '已检'`,
|
1110
|
+
groupitem: 'f_state'
|
1111
|
+
}
|
1112
|
+
result = HostApp._executeTask({
|
1113
|
+
'type': 'sql',
|
1114
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1115
|
+
})
|
1116
|
+
if (result.code && result.code == 200) {
|
1117
|
+
if (result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
|
1118
|
+
this.tempSaveCount = result.data.rows[0].count
|
1119
|
+
}
|
1120
|
+
}
|
1121
|
+
criteria = {
|
1122
|
+
items: 'count(id) count',
|
1123
|
+
tablename: 't_check_plan_item',
|
1124
|
+
condition: `f_complete = '已完成' AND f_state = '已检'`,
|
1125
|
+
groupitem: 'f_state'
|
1126
|
+
}
|
1127
|
+
result = HostApp._executeTask({
|
1128
|
+
'type': 'sql',
|
1129
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1130
|
+
})
|
1131
|
+
if (result.code && result.code == 200) {
|
1132
|
+
if (result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
|
1133
|
+
this.doneCount = result.data.rows[0].count
|
1134
|
+
}
|
1135
|
+
}
|
1136
|
+
this.allPlanCount = this.upcomingCount + this.tempSaveCount + this.doneCount
|
1137
|
+
|
1138
|
+
console.log('this.upcomingCount ===> ' + this.upcomingCount)
|
1139
|
+
console.log('this.tempSaveCount ===> ' + this.tempSaveCount)
|
1140
|
+
console.log('this.doneCount ===> ' + this.doneCount)
|
1141
|
+
console.log('this.allPlanCount ===> ' + this.allPlanCount)
|
1142
|
+
},
|
1143
|
+
getAllPlanName () {
|
1144
|
+
this.planNameOptions = []
|
1145
|
+
this.$refs.paged.$refs.cri.model.f_plan_name = ''
|
1146
|
+
let criteria = {
|
1147
|
+
items: 'f_plan_name',
|
1148
|
+
tablename: 't_check_plan',
|
1149
|
+
condition: `f_plan_name IS NOT NULL AND f_plan_name != ''`,
|
1150
|
+
groupitem: 'f_plan_name'
|
1151
|
+
}
|
1152
|
+
let result = HostApp._executeTask({
|
1153
|
+
'type': 'sql',
|
1154
|
+
'data': {'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}
|
1155
|
+
})
|
1156
|
+
console.log('result ===> ' + JSON.stringify(result))
|
1157
|
+
if (result.code == 200) {
|
1158
|
+
result.data.rows.forEach(item => this.planNameOptions.push({label: item.f_plan_name, value: item.f_plan_name}))
|
1159
|
+
}
|
1160
|
+
console.log('this.planNameOptions ===> ' + JSON.stringify(this.planNameOptions))
|
1161
|
+
},
|
1162
|
+
setPlanParam (detailsType, event) {
|
1163
|
+
if (event.srcElement.checked) {
|
1164
|
+
this.planparam.push(detailsType)
|
1165
|
+
} else {
|
1166
|
+
if (this.planparam.length > 0) {
|
1167
|
+
let planid = this.planparam.findIndex((value) => {
|
1168
|
+
return value === detailsType
|
1169
|
+
})
|
1170
|
+
this.planparam.splice(planid, 1)
|
1171
|
+
}
|
1172
|
+
}
|
1173
|
+
},
|
1174
|
+
selcheckAll (event) {
|
1175
|
+
if (event.srcElement.checked) {
|
1176
|
+
const ids = [];
|
1177
|
+
for (const row of this.$refs.paged.model.rows) {
|
1178
|
+
ids.push(row.id)
|
1179
|
+
}
|
1180
|
+
this.planparam = [...this.planparam, ...ids]
|
1181
|
+
} else {
|
1182
|
+
if (this.planparam.length > 0 && this.$refs.paged.model.rows.length > 0) {
|
1183
|
+
for (const planparamElement of this.$refs.paged.model.rows) {
|
1184
|
+
const planid = this.planparam.findIndex((value) => {
|
1185
|
+
return value === planparamElement.id
|
1186
|
+
})
|
1187
|
+
this.planparam.splice(planid, 1)
|
1188
|
+
}
|
1189
|
+
}
|
1190
|
+
}
|
1191
|
+
}
|
1192
|
+
}
|
1193
|
+
}
|
1194
|
+
</script>
|