safecheck-client 3.1.1-gaomi-7 → 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-shaoguan → 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/{SafePlanrongcheng → 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/{SafePlan-liaoyuan → 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 +45 -89
- 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 +244 -239
- 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/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/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
package/src/{filiale/wuan/android/CurrentCreate.vue → components/android/DailyworkloadQuery.vue}
RENAMED
@@ -53,10 +53,10 @@
|
|
53
53
|
border: 1px solid #499EDF;
|
54
54
|
}
|
55
55
|
|
56
|
-
.button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("
|
57
|
-
.button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("
|
58
|
-
.button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("
|
59
|
-
.button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("
|
56
|
+
.button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("../../../static/newStyle/stretch_top.png")}
|
57
|
+
.button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("../../../static/newStyle/stretch_bottom.png")}
|
58
|
+
.button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("../../../static/newStyle/stretch_left.png")}
|
59
|
+
.button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("../../../static/newStyle/stretch_right.png")}
|
60
60
|
</style>
|
61
61
|
|
62
62
|
<template>
|
@@ -66,78 +66,74 @@
|
|
66
66
|
<div partial>
|
67
67
|
<form>
|
68
68
|
<div class="row app-row">
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
v-model="model.f_building"
|
87
|
-
condition="ti.f_building = '{}'"
|
88
|
-
@change="$parent.$parent.getUnits"
|
89
|
-
close-on-select clear-button>
|
90
|
-
</v-select>
|
91
|
-
<!--单元-->
|
92
|
-
<v-select :value.sync="model.f_unit"
|
93
|
-
class="input-font"
|
94
|
-
:options='$parent.$parent.unitOptions'
|
95
|
-
placeholder='单元'
|
96
|
-
:width="'32.5%'"
|
97
|
-
v-model="model.f_unit"
|
98
|
-
condition="ti.f_unit = '{}'"
|
99
|
-
close-on-select clear-button>
|
100
|
-
</v-select>
|
69
|
+
<div class="col-xs-4">
|
70
|
+
<img src="../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
71
|
+
<label class="font text-left">用户姓名:</label>
|
72
|
+
</div>
|
73
|
+
<div class="col-xs-8" >
|
74
|
+
<input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'" />
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
<div class="row app-row">
|
78
|
+
<div class="col-xs-4">
|
79
|
+
<img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
80
|
+
<label for="f_userinfo_code" class="font text-left">用户编号:</label>
|
81
|
+
</div>
|
82
|
+
<div class="col-xs-8" >
|
83
|
+
<input id="f_userinfo_code" class="search_input input-font"
|
84
|
+
v-model=model.f_userinfo_code condition="f_userinfo_code = '%{}%'" />
|
85
|
+
</div>
|
101
86
|
</div>
|
102
87
|
<div class="row app-row" >
|
103
88
|
<div class="col-xs-4">
|
104
|
-
<img src="
|
105
|
-
<label
|
89
|
+
<img src="../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
90
|
+
<label class="font text-left">用户地址:</label>
|
106
91
|
</div>
|
107
92
|
<div class="col-xs-8" >
|
108
93
|
<input class="search_input input-font"
|
109
|
-
v-model=model.
|
94
|
+
v-model=model.f_address condition="f_address like '%{}%'" />
|
110
95
|
</div>
|
111
96
|
</div>
|
112
|
-
|
113
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
97
|
+
<div class="row app-row">
|
114
98
|
<div class="col-xs-4">
|
115
|
-
<img src="
|
116
|
-
<label for="
|
99
|
+
<img src="../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
100
|
+
<label for="f_state" class="font text-left">起始时间:</label>
|
117
101
|
</div>
|
118
|
-
<
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
102
|
+
<datepicker id="f_start_date"
|
103
|
+
placeholder= '起始时间'
|
104
|
+
:value.sync="model.f_start_date"
|
105
|
+
:disabled-days-of-Week="[]"
|
106
|
+
v-model="model.f_start_date"
|
107
|
+
class="input-font"
|
108
|
+
:format="'yyyy-MM-dd 00:00:000'"
|
109
|
+
:show-reset-button="reset" readonly="readonly">
|
110
|
+
</datepicker>
|
111
|
+
</div>
|
112
|
+
<div class="row app-row">
|
113
|
+
<div class="col-xs-4">
|
114
|
+
<img src="../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
115
|
+
<label for="f_state" class="font text-left">结束时间:</label>
|
116
|
+
</div>
|
117
|
+
<datepicker id="f_end_date"
|
118
|
+
placeholder= '结束时间'
|
119
|
+
:value.sync="model.f_end_date"
|
120
|
+
:disabled-days-of-Week="[]"
|
121
|
+
v-model="model.f_end_date"
|
122
|
+
class="input-font"
|
123
|
+
:format="'yyyy-MM-dd 23:59:000'"
|
124
|
+
:show-reset-button="reset" readonly="readonly">
|
125
|
+
</datepicker>
|
129
126
|
</div>
|
130
|
-
|
131
127
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
132
128
|
<div class="col-xs-4">
|
133
|
-
<img src="
|
134
|
-
<label for="f_state" class="font text-left"
|
129
|
+
<img src="../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
130
|
+
<label for="f_state" class="font text-left">安检结果:</label>
|
135
131
|
</div>
|
136
132
|
<v-select id="f_state"
|
137
133
|
:value.sync="model.f_state"
|
138
134
|
class="input-font"
|
139
135
|
:options='$parent.$parent.check_states'
|
140
|
-
placeholder='
|
136
|
+
placeholder='安检结果'
|
141
137
|
:width="'60%'"
|
142
138
|
v-model="model.f_state"
|
143
139
|
condition="f_state='{}'"
|
@@ -147,59 +143,7 @@
|
|
147
143
|
|
148
144
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
149
145
|
<div class="col-xs-4">
|
150
|
-
<img src="
|
151
|
-
<label for="f_userinfo_code" class="font text-left">用户编号:</label>
|
152
|
-
</div>
|
153
|
-
<div class="col-xs-8" >
|
154
|
-
<input id="f_userinfo_code" class="search_input input-font"
|
155
|
-
v-model=model.f_userinfo_code condition="f_userinfo_code like '%{}%'" />
|
156
|
-
</div>
|
157
|
-
</div>
|
158
|
-
|
159
|
-
<!--<div class="row app-row">-->
|
160
|
-
<!--<div class="col-xs-4">-->
|
161
|
-
<!--<img src="../../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
162
|
-
<!--<label for="f_plan_year" class="font text-left">计划年份:</label>-->
|
163
|
-
<!--</div>-->
|
164
|
-
<!--<div class="col-xs-8" >-->
|
165
|
-
<!--<input id="f_plan_year" class="search_input input-font"-->
|
166
|
-
<!--v-model="model.f_plan_year" condition="f_plan_year = '{}'" />-->
|
167
|
-
<!--</div>-->
|
168
|
-
<!--</div>-->
|
169
|
-
<!--<div class="row app-row">-->
|
170
|
-
<!--<div class="col-xs-4">-->
|
171
|
-
<!--<img src="../../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
172
|
-
<!--<label for="f_plan_month" class="font text-left">计划月份:</label>-->
|
173
|
-
<!--</div>-->
|
174
|
-
<!--<div class="col-xs-8" >-->
|
175
|
-
<!--<input id="f_plan_month" class="search_input input-font"-->
|
176
|
-
<!--v-model="model.f_plan_month" condition="f_plan_month = '{}'" />-->
|
177
|
-
<!--</div>-->
|
178
|
-
<!--</div>-->
|
179
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
180
|
-
<div class="col-xs-4">
|
181
|
-
<img src="../../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
182
|
-
<label class="font text-left">用户姓名:</label>
|
183
|
-
</div>
|
184
|
-
<div class="col-xs-8" >
|
185
|
-
<input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'" />
|
186
|
-
</div>
|
187
|
-
</div>
|
188
|
-
|
189
|
-
|
190
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
191
|
-
<div class="col-xs-4">
|
192
|
-
<img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
193
|
-
<label class="font text-left">用户地址:</label>
|
194
|
-
</div>
|
195
|
-
<div class="col-xs-8" >
|
196
|
-
<input class="search_input input-font"
|
197
|
-
v-model=model.f_keyword condition="f_address like '%{}%'" />
|
198
|
-
</div>
|
199
|
-
</div>
|
200
|
-
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
201
|
-
<div class="col-xs-4">
|
202
|
-
<img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
146
|
+
<img src="../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
203
147
|
<label for="f_user_type" class="font text-left">用户类型:</label>
|
204
148
|
</div>
|
205
149
|
<v-select id="f_user_type" :value.sync="model.f_user_type" class="input-font"
|
@@ -208,58 +152,35 @@
|
|
208
152
|
v-model="model.f_user_type" condition="f_user_type='{}'" close-on-select clear-button></v-select>
|
209
153
|
</div>
|
210
154
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
211
|
-
<div class="col-xs-
|
212
|
-
<
|
155
|
+
<div class="col-xs-4">
|
156
|
+
<img src="../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
157
|
+
<label for="safechecktype" class="font text-left">安检类型:</label>
|
213
158
|
</div>
|
159
|
+
<v-select id="safechecktype" :value.sync="model.f_safecheck_type" class="input-font"
|
160
|
+
:width="'60%'"
|
161
|
+
:options='$parent.$parent.safechecktypes' placeholder='请选择安检类型'
|
162
|
+
v-model="model.f_safecheck_type" condition="f_safecheck_type ='{}'" close-on-select clear-button></v-select>
|
163
|
+
</div>
|
164
|
+
|
165
|
+
<div class="row text-center" style="margin-top: 20px;">
|
166
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="$parent.$parent.selfSearch">查询</button>
|
167
|
+
<div style="float: right;margin-right: 3% " class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
168
|
+
<!--<img style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">-->
|
169
|
+
</div>
|
170
|
+
<!--<div class="row app-row" >
|
214
171
|
<div class="col-xs-6" style="text-align: center">
|
215
|
-
<span class="font text-left"
|
172
|
+
<span class="font text-left">已检{{$parent.$parent.upcomingCount}}条</span>
|
216
173
|
</div>
|
217
174
|
<div class="col-xs-6" style="text-align: center">
|
218
|
-
<span class="font text-left"
|
175
|
+
<span class="font text-left">入户{{$parent.$parent.doneCount}}条</span>
|
219
176
|
</div>
|
220
177
|
<div class="col-xs-6" style="text-align: center">
|
221
|
-
<span class="font text-left"
|
178
|
+
<span class="font text-left">拒检{{$parent.$parent.tempSaveCount}}条</span>
|
222
179
|
</div>
|
223
|
-
|
224
|
-
|
225
|
-
<!--<div class="col-xs-4">-->
|
226
|
-
<!--<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
227
|
-
<!--<label class="font text-left">挂表方式:</label>-->
|
228
|
-
<!--</div>-->
|
229
|
-
<!--<div class="col-xs-8" >-->
|
230
|
-
<!--<v-select :value.sync="model.f_flow_direction"-->
|
231
|
-
<!--:options='$parent.$parent.flow_direction' placeholder='请选择挂表方式'-->
|
232
|
-
<!--v-model="model.f_flow_direction" condition="f_flow_direction='{}'" close-on-select clear-button></v-select>-->
|
233
|
-
<!--</div>-->
|
234
|
-
<!--</div>-->
|
235
|
-
<!--<div class="row app-row">-->
|
236
|
-
<!--<div class="col-xs-4">-->
|
237
|
-
<!--<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
238
|
-
<!--<label for="f_last_state" class="font text-left">安检状态:</label>-->
|
239
|
-
<!--</div>-->
|
240
|
-
<!--<div class="col-xs-8" >-->
|
241
|
-
<!--<v-select id="f_last_state" :value.sync="model.f_last_state" class="input-font"-->
|
242
|
-
<!--:options='$parent.$parent.last_check_states' placeholder='请选择安检状态'-->
|
243
|
-
<!--v-model="model.f_last_state" condition="f_last_check_state='{}'" close-on-select clear-button></v-select>-->
|
244
|
-
<!--</div>-->
|
245
|
-
<!--</div>-->
|
246
|
-
<!-- <div class="row app-row">
|
247
|
-
<div class="col-xs-4">
|
248
|
-
<img src="../../../assets/审核状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
249
|
-
<label for="f_approved" class="font text-left">审核状态:</label>
|
250
|
-
</div>
|
251
|
-
<div class="col-xs-8" >
|
252
|
-
<v-select id="f_approved" :value.sync="model.f_approved" class="input-font"
|
253
|
-
:options='$parent.$parent.verify_state' placeholder='请选择审核状态'
|
254
|
-
v-model="model.f_approved" condition="f_approved='{}'" close-on-select clear-button></v-select>
|
180
|
+
<div class="col-xs-6" style="text-align: center">
|
181
|
+
<span class="font text-left">到访不遇{{$parent.$parent.allPlanCount}}条</span>
|
255
182
|
</div>
|
256
183
|
</div>-->
|
257
|
-
<div class="row text-center" style="margin-top: 20px;">
|
258
|
-
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="$parent.$parent.selfSearch">查询</button>
|
259
|
-
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%; margin-left: 10px" @click="$parent.$parent.queryplanmany">转发</button>
|
260
|
-
<div style="float: right;margin-right: 3% " class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
261
|
-
<img style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="../../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
|
262
|
-
</div>
|
263
184
|
<div class="col-sm-12">
|
264
185
|
|
265
186
|
</div>
|
@@ -279,9 +200,6 @@
|
|
279
200
|
<div class="col-xs-12">
|
280
201
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
281
202
|
<p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p>
|
282
|
-
<p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right">
|
283
|
-
<input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"/>
|
284
|
-
</p>
|
285
203
|
</div>
|
286
204
|
<div class="col-xs-12">
|
287
205
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
|
@@ -289,21 +207,17 @@
|
|
289
207
|
</div>
|
290
208
|
<div class="col-xs-6">
|
291
209
|
<p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>
|
292
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.
|
210
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_check_type }}
|
293
211
|
</p>
|
294
212
|
</div>
|
295
|
-
<div class="col-xs-6">
|
296
|
-
<p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p>
|
297
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p>
|
298
|
-
</div>
|
299
213
|
<!-- <div class="col-xs-6">-->
|
300
214
|
<!-- <p class="panel-title col-xs-5 text-left font"><b>小区名称:</b></p>-->
|
301
215
|
<!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_residential_area }}</p>-->
|
302
216
|
<!-- </div>-->
|
303
217
|
<div class="col-xs-12">
|
304
218
|
<p class="panel-title text-left font" style="width: 23%;float: left"><b>用户电话:</b></p>
|
305
|
-
<p class="panel-title text-left input-font" style="width: 77%">{{ row.
|
306
|
-
|
219
|
+
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_user_phone }}
|
220
|
+
<!--<img src="../../assets/phone.png" style="width: 6%" v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone)'></img>-->
|
307
221
|
</p>
|
308
222
|
</div>
|
309
223
|
|
@@ -330,11 +244,11 @@
|
|
330
244
|
<!--</div>-->
|
331
245
|
<div class="col-xs-6">
|
332
246
|
<p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>
|
333
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.
|
247
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_entry_status }}</p>
|
334
248
|
</div>
|
335
249
|
<div class="col-xs-6">
|
336
|
-
<p class="panel-title col-xs-5 text-left font"><b
|
337
|
-
<p class="panel-title col-xs-7 text-left input-font">{{ row.
|
250
|
+
<p class="panel-title col-xs-5 text-left font"><b>上传时间:</b></p>
|
251
|
+
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_date }}</p>
|
338
252
|
</div>
|
339
253
|
<div class="col-xs-6">
|
340
254
|
<p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p>
|
@@ -344,11 +258,11 @@
|
|
344
258
|
<!--<p class="panel-title col-xs-5 text-left font"><b>送气期限:</b></p>-->
|
345
259
|
<!--<p class="panel-title col-xs-7 text-left input-font">{{timeSet(row.f_issue_time)}}</p>-->
|
346
260
|
<!--</div>-->
|
347
|
-
|
261
|
+
<!--<div class="col-xs-12">
|
348
262
|
<button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right" @click="$parent.$parent.$parent.inspect(row)">处理</button>
|
349
263
|
<button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right;margin-right:10px;" @click="$parent.$parent.$parent.queryplan(row.id)">转发</button>
|
350
|
-
|
351
|
-
</div
|
264
|
+
<!–<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>–>
|
265
|
+
</div>-->
|
352
266
|
<!-- <div class="row text-right" v-show="row.f_upload_state != '已传'" >-->
|
353
267
|
<!-- <button type="button" class="btn yybtn-color" v-on:click.stop.prevent='$parent.$parent.$parent.reserve($index)'>预约</button> -->
|
354
268
|
<!-- <button type="button" class="btn qxbtn-color" v-if ='row.f_prearranged_date'-->
|
@@ -374,7 +288,7 @@
|
|
374
288
|
</div>
|
375
289
|
</modal>
|
376
290
|
<!--<back-page :need-back='true' @flag="$back()"></back-page>-->
|
377
|
-
<modal :show.sync="showModal2" v-ref:modal>
|
291
|
+
<modal :show.sync="showModal2" v-ref:modal :backdrop="false">
|
378
292
|
<div slot="modal-header" class="modal-header">
|
379
293
|
<h4 class="modal-title">
|
380
294
|
选择计划
|
@@ -485,10 +399,10 @@
|
|
485
399
|
</template>
|
486
400
|
|
487
401
|
<script>
|
488
|
-
import LocalPagedList from '
|
402
|
+
import LocalPagedList from '../../plugins/LocalPagedList'
|
489
403
|
import Vue from 'vue'
|
490
404
|
import { PagedList,HttpResetClass } from 'vue-client'
|
491
|
-
import * as Util from '
|
405
|
+
import * as Util from '../Util'
|
492
406
|
import co from 'co'
|
493
407
|
let select = function * (self) {
|
494
408
|
let http = new HttpResetClass()
|
@@ -507,13 +421,13 @@
|
|
507
421
|
title: '无计划安检查询',
|
508
422
|
data() {
|
509
423
|
return {
|
510
|
-
f_filialeids
|
511
|
-
|
424
|
+
//f_filialeids:`('${Vue.user.orgid}')`,
|
425
|
+
f_filialeids:'',
|
512
426
|
planparam:[],
|
513
427
|
check:'',
|
514
428
|
plan:'',
|
515
|
-
planid:''
|
516
|
-
model:
|
429
|
+
planid:'',//http://ssl.odc.hk:8300
|
430
|
+
model:new PagedList( `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/Get_khrq`,20,{condition:'this.condition',f_filialeids:`'${Vue.user.orgid}'`,f_checker_id:`'${Vue.user.id}'`}),
|
517
431
|
showModal: false,
|
518
432
|
showModal2:false,
|
519
433
|
showModal3:false,
|
@@ -531,8 +445,9 @@
|
|
531
445
|
],
|
532
446
|
check_states: [
|
533
447
|
{label: '请选择安检状态', value: ''},
|
534
|
-
{label: '
|
535
|
-
{label: '
|
448
|
+
{label: '入户', value: '入户'},
|
449
|
+
{label: '到访不遇', value: '到访不遇'},
|
450
|
+
{label: '拒检', value: '拒检'}
|
536
451
|
],
|
537
452
|
last_check_states: [
|
538
453
|
{label: '请选择上次安检状态', value: ''},
|
@@ -551,6 +466,11 @@
|
|
551
466
|
{label: '民用', value: '民用'},
|
552
467
|
{label: '非民用', value: '非民用'},
|
553
468
|
],
|
469
|
+
safechecktypes: [
|
470
|
+
{label: '请选择安检类型', value: ''},
|
471
|
+
{label: '年度普检', value: '年度普检'},
|
472
|
+
{label: '散户安检', value: '散户安检'},
|
473
|
+
],
|
554
474
|
verify_state: [
|
555
475
|
{label: '请选择审核状态', value: ''},
|
556
476
|
{label: '未审核', value: '未审核'},
|
@@ -567,28 +487,13 @@
|
|
567
487
|
}
|
568
488
|
},
|
569
489
|
ready(){
|
570
|
-
this.getAllArea()
|
571
|
-
this.getAllPlanName()
|
490
|
+
/*this.getAllArea()
|
491
|
+
this.getAllPlanName()*/
|
492
|
+
let d=new Date()
|
493
|
+
this.$refs.paged.$refs.cri.model.f_start_date=`${Util.toStandardDateString()} 00:00:000`
|
572
494
|
this.selfSearch()
|
573
|
-
let gen = select(this)
|
574
|
-
co(gen)
|
575
|
-
},
|
576
|
-
mounted(){
|
577
|
-
console.log('66666监听返回事件')
|
578
|
-
if (window.history && window.history.pushState) {
|
579
|
-
history.pushState(null, null, document.URL);
|
580
|
-
window.addEventListener('popstate', this.fun, false);//false阻止默认事件
|
581
|
-
}
|
582
|
-
},
|
583
|
-
destroyed(){
|
584
|
-
console.log('页面销毁 取消监听')
|
585
|
-
window.removeEventListener('popstate', this.fun, false);//false阻止默认事件
|
586
495
|
},
|
587
496
|
methods: {
|
588
|
-
fun () {
|
589
|
-
console.log('111111111111')
|
590
|
-
console.log('监听手机返回')
|
591
|
-
},
|
592
497
|
iscancel(){
|
593
498
|
this.showModal2=false
|
594
499
|
this.showModal3=false
|
@@ -639,7 +544,7 @@
|
|
639
544
|
this.check=''
|
640
545
|
},
|
641
546
|
async okput(){
|
642
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
547
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/UpCheckPlanItem`, {data:{
|
643
548
|
|
644
549
|
condition:`it.id='`+this.needid+`'`,
|
645
550
|
f_plan_id:this.planid,
|
@@ -652,7 +557,7 @@
|
|
652
557
|
await this.getNewOrder()
|
653
558
|
},
|
654
559
|
async manyokput(){
|
655
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
560
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/UpCheckPlanItem`, {data:{
|
656
561
|
columnName:"it.id",
|
657
562
|
condition:"1=1",
|
658
563
|
f_plan_id:this.planid,
|
@@ -671,7 +576,7 @@
|
|
671
576
|
if (!this.check){
|
672
577
|
condition=`f_plan_name like '%`+this.plan+`%'`
|
673
578
|
}
|
674
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
579
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/预约计划下发`, {data:{
|
675
580
|
condition:condition,
|
676
581
|
f_filialeids:this.f_filialeids,
|
677
582
|
groupitem:'',
|
@@ -690,7 +595,7 @@
|
|
690
595
|
this.planoption[i]["selected"]=false
|
691
596
|
}
|
692
597
|
}
|
693
|
-
|
598
|
+
},
|
694
599
|
planclose(){
|
695
600
|
this.showModal2=false
|
696
601
|
this.showModal3=false
|
@@ -704,9 +609,10 @@
|
|
704
609
|
this.showModal3 = true
|
705
610
|
},
|
706
611
|
reload(){
|
707
|
-
this.getAllArea()
|
708
|
-
this.getAllPlanName()
|
709
|
-
this.selfSearch()
|
612
|
+
// this.getAllArea()
|
613
|
+
// this.getAllPlanName()
|
614
|
+
// this.selfSearch()
|
615
|
+
this.$refs.paged.loadPage(this.model.pageIndex)
|
710
616
|
},
|
711
617
|
cancelReserve (idx, id) {
|
712
618
|
if(Vue.android){
|
@@ -752,24 +658,24 @@
|
|
752
658
|
}
|
753
659
|
},
|
754
660
|
inspect(row) {
|
755
|
-
var _this = this
|
661
|
+
/*var _this = this
|
756
662
|
console.log('进入inspect')
|
757
663
|
if (row.f_upload_state == '未传' || (row.f_upload_state == '已传' && row.f_state == '未检' && row.f_no_checkplan != '无计划安检' ) ) {
|
758
|
-
_this.$resetpost(`${_this.$androidUtil.getProxyUrl()}/
|
664
|
+
_this.$resetpost(`${_this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/查询计划项表信息`, {data: {f_userid: row.f_userinfoid}}).then((response) => {
|
759
665
|
console.log(JSON.stringify(response))
|
760
666
|
row['f_plan_meters'] = response.data
|
761
667
|
var pardate = {
|
762
668
|
_this:_this,
|
763
|
-
title:'
|
669
|
+
title:'安检单',
|
764
670
|
safe:true
|
765
671
|
}
|
766
672
|
_this.$dispatch('gotoson',pardate)
|
767
673
|
console.log('进入safecheck-order-v')
|
768
|
-
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect'}, 'self', _this.reload)
|
674
|
+
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect', buttonState:true}, 'self', _this.reload)
|
769
675
|
})
|
770
676
|
}else(
|
771
677
|
this.$showMessage("该安检单已被上传!")
|
772
|
-
)
|
678
|
+
)*/
|
773
679
|
},
|
774
680
|
makeAPhoneCall(phoneNumber) {
|
775
681
|
this.$androidUtil.makeAPhoneCall(phoneNumber)
|
@@ -778,22 +684,62 @@
|
|
778
684
|
this.param = idx
|
779
685
|
this.showModal = true
|
780
686
|
},
|
781
|
-
search(args) {
|
687
|
+
/*search(args) {
|
782
688
|
this.model.rows = []
|
783
689
|
this.model.search(args.condition, args.model)
|
784
|
-
}
|
690
|
+
},*/
|
785
691
|
selfSearch () {
|
786
|
-
|
787
|
-
let condition =
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
if(this.$refs.paged.$refs.cri.model.
|
795
|
-
|
796
|
-
|
692
|
+
// this.getPlanCount()
|
693
|
+
//let condition = `f_filialeid='${Vue.user.orgid}' and f_checker_id='${Vue.user.id}' `
|
694
|
+
let condition = "1=1 "
|
695
|
+
if(this.$refs.paged.$refs.cri.model.f_user_name){
|
696
|
+
if(this.$refs.paged.$refs.cri.model.f_user_name.toString().trim()){
|
697
|
+
condition += " and f_user_name like '"+this.$refs.paged.$refs.cri.model.f_user_name+"%'"
|
698
|
+
}
|
699
|
+
}
|
700
|
+
if(this.$refs.paged.$refs.cri.model.f_userinfo_code){
|
701
|
+
if(this.$refs.paged.$refs.cri.model.f_userinfo_code.toString().trim()){
|
702
|
+
condition += " and f_userinfo_code = '"+this.$refs.paged.$refs.cri.model.f_userinfo_code+"'"
|
703
|
+
}
|
704
|
+
}
|
705
|
+
if(this.$refs.paged.$refs.cri.model.f_address){
|
706
|
+
if(this.$refs.paged.$refs.cri.model.f_address.toString().trim()){
|
707
|
+
condition += " and f_address like '%"+this.$refs.paged.$refs.cri.model.f_address+"%'"
|
708
|
+
}
|
709
|
+
}
|
710
|
+
if(this.$refs.paged.$refs.cri.model.f_start_date){
|
711
|
+
if(this.$refs.paged.$refs.cri.model.f_start_date.toString().trim()){
|
712
|
+
condition += " and f_offsite_time >= '"+this.$refs.paged.$refs.cri.model.f_start_date +"'"
|
713
|
+
}
|
714
|
+
}
|
715
|
+
if(this.$refs.paged.$refs.cri.model.f_end_date){
|
716
|
+
if(this.$refs.paged.$refs.cri.model.f_end_date.toString().trim()){
|
717
|
+
condition += " and f_offsite_time <= '"+this.$refs.paged.$refs.cri.model.f_end_date +"'"
|
718
|
+
}
|
719
|
+
}
|
720
|
+
if(this.$refs.paged.$refs.cri.model.f_state){
|
721
|
+
if(this.$refs.paged.$refs.cri.model.f_state.toString().trim()){
|
722
|
+
condition += " and f_entry_status = '"+this.$refs.paged.$refs.cri.model.f_state +"'"
|
723
|
+
}
|
724
|
+
}
|
725
|
+
if(this.$refs.paged.$refs.cri.model.f_user_type){
|
726
|
+
if(this.$refs.paged.$refs.cri.model.f_user_type.toString().trim()){
|
727
|
+
condition += " and f_check_type = '"+this.$refs.paged.$refs.cri.model.f_user_type +"'"
|
728
|
+
}
|
729
|
+
}
|
730
|
+
if(this.$refs.paged.$refs.cri.model.f_safecheck_type){
|
731
|
+
if(this.$refs.paged.$refs.cri.model.f_safecheck_type.toString().trim()){
|
732
|
+
condition += " and f_safecheck_type = '"+this.$refs.paged.$refs.cri.model.f_safecheck_type +"'"
|
733
|
+
}
|
734
|
+
}
|
735
|
+
/*
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
*/
|
742
|
+
/*// if(this.$refs.paged.$refs.cri.model.f_plan_year)
|
797
743
|
// condition += " and f_plan_year = '"+this.$refs.paged.$refs.cri.model.f_plan_year +"'"
|
798
744
|
// if(this.$refs.paged.$refs.cri.model.f_plan_month)
|
799
745
|
// condition += " and f_plan_month = '"+this.$refs.paged.$refs.cri.model.f_plan_month +"'"
|
@@ -811,25 +757,12 @@
|
|
811
757
|
condition += " and ti.f_user_type='"+this.$refs.paged.$refs.cri.model.f_user_type[0]+"'"
|
812
758
|
if(this.$refs.paged.$refs.cri.model.f_meter_no)
|
813
759
|
condition += " and tm.f_meter_no like '%"+this.$refs.paged.$refs.cri.model.f_meter_no+"%'"
|
760
|
+
if(this.$refs.paged.$refs.cri.model.f_safecheck_type)
|
761
|
+
condition += " and ti.f_safecheck_type = '"+this.$refs.paged.$refs.cri.model.f_meter_no+"'"*/
|
814
762
|
// if(this.$refs.paged.$refs.cri.model.f_flow_direction[0])
|
815
763
|
// condition += " and tm.f_flow_direction = '"+this.$refs.paged.$refs.cri.model.f_flow_direction[0]+"'"
|
816
764
|
console.log('condition ===> '+ condition)
|
817
|
-
this.model.search(
|
818
|
-
},
|
819
|
-
getNewOrder(){
|
820
|
-
HostApp.__this__ = this
|
821
|
-
HostApp.logicWithHint({
|
822
|
-
// logic别名,key必须为logic
|
823
|
-
'logic': 'SafeCheckServiceTimeOut',
|
824
|
-
// 回调执行方法名,key必须为callback
|
825
|
-
'callback': 'javascript:HostApp.__this__.getNewOrderCallBack()',
|
826
|
-
// logic执行需要的业务参数
|
827
|
-
'data': {params: ''},
|
828
|
-
// 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
|
829
|
-
// 执行回调方法传入key为backresult
|
830
|
-
// 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
|
831
|
-
'backresult': 1
|
832
|
-
})
|
765
|
+
this.model.search(condition)
|
833
766
|
},
|
834
767
|
getNewOrderCallBack() {
|
835
768
|
this.selfSearch()
|
@@ -838,147 +771,6 @@
|
|
838
771
|
},
|
839
772
|
hidden() {
|
840
773
|
this.criteriaShow = !this.criteriaShow
|
841
|
-
},
|
842
|
-
getAllArea(){
|
843
|
-
this.residentialAreaOptions = []
|
844
|
-
this.buildOptions = []
|
845
|
-
this.unitOptions = []
|
846
|
-
this.$refs.paged.$refs.cri.model.f_residential_area = ''
|
847
|
-
this.$refs.paged.$refs.cri.model.f_building = ''
|
848
|
-
this.$refs.paged.$refs.cri.model.f_unit = ''
|
849
|
-
let criteria = {
|
850
|
-
items: 'f_residential_area',
|
851
|
-
tablename: 't_check_plan_item',
|
852
|
-
condition: `f_residential_area IS NOT NULL AND f_residential_area != '' AND f_state <> '已检'`,
|
853
|
-
groupitem: 'f_residential_area'
|
854
|
-
}
|
855
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
856
|
-
console.log('result ===> ' + JSON.stringify(result))
|
857
|
-
if(result.code == 200){
|
858
|
-
result.data.rows.forEach(item => this.residentialAreaOptions.push({label:item.f_residential_area,value:item.f_residential_area}))
|
859
|
-
}
|
860
|
-
console.log('this.residentialAreaOptions ===> ' + JSON.stringify(this.residentialAreaOptions))
|
861
|
-
},
|
862
|
-
getbuilds(f_residential_area){
|
863
|
-
console.log('f_residential_area ===> ' + JSON.stringify(f_residential_area))
|
864
|
-
this.buildOptions = []
|
865
|
-
this.unitOptions = []
|
866
|
-
this.$refs.paged.$refs.cri.model.f_building = ''
|
867
|
-
this.$refs.paged.$refs.cri.model.f_unit = ''
|
868
|
-
if(!f_residential_area){
|
869
|
-
return
|
870
|
-
}
|
871
|
-
let criteria = {
|
872
|
-
items: 'f_building',
|
873
|
-
tablename: 't_check_plan_item',
|
874
|
-
condition: `f_building IS NOT NULL AND f_building != '' AND f_state <> '已检' AND f_residential_area = '${f_residential_area}'`,
|
875
|
-
groupitem: 'f_building'
|
876
|
-
}
|
877
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
878
|
-
if(result.code == 200){
|
879
|
-
result.data.rows.forEach(item => this.buildOptions.push({label:item.f_building,value:item.f_building}))
|
880
|
-
}
|
881
|
-
console.log('this.buildOptions ===> ' + JSON.stringify(this.buildOptions))
|
882
|
-
},
|
883
|
-
getUnits(f_building){
|
884
|
-
f_building = f_building[0]
|
885
|
-
console.log('f_building ===> ' + JSON.stringify(f_building))
|
886
|
-
this.unitOptions = []
|
887
|
-
this.$refs.paged.$refs.cri.model.f_unit = ''
|
888
|
-
if(!f_building){
|
889
|
-
return
|
890
|
-
}
|
891
|
-
let criteria = {
|
892
|
-
items: 'f_unit',
|
893
|
-
tablename: 't_check_plan_item',
|
894
|
-
condition: `f_unit IS NOT NULL AND f_unit != '' AND f_state <> '已检' AND f_residential_area = '${this.$refs.paged.$refs.cri.model.f_residential_area}' AND f_building = '${f_building}'`,
|
895
|
-
groupitem: 'f_unit'
|
896
|
-
}
|
897
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
898
|
-
if(result.code == 200){
|
899
|
-
result.data.rows.forEach(item => this.unitOptions.push({label:item.f_unit,value:item.f_unit}))
|
900
|
-
}
|
901
|
-
console.log('this.unitOptions ===> ' + JSON.stringify(this.unitOptions))
|
902
|
-
},
|
903
|
-
getPlanCount(){
|
904
|
-
this.upcomingCount = 0
|
905
|
-
this.tempSaveCount = 0
|
906
|
-
this.doneCount = 0
|
907
|
-
this.allPlanCount = 0
|
908
|
-
let criteria = {
|
909
|
-
items: 'count(id) count',
|
910
|
-
tablename: 't_check_plan_item',
|
911
|
-
condition: `f_state = '未检'`,
|
912
|
-
groupitem: 'f_state'
|
913
|
-
}
|
914
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
915
|
-
if(result.code && result.code == 200){
|
916
|
-
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
|
917
|
-
this.upcomingCount = result.data.rows[0].count
|
918
|
-
}
|
919
|
-
}
|
920
|
-
criteria = {
|
921
|
-
items: 'count(id) count',
|
922
|
-
tablename: 't_check_plan_item',
|
923
|
-
condition: `(f_complete = '' or f_complete = null or f_complete = '未完成') AND f_state = '已检'`,
|
924
|
-
groupitem: 'f_state'
|
925
|
-
}
|
926
|
-
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
927
|
-
if(result.code && result.code == 200){
|
928
|
-
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
|
929
|
-
this.tempSaveCount = result.data.rows[0].count
|
930
|
-
}
|
931
|
-
}
|
932
|
-
criteria = {
|
933
|
-
items: 'count(id) count',
|
934
|
-
tablename: 't_check_plan_item',
|
935
|
-
condition: `f_complete = '已完成' AND f_state = '已检'`,
|
936
|
-
groupitem: 'f_state'
|
937
|
-
}
|
938
|
-
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
939
|
-
if(result.code && result.code == 200){
|
940
|
-
if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
|
941
|
-
this.doneCount = result.data.rows[0].count
|
942
|
-
}
|
943
|
-
}
|
944
|
-
this.allPlanCount = this.upcomingCount + this.tempSaveCount + this.doneCount
|
945
|
-
|
946
|
-
console.log('this.upcomingCount ===> ' + this.upcomingCount)
|
947
|
-
console.log('this.tempSaveCount ===> ' + this.tempSaveCount)
|
948
|
-
console.log('this.doneCount ===> ' + this.doneCount)
|
949
|
-
console.log('this.allPlanCount ===> ' + this.allPlanCount)
|
950
|
-
},
|
951
|
-
getAllPlanName(){
|
952
|
-
this.planNameOptions = []
|
953
|
-
this.$refs.paged.$refs.cri.model.f_plan_name = ''
|
954
|
-
let criteria = {
|
955
|
-
items: 'f_plan_name',
|
956
|
-
tablename: 't_check_plan',
|
957
|
-
condition: `f_plan_name IS NOT NULL AND f_plan_name != ''`,
|
958
|
-
groupitem: 'f_plan_name'
|
959
|
-
}
|
960
|
-
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
961
|
-
console.log('result ===> ' + JSON.stringify(result))
|
962
|
-
if(result.code == 200){
|
963
|
-
result.data.rows.forEach(item => this.planNameOptions.push({label:item.f_plan_name,value:item.f_plan_name}))
|
964
|
-
}
|
965
|
-
console.log('this.planNameOptions ===> ' + JSON.stringify(this.planNameOptions))
|
966
|
-
},
|
967
|
-
setPlanParam(detailsType, event) {
|
968
|
-
if (event.srcElement.checked) {
|
969
|
-
this.planparam.push(detailsType)
|
970
|
-
console.log(this.planparam)
|
971
|
-
} else {
|
972
|
-
if(this.planparam.length>0){
|
973
|
-
let planid= this.planparam.findIndex((value) => {
|
974
|
-
return value === detailsType
|
975
|
-
})
|
976
|
-
this.planparam.splice(planid, 1)
|
977
|
-
console.log(this.planparam)
|
978
|
-
|
979
|
-
}
|
980
|
-
|
981
|
-
}
|
982
774
|
}
|
983
775
|
}
|
984
776
|
}
|