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
@@ -0,0 +1,1120 @@
|
|
1
|
+
<template>
|
2
|
+
<work-busy :is-busy="excessive"></work-busy>
|
3
|
+
<div style="height: 100%">
|
4
|
+
<div class="panel auto">
|
5
|
+
<div class="panel-heading" @click="selectVal('基本信息')" style="background-color: #ffffff">
|
6
|
+
<span class="spanboder">
|
7
|
+
<img src="../../../assets/person.png" style="width: 22px;margin-right: 8px;">基本信息
|
8
|
+
<img class="butt3" :src="imgback('基本信息')">
|
9
|
+
</span>
|
10
|
+
</div>
|
11
|
+
<div class="panel-body " id="upuserinfo_sel" v-show="headername=='基本信息'">
|
12
|
+
<div class="row auto" style="margin: 5px 0">
|
13
|
+
<label class="righttxt">用户编号:</label>
|
14
|
+
<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_userinfo_code" readonly/>
|
15
|
+
</div>
|
16
|
+
<div class="row auto" style="margin: 5px 0">
|
17
|
+
<label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt"
|
18
|
+
v-model="userinfo.baseinfo.base.f_user_name" readonly/>
|
19
|
+
</div>
|
20
|
+
<div class="row auto" style="margin: 5px 0">
|
21
|
+
<label class="righttxt">用户状态:</label><input type="text" class="form-control rightipt" readonly
|
22
|
+
v-model="userinfo.baseinfo.base.f_user_state"/>
|
23
|
+
</div>
|
24
|
+
<div class="row auto" style="margin: 5px 0">
|
25
|
+
<label class="righttxt">用户电话:</label><input type="text" class="form-control rightipt"
|
26
|
+
v-model="userinfo.baseinfo.base.f_user_phone"/>
|
27
|
+
</div>
|
28
|
+
<div class="row auto" style="margin: 5px 0">
|
29
|
+
<label class="righttxt">租户姓名:</label><input type="text" class="form-control rightipt"
|
30
|
+
v-model="userinfo.baseinfo.base.f_rent_name"/>
|
31
|
+
</div>
|
32
|
+
<div class="row auto" style="margin: 5px 0">
|
33
|
+
<label class="righttxt">租户电话:</label><input type="text" class="form-control rightipt"
|
34
|
+
v-model="userinfo.baseinfo.base.f_zuhu_phone"/>
|
35
|
+
</div>
|
36
|
+
<div class="row auto" style="margin: 5px 0">
|
37
|
+
<label class="righttxt">建档日期:</label><input type="text" class="form-control rightipt"
|
38
|
+
v-model="userinfo.baseinfo.base.f_createfile_date" readonly/>
|
39
|
+
</div>
|
40
|
+
<!-- <div class="row auto" style="margin: 5px 0">
|
41
|
+
<label class="righttxt">开户日期:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_open_date" readonly />
|
42
|
+
</div>-->
|
43
|
+
<div class="row auto" style="margin: 5px 0">
|
44
|
+
<label class="righttxt">地址类型:</label>
|
45
|
+
<div class="rightipt" style="display: flex;justify-content: space-around;margin-top: 5px">
|
46
|
+
<div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
|
47
|
+
id="phone_addressType1" value="普通地址"/><label style="font-weight: normal;padding-left: 2px"
|
48
|
+
for="phone_addressType1">普通地址</label></div>
|
49
|
+
<div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
|
50
|
+
id="phone_addressType2" value="特殊地址"/><label style="font-weight: normal;padding-left: 2px"
|
51
|
+
for="phone_addressType2">特殊地址</label></div>
|
52
|
+
</div>
|
53
|
+
<!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
|
54
|
+
<!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
|
55
|
+
<!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
|
56
|
+
:width="'60%'"
|
57
|
+
v-model="userinfo.addressinfo.f_iscity"
|
58
|
+
:options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single @change="area_change()"></v-select>-->
|
59
|
+
</div>
|
60
|
+
<div class="row auto" style="margin: 5px 0">
|
61
|
+
<label class="righttxt">地区类型:</label>
|
62
|
+
<!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
|
63
|
+
<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_iscity"/>
|
64
|
+
<!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
|
65
|
+
:width="'60%'"
|
66
|
+
:disabled="true"
|
67
|
+
v-model="userinfo.addressinfo.f_iscity"
|
68
|
+
:options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single ></v-select>-->
|
69
|
+
</div>
|
70
|
+
<div class="row auto" style="margin: 5px 0">
|
71
|
+
<label class="righttxt">省 市 区:</label>
|
72
|
+
<!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
|
73
|
+
<!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
|
74
|
+
<v-select :value.sync="selectPcd" class="input-font" style="margin-left: 5%;"
|
75
|
+
:width="'60%'"
|
76
|
+
v-model="selectPcd"
|
77
|
+
:options='pcds' placeholder='请选择省市区' close-on-select clear-button value-single
|
78
|
+
@change="pcd_change()"></v-select>
|
79
|
+
</div>
|
80
|
+
<div class="row auto" style="margin: 5px 0">
|
81
|
+
<label class="righttxt">街道名称:</label>
|
82
|
+
<!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_street" />-->
|
83
|
+
<v-select :value.sync="selectStreet" class="input-font" style="margin-left: 5%;"
|
84
|
+
:width="'60%'"
|
85
|
+
v-model="selectStreet"
|
86
|
+
:options='streets' placeholder='请选择街道' close-on-select clear-button value-single
|
87
|
+
@change="street_change()"></v-select>
|
88
|
+
</div>
|
89
|
+
<div class="row auto" style="margin: 5px 0">
|
90
|
+
<label class="righttxt">小区名称:</label>
|
91
|
+
<!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />-->
|
92
|
+
<v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
|
93
|
+
:width="'60%'"
|
94
|
+
v-model="selectArea"
|
95
|
+
:timeout="500"
|
96
|
+
@select-search="select_search"
|
97
|
+
:options='area' placeholder='请选择小区名称' close-on-select clear-button value-single
|
98
|
+
@change="area_change()"></v-select>
|
99
|
+
</div>
|
100
|
+
<!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
|
101
|
+
<label class="righttxt">集收单位:</label>
|
102
|
+
<!–<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />–>
|
103
|
+
<v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
|
104
|
+
:width="'60%'"
|
105
|
+
v-model="selectArea"
|
106
|
+
@select-search="select_search"
|
107
|
+
:options='area' placeholder='请选择集收单位' close-on-select clear-button value-single @change="area_changeTC()"></v-select>
|
108
|
+
</div>-->
|
109
|
+
<div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
|
110
|
+
<label class="righttxt">楼    号:</label><input type="text" @change="changeNewAddress"
|
111
|
+
class="form-control rightipt"
|
112
|
+
v-model="userinfo.addressinfo.f_building"/>
|
113
|
+
</div>
|
114
|
+
<div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
|
115
|
+
<label class="righttxt">单    元:</label><input type="text" @change="changeNewAddress"
|
116
|
+
class="form-control rightipt"
|
117
|
+
v-model="userinfo.addressinfo.f_unit"/>
|
118
|
+
</div>
|
119
|
+
<div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
|
120
|
+
<label class="righttxt">楼    层:</label><input type="text" @change="changeNewAddress"
|
121
|
+
class="form-control rightipt"
|
122
|
+
v-model="userinfo.addressinfo.f_floor"/>
|
123
|
+
</div>
|
124
|
+
<div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
|
125
|
+
<label class="righttxt">门 牌 号:</label><input type="text" @change="changeNewAddress"
|
126
|
+
class="form-control rightipt"
|
127
|
+
v-model="userinfo.addressinfo.f_room"/>
|
128
|
+
</div>
|
129
|
+
<div class="row auto" style="margin: 5px 0">
|
130
|
+
<label class="righttxt">详细地址:</label><input type="text" class="form-control rightipt" readonly
|
131
|
+
v-model="userinfo_old.addressinfo.f_address"/>
|
132
|
+
</div>
|
133
|
+
<div class="row auto" style="margin: 5px 0">
|
134
|
+
<label class="righttxt">新 地 址:</label>
|
135
|
+
<!--<input type="text" class="form-control rightipt" readonly v-model="getaddress()" />-->
|
136
|
+
<textarea :readonly="addressType=='普通地址'" class="form-control rightipt" : style="height: 80px"
|
137
|
+
v-model="userinfo.addressinfo.f_address"></textarea>
|
138
|
+
</div>
|
139
|
+
|
140
|
+
<!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
|
141
|
+
<label class="righttxt">新 地 址:</label><!–<input type="text" class="form-control rightipt" v-model="userinfo.addressinfo.f_address" />–>
|
142
|
+
<textarea class="form-control rightipt" style="height: 80px" v-model="getAddressTS"></textarea>
|
143
|
+
</div>-->
|
144
|
+
|
145
|
+
<div class="row auto" style="margin: 5px 0">
|
146
|
+
<label class="righttxt">备    注:</label><textarea class="form-control rightipt"
|
147
|
+
style="height: 150px"
|
148
|
+
v-model="userinfo.baseinfo.base.f_remark"></textarea>
|
149
|
+
<!--<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_remark" />-->
|
150
|
+
</div>
|
151
|
+
</div>
|
152
|
+
</div>
|
153
|
+
<div class="panel auto">
|
154
|
+
<div class="panel-heading" @click="selectVal('表具信息')" style="background-color: #ffffff">
|
155
|
+
<span class="spanboder">
|
156
|
+
<img src="../../../assets/person.png" style="width: 22px;margin-right: 8px;">表具信息
|
157
|
+
<img class="butt3" :src="imgback('表具信息')">
|
158
|
+
</span>
|
159
|
+
</div>
|
160
|
+
<div class="panel-body " v-show="headername=='表具信息'">
|
161
|
+
<div class="row auto" style="margin: 5px 0">
|
162
|
+
<label class="righttxt">表    号:</label>
|
163
|
+
<input type="text" :readonly="userinfo.meterinfo[0].f_meter_classify!='机表'" class="form-control rightipt"
|
164
|
+
style="width: 45%" v-model="userinfo.meterinfo[0].f_meternumber"/>
|
165
|
+
<button type="button"
|
166
|
+
:disabled="!(userinfo.meterinfo[0].f_meter_classify=='机表' || userinfo.meterinfo[0].f_meter_classify=='金额卡表' || userinfo.meterinfo[0].f_meter_classify=='气量卡表')"
|
167
|
+
name="button" class="btn btn-primary" style="width: 15%" @click="scan">扫码
|
168
|
+
</button>
|
169
|
+
</div>
|
170
|
+
|
171
|
+
<!--<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_meter_classify=='机表'">
|
172
|
+
<div class="auto">
|
173
|
+
<div class="panel" style="padding: 0px 15px 5px 10px;">
|
174
|
+
<div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
175
|
+
<div class="row" style="height: 240px;">
|
176
|
+
<div class="col-sm-4">
|
177
|
+
<img-self :src="f_meterno_path" alt="表号照片" width="150" height="200"></img-self>
|
178
|
+
</div>
|
179
|
+
</div>
|
180
|
+
<div class="row text-right div-photo" :class="style__">
|
181
|
+
<button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_meterno_path', '表号照片')">拍照</button>
|
182
|
+
<img src="../../../assets/remove.png" :class="style__" @click="delfile('f_meterno_path', this.f_meterno_path)" style="width: 25%;"></img>
|
183
|
+
</div>
|
184
|
+
</div>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
</div>-->
|
188
|
+
<!-- <div class="row auto" style="margin: 5px 0">
|
189
|
+
<label class="righttxt">通 气 人:</label>
|
190
|
+
<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_gas_person"/>
|
191
|
+
</div>
|
192
|
+
<div class="row auto" style="margin: 5px 0">
|
193
|
+
<label class="righttxt">通气时间:</label>
|
194
|
+
<datepicker class="rightipt"
|
195
|
+
:value.sync="userinfo.meterinfo[0].f_gas_date"
|
196
|
+
v-model="userinfo.meterinfo[0].f_gas_date"
|
197
|
+
:disabled-days-of-Week="[]"
|
198
|
+
:format="'yyyy-MM-dd'"
|
199
|
+
:show-reset-button="reset">
|
200
|
+
</datepicker>
|
201
|
+
</div>-->
|
202
|
+
<div class="row auto" style="margin: 5px 0" v-show="showBox">
|
203
|
+
<label class="righttxt">调 压 箱:</label>
|
204
|
+
<v-select class="rightipt"
|
205
|
+
:value.sync="userinfo.meterinfo[0].f_adjustable_id"
|
206
|
+
v-model="userinfo.meterinfo[0].f_adjustable_id"
|
207
|
+
placeholder='请选择'
|
208
|
+
:width='wid'
|
209
|
+
readonly
|
210
|
+
:options="boxOptions"
|
211
|
+
close-on-select value-single></v-select>
|
212
|
+
</div>
|
213
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
214
|
+
<!-- <label class="righttxt">是否直通:</label>-->
|
215
|
+
<!-- <v-select-->
|
216
|
+
<!-- :value.sync="userinfo.meterinfo[0].f_if_direct"-->
|
217
|
+
<!-- class="input-font"-->
|
218
|
+
<!-- style="margin-left: 5%;"-->
|
219
|
+
<!-- :width="'60%'"-->
|
220
|
+
<!-- v-model="userinfo.meterinfo[0].f_if_direct"-->
|
221
|
+
<!-- :options='directOptions'-->
|
222
|
+
<!-- placeholder='是否直通'-->
|
223
|
+
<!-- close-on-select-->
|
224
|
+
<!-- clear-button-->
|
225
|
+
<!-- value-single>-->
|
226
|
+
<!-- </v-select>-->
|
227
|
+
<!-- </div>-->
|
228
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
229
|
+
<!-- <label class="righttxt">表 封 号:</label>-->
|
230
|
+
<!-- <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_metertitles"/>-->
|
231
|
+
<!-- </div>-->
|
232
|
+
<div class="row auto" style="margin: 5px 0">
|
233
|
+
<label class="righttxt">表 位 置:</label>
|
234
|
+
<!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
|
235
|
+
<v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_position"
|
236
|
+
v-model="userinfo.meterinfo[0].f_position"
|
237
|
+
placeholder='请选择'
|
238
|
+
:width='wid'
|
239
|
+
readonly
|
240
|
+
:options="wz_types"
|
241
|
+
close-on-select value-single></v-select>
|
242
|
+
</div>
|
243
|
+
<div class="row auto" style="margin: 5px 0">
|
244
|
+
<label class="righttxt">表    向:</label>
|
245
|
+
<!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
|
246
|
+
<v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_aroundmeter"
|
247
|
+
v-model="userinfo.meterinfo[0].f_aroundmeter"
|
248
|
+
placeholder='请选择'
|
249
|
+
:width='wid'
|
250
|
+
readonly
|
251
|
+
:options="aroundmeters"
|
252
|
+
close-on-select value-single></v-select>
|
253
|
+
</div>
|
254
|
+
<div class="row auto" style="margin: 5px 0">
|
255
|
+
<label class="righttxt">气表类型:</label>
|
256
|
+
<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" readonly/>
|
257
|
+
</div>
|
258
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
259
|
+
<!-- <label class="righttxt">表前阀状态:</label>-->
|
260
|
+
<!-- <!–<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>–>-->
|
261
|
+
<!-- <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_bqf_state"-->
|
262
|
+
<!-- v-model="userinfo.meterinfo[0].f_bqf_state"-->
|
263
|
+
<!-- placeholder='请选择'-->
|
264
|
+
<!-- :width='wid'-->
|
265
|
+
<!-- readonly-->
|
266
|
+
<!-- :options="bqf_states"-->
|
267
|
+
<!-- close-on-select value-single></v-select>-->
|
268
|
+
<!-- </div>-->
|
269
|
+
<!-- <div class="row auto" style="margin: 5px 0">
|
270
|
+
<div style="display: flex;justify-content: center;">
|
271
|
+
<button v-if="userinfo.meterinfo[0].f_meter_classify=='机表'" class="col-sm-3 btn btn-primary" @click="upUserState()">机表关阀停用</button>
|
272
|
+
</div>
|
273
|
+
</div>-->
|
274
|
+
</div>
|
275
|
+
</div>
|
276
|
+
<!-- <div class="panel auto">-->
|
277
|
+
<!-- <div class="panel-heading" @click="selectVal('设备信息')" style="background-color: #ffffff">-->
|
278
|
+
|
279
|
+
<!-- <span class="spanboder"><img src="../../../assets/list.png" style="width: 22px;margin-right: 8px;">设备信息<img-->
|
280
|
+
<!-- class="butt3" :src="imgback('设备信息')"></span>-->
|
281
|
+
<!-- </div>-->
|
282
|
+
<!-- <div class="panel-body" v-show="headername=='设备信息'">-->
|
283
|
+
<!-- <div class="row" v-for="row in model"-->
|
284
|
+
<!-- style="border:2px solid #A2C2EB; border-top:10px solid #A2C2EB; box-shadow: #00b3ee;margin-bottom: 10px">-->
|
285
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
286
|
+
<!-- <label class="righttxt">设备类型:</label>-->
|
287
|
+
<!-- <!–<input type="text" class="form-control rightipt" readonly v-model="row.f_devices_type" />–>-->
|
288
|
+
<!-- <v-select class="rightipt" :value.sync="row.f_devices_type"-->
|
289
|
+
<!-- v-model="row.f_devices_type"-->
|
290
|
+
<!-- placeholder='请选择'-->
|
291
|
+
<!-- :width='wid'-->
|
292
|
+
<!-- readonly-->
|
293
|
+
<!-- :options="devices_types"-->
|
294
|
+
<!-- close-on-select value-single></v-select>-->
|
295
|
+
<!-- </div>-->
|
296
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
297
|
+
<!-- <label class="righttxt">设备品牌:</label>-->
|
298
|
+
<!-- <v-select class="rightipt" :value.sync="row.f_brand"-->
|
299
|
+
<!-- v-model="row.f_brand"-->
|
300
|
+
<!-- placeholder='请选择'-->
|
301
|
+
<!-- :width='wid'-->
|
302
|
+
<!-- readonly-->
|
303
|
+
<!-- :options="deviceBrandOption[row.f_devices_type]"-->
|
304
|
+
<!-- close-on-select value-single></v-select>-->
|
305
|
+
<!-- </div>-->
|
306
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
307
|
+
<!-- <label class="righttxt">设备型号:</label><input type="text" class="form-control rightipt"-->
|
308
|
+
<!-- v-model="row.f_devices_model"/>-->
|
309
|
+
<!-- </div>-->
|
310
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
311
|
+
<!-- <label class="righttxt">生产日期:</label>-->
|
312
|
+
<!-- <!–<input type="text" class="form-control rightipt" v-model="row.f_make_date" />–>-->
|
313
|
+
<!-- <datepicker class="rightipt"-->
|
314
|
+
<!-- :value.sync="row.f_make_date"-->
|
315
|
+
<!-- v-model="row.f_make_date"-->
|
316
|
+
<!-- :disabled-days-of-Week="[]"-->
|
317
|
+
<!-- :format="'yyyy-MM-dd'"-->
|
318
|
+
<!-- :show-reset-button="reset" readonly="readonly">-->
|
319
|
+
<!-- </datepicker>-->
|
320
|
+
<!-- </div>-->
|
321
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
322
|
+
<!-- <label class="righttxt">使用年限:</label><input type="number" class="form-control rightipt"-->
|
323
|
+
<!-- v-model="row.f_service_life"/>-->
|
324
|
+
<!-- </div>-->
|
325
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
326
|
+
<!-- <label class="righttxt">到期日期:</label>-->
|
327
|
+
<!-- <!–<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />–>-->
|
328
|
+
<!-- <datepicker class="rightipt"-->
|
329
|
+
<!-- :value.sync="row.f_expire_date"-->
|
330
|
+
<!-- v-model="row.f_expire_date"-->
|
331
|
+
<!-- :disabled-days-of-Week="[]"-->
|
332
|
+
<!-- :format="'yyyy-MM-dd'"-->
|
333
|
+
<!-- :show-reset-button="reset" readonly="readonly">-->
|
334
|
+
<!-- </datepicker>-->
|
335
|
+
<!-- </div>-->
|
336
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
337
|
+
<!-- <label class="righttxt">安 装 人:</label><input type="text" class="form-control rightipt"-->
|
338
|
+
<!-- v-model="row.f_input_person"/>-->
|
339
|
+
<!-- </div>-->
|
340
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
341
|
+
<!-- <label class="righttxt">安装日期:</label>-->
|
342
|
+
<!-- <!–<input type="text" class="form-control rightipt" v-model="row.f_input_date" />–>-->
|
343
|
+
<!-- <datepicker class="rightipt"-->
|
344
|
+
<!-- :value.sync="row.f_input_date"-->
|
345
|
+
<!-- v-model="row.f_input_date"-->
|
346
|
+
<!-- :disabled-days-of-Week="[]"-->
|
347
|
+
<!-- :format="'yyyy-MM-dd'"-->
|
348
|
+
<!-- :show-reset-button="reset" readonly="readonly">-->
|
349
|
+
<!-- </datepicker>-->
|
350
|
+
<!-- </div>-->
|
351
|
+
<!-- <div class="row auto" style="margin: 5px 0">-->
|
352
|
+
<!-- <label class="righttxt">设备数量:</label><input type="number" class="form-control rightipt"-->
|
353
|
+
<!-- v-model="row.f_devices_num"/>-->
|
354
|
+
<!-- </div>-->
|
355
|
+
<!-- <!–<div class="row auto" style="margin: 5px 0">-->
|
356
|
+
<!-- <label class="righttxt">管道类型:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_pipe_type" />-->
|
357
|
+
<!-- </div>–>-->
|
358
|
+
<!-- <!–<div class="row auto" style="margin: 5px 0">-->
|
359
|
+
<!-- <label class="righttxt">设备状态:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_userinfodevices_state" />-->
|
360
|
+
<!-- </div>–>-->
|
361
|
+
<!-- <!–<div class="row auto" style="margin: 5px 0">-->
|
362
|
+
<!-- <label class="righttxt">购买方式:</label><input type="text" class="form-control rightipt" readonly v-model="row.watchpurchase" />-->
|
363
|
+
<!-- </div>–>-->
|
364
|
+
<!-- <div style="display: flex;justify-content: center;margin-bottom: 3px"-->
|
365
|
+
<!-- v-if="$index>this.userinfo_old.devicesinfo.length-1 || this.userinfo_old.devicesinfo.length==0">-->
|
366
|
+
<!-- <button class="btn btn-warning" @click="delDevices($index)">删除设备</button>-->
|
367
|
+
<!-- </div>-->
|
368
|
+
<!-- </div>-->
|
369
|
+
<!-- <div style="display: flex;justify-content: space-around;">-->
|
370
|
+
<!-- <button class="col-sm-3 btn btn-primary" @click="addDevices($index)">新增设备</button>-->
|
371
|
+
<!-- </div>-->
|
372
|
+
<!-- </div>-->
|
373
|
+
<!-- </div>-->
|
374
|
+
<div class="panel auto">
|
375
|
+
<div class="panel-body">
|
376
|
+
<div style="display: flex;justify-content: center;">
|
377
|
+
<button class="col-sm-3 btn btn-primary" @click="editUserInfo()">上传</button>
|
378
|
+
</div>
|
379
|
+
</div>
|
380
|
+
</div>
|
381
|
+
</div>
|
382
|
+
</template>
|
383
|
+
|
384
|
+
<script>
|
385
|
+
import {HttpResetClass} from 'vue-client'
|
386
|
+
import * as Util from "../../../components/Util";
|
387
|
+
import Vue from 'vue'
|
388
|
+
|
389
|
+
export default {
|
390
|
+
title: '设备查看',
|
391
|
+
data() {
|
392
|
+
return {
|
393
|
+
model: [],
|
394
|
+
show: false,
|
395
|
+
row: Object,
|
396
|
+
userinfo: Object,
|
397
|
+
userinfo_old: Object,
|
398
|
+
wid: "60%",
|
399
|
+
aroundmeters: [],
|
400
|
+
devices_types: [],
|
401
|
+
pipe_types: [{label: '橡胶管', value: '橡胶管'}, {label: '波纹管', value: '波纹管'}, {label: '钢管', value: '钢管'}],
|
402
|
+
wz_types: [],
|
403
|
+
cityTypes: [{label: '市区', value: '市区'}, {label: '城镇', value: '城镇'}],
|
404
|
+
bqf_states: [{label: '开阀', value: '开阀'}, {label: '关阀', value: '关阀'}],
|
405
|
+
pcds: [],
|
406
|
+
streets: [],
|
407
|
+
update: false,
|
408
|
+
headername: '基本信息',
|
409
|
+
excessive: false,
|
410
|
+
area: [],
|
411
|
+
enable: false,
|
412
|
+
f_meterno_path: Vue.nopic,
|
413
|
+
selectArea: {id: ''},
|
414
|
+
selectPcd: {id: ''},
|
415
|
+
selectStreet: {id: ''},
|
416
|
+
changemeterno: false,//是否修改了机表表号
|
417
|
+
approveChange: false,//是否需要进行信息变更审核
|
418
|
+
newAddress: '',
|
419
|
+
addressType: '',
|
420
|
+
//需要审核的字段
|
421
|
+
checkField: {
|
422
|
+
checkUserinfoField: [
|
423
|
+
'f_user_name'
|
424
|
+
],
|
425
|
+
checkUserFilesField: [
|
426
|
+
'f_meternumber'
|
427
|
+
],
|
428
|
+
checkAddressField: [
|
429
|
+
'f_pcd_id',
|
430
|
+
'f_street_id',
|
431
|
+
'f_residential_area_id',
|
432
|
+
'f_building',
|
433
|
+
'f_unit',
|
434
|
+
'f_floor',
|
435
|
+
'f_room',
|
436
|
+
'f_slice_area',
|
437
|
+
'f_special',
|
438
|
+
'f_address'
|
439
|
+
],
|
440
|
+
},
|
441
|
+
boxOptions: [],
|
442
|
+
showBox: false,
|
443
|
+
directOptions: [{label: '是', value: '是'}, {label: '否', value: '否'}],
|
444
|
+
deviceBrandOption: {}
|
445
|
+
}
|
446
|
+
},
|
447
|
+
props: {
|
448
|
+
user: {
|
449
|
+
type: Object
|
450
|
+
},
|
451
|
+
f_userinfo_id: '',
|
452
|
+
f_source: ''
|
453
|
+
},
|
454
|
+
methods: {
|
455
|
+
scan() {
|
456
|
+
HostApp.__this__ = this,
|
457
|
+
HostApp.scanCode({callback: "javascript:HostApp.__this__.getCode();"})
|
458
|
+
},
|
459
|
+
getCode() {
|
460
|
+
var datapa = HostApp.getCode().data;
|
461
|
+
//tag
|
462
|
+
this.userinfo.meterinfo[0].f_meternumber = datapa
|
463
|
+
},
|
464
|
+
//数据检查
|
465
|
+
checkVal() {
|
466
|
+
//检查一些必要信息是否未填
|
467
|
+
this.approveChange = false
|
468
|
+
this.changemeterno = false
|
469
|
+
let checked = {ischeck: true, msg: ''}
|
470
|
+
//tag
|
471
|
+
//tag
|
472
|
+
//tag
|
473
|
+
if (!this.userinfo.baseinfo.base.f_user_name) {
|
474
|
+
checked = {ischeck: false, msg: '请输入用户名称!'}
|
475
|
+
}
|
476
|
+
if (!this.selectPcd.id) {
|
477
|
+
checked = {ischeck: false, msg: '请选择省市区!'}
|
478
|
+
}
|
479
|
+
if (!this.selectStreet.id) {
|
480
|
+
checked = {ischeck: false, msg: '请选择街道!'}
|
481
|
+
}
|
482
|
+
if (!this.userinfo.addressinfo.f_address) {
|
483
|
+
checked = {ischeck: false, msg: '新地址不能为空!'}
|
484
|
+
}
|
485
|
+
if (this.addressType == '普通地址') {
|
486
|
+
if (!this.selectArea.id) {
|
487
|
+
checked = {ischeck: false, msg: '请选择集收单位!'}
|
488
|
+
}
|
489
|
+
if (!this.userinfo.addressinfo.f_room) {
|
490
|
+
checked = {ischeck: false, msg: '新输入门牌号!'}
|
491
|
+
}
|
492
|
+
}
|
493
|
+
if (this.userinfo.meterinfo[0].f_meter_classify == '机表' && this.userinfo_old.meterinfo[0].f_meternumber) {
|
494
|
+
|
495
|
+
//tag
|
496
|
+
//tag
|
497
|
+
if (this.userinfo.meterinfo[0].f_meternumber) {
|
498
|
+
if (this.userinfo.meterinfo[0].f_meternumber != this.userinfo_old.meterinfo[0].f_meternumber) {
|
499
|
+
if (!this.f_meterno_path || this.f_meterno_path == Vue.nopic) {
|
500
|
+
checked = {ischeck: false, msg: '请拍摄表号照片!'}
|
501
|
+
} else {
|
502
|
+
//用来标识当前有修改机表表号,后台需要进行照片上传
|
503
|
+
this.changemeterno = true
|
504
|
+
}
|
505
|
+
}
|
506
|
+
} else {
|
507
|
+
checked = {ischeck: false, msg: '请输入表号!'}
|
508
|
+
}
|
509
|
+
}
|
510
|
+
//检查本次修改信息中是否包含需要审核的内容
|
511
|
+
for (let check in this.checkField) {
|
512
|
+
//tag
|
513
|
+
if (typeof check != 'function') {
|
514
|
+
for (let i = 0; i < this.checkField[check].length; i++) {
|
515
|
+
//tag
|
516
|
+
if (check == 'checkUserinfoField') {
|
517
|
+
//tag
|
518
|
+
//tag
|
519
|
+
if (this.userinfo.baseinfo.base[this.checkField[check][i]] != this.userinfo_old.baseinfo.base[this.checkField[check][i]]) {
|
520
|
+
//tag
|
521
|
+
this.approveChange = true
|
522
|
+
}
|
523
|
+
} else if (check == 'checkUserFilesField') {
|
524
|
+
//tag
|
525
|
+
//tag
|
526
|
+
if (this.userinfo.meterinfo[0][this.checkField[check][i]] != this.userinfo_old.meterinfo[0][this.checkField[check][i]]) {
|
527
|
+
//tag
|
528
|
+
this.approveChange = true
|
529
|
+
}
|
530
|
+
} else if (check == 'checkAddressField') {
|
531
|
+
//tag
|
532
|
+
//tag
|
533
|
+
if (this.userinfo.addressinfo[this.checkField[check][i]] != this.userinfo_old.addressinfo[this.checkField[check][i]]) {
|
534
|
+
//tag
|
535
|
+
this.approveChange = true
|
536
|
+
}
|
537
|
+
}
|
538
|
+
}
|
539
|
+
}
|
540
|
+
}
|
541
|
+
//tag
|
542
|
+
return checked
|
543
|
+
},
|
544
|
+
select_search(text) {
|
545
|
+
//tag
|
546
|
+
if (this.selectStreet.id) {
|
547
|
+
let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
|
548
|
+
new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
549
|
+
data: {
|
550
|
+
items: "*",
|
551
|
+
tablename: "t_area",
|
552
|
+
orderitem: "id",
|
553
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
|
554
|
+
}
|
555
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
556
|
+
//tag)
|
557
|
+
if (res.data.length > 0) {
|
558
|
+
this.area = []
|
559
|
+
res.data.forEach((result) => {
|
560
|
+
this.area.push({label: result.f_residential_area, value: result})
|
561
|
+
})
|
562
|
+
}
|
563
|
+
})
|
564
|
+
} else {
|
565
|
+
this.area = []
|
566
|
+
}
|
567
|
+
},
|
568
|
+
cameraCallBack(prop, fileName) {
|
569
|
+
HostApp.__this__.$set(prop, fileName + '?' + Math.random())
|
570
|
+
//tag
|
571
|
+
HostApp.__callback__ = null
|
572
|
+
HostApp.__this__ = null
|
573
|
+
},
|
574
|
+
takePic(prop, title) {
|
575
|
+
HostApp.__callback__ = this.cameraCallBack
|
576
|
+
HostApp.__this__ = this
|
577
|
+
//tag
|
578
|
+
let fileName
|
579
|
+
if (!this[prop] || this[prop].includes("nopic.png")) {
|
580
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
581
|
+
} else {
|
582
|
+
fileName = Util.getFileName(this[prop])
|
583
|
+
}
|
584
|
+
HostApp._open_a_page({
|
585
|
+
type: 'boomerang',
|
586
|
+
page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
|
587
|
+
param: {
|
588
|
+
file: fileName,
|
589
|
+
requestCode: 111,
|
590
|
+
callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
|
591
|
+
watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
|
592
|
+
}
|
593
|
+
})
|
594
|
+
},
|
595
|
+
delfile(prop, fileName) {
|
596
|
+
if (fileName == Vue.nopic)
|
597
|
+
return
|
598
|
+
else {
|
599
|
+
HostApp.delfile(fileName)
|
600
|
+
this[prop] = Vue.nopic
|
601
|
+
}
|
602
|
+
},
|
603
|
+
editUserInfo() {
|
604
|
+
let checked = this.checkVal()
|
605
|
+
if (!checked.ischeck) {
|
606
|
+
this.$showMessage(checked.msg)
|
607
|
+
return
|
608
|
+
}
|
609
|
+
this.$showMessage('确定是否修改上传用户信息?', ['confirm', 'cancel']).then((res) => {
|
610
|
+
if (res === 'confirm') {
|
611
|
+
let address = this.userinfo.addressinfo
|
612
|
+
address.f_filialeid = this.userinfo.addressinfo.f_filialeid
|
613
|
+
address.f_pcd = this.selectPcd.f_pcd
|
614
|
+
address.f_pcd_id = this.selectPcd.id
|
615
|
+
address.f_street = this.selectStreet.f_street
|
616
|
+
address.f_street_id = this.selectStreet.id
|
617
|
+
// address.f_slice_area = this.userinfo.addressinfo.f_slice_area
|
618
|
+
address.f_residential_area = this.userinfo.addressinfo.f_residential_area
|
619
|
+
address.f_residential_area_id = this.selectArea.id
|
620
|
+
address.f_room = this.userinfo.addressinfo.f_room
|
621
|
+
address.f_floor = this.userinfo.addressinfo.f_floor
|
622
|
+
address.f_unit = this.userinfo.addressinfo.f_unit
|
623
|
+
address.f_building = this.userinfo.addressinfo.f_building
|
624
|
+
address.f_address = this.userinfo.addressinfo.f_address
|
625
|
+
address.id = this.userinfo_old.addressinfo.id
|
626
|
+
address.oldid = this.userinfo_old.addressinfo.id
|
627
|
+
address.f_create_person= Vue.user.name
|
628
|
+
address.f_operatorid = Vue.user.id
|
629
|
+
address.f_orgid = Vue.user.orgid
|
630
|
+
address.f_orgname = Vue.user.orgs
|
631
|
+
address.f_depid = Vue.user.depids
|
632
|
+
address.f_depname = Vue.user.deps
|
633
|
+
address.f_operator = Vue.user.name
|
634
|
+
this.excessive = true
|
635
|
+
let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
|
636
|
+
//userinfoms.f_user_name=row.f_user_name
|
637
|
+
userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
|
638
|
+
userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
|
639
|
+
userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
|
640
|
+
userinfoms.f_operator_record = Vue.user.name
|
641
|
+
userinfoms.f_operatorid_record = Vue.user.id
|
642
|
+
userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
|
643
|
+
userinfoms.f_orgid_record = Vue.user.orgid
|
644
|
+
userinfoms.f_orgname_record = Vue.user.orgs
|
645
|
+
userinfoms.f_depid_record = Vue.user.depids
|
646
|
+
userinfoms.f_depname_record = Vue.user.deps
|
647
|
+
this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
|
648
|
+
this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
|
649
|
+
this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
|
650
|
+
this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
|
651
|
+
this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
|
652
|
+
this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
|
653
|
+
this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
|
654
|
+
this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
|
655
|
+
userinfoms.userfiles = []
|
656
|
+
this.userinfo_old.meterinfo[0].devicesinfo = this.model
|
657
|
+
userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
|
658
|
+
//tag)
|
659
|
+
new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/fileSave`, {
|
660
|
+
data: {
|
661
|
+
userinfo: userinfoms,
|
662
|
+
f_orgid:Vue.user.orgid,
|
663
|
+
modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
|
664
|
+
address: address
|
665
|
+
}
|
666
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res1) => {
|
667
|
+
if (res1.data.status == 200) {
|
668
|
+
this.$showMessage("修改用户信息成功!")
|
669
|
+
this.enable = true
|
670
|
+
}
|
671
|
+
this.excessive = false
|
672
|
+
}).catch((msg) => {
|
673
|
+
this.$showMessage("修改用户信息失败,请检查手机网络状况!")
|
674
|
+
this.excessive = false
|
675
|
+
})
|
676
|
+
|
677
|
+
}
|
678
|
+
})
|
679
|
+
},
|
680
|
+
imgback(header) {
|
681
|
+
if (this.headername == header) {
|
682
|
+
return require('../../../assets/xiangxia1.png')
|
683
|
+
} else {
|
684
|
+
return require('../../../assets/xiangyou1.png')
|
685
|
+
}
|
686
|
+
this.headername = header
|
687
|
+
},
|
688
|
+
selectVal(header) {
|
689
|
+
if (this.headername == header) {
|
690
|
+
this.headername = ''
|
691
|
+
} else {
|
692
|
+
this.headername = header
|
693
|
+
}
|
694
|
+
|
695
|
+
},
|
696
|
+
changeNewAddress() {
|
697
|
+
this.userinfo.addressinfo.f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
|
698
|
+
},
|
699
|
+
area_change() {
|
700
|
+
//tag
|
701
|
+
this.userinfo.addressinfo.f_residential_area = this.selectArea.f_residential_area
|
702
|
+
this.userinfo.addressinfo.f_residential_area_id = this.selectArea.id
|
703
|
+
this.userinfo.addressinfo.f_slice_area = this.selectArea.f_slice_area
|
704
|
+
this.changeNewAddress()
|
705
|
+
//this.userinfo.addressinfo.f_residential_area=this.f_residential_area.f_residential_area
|
706
|
+
},
|
707
|
+
async street_change() {
|
708
|
+
//tag
|
709
|
+
if (this.selectStreet.id) {
|
710
|
+
//如果街道改变--给街道赋值!
|
711
|
+
this.userinfo.addressinfo.f_street = this.selectStreet.f_street
|
712
|
+
this.userinfo.addressinfo.f_street_id = this.selectStreet.id
|
713
|
+
this.userinfo.addressinfo.f_iscity = this.selectStreet.f_iscity
|
714
|
+
//清空当前选中小区的值
|
715
|
+
this.userinfo.addressinfo.f_residential_area = ''
|
716
|
+
this.userinfo.addressinfo.f_residential_area_id = ''
|
717
|
+
this.userinfo.addressinfo.f_slice_area = ''
|
718
|
+
this.selectArea = {id: ''}
|
719
|
+
this.area = []
|
720
|
+
let pcdText = ` and f_street_id=${this.selectStreet.id}`
|
721
|
+
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
722
|
+
data: {
|
723
|
+
items: "*",
|
724
|
+
tablename: "t_area",
|
725
|
+
orderitem: "id",
|
726
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
|
727
|
+
}
|
728
|
+
}, {resolveMsg: null, rejectMsg: null})
|
729
|
+
////tag)
|
730
|
+
res.data.forEach((result) => {
|
731
|
+
this.area.push({label: result.f_residential_area, value: result})
|
732
|
+
})
|
733
|
+
} else {
|
734
|
+
this.area = []
|
735
|
+
}
|
736
|
+
|
737
|
+
this.changeNewAddress()
|
738
|
+
},
|
739
|
+
async pcd_change() {
|
740
|
+
//tag
|
741
|
+
if (this.selectPcd.id) {
|
742
|
+
//tag
|
743
|
+
//如果省市区改变-重新赋值
|
744
|
+
this.userinfo.addressinfo.f_pcd = this.selectPcd.f_pcd
|
745
|
+
this.userinfo.addressinfo.f_pcd_id = this.selectPcd.id
|
746
|
+
//清空 选中的街道和集收单位
|
747
|
+
this.selectStreet = {id: ''}
|
748
|
+
this.userinfo.addressinfo.f_street = ''
|
749
|
+
this.userinfo.addressinfo.f_street_id = ''
|
750
|
+
this.userinfo.addressinfo.f_iscity = ''
|
751
|
+
this.selectArea = {id: ''}
|
752
|
+
this.userinfo.addressinfo.f_residential_area = ''
|
753
|
+
this.userinfo.addressinfo.f_residential_area_id = ''
|
754
|
+
this.userinfo.addressinfo.f_slice_area = ''
|
755
|
+
this.streets = []
|
756
|
+
let pcdText = `and f_pcd_id=${this.selectPcd.id}`
|
757
|
+
let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
758
|
+
data: {
|
759
|
+
items: "*",
|
760
|
+
tablename: "t_street",
|
761
|
+
orderitem: "id",
|
762
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
763
|
+
}
|
764
|
+
}, {resolveMsg: null, rejectMsg: null})
|
765
|
+
streetlist.data.forEach((result) => {
|
766
|
+
this.streets.push({label: result.f_street, value: result})
|
767
|
+
})
|
768
|
+
} else {
|
769
|
+
this.streets = []
|
770
|
+
}
|
771
|
+
this.changeNewAddress()
|
772
|
+
},
|
773
|
+
upUserState() {
|
774
|
+
//tag)
|
775
|
+
if (this.userinfo.meterinfo[0].f_table_state == '正常') {
|
776
|
+
let data = {
|
777
|
+
f_userfiles_id: {
|
778
|
+
f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
|
779
|
+
f_table_state: '停用',
|
780
|
+
version: this.userinfo.meterinfo[0].version
|
781
|
+
},
|
782
|
+
f_userfile_id: this.userinfo.meterinfo[0].f_userfiles_id,
|
783
|
+
f_user_id: this.userinfo.meterinfo[0].f_user_id,
|
784
|
+
f_userinfo_id: this.userinfo.meterinfo[0].f_userinfo_id,
|
785
|
+
f_user_name: this.userinfo.baseinfo.base.f_user_name,
|
786
|
+
f_comments: '安检时发现问题关闭阀门',
|
787
|
+
f_othereason: '',
|
788
|
+
f_operat_type: '停用',
|
789
|
+
f_describe: `${Vue.user.name}对客户${this.userinfo.baseinfo.base.f_user_name}进行表具停用操作`,
|
790
|
+
f_state: '有效',
|
791
|
+
f_operator: Vue.user.name,//${Vue.$login.f.name}
|
792
|
+
f_operatorid: Vue.user.id,
|
793
|
+
f_orgid: Vue.user.orgid,
|
794
|
+
f_orgname: Vue.user.orgs,
|
795
|
+
f_depid: Vue.user.depids,
|
796
|
+
f_depname: Vue.user.deps,
|
797
|
+
f_zoneid: Vue.user.zoneid,
|
798
|
+
f_zones: Vue.user.zones
|
799
|
+
}
|
800
|
+
new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/entity/t_disable`,
|
801
|
+
data, {resolveMsg: null, rejectMsg: null}).then((row) => {
|
802
|
+
this.$showMessage('已成功关阀停气!')
|
803
|
+
this.userinfo.meterinfo[0].f_table_state = '停用'
|
804
|
+
})
|
805
|
+
} else {
|
806
|
+
this.$showMessage('该用户已被关阀停用,请勿重复操作!')
|
807
|
+
}
|
808
|
+
|
809
|
+
},
|
810
|
+
addDevices() {
|
811
|
+
//Vue.user.name
|
812
|
+
let obj = {
|
813
|
+
"f_operator": Vue.user.name,
|
814
|
+
"f_picture": null,
|
815
|
+
"f_pipe_type": null,
|
816
|
+
"f_pipeinstall_date": null,
|
817
|
+
"f_pipe_connection": null,
|
818
|
+
"f_expire_date": null,
|
819
|
+
"f_pipeexpire_date": null,
|
820
|
+
"f_comments": null,
|
821
|
+
"f_operate_date": Util.toStandardTimeString(),
|
822
|
+
"f_operatorid": Vue.user.id,
|
823
|
+
"f_devices_num": null,
|
824
|
+
"f_process_id": null,
|
825
|
+
"f_devices_type": null,
|
826
|
+
"f_make_date": null,
|
827
|
+
"f_input_date": null,
|
828
|
+
"f_state": "有效",
|
829
|
+
"f_brand": null,
|
830
|
+
"f_devices_model": null,
|
831
|
+
"f_devices_no": null,
|
832
|
+
"img": {"content": null, "filename": null}
|
833
|
+
}
|
834
|
+
this.model.push(obj)
|
835
|
+
},
|
836
|
+
delDevices(idx) {
|
837
|
+
//tag
|
838
|
+
this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
|
839
|
+
if (res === 'confirm') {
|
840
|
+
this.model.splice(idx, 1)
|
841
|
+
}
|
842
|
+
})
|
843
|
+
},
|
844
|
+
async getAreaList(text) {
|
845
|
+
if (this.selectStreet.id) {
|
846
|
+
this.area = []
|
847
|
+
let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
|
848
|
+
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
849
|
+
data: {
|
850
|
+
items: "*",
|
851
|
+
tablename: "t_area",
|
852
|
+
orderitem: "id",
|
853
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
854
|
+
}
|
855
|
+
}, {resolveMsg: null, rejectMsg: null})
|
856
|
+
////tag)
|
857
|
+
res.data.forEach((result) => {
|
858
|
+
this.area.push({label: result.f_residential_area, value: result})
|
859
|
+
})
|
860
|
+
//tag
|
861
|
+
this.area.push({
|
862
|
+
label: this.userinfo.addressinfo.f_residential_area,
|
863
|
+
value: {
|
864
|
+
id: this.userinfo.addressinfo.f_residential_area_id,
|
865
|
+
f_residential_area: this.userinfo.addressinfo.f_residential_area
|
866
|
+
}
|
867
|
+
})
|
868
|
+
} else {
|
869
|
+
this.area = []
|
870
|
+
}
|
871
|
+
|
872
|
+
},
|
873
|
+
async getStreetList() {
|
874
|
+
if (this.selectPcd.id) {
|
875
|
+
//tag
|
876
|
+
this.streets = []
|
877
|
+
let pcdText = `and f_pcd_id=${this.selectPcd.id}`
|
878
|
+
let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
879
|
+
data: {
|
880
|
+
items: "*",
|
881
|
+
tablename: "t_street",
|
882
|
+
orderitem: "id",
|
883
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
884
|
+
}
|
885
|
+
}, {resolveMsg: null, rejectMsg: null})
|
886
|
+
streetlist.data.forEach((result) => {
|
887
|
+
//如果第一次进来有地址id 就拿下地址区域
|
888
|
+
if (this.selectStreet.id && this.selectStreet.id == result.id) {
|
889
|
+
//tag)
|
890
|
+
this.userinfo.addressinfo.f_iscity = result.f_iscity
|
891
|
+
}
|
892
|
+
this.streets.push({label: result.f_street, value: result})
|
893
|
+
})
|
894
|
+
} else {
|
895
|
+
this.streets = []
|
896
|
+
}
|
897
|
+
},
|
898
|
+
changeAddressType(val) {
|
899
|
+
//tag
|
900
|
+
if (this.addressType == '普通地址') {
|
901
|
+
this.userinfo.addressinfo.f_special = null
|
902
|
+
} else if (this.addressType == '特殊地址') {
|
903
|
+
this.userinfo.addressinfo.f_special = 1
|
904
|
+
this.userinfo.addressinfo.f_building = null
|
905
|
+
this.userinfo.addressinfo.f_unit = null
|
906
|
+
this.userinfo.addressinfo.f_floor = null
|
907
|
+
this.userinfo.addressinfo.f_room = null
|
908
|
+
}
|
909
|
+
this.changeNewAddress()
|
910
|
+
}
|
911
|
+
|
912
|
+
},
|
913
|
+
computed: {
|
914
|
+
getAddress() {
|
915
|
+
return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
|
916
|
+
(this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
|
917
|
+
(this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '') +
|
918
|
+
(this.userinfo.addressinfo.f_building ? this.userinfo.addressinfo.f_building + (this.userinfo.addressinfo.f_building_suffix ? this.userinfo.addressinfo.f_building_suffix : '') : '') +
|
919
|
+
(this.userinfo.addressinfo.f_unit ? this.userinfo.addressinfo.f_unit + (this.userinfo.addressinfo.f_unit_suffix ? this.userinfo.addressinfo.f_unit_suffix : '') : '') +
|
920
|
+
(this.userinfo.addressinfo.f_floor ? this.userinfo.addressinfo.f_floor + (this.userinfo.addressinfo.f_floor_suffix ? this.userinfo.addressinfo.f_floor_suffix : '') : '') +
|
921
|
+
(this.userinfo.addressinfo.f_room ? this.userinfo.addressinfo.f_room + (this.userinfo.addressinfo.f_room_suffix ? this.userinfo.addressinfo.f_room_suffix : '') : '')
|
922
|
+
},
|
923
|
+
getAddressTS() {
|
924
|
+
return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
|
925
|
+
(this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
|
926
|
+
(this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '')
|
927
|
+
}
|
928
|
+
},
|
929
|
+
watch: {
|
930
|
+
|
931
|
+
/*'selectPcd.id' (val) {
|
932
|
+
//tag
|
933
|
+
if(this.selectPcd.id){
|
934
|
+
this.getStreetList()
|
935
|
+
}
|
936
|
+
},
|
937
|
+
'selectStreet.id' (val) {
|
938
|
+
//tag
|
939
|
+
if(this.selectStreet.id){
|
940
|
+
this.getAreaList()
|
941
|
+
}
|
942
|
+
}*/
|
943
|
+
},
|
944
|
+
async ready() {
|
945
|
+
/*//tag)
|
946
|
+
|
947
|
+
//tag)
|
948
|
+
//tag)*/
|
949
|
+
//this.f_userinfo_id=1102260
|
950
|
+
//this.f_userinfo_id=1997541
|
951
|
+
if (!this.f_userinfo_id) {
|
952
|
+
this.$showMessage("未检测到用户!")
|
953
|
+
this.enable = true
|
954
|
+
return
|
955
|
+
}
|
956
|
+
try {
|
957
|
+
|
958
|
+
this.devices_types = Vue.$appdata.getParam('设备类型')
|
959
|
+
console.log('this.devices_types=', JSON.stringify(this.devices_types))
|
960
|
+
for (const devices_type of this.devices_types) {
|
961
|
+
console.log('Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)=', JSON.stringify(Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)))
|
962
|
+
this.deviceBrandOption[devices_type.label] = Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`) || []
|
963
|
+
}
|
964
|
+
console.log('this.deviceBrandOption=', JSON.stringify(this.deviceBrandOption))
|
965
|
+
this.wz_types = Vue.$appdata.getParam('安装位置')
|
966
|
+
this.aroundmeters = Vue.$appdata.getParam('左右表')
|
967
|
+
|
968
|
+
////tag)
|
969
|
+
this.excessive = true
|
970
|
+
//Vue.user.orgid ${this.f_userinfo_id} 10101 ${Vue.user.orgid}
|
971
|
+
|
972
|
+
let pcdlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
|
973
|
+
data: {
|
974
|
+
items: "*",
|
975
|
+
tablename: "t_pcd",
|
976
|
+
orderitem: "id",
|
977
|
+
condition: `f_orgid = '${Vue.user.orgid}'`
|
978
|
+
}
|
979
|
+
}, {resolveMsg: null, rejectMsg: null})
|
980
|
+
//tag)
|
981
|
+
pcdlist.data.forEach((result) => {
|
982
|
+
this.pcds.push({label: result.f_pcd, value: result})
|
983
|
+
})
|
984
|
+
////tag)
|
985
|
+
let res = await new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/filemanage_getFilesDetail`, {
|
986
|
+
//f_userinfo_code:'12381344',
|
987
|
+
f_userinfo_id: this.f_userinfo_id
|
988
|
+
}, {resolveMsg: null, rejectMsg: null})
|
989
|
+
//tag
|
990
|
+
//tag
|
991
|
+
this.userinfo = res.data
|
992
|
+
this.userinfo_old = JSON.parse(JSON.stringify(res.data))
|
993
|
+
this.model = this.userinfo.meterinfo[0].devicesinfo
|
994
|
+
this.selectArea.id = this.userinfo.addressinfo.f_residential_area_id
|
995
|
+
this.selectPcd.id = this.userinfo.addressinfo.f_pcd_id
|
996
|
+
this.selectPcd.f_pcd = this.userinfo.addressinfo.f_pcd
|
997
|
+
this.selectStreet.id = this.userinfo.addressinfo.f_street_id
|
998
|
+
this.selectStreet.f_street = this.userinfo.addressinfo.f_street
|
999
|
+
await this.getStreetList()
|
1000
|
+
await this.getAreaList()
|
1001
|
+
this.excessive = false
|
1002
|
+
this.addressType = this.userinfo.addressinfo.f_special == 1 ? '特殊地址' : '普通地址'
|
1003
|
+
//this.userinfo.addressinfo.f_special=1
|
1004
|
+
//tag
|
1005
|
+
} catch (e) {
|
1006
|
+
this.excessive = false
|
1007
|
+
this.enable = true
|
1008
|
+
this.$showMessage('获取用户信息出错,请检查网络状况!')
|
1009
|
+
}
|
1010
|
+
new HttpResetClass().load('get', `${this.$androidUtil.getProxyUrl()}/rs/vue/UserAddress.json`, {data: {}}, {
|
1011
|
+
resolveMsg: null,
|
1012
|
+
rejectMsg: null
|
1013
|
+
}).then((addressUnit) => {
|
1014
|
+
//tag
|
1015
|
+
//tag
|
1016
|
+
//tag
|
1017
|
+
//tag
|
1018
|
+
this.userinfo.addressinfo.f_building_suffix = addressUnit.data.f_building_suffix
|
1019
|
+
this.userinfo.addressinfo.f_unit_suffix = addressUnit.data.f_unit_suffix
|
1020
|
+
this.userinfo.addressinfo.f_floor_suffix = addressUnit.data.f_floor_suffix
|
1021
|
+
this.userinfo.addressinfo.f_room_suffix = addressUnit.data.f_room_suffix
|
1022
|
+
}).catch((msg) => {
|
1023
|
+
//tag)
|
1024
|
+
})
|
1025
|
+
this.showBox = this.$appdata.getSingleValue('档案审核是否显示调压箱') == '是'? true : false
|
1026
|
+
console.log(this.showBox)
|
1027
|
+
if (this.showBox) {
|
1028
|
+
// 获取调压箱
|
1029
|
+
new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/sql/adjustableboxQuery`, {data: {condition: '1 = 1'}}, {
|
1030
|
+
resolveMsg: null,
|
1031
|
+
rejectMsg: null
|
1032
|
+
}).then((res) => {
|
1033
|
+
const boxOptions = []
|
1034
|
+
for (const data of res.data) {
|
1035
|
+
const one = {
|
1036
|
+
label: data.f_adjustable_id + data.f_adjustable_name,
|
1037
|
+
value: Number(data.f_adjustable_id)
|
1038
|
+
}
|
1039
|
+
boxOptions.push(one)
|
1040
|
+
}
|
1041
|
+
this.boxOptions = JSON.parse(JSON.stringify(boxOptions))
|
1042
|
+
console.log(this.boxOptions)
|
1043
|
+
}).catch((msg) => {
|
1044
|
+
//tag)
|
1045
|
+
})
|
1046
|
+
}
|
1047
|
+
}
|
1048
|
+
}
|
1049
|
+
</script>
|
1050
|
+
<style lang="less" scoped>
|
1051
|
+
.butt3 {
|
1052
|
+
float: right;
|
1053
|
+
width: 12px;
|
1054
|
+
margin: 1% 2% 0 0;
|
1055
|
+
}
|
1056
|
+
|
1057
|
+
.rightipt {
|
1058
|
+
width: 60%;
|
1059
|
+
float: left;
|
1060
|
+
margin-left: 5%;
|
1061
|
+
}
|
1062
|
+
|
1063
|
+
.righttxt {
|
1064
|
+
border: none;
|
1065
|
+
margin-left: 5px;
|
1066
|
+
/*border-left: 5px solid #A2C2EB;*/
|
1067
|
+
float: left;
|
1068
|
+
width: 25%;
|
1069
|
+
margin-bottom: 3px;
|
1070
|
+
text-align: left;
|
1071
|
+
word-wrap: break-word;
|
1072
|
+
white-space: normal;
|
1073
|
+
}
|
1074
|
+
|
1075
|
+
.tit1 {
|
1076
|
+
/*background: #ffffff url('../../../assets/用户姓名.png') no-repeat fixed center;*/
|
1077
|
+
background-image: url('../../../assets/用户姓名.png');
|
1078
|
+
background-repeat: no-repeat;
|
1079
|
+
background-position: center;
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
.spanboder {
|
1083
|
+
border-bottom: 2px solid #499edf;
|
1084
|
+
padding-bottom: 8px
|
1085
|
+
}
|
1086
|
+
|
1087
|
+
#upuserinfo_sel /deep/ ul {
|
1088
|
+
width: 100% !important;
|
1089
|
+
left: 0 !important;
|
1090
|
+
}
|
1091
|
+
|
1092
|
+
.btn-photo {
|
1093
|
+
border: 0;
|
1094
|
+
border-radius: 7px;
|
1095
|
+
background-color: #7dc1f4;
|
1096
|
+
font: 15px PingFang-SC-Bold;
|
1097
|
+
height: 20%;
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
.panel-self {
|
1101
|
+
border-radius: 10px;
|
1102
|
+
border: 1px solid #499EDF;
|
1103
|
+
background-color: #F8F8F8;
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
.div-photo {
|
1107
|
+
width: auto;
|
1108
|
+
height: auto;
|
1109
|
+
/* margin-top: 10px; */
|
1110
|
+
position: absolute;
|
1111
|
+
bottom: 10px;
|
1112
|
+
right: 10px;
|
1113
|
+
}
|
1114
|
+
</style>
|
1115
|
+
<style lang="less">
|
1116
|
+
#upuserinfo_sel ul {
|
1117
|
+
width: 100% !important;
|
1118
|
+
left: 0 !important;
|
1119
|
+
}
|
1120
|
+
</style>
|