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,1097 @@
|
|
1
|
+
<template>
|
2
|
+
<form novalidate class="form-horizontal" style="width: 95%;margin: auto">
|
3
|
+
<div class="row app-row">
|
4
|
+
<div class="col-xs-4">
|
5
|
+
<img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
6
|
+
<label for="f_userinfo_code" class=" font text-left label-font">用户编号:</label>
|
7
|
+
</div>
|
8
|
+
<div class="col-xs-8">
|
9
|
+
<input id="f_userinfo_code" class="search_input input-font"
|
10
|
+
v-model=item.f_userinfo_code readonly="readonly"/>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
|
14
|
+
<div class="row app-row">
|
15
|
+
<div class="col-xs-4">
|
16
|
+
<img src="../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
17
|
+
<label class="font text-left label-font">用户姓名:</label>
|
18
|
+
</div>
|
19
|
+
<div class="col-xs-8">
|
20
|
+
<input class="search_input input-font"
|
21
|
+
v-model=item.f_user_name readonly="readonly"/>
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
|
25
|
+
<div class="row app-row">
|
26
|
+
<div class="col-xs-4">
|
27
|
+
<img src="../../assets/详细住址.png" style="width: 20px;margin-bottom: 5px" alt="">
|
28
|
+
<label class="font text-left label-font">用户地址:</label>
|
29
|
+
</div>
|
30
|
+
<div class="col-xs-8">
|
31
|
+
<input class="search_input text-input input-font"
|
32
|
+
v-model=item.f_address readonly="readonly"/>
|
33
|
+
</div>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div class="row app-row">
|
37
|
+
<div class="col-xs-4">
|
38
|
+
<img src="../../assets/用户电话.png" style="width: 20px;margin-bottom: 5px" alt="">
|
39
|
+
<label for="f_housing" class="font text-left label-font">用户电话:</label>
|
40
|
+
</div>
|
41
|
+
<div class="col-xs-8">
|
42
|
+
<input id="f_housing" class="search_input input-font"
|
43
|
+
v-model="item.f_user_phone" readonly="readonly"/>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div class="row app-row">
|
48
|
+
<div class="col-xs-4">
|
49
|
+
<img src="../../assets/表号.png" style="width: 20px;margin-bottom: 5px" alt="">
|
50
|
+
<label for="f_meter_number" class="font text-left label-font">表号:</label>
|
51
|
+
</div>
|
52
|
+
<div class="col-xs-8">
|
53
|
+
<input id="f_meter_number" class="search_input input-font"
|
54
|
+
v-model="item.f_meternumber" readonly="readonly"/>
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div class="row app-row">
|
59
|
+
<div class="col-xs-4">
|
60
|
+
<img src="../../assets/门牌.png" style="width: 20px;margin-bottom: 5px" alt="">
|
61
|
+
<label for="f_cardmeternumber" class="font text-left label-font">现场表号:</label>
|
62
|
+
</div>
|
63
|
+
<div class="col-xs-8">
|
64
|
+
<input id="f_cardmeternumber" class="search_input input-font"
|
65
|
+
v-model="item.f_cardmeternumber" placeholder="请设置用户现场表标记"/>
|
66
|
+
</div>
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div class="row app-row">
|
70
|
+
<div class="col-xs-4">
|
71
|
+
<img src="../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
72
|
+
<label for="f_user_type" class="font text-left label-font">用户类型:</label>
|
73
|
+
</div>
|
74
|
+
<div class="col-xs-8">
|
75
|
+
<input id="f_user_type" class="search_input input-font"
|
76
|
+
v-model="item.f_user_type" readonly="readonly"/>
|
77
|
+
</div>
|
78
|
+
</div>
|
79
|
+
|
80
|
+
<div class="row app-row">
|
81
|
+
<div class="col-xs-4">
|
82
|
+
<img src="../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
83
|
+
<label for="f_gasproperties" class="font text-left">用气性质:</label>
|
84
|
+
</div>
|
85
|
+
<div class="col-xs-8">
|
86
|
+
<input id="f_gasproperties" class="search_input input-font"
|
87
|
+
v-model="item.f_gasproperties" readonly="readonly"/>
|
88
|
+
</div>
|
89
|
+
</div>
|
90
|
+
|
91
|
+
<div class="row app-row">
|
92
|
+
<div class="col-xs-4">
|
93
|
+
<img src="../../assets/表类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
94
|
+
<label for="f_meterclassify" class="font text-left label-font">表类型:</label>
|
95
|
+
</div>
|
96
|
+
<div class="col-xs-8">
|
97
|
+
<input id="f_meterclassify" class="search_input input-font"
|
98
|
+
v-model="item.f_meter_classify" readonly="readonly"/>
|
99
|
+
</div>
|
100
|
+
</div>
|
101
|
+
|
102
|
+
<div class="row app-row">
|
103
|
+
<div class="col-xs-4">
|
104
|
+
<img src="../../assets/shijian.png" style="width: 20px;margin-bottom: 5px" alt="">
|
105
|
+
<label for="f_tablebase" class="font text-left label-font">上期时间:</label>
|
106
|
+
</div>
|
107
|
+
<div class="col-xs-8">
|
108
|
+
<input id="f_tablebase" class="search_input input-font"
|
109
|
+
v-model="item.f_check_meter_data[0].f_hand_date" readonly="readonly"/>
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
|
113
|
+
<!-- <div class="row app-row">
|
114
|
+
<div class="col-xs-4">
|
115
|
+
<img src="../../assets/数据.png" style="width: 20px;margin-bottom: 5px" alt="">
|
116
|
+
<label for="f_hand_date" class="font text-left label-font">上期底数:</label>
|
117
|
+
</div>
|
118
|
+
<div class="col-xs-8">
|
119
|
+
<input id="f_hand_date" class="search_input input-font" type="text"
|
120
|
+
v-model="item.f_check_meter_data[0].f_tablebase" readonly="readonly"/>
|
121
|
+
</div>
|
122
|
+
</div>-->
|
123
|
+
|
124
|
+
<!--工商业新加上期字段 -->
|
125
|
+
<div class="row app-row">
|
126
|
+
<div class="col-xs-4">
|
127
|
+
<img src="../../assets/累计.png" style="width: 20px;margin-bottom: 5px" alt="">
|
128
|
+
<label for="f_flow_standard_total" class="font text-left label-font">上期标况累计:</label>
|
129
|
+
</div>
|
130
|
+
<div class="col-xs-8">
|
131
|
+
<input id="f_flow_standard_total" class="search_input input-font" type="text" readonly="readonly" @input="gasConsumptionCompute"
|
132
|
+
v-model="item.f_check_meter_data[0].f_flow_standard_total" />
|
133
|
+
</div>
|
134
|
+
</div>
|
135
|
+
|
136
|
+
<div class="row app-row">
|
137
|
+
<div class="col-xs-4">
|
138
|
+
<img src="../../assets/累计.png" style="width: 20px;margin-bottom: 5px" alt="">
|
139
|
+
<label for="f_last_surplus_gas" class="font text-left label-font">上期表剩余:</label>
|
140
|
+
</div>
|
141
|
+
<div class="col-xs-8">
|
142
|
+
<input id="f_last_surplus_gas" class="search_input input-font" type="text" readonly="readonly" @input="deductionCompute"
|
143
|
+
v-model="item.f_check_meter_data[0].f_surplus_gas" />
|
144
|
+
</div>
|
145
|
+
</div>
|
146
|
+
|
147
|
+
|
148
|
+
<!-- 换流量计 -->
|
149
|
+
<div class="row app-row">
|
150
|
+
<div class="col-xs-4">
|
151
|
+
<img src="../../assets/guandao1.png" style="width: 20px;margin-bottom: 5px" alt="">
|
152
|
+
<label for="f_newhand_date" class="font text-left label-font" >换流量计:</label>
|
153
|
+
</div>
|
154
|
+
<div class="col-xs-8">
|
155
|
+
正常使用
|
156
|
+
<input class="search_input input-font" type="radio" v-model="meterDate.f_is_change_flowmeter" value="期间未换流量计"
|
157
|
+
/>
|
158
|
+
<span style="margin-right: 10px"></span>
|
159
|
+
换流量计
|
160
|
+
<input class="search_input input-font" type="radio" v-model="meterDate.f_is_change_flowmeter" value="期间有换流量计"
|
161
|
+
/>
|
162
|
+
</div>
|
163
|
+
</div>
|
164
|
+
<!--工商业新流量计抄表信息-->
|
165
|
+
<div class="row bg-info" v-show="meterDate.f_is_change_flowmeter === '期间有换流量计'">
|
166
|
+
<label class="font text-left label-font">新流量计信息</label>
|
167
|
+
<div class="row ">
|
168
|
+
<div class="row app-row">
|
169
|
+
<div class="col-xs-4">
|
170
|
+
<img src="../../assets/压力.png" style="width: 20px;margin-bottom: 5px" alt="">
|
171
|
+
<label for="f1_flow_pressure" class="font text-left label-font">压力:</label>
|
172
|
+
</div>
|
173
|
+
<div class="col-xs-8">
|
174
|
+
<input id="f1_flow_pressure" class="search_input input-font" type="text" placeholder="流量计压力"
|
175
|
+
v-model="meterDate.newPeriodFlowPressure" />
|
176
|
+
</div>
|
177
|
+
</div>
|
178
|
+
|
179
|
+
<div class="row app-row">
|
180
|
+
<div class="col-xs-4">
|
181
|
+
<img src="../../assets/温度.png" style="width: 20px;margin-bottom: 5px" alt="">
|
182
|
+
<label for="f1_flow_temperature" class="font text-left label-font">温度:</label>
|
183
|
+
</div>
|
184
|
+
<div class="col-xs-8">
|
185
|
+
<input id="f1_flow_temperature" class="search_input input-font" type="text" placeholder="流量计温度"
|
186
|
+
v-model="meterDate.newPeriodFlowTemperature" />
|
187
|
+
</div>
|
188
|
+
</div>
|
189
|
+
|
190
|
+
<div class="row app-row">
|
191
|
+
<div class="col-xs-4">
|
192
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
193
|
+
<label for="f1_flow_standard_instant" class="font text-left label-font">标况瞬时:</label>
|
194
|
+
</div>
|
195
|
+
<div class="col-xs-8">
|
196
|
+
<input id="f1_flow_standard_instant" class="search_input input-font" type="text" placeholder="流量计标况瞬时"
|
197
|
+
v-model="meterDate.newPeriodFlowStandardInstant" />
|
198
|
+
</div>
|
199
|
+
</div>
|
200
|
+
|
201
|
+
<div class="row app-row">
|
202
|
+
<div class="col-xs-4">
|
203
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
204
|
+
<label for="f1_flow_standard_total1" class="font text-left label-font">标况累计:</label>
|
205
|
+
</div>
|
206
|
+
<div class="col-xs-8">
|
207
|
+
<input id="f1_flow_standard_total1" class="search_input input-font" type="text" placeholder="流量计标况累计"
|
208
|
+
v-model="meterDate.newPeriodFlowStandardTotal" />
|
209
|
+
</div>
|
210
|
+
</div>
|
211
|
+
|
212
|
+
<div class="row app-row">
|
213
|
+
<div class="col-xs-4">
|
214
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
215
|
+
<label for="f1_flow_standard_instant" class="font text-left label-font">工况瞬时:</label>
|
216
|
+
</div>
|
217
|
+
<div class="col-xs-8">
|
218
|
+
<input id="f1_flow_working_instant" class="search_input input-font" type="text" placeholder="流量计工况瞬时"
|
219
|
+
v-model="meterDate.newPeriodFlowWorkingInstant" />
|
220
|
+
</div>
|
221
|
+
</div>
|
222
|
+
|
223
|
+
<div class="row app-row">
|
224
|
+
<div class="col-xs-4">
|
225
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
226
|
+
<label for="f1_flow_standard_total1" class="font text-left label-font">工况累计:</label>
|
227
|
+
</div>
|
228
|
+
<div class="col-xs-8">
|
229
|
+
<input id="f1_flow_working_total" class="search_input input-font" type="text" placeholder="流量计工况累计"
|
230
|
+
v-model="meterDate.newPeriodFlowWorkingTotal" />
|
231
|
+
</div>
|
232
|
+
</div>
|
233
|
+
|
234
|
+
<!-- <div class="row app-row">
|
235
|
+
<div class="col-xs-4">
|
236
|
+
<img src="../../assets/数据.png" style="width: 20px;margin-bottom: 5px" alt="">
|
237
|
+
<label for="f1_newhand_date" class="font text-left label-font">流量计底数:</label>
|
238
|
+
</div>
|
239
|
+
<div class="col-xs-8"> <!–标况累计与表底数是一个值–>
|
240
|
+
<input id="f1_newhand_date" class="search_input input-font" type="number" placeholder="请输入新流量计底数"
|
241
|
+
v-model="meterDate.newPeriodFlowStandardTotal"
|
242
|
+
/>
|
243
|
+
</div>
|
244
|
+
</div>-->
|
245
|
+
|
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="f1_surplus_gas" class="font text-left label-font" v-if="item.f_meter_classify != '物联网表'">表剩余气量:</label>
|
250
|
+
<label for="f1_surplus_gas1" class="font text-left label-font" v-if="item.f_meter_classify == '物联网表'">表剩余金额:</label>
|
251
|
+
</div>
|
252
|
+
<div class="col-xs-8"> <!--工商业的剩余气量-->
|
253
|
+
<input id="f1_surplus_gas" class="search_input input-font" type="number" placeholder="表剩余气量" v-if="item.f_meter_classify != '物联网表'"
|
254
|
+
v-model="meterDate.newSurPlusGasOver" />
|
255
|
+
<input id="f1_surplus_gas1" class="search_input input-font" type="number" placeholder="表剩余金额" v-if="item.f_meter_classify == '物联网表'"
|
256
|
+
v-model="meterDate.newSurPlusGasOver" />
|
257
|
+
</div>
|
258
|
+
</div>
|
259
|
+
|
260
|
+
<div class="col-md-12 col-sm-12 col-xs-12">
|
261
|
+
<label class="text-left font label-font">换流量计后整体照片(要求能清晰反应用户表底数信息):</label>
|
262
|
+
<div class="auto">
|
263
|
+
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
264
|
+
<div class="panel-body panel-self"
|
265
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
266
|
+
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
267
|
+
<div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index,img) in meterDate.f_newmeter_paths">
|
268
|
+
<img-self :src="img.f_meter_path" alt="换流量计后照片" :width="150" :height="200"></img-self>
|
269
|
+
<img src="../../assets/删除.png" @click="delfile('f_newmeter_paths', img.f_meter_path,index)" style="width: 15px;margin-top: -80px" alt="">
|
270
|
+
</div>
|
271
|
+
</div>
|
272
|
+
<div class="row text-right div-photo">
|
273
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
274
|
+
@click="takePic('f_newmeter_paths', '工商业用户抄表照片')">拍照
|
275
|
+
</button>
|
276
|
+
</div>
|
277
|
+
</div>
|
278
|
+
</div>
|
279
|
+
</div>
|
280
|
+
</div>
|
281
|
+
|
282
|
+
</div>
|
283
|
+
</div>
|
284
|
+
<!-- 工商业流量计信息 -->
|
285
|
+
<div class="row bg-info">
|
286
|
+
<label class="font text-left label-font">{{meterDate.f_is_change_flowmeter === '期间有换流量计'?'旧流量计信息':'流量计信息'}}</label>
|
287
|
+
<div class="row">
|
288
|
+
<!-- 工商本期新加字段 -->
|
289
|
+
<div class="row app-row">
|
290
|
+
<div class="col-xs-4">
|
291
|
+
<img src="../../assets/压力.png" style="width: 20px;margin-bottom: 5px" alt="">
|
292
|
+
<label for="f_flow_pressure" class="font text-left label-font">压力:</label>
|
293
|
+
</div>
|
294
|
+
<div class="col-xs-8">
|
295
|
+
<input id="f_flow_pressure" class="search_input input-font" type="text" placeholder="流量计压力"
|
296
|
+
v-model="thisPeriodFlowPressure" />
|
297
|
+
</div>
|
298
|
+
</div>
|
299
|
+
|
300
|
+
<div class="row app-row">
|
301
|
+
<div class="col-xs-4">
|
302
|
+
<img src="../../assets/温度.png" style="width: 20px;margin-bottom: 5px" alt="">
|
303
|
+
<label for="f_flow_pressure" class="font text-left label-font">温度:</label>
|
304
|
+
</div>
|
305
|
+
<div class="col-xs-8">
|
306
|
+
<input id="f_flow_temperature" class="search_input input-font" type="text" placeholder="流量计温度"
|
307
|
+
v-model="thisPeriodFlowTemperature" />
|
308
|
+
</div>
|
309
|
+
</div>
|
310
|
+
|
311
|
+
<div class="row app-row">
|
312
|
+
<div class="col-xs-4">
|
313
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
314
|
+
<label for="f_flow_standard_instant" class="font text-left label-font">标况瞬时:</label>
|
315
|
+
</div>
|
316
|
+
<div class="col-xs-8">
|
317
|
+
<input id="f_flow_standard_instant" class="search_input input-font" type="number" placeholder="流量计标况瞬时"
|
318
|
+
v-model="thisPeriodFlowStandardInstant" />
|
319
|
+
</div>
|
320
|
+
</div>
|
321
|
+
|
322
|
+
<div class="row app-row">
|
323
|
+
<div class="col-xs-4">
|
324
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
325
|
+
<label for="f_flow_standard_total1" class="font text-left label-font">标况累计:</label>
|
326
|
+
</div>
|
327
|
+
<div class="col-xs-8">
|
328
|
+
<input id="f_flow_standard_total1" class="search_input input-font" type="number" placeholder="流量计标况累计" @input="gasConsumptionCompute"
|
329
|
+
v-model="thisPeriodFlowStandardTotal" />
|
330
|
+
</div>
|
331
|
+
</div>
|
332
|
+
|
333
|
+
<div class="row app-row">
|
334
|
+
<div class="col-xs-4">
|
335
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
336
|
+
<label for="f_flow_standard_instant" class="font text-left label-font">工况瞬时:</label>
|
337
|
+
</div>
|
338
|
+
<div class="col-xs-8">
|
339
|
+
<input id="f_flow_working_instant" class="search_input input-font" type="number" placeholder="流量计工况瞬时"
|
340
|
+
v-model="thisPeriodFlowWorkingInstant" />
|
341
|
+
</div>
|
342
|
+
</div>
|
343
|
+
|
344
|
+
<div class="row app-row">
|
345
|
+
<div class="col-xs-4">
|
346
|
+
<img src="../../assets/瞬时.png" style="width: 20px;margin-bottom: 5px" alt="">
|
347
|
+
<label for="f_flow_standard_total1" class="font text-left label-font">工况累计:</label>
|
348
|
+
</div>
|
349
|
+
<div class="col-xs-8">
|
350
|
+
<input id="f_flow_working_total" class="search_input input-font" type="number" placeholder="流量计工况累计"
|
351
|
+
v-model="thisPeriodFlowWorkingTotal" />
|
352
|
+
</div>
|
353
|
+
</div>
|
354
|
+
|
355
|
+
<!-- <div class="row app-row">
|
356
|
+
<div class="col-xs-4">
|
357
|
+
<img src="../../assets/数据.png" style="width: 20px;margin-bottom: 5px" alt=""> <!–流量计底数和标况累计是一个值–>
|
358
|
+
<label for="f_newhand_date" class="font text-left label-font">流量计底数:</label>
|
359
|
+
</div>
|
360
|
+
<div class="col-xs-8"> <!–工商业的本期底数–>
|
361
|
+
<input id="f_newhand_date" class="search_input input-font" type="number" placeholder="流量计底数"
|
362
|
+
v-model="thisPeriodFlowStandardTotal"
|
363
|
+
/>
|
364
|
+
</div>
|
365
|
+
</div>-->
|
366
|
+
|
367
|
+
<div class="row app-row">
|
368
|
+
<div class="col-xs-4">
|
369
|
+
<img src="../../assets/数据.png" style="width: 20px;margin-bottom: 5px" alt="">
|
370
|
+
<label for="f_surplus_gas" class="font text-left label-font" v-if="item.f_meter_classify != '物联网表'">表剩余气量:</label>
|
371
|
+
<label for="f_surplus_gas1" class="font text-left label-font" v-if="item.f_meter_classify == '物联网表'">表剩余金额:</label>
|
372
|
+
</div>
|
373
|
+
<div class="col-xs-8"> <!--工商业的剩余气量和金额-->
|
374
|
+
<input id="f_surplus_gas" class="search_input input-font" type="number" placeholder="表剩余气量" v-if="item.f_meter_classify != '物联网表'"
|
375
|
+
v-model="SurPlusGasOver" @input="deductionCompute"
|
376
|
+
/>
|
377
|
+
<input id="f_surplus_gas1" class="search_input input-font" type="number" placeholder="表剩余金额" v-if="item.f_meter_classify == '物联网表'"
|
378
|
+
v-model="SurPlusGasOver" @input="deductionCompute"
|
379
|
+
/>
|
380
|
+
</div>
|
381
|
+
</div>
|
382
|
+
|
383
|
+
<div class="row app-row">
|
384
|
+
<div class="col-xs-4">
|
385
|
+
<img src="../../assets/housestyle.png" style="width: 20px;margin-bottom: 5px" alt="">
|
386
|
+
<label for="f_total_gas_total_fee" class="font text-left" v-if="item.f_meter_classify != '物联网表'">累购气量:</label>
|
387
|
+
<label for="f_total_gas_total_fee1" class="font text-left" v-if="item.f_meter_classify == '物联网表'">累购金额:</label>
|
388
|
+
</div>
|
389
|
+
<div class="col-xs-8">
|
390
|
+
<input id="f_total_gas_total_fee" type="number" class="search_input input-font" placeholder="累购气量" v-if="item.f_meter_classify != '物联网表'"
|
391
|
+
v-model="item.f_total_gas_total_fee" readonly="readonly"/>
|
392
|
+
<input id="f_total_gas_total_fee1" type="number" class="search_input input-font" placeholder="累购金额" v-if="item.f_meter_classify == '物联网表'"
|
393
|
+
v-model="item.f_total_gas_total_fee" readonly="readonly"/>
|
394
|
+
</div>
|
395
|
+
</div>
|
396
|
+
|
397
|
+
<div class="row app-row">
|
398
|
+
<div class="col-xs-4">
|
399
|
+
<!-- 计算得出的期间用气量 -->
|
400
|
+
<img src="../../assets/数据.png" style="width: 20px;margin-bottom: 5px" alt=""> <!--流量计-->
|
401
|
+
<label for="thisPeriodFlowDeduction" class="font text-left label-font" v-if="item.f_meter_classify != '物联网表'">期间用气金额:</label>
|
402
|
+
<label for="thisPeriodFlowDeduction" class="font text-left label-font" v-if="item.f_meter_classify == '物联网表'">期间用气量:</label>
|
403
|
+
</div>
|
404
|
+
<div class="col-xs-8">
|
405
|
+
<input id="f_flow_gas_consumption" class="search_input input-font" type="number" readonly="readonly"
|
406
|
+
v-model="thisPeriodFlowGasConsumption" />
|
407
|
+
</div>
|
408
|
+
</div>
|
409
|
+
|
410
|
+
<div class="row app-row">
|
411
|
+
<div class="col-xs-4">
|
412
|
+
<!-- 表期间扣减量 -->
|
413
|
+
<img src="../../assets/数据.png" style="width: 20px;margin-bottom: 5px" alt="">
|
414
|
+
<label for="f_flow_gas_consumption" class="font text-left label-font">表期间扣减量:</label>
|
415
|
+
</div>
|
416
|
+
<div class="col-xs-8">
|
417
|
+
<input id="thisPeriodFlowDeduction" class="search_input input-font" type="number" readonly="readonly"
|
418
|
+
v-model="thisPeriodFlowDeduction" />
|
419
|
+
</div>
|
420
|
+
</div>
|
421
|
+
|
422
|
+
<div class="row app-row" v-if="item.f_meter_classify != '物联网表'">
|
423
|
+
<div class="col-xs-4">
|
424
|
+
<img src="../../assets/差值.png" style="width: 20px;margin-bottom: 5px" alt="">
|
425
|
+
<label for="f_difference" class="font text-left label-font" :style="{color: errorTotalGasDifferenceClass}">差值:</label>
|
426
|
+
</div>
|
427
|
+
<div class="col-xs-8">
|
428
|
+
<input id="f_difference" class="search_input input-font" readonly="readonly" v-model="totalGasDifference"/>
|
429
|
+
</div>
|
430
|
+
</div>
|
431
|
+
|
432
|
+
<div class="row app-row">
|
433
|
+
<div class="col-xs-4">
|
434
|
+
<img src="../../assets/上传状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
435
|
+
<label for="f_difference" class="font text-left">抄表类型:</label>
|
436
|
+
</div>
|
437
|
+
<div class="col-xs-8">
|
438
|
+
<v-select :close-on-select="true" search="false" :value-single="true"
|
439
|
+
:value.sync="meterDate.f_meter_read_type" class="input-font"
|
440
|
+
:options='f_meter_read_types' placeholder='抄表类型'
|
441
|
+
close-on-select clear-button
|
442
|
+
v-model="meterDate.f_meter_read_type"></v-select>
|
443
|
+
</div>
|
444
|
+
</div>
|
445
|
+
|
446
|
+
<div class="row app-row">
|
447
|
+
<div class="col-xs-4">
|
448
|
+
<img src="../../assets/baoxiuxinxi1.png" style="width: 20px;margin-bottom: 5px" alt="">
|
449
|
+
<label for="f_difference" class="font text-left" >情况备注:</label>
|
450
|
+
</div>
|
451
|
+
<div class="col-xs-8">
|
452
|
+
<textarea v-model="meterDate.f_remake" rows="2" class="input_textarea" placeholder="请输入差值原因或用户特殊情况"></textarea>
|
453
|
+
</div>
|
454
|
+
</div>
|
455
|
+
|
456
|
+
</div>
|
457
|
+
</div>
|
458
|
+
|
459
|
+
|
460
|
+
<!-- <div class="form-group col-sm-12" :class="style__">
|
461
|
+
<label class="text-left font label-font">用户签名</label>
|
462
|
+
<div class="auto">
|
463
|
+
<div class="panel">
|
464
|
+
<div class="panel-body panel-self"
|
465
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
466
|
+
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
467
|
+
<div class="col-sm-4">
|
468
|
+
<img :class="style__" :src="meterDate.f_sign_path" :width="200" :height="150" alt="签名"/>
|
469
|
+
</div>
|
470
|
+
</div>
|
471
|
+
<div class="row text-right div-photo">
|
472
|
+
<button type="button" name="button" class="btn btn-primary btn-photo" @click="sign">签名</button>
|
473
|
+
</div>
|
474
|
+
</div>
|
475
|
+
</div>
|
476
|
+
</div>
|
477
|
+
</div>-->
|
478
|
+
|
479
|
+
<div class="form-group col-md-12 col-sm-12 col-xs-12">
|
480
|
+
<label class="text-left font label-font">抄表整体照片(要求能清晰反应用户表底数信息):</label>
|
481
|
+
<div class="auto">
|
482
|
+
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
483
|
+
<div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
484
|
+
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
485
|
+
<div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index,img) in meterDate.f_meter_paths">
|
486
|
+
<img-self :src="img.f_meter_path" alt="用户表底数照片" :width="150" :height="200"></img-self>
|
487
|
+
<img src="../../assets/删除.png" @click="delfile('f_meter_paths', img.f_meter_path,index)" style="width: 15px;margin-top: -80px" alt="">
|
488
|
+
</div>
|
489
|
+
</div>
|
490
|
+
<div class="row text-right div-photo">
|
491
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
492
|
+
@click="takePic('f_meter_paths', '工商业用户抄表照片')">拍照
|
493
|
+
</button>
|
494
|
+
</div>
|
495
|
+
</div>
|
496
|
+
</div>
|
497
|
+
</div>
|
498
|
+
</div>
|
499
|
+
|
500
|
+
<div class="row text-center" style="margin-top: 20px;">
|
501
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="saveCheckMeterReding">
|
502
|
+
提交
|
503
|
+
</button>
|
504
|
+
</div>
|
505
|
+
<div style="height:30px;"></div>
|
506
|
+
</form>
|
507
|
+
</template>
|
508
|
+
|
509
|
+
<script>
|
510
|
+
import Vue from 'vue'
|
511
|
+
import * as Util from '../Util'
|
512
|
+
import {HttpResetClass} from 'vue-client'
|
513
|
+
export default {
|
514
|
+
title: '工商移动抄表',
|
515
|
+
data () {
|
516
|
+
return {
|
517
|
+
totalGasDifference: 0, // 差值
|
518
|
+
bottomOfTheCurrentPeriod: '', //当前底数
|
519
|
+
SurPlusGasOver: '', //剩余气量
|
520
|
+
errorTotalGasDifferenceClass: '#666666',
|
521
|
+
f_meter_read_types: [{label: '日常抄表',value: '日常抄表'},{label: '月度抄表',value: '月度抄表'}],
|
522
|
+
meterDate: {
|
523
|
+
f_inputtor_id: Vue.user.id,//抄表员ID
|
524
|
+
f_total_gas_total_fee: '',// 累购气量 、 累购金额
|
525
|
+
f_sign_path: '', //签名照片
|
526
|
+
f_meter_paths: [],//总体照片
|
527
|
+
f_newmeter_paths: [], //换流量计后总体照片
|
528
|
+
f_is_change_flowmeter: '期间未换流量计',
|
529
|
+
// 新表信息
|
530
|
+
newPeriodFlowPressure: '',//新流量计压力
|
531
|
+
newPeriodFlowTemperature: '',//新流量计温度
|
532
|
+
newPeriodFlowStandardInstant: '',//新流量计标况瞬时
|
533
|
+
newPeriodFlowStandardTotal: '',//新流量计标况累计
|
534
|
+
newPeriodFlowWorkingInstant: '',//新流量计工况瞬时
|
535
|
+
newPeriodFlowWorkingTotal: '',//新流量计工况累计
|
536
|
+
newBottomOfTheCurrentPeriod: '',//新流量计底数
|
537
|
+
newTotalApplyGas: '',//换新后流量计累计用气量 每次提交把流量计本次用气量和上次用气量加起来
|
538
|
+
newSurPlusGasOver: '',//新剩余数
|
539
|
+
t_userfiles: {}, //表信息
|
540
|
+
f_meter_read_type: '月度抄表',
|
541
|
+
f_total_apply_gas: '', //流量计累计用气量
|
542
|
+
f_remake: ''
|
543
|
+
},
|
544
|
+
isErrorDifference: '正常',
|
545
|
+
thisPeriodFlowPressure:'', //本期流量计压力
|
546
|
+
thisPeriodFlowTemperature:'', //本期流量计温度
|
547
|
+
thisPeriodFlowStandardInstant:'', //本期流量计标况瞬时
|
548
|
+
thisPeriodFlowStandardTotal:'', //本期流量计标况累计
|
549
|
+
thisPeriodFlowWorkingInstant:'', //本期流量计工况瞬时
|
550
|
+
thisPeriodFlowWorkingTotal:'', //本期流量计工况累计
|
551
|
+
thisPeriodFlowGasConsumption:'', //本期工商的 期间用气量(流量计)= 本次标况累积 - 上次的标况累积
|
552
|
+
thisPeriodFlowDeduction:'',//本期工商的 扣减量 = (上次剩余+ 期间购气量) - 本次剩余
|
553
|
+
thisTotalApplyGas:'', // 本期流量计累计用气量 每次提交把流量计本次用气量和上次用气量加起来
|
554
|
+
}
|
555
|
+
},
|
556
|
+
props: ['item', 'role'],
|
557
|
+
components: {},
|
558
|
+
methods: {
|
559
|
+
// 期间用气量(流量计)= 本次标况累积 - 上次的标况累积
|
560
|
+
gasConsumptionCompute() {
|
561
|
+
this.thisPeriodFlowGasConsumption = ( (this.thisPeriodFlowStandardTotal || 0) - (this.item.f_check_meter_data[0].f_flow_standard_total || 0)).toFixed(3)
|
562
|
+
},
|
563
|
+
// 表期间扣减量 = 上次剩余气量(金额) + 期间购气量(金额) - 本次表剩余(金额)
|
564
|
+
deductionCompute() {
|
565
|
+
this.thisPeriodFlowDeduction =
|
566
|
+
(
|
567
|
+
parseFloat(this.item.f_check_meter_data[0].f_surplus_gas || 0)
|
568
|
+
+ parseFloat(this.item.f_check_meter_data[0].sumpregas || 0)
|
569
|
+
- parseFloat(this.SurPlusGasOver || 0)
|
570
|
+
).toFixed(3)
|
571
|
+
// try {
|
572
|
+
// if ( this.item.f_check_meter_data.length>0 && this.item.f_check_meter_data[0].f_surplus_gas && this.SurPlusGasOver ) {
|
573
|
+
// console.log("扣减量计算" + this.item.f_check_meter_data[0].f_surplus_gas + "," + this.item.f_check_meter_data[0].sumpregas + "," + this.SurPlusGasOver)
|
574
|
+
// this.thisPeriodFlowDeduction =
|
575
|
+
// (
|
576
|
+
// parseFloat(this.item.f_check_meter_data[0].f_surplus_gas || 0)
|
577
|
+
// + parseFloat(this.item.f_check_meter_data[0].sumpregas || 0)
|
578
|
+
// - parseFloat(this.SurPlusGasOver || 0)
|
579
|
+
// ).toFixed(3)
|
580
|
+
// console.log(`表期间扣减量 为 ${( parseFloat(this.item.f_check_meter_data[0].f_surplus_gas) + parseFloat(this.item.f_check_meter_data[0].sumpregas) - parseFloat(this.SurPlusGasOver)).toFixed(3)}`)
|
581
|
+
//
|
582
|
+
// }else {
|
583
|
+
// console.log("提示!计算扣减量时 上期底数为空或剩余气量为空")
|
584
|
+
// }
|
585
|
+
// }catch (e) {
|
586
|
+
// console.log("提示!计算扣减量时 上期底数为空")
|
587
|
+
// }
|
588
|
+
},
|
589
|
+
// 异常差值计算和异常标注
|
590
|
+
countTotalGasDifference () {
|
591
|
+
/*差值= 用气量 - 扣减量*/
|
592
|
+
this.totalGasDifference = parseFloat(this.thisPeriodFlowGasConsumption + "" || 0) - parseFloat(this.thisPeriodFlowDeduction + "" || 0)
|
593
|
+
/*从参数管理中获取: 安检抄表最大异常差值 */
|
594
|
+
if (Math.abs(this.totalGasDifference) > this.$appdata.getSingleValue('非民用异常差值允许误差')) {
|
595
|
+
this.isErrorDifference = '异常'
|
596
|
+
this.errorTotalGasDifferenceClass = 'red'
|
597
|
+
} else {
|
598
|
+
this.isErrorDifference = '正常'
|
599
|
+
this.errorTotalGasDifferenceClass = '#666666'
|
600
|
+
}
|
601
|
+
// // 当当前底数和剩余量都填入正确的值后
|
602
|
+
// if (this.thisPeriodFlowGasConsumption && this.thisPeriodFlowDeduction) {
|
603
|
+
// /*差值= 用气量 - 扣减量*/
|
604
|
+
// this.totalGasDifference = parseFloat(this.thisPeriodFlowGasConsumption + "") - parseFloat(this.thisPeriodFlowDeduction + "")
|
605
|
+
// /*从参数管理中获取: 安检抄表最大异常差值 */
|
606
|
+
// if (Math.abs(this.totalGasDifference) > this.$appdata.getSingleValue('非民用异常差值允许误差')) {
|
607
|
+
// this.isErrorDifference = '异常'
|
608
|
+
// this.errorTotalGasDifferenceClass = 'red'
|
609
|
+
// } else {
|
610
|
+
// this.isErrorDifference = '正常'
|
611
|
+
// this.errorTotalGasDifferenceClass = '#666666'
|
612
|
+
// }
|
613
|
+
// } else {
|
614
|
+
// console.log('值错误,用气量和扣减量未赋值 ')
|
615
|
+
// this.errorTotalGasDifferenceClass = '#666666'
|
616
|
+
// this.isErrorDifference = '正常'
|
617
|
+
// }
|
618
|
+
},
|
619
|
+
// 组织数据
|
620
|
+
dataFormatInit() {
|
621
|
+
this.meterDate.t_userfiles.f_cardmeternumber = this.item.f_cardmeternumber //用户表标记字段
|
622
|
+
this.meterDate.t_userfiles.f_userfiles_id = this.item.f_userfiles_id //userfiles的主键id
|
623
|
+
|
624
|
+
this.meterDate.f_difference_value = this.totalGasDifference // 差值
|
625
|
+
this.meterDate.f_difference_state = this.isErrorDifference //差值状态。正常或异常
|
626
|
+
this.meterDate.f_total_gas_total_fee = this.item.f_total_gas_total_fee //累购气量或累购金额
|
627
|
+
// 表类型
|
628
|
+
this.meterDate.f_meter_classify = this.item.f_meter_classify
|
629
|
+
// 本次抄表底数
|
630
|
+
this.meterDate.f_tablebase = this.bottomOfTheCurrentPeriod
|
631
|
+
// 上次抄表底数
|
632
|
+
this.meterDate.f_last_tablebase = this.item.f_check_meter_data.length>0 ? this.item.f_check_meter_data[0].f_tablebase : '0'
|
633
|
+
// 上次抄表剩余量
|
634
|
+
this.meterDate.f_last_surplus_gas = this.item.f_check_meter_data.length>0 ? this.item.f_check_meter_data[0].f_surplus_gas : '0'
|
635
|
+
// 上次标况累计
|
636
|
+
this.meterDate.f_last_flow_standard_total = this.item.f_check_meter_data.length>0 ? this.item.f_check_meter_data[0].f_flow_standard_total : '0'
|
637
|
+
// 上次抄表时间 item.f_check_meter_data[0].f_hand_date
|
638
|
+
this.meterDate.f_last_hand_date = this.item.f_check_meter_data.length>0 ? this.item.f_check_meter_data[0].f_hand_date : ''
|
639
|
+
// 本期剩余气量 工商的剩余量就是抄表底数
|
640
|
+
this.meterDate.f_surplus_gas = this.SurPlusGasOver
|
641
|
+
// 抄表员
|
642
|
+
this.meterDate.f_inputtor = Vue.user.name
|
643
|
+
// 操作人
|
644
|
+
this.meterDate.f_operator = Vue.user.name
|
645
|
+
// 公司机构ids
|
646
|
+
this.meterDate.f_filialeids = this.item.f_filialeid
|
647
|
+
// 分公司
|
648
|
+
this.meterDate.f_filiale = this.item.f_orgname
|
649
|
+
//用户表编号
|
650
|
+
this.meterDate.f_userfiles_id = this.item.f_userfiles_id
|
651
|
+
// 用户姓名
|
652
|
+
this.meterDate.f_user_name = this.item.f_user_name
|
653
|
+
this.meterDate.f_userinfo_code = this.item.f_userinfo_code
|
654
|
+
this.meterDate.f_user_phone = this.item.f_user_phone
|
655
|
+
this.meterDate.f_user_type = this.item.f_user_type
|
656
|
+
this.meterDate.f_gasproperties = this.item.f_gasproperties
|
657
|
+
this.meterDate.f_userinfo_id = this.item.f_userinfo_id
|
658
|
+
this.meterDate.f_address = this.item.f_address
|
659
|
+
this.meterDate.f_residential_area = this.item.f_residential_area
|
660
|
+
this.meterDate.f_building = this.item.f_building
|
661
|
+
this.meterDate.f_unit = this.item.f_unit
|
662
|
+
this.meterDate.f_room = this.item.f_room
|
663
|
+
this.meterDate.f_meternumber = this.item.f_meternumber
|
664
|
+
this.meterDate.f_meter_brand = this.item.f_meter_brand // 气表品牌
|
665
|
+
this.meterDate.f_meter_style = this.item.f_meter_style //气表型号
|
666
|
+
// 取上次抄表时间和现在时间算 距离最后一次抄表时间的天数
|
667
|
+
if (this.item.f_check_meter_data.length>0 && this.item.f_check_meter_data[0].f_hand_date) {
|
668
|
+
// 距离最后一次抄表时间的天数
|
669
|
+
this.meterDate.f_lastdate_to_days = Math.round((Date.parse(new Date()) - Date.parse(this.item.f_check_meter_data[0].f_hand_date))/1000/60/60/24)
|
670
|
+
// 距离上次抄表的日均用气量 = ( 本次抄表底数 - 上次超表底数 )/ 期间天数
|
671
|
+
if ((parseFloat(this.bottomOfTheCurrentPeriod + "") - parseFloat(this.item.f_check_meter_data[0].f_tablebase + "")) / ( Math.round((Date.parse(new Date()) - Date.parse(this.item.f_check_meter_data[0].f_hand_date))/1000/60/60/24)) === Infinity) {
|
672
|
+
this.meterDate.f_lastdate_average_gas_consumption_day = 0
|
673
|
+
}else {
|
674
|
+
this.meterDate.f_lastdate_average_gas_consumption_day = (parseFloat(this.bottomOfTheCurrentPeriod + "") - parseFloat(this.item.f_check_meter_data[0].f_tablebase + "")) / ( Math.round((Date.parse(new Date()) - Date.parse(this.item.f_check_meter_data[0].f_hand_date))/1000/60/60/24))
|
675
|
+
}
|
676
|
+
}else {
|
677
|
+
this.meterDate.f_lastdate_to_days = 0 //距离上次抄表时间过去多少天
|
678
|
+
this.meterDate.f_lastdate_average_gas_consumption_day = 0 //距离上次抄表日均用气量
|
679
|
+
}
|
680
|
+
// 如果未换流量计 累计标况累计用气量 = 本期 - 上期
|
681
|
+
// 换流量计旧数据 按未换流量计计算
|
682
|
+
// 换流量计新数据 旧流量计的累计标况累计用气量 + 本期底数
|
683
|
+
if (this.meterDate.f_is_change_flowmeter === '期间未换流量计') {
|
684
|
+
if (this.item.f_check_meter_data.length > 0) {
|
685
|
+
this.thisTotalApplyGas = parseFloat(Util.isnull(this.thisPeriodFlowStandardTotal,0.0)+"") - parseFloat(Util.isnull( this.item.f_check_meter_data[0].f_flow_standard_total,0.0)+"")
|
686
|
+
}else {
|
687
|
+
this.thisTotalApplyGas = parseFloat(Util.isnull(this.thisPeriodFlowStandardTotal,0)+"") - 0
|
688
|
+
}
|
689
|
+
} else {
|
690
|
+
if (this.item.f_check_meter_data.length > 0) {
|
691
|
+
this.thisTotalApplyGas = parseFloat(Util.isnull(this.thisPeriodFlowStandardTotal,0.0) + "") - parseFloat(Util.isnull(this.item.f_check_meter_data[0].f_flow_standard_total,0.0) + "")
|
692
|
+
this.meterDate.newTotalApplyGas = parseFloat(this.thisTotalApplyGas + "") + parseFloat(this.meterDate.newPeriodFlowStandardTotal + "")
|
693
|
+
}else {
|
694
|
+
this.thisTotalApplyGas = parseFloat(Util.isnull(this.thisPeriodFlowStandardTotal,0) + "") - 0
|
695
|
+
this.meterDate.newTotalApplyGas = parseFloat(this.thisTotalApplyGas + "" ) + parseFloat(this.meterDate.newPeriodFlowStandardTotal + "")
|
696
|
+
}
|
697
|
+
}
|
698
|
+
// 表底图形识别
|
699
|
+
// this.meterDate.f_notified_path=
|
700
|
+
// 是否存在差值异常
|
701
|
+
this.meterDate.f_difference_odd = this.isErrorDifference
|
702
|
+
// 流量计压力
|
703
|
+
this.meterDate.f_flow_pressure = this.thisPeriodFlowPressure
|
704
|
+
//流量计温度
|
705
|
+
this.meterDate.f_flow_temperature = this.thisPeriodFlowTemperature
|
706
|
+
//流量计标况瞬时
|
707
|
+
this.meterDate.f_flow_standard_instant = this.thisPeriodFlowStandardInstant
|
708
|
+
//流量计标况累计
|
709
|
+
this.meterDate.f_flow_standard_total = this.thisPeriodFlowStandardTotal
|
710
|
+
//流量计工况瞬时
|
711
|
+
this.meterDate.f_flow_working_instant = this.thisPeriodFlowWorkingInstant
|
712
|
+
//流量计工况累计
|
713
|
+
this.meterDate.f_flow_working_total = this.thisPeriodFlowWorkingTotal
|
714
|
+
//已用气量 用气量
|
715
|
+
this.meterDate.f_flow_gas_consumption = this.thisPeriodFlowGasConsumption
|
716
|
+
//已用气量 扣减量
|
717
|
+
this.meterDate.f_flow_deduction = this.thisPeriodFlowDeduction
|
718
|
+
// 本次流量计累计标况累计用气量 (未换流量计,和换流量计前记录中的累计标况累计用气量)
|
719
|
+
this.meterDate.f_total_apply_gas = this.thisTotalApplyGas
|
720
|
+
// 当前抄表时间
|
721
|
+
this.meterDate.f_hand_date = Util.toStandardTimeString()
|
722
|
+
// 换新表后自动生成的抄表时间,必须保证比旧表的抄表时间大
|
723
|
+
let curTime = new Date();
|
724
|
+
let todate = new Date(curTime.setSeconds(curTime.getSeconds() + 100));
|
725
|
+
this.meterDate.f_hand_date_two = Util.dateFormatToFmt("YYYY-mm-dd HH:MM:SS",todate)
|
726
|
+
|
727
|
+
// 根据本次抄表的最新表号和上次抄表的表号进行判断 判断是否换过表
|
728
|
+
if (this.item.f_check_meter_data.length > 0 && this.item.f_check_meter_data[0].f_meternumber && this.item.f_meternumber) {
|
729
|
+
if (this.item.f_check_meter_data[0].f_meternumber !== this.item.f_meternumber) {
|
730
|
+
this.meterDate.f_is_change_table = "期间有换表"
|
731
|
+
}else {
|
732
|
+
this.meterDate.f_is_change_table = "期间未换表"
|
733
|
+
}
|
734
|
+
}else {
|
735
|
+
this.meterDate.f_is_change_table = "期间未换表"
|
736
|
+
}
|
737
|
+
},
|
738
|
+
// 保存操作
|
739
|
+
saveCheckMeterReding () {
|
740
|
+
if (!this.meterDate.f_meter_read_type) {
|
741
|
+
return this.$showMessage('请选择抄表类型')
|
742
|
+
}
|
743
|
+
if ((this.meterDate.f_is_change_flowmeter !== '期间未换流量计') && (this.meterDate.f_newmeter_paths === '' || this.meterDate.f_newmeter_paths.length === 0 || this.meterDate.f_newmeter_paths[0].f_meter_path===Vue.nopic) ) {
|
744
|
+
return this.$showMessage('请拍摄新换的流量计的整体照片')
|
745
|
+
}
|
746
|
+
if ((this.meterDate.f_is_change_flowmeter !== '期间未换流量计') && this.meterDate.newBottomOfTheCurrentPeriod === '') {
|
747
|
+
return this.$showMessage('请填写换流量计后的表底数等信息')
|
748
|
+
}
|
749
|
+
if (this.bottomOfTheCurrentPeriod === '') {
|
750
|
+
return this.$showMessage('请填写当前表底数')
|
751
|
+
}
|
752
|
+
if (this.meterDate.f_meter_paths.length === 0 || this.meterDate.f_meter_paths[0].f_meter_path===Vue.nopic ) {
|
753
|
+
return this.$showMessage('请拍摄用户表底数照')
|
754
|
+
}
|
755
|
+
let pattern = new RegExp("[`~!@#$^&*()=|{}':;',\\[\\].<>《》/?~!@#¥……&*()——|{}【】‘;:”“'。,、? ]");
|
756
|
+
if (this.item.f_cardmeternumber==="" || pattern.test(this.item.f_cardmeternumber)){
|
757
|
+
return this.$showMessage('请检查用户现场表号!必填且不可包含特殊字符!')
|
758
|
+
}
|
759
|
+
if (this.meterDate.f_inputtor_id != Vue.user.id) {
|
760
|
+
this.meterDate.f_inputtor_id = Vue.user.id
|
761
|
+
}
|
762
|
+
this.dataFormatInit() //数据组装
|
763
|
+
// 保存抄表信息 ${this.$androidUtil.getProxyUrl()}
|
764
|
+
let paramStr = JSON.stringify(this.meterDate)
|
765
|
+
// 多长截断一次
|
766
|
+
let subLength = 800
|
767
|
+
for (let i = 0; i < paramStr.length; i += subLength) {
|
768
|
+
HostApp.param_cache(paramStr.substr(i, subLength))
|
769
|
+
}
|
770
|
+
HostApp.__this__ = this
|
771
|
+
HostApp.syncLogic({
|
772
|
+
// logic别名,key必须为logic
|
773
|
+
'logic': 'uploadCheckHandplan',
|
774
|
+
// 回调执行方法名,key必须为callback
|
775
|
+
'callback': 'javascript:HostApp.__this__.uploadCallBack()',
|
776
|
+
// 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
|
777
|
+
// 执行回调方法传入key为backresult
|
778
|
+
// 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
|
779
|
+
'backresult': 1
|
780
|
+
})
|
781
|
+
},
|
782
|
+
// 上传回调
|
783
|
+
uploadCallBack(response) {
|
784
|
+
console.log("上传回调返回" + JSON.stringify(response))
|
785
|
+
let obj = JSON.parse(response.result)
|
786
|
+
if (obj.code == 200) {
|
787
|
+
console.log('成功')
|
788
|
+
this.$showMessage('抄表信息上传成功!')
|
789
|
+
// this.clearAll()
|
790
|
+
this.$dispatch('confirm');
|
791
|
+
} else {
|
792
|
+
if (obj.msg) {
|
793
|
+
return this.$showMessage(`${obj.msg}`)
|
794
|
+
} else {
|
795
|
+
return this.$showMessage('抄表信息上传失败,服务器内部错误!')
|
796
|
+
}
|
797
|
+
}
|
798
|
+
},
|
799
|
+
// 签名回调
|
800
|
+
signCallback (prop, fileName1) {
|
801
|
+
// HostApp.alert('绑定属性:' + prop + ' 文件全路径如file:///storage/sdcard0/safecheck/abc.jpg:' + fullFileName)
|
802
|
+
HostApp.__this__.$set('meterDate.f_sign_path', fileName1)
|
803
|
+
HostApp.__this__.$set('meterDate.signfileName', fileName1.substring(fileName1.lastIndexOf('/') + 1, fileName1.length))
|
804
|
+
HostApp.__callback__ = null
|
805
|
+
HostApp.__this__ = null
|
806
|
+
},
|
807
|
+
// 用户签名
|
808
|
+
sign () {
|
809
|
+
this.delfile('f_sign_path', this.meterDate.f_sign_path,0)
|
810
|
+
let prop = 'f_sign_path'
|
811
|
+
let idx = 'aofeng'
|
812
|
+
let fileName1
|
813
|
+
if (!this.meterDate.f_sign_path) {
|
814
|
+
fileName1 = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
|
815
|
+
} else {
|
816
|
+
fileName1 = Util.getFileName(this.meterDate.f_sign_path)
|
817
|
+
}
|
818
|
+
HostApp.__callback__ = this.signCallback
|
819
|
+
HostApp.__this__ = this
|
820
|
+
HostApp.getSignature({
|
821
|
+
file: fileName1,
|
822
|
+
requestCode: 111,
|
823
|
+
callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");'
|
824
|
+
})
|
825
|
+
},
|
826
|
+
// 拍照回调
|
827
|
+
cameraCallBack (prop, fileName) {
|
828
|
+
console.log("拍照回调文件名和prop" + prop + '')
|
829
|
+
if(prop == 'f_meter_paths'){ //总体图片为多图
|
830
|
+
HostApp.__this__.meterDate.f_meter_paths.push({
|
831
|
+
f_meter_path:fileName
|
832
|
+
})
|
833
|
+
}else if (prop== 'f_newmeter_paths') {
|
834
|
+
HostApp.__this__.meterDate.f_newmeter_paths.push({
|
835
|
+
f_meter_path:fileName
|
836
|
+
})
|
837
|
+
}else{
|
838
|
+
HostApp.__this__.meterDate[prop] = fileName
|
839
|
+
}
|
840
|
+
HostApp.__callback__ = null
|
841
|
+
HostApp.__this__ = null
|
842
|
+
// HostApp.__this__.$set('meterDate.f_meter_path', fileName)
|
843
|
+
// HostApp.__this__.$set('meterDate.imgsfilename', fileName.substring(fileName.lastIndexOf('/') + 1, fileName.length))
|
844
|
+
},
|
845
|
+
// 拍照
|
846
|
+
takePic (prop, title, index) {
|
847
|
+
HostApp.__callback__ = this.cameraCallBack
|
848
|
+
HostApp.__this__ = this
|
849
|
+
let fileName
|
850
|
+
if (prop === 'f_meter_paths') {
|
851
|
+
if (!this.meterDate.f_meter_paths[index] || this.meterDate.f_meter_paths[index].f_meter_path.includes('nopic.png')) {
|
852
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
853
|
+
console.log("生成的文件名" + fileName)
|
854
|
+
} else {
|
855
|
+
fileName = Util.getFileName(this.meterDate.f_meter_paths[index].f_meter_path)
|
856
|
+
console.log("原本的文件名" + fileName)
|
857
|
+
}
|
858
|
+
}else if (prop === 'f_newmeter_paths') {
|
859
|
+
if (!this.meterDate.f_newmeter_paths[index] || this.meterDate.f_newmeter_paths[index].f_meter_path.includes('nopic.png')) {
|
860
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
861
|
+
} else {
|
862
|
+
fileName = Util.getFileName(this.meterDate.f_newmeter_paths[index].f_meter_path)
|
863
|
+
}
|
864
|
+
} else {
|
865
|
+
if (!this.meterDate[prop] || this.meterDate[prop].includes("nopic.png")) {
|
866
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
867
|
+
} else {
|
868
|
+
fileName = Util.getFileName(this.meterDate[prop])
|
869
|
+
}
|
870
|
+
}
|
871
|
+
HostApp._open_a_page({
|
872
|
+
type: 'boomerang',
|
873
|
+
page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
|
874
|
+
param: {
|
875
|
+
file: fileName,
|
876
|
+
requestCode: 111,
|
877
|
+
callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
|
878
|
+
watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name + '\t' + this.item.f_address
|
879
|
+
}
|
880
|
+
})
|
881
|
+
},
|
882
|
+
// 删除照片
|
883
|
+
delfile (prop, fileName,index) {
|
884
|
+
if (fileName == Vue.nopic) {
|
885
|
+
return
|
886
|
+
} else {
|
887
|
+
if(prop === 'f_meter_paths'){
|
888
|
+
this.meterDate.f_meter_paths.splice(index,1)
|
889
|
+
HostApp.delfile(fileName)
|
890
|
+
}else if (prop === 'f_newmeter_paths') {
|
891
|
+
this.meterDate.f_newmeter_paths.splice(index,1)
|
892
|
+
HostApp.delfile(fileName)
|
893
|
+
}else{
|
894
|
+
HostApp.delfile(fileName)
|
895
|
+
this.meterDate[prop] = ''
|
896
|
+
}
|
897
|
+
}
|
898
|
+
},
|
899
|
+
// 初始化数据
|
900
|
+
clearAll () {
|
901
|
+
console.log('清除页面中累购差值与当前底数,剩余量')
|
902
|
+
this.thisPeriodFlowPressure='' //本期流量计压力
|
903
|
+
this.thisPeriodFlowTemperature='' //本期流量计温度
|
904
|
+
this.thisPeriodFlowStandardInstant='' //本期流量计标况瞬时
|
905
|
+
this.thisPeriodFlowStandardTotal='' //本期流量计标况累计
|
906
|
+
this.thisPeriodFlowWorkingInstant='' //本期流量计工况瞬时
|
907
|
+
this.thisPeriodFlowWorkingTotal='' //本期流量计工况累计
|
908
|
+
this.thisPeriodFlowGasConsumption='' //本期工商的 期间用气量(流量计)= 本次标况累积 - 上次的标况累积
|
909
|
+
this.thisPeriodFlowDeduction='' //本期工商的 扣减量 = (上次剩余+ 期间购气量) - 本次剩余
|
910
|
+
this.totalGasDifference = 0 // 差值
|
911
|
+
this.bottomOfTheCurrentPeriod = '' //当前底数
|
912
|
+
this.SurPlusGasOver= '',//剩余数
|
913
|
+
this.errorTotalGasDifferenceClass = '#666666'
|
914
|
+
this.isErrorDifference = '正常'
|
915
|
+
for (let item of this.meterDate.f_meter_paths) {
|
916
|
+
this.delfile('f_meter_paths', item.f_meter_path,0)
|
917
|
+
}
|
918
|
+
for (let item of this.meterDate.f_newmeter_paths) {
|
919
|
+
this.delfile('f_newmeter_paths', item.f_meter_path,0)
|
920
|
+
}
|
921
|
+
this.delfile('f_sign_path', this.meterDate.f_sign_path,0)
|
922
|
+
this.meterDate= {
|
923
|
+
f_inputtor_id: Vue.user.id,//抄表员ID
|
924
|
+
f_sign_path: '', //签名照片
|
925
|
+
f_meter_paths: [],//总体照片
|
926
|
+
f_total_gas_total_fee: '',//累购气量、累购金额
|
927
|
+
f_newmeter_paths: [], //换流量计后总体照片
|
928
|
+
f_is_change_flowmeter: '期间未换流量计',
|
929
|
+
// 新表信息
|
930
|
+
newPeriodFlowPressure: '',//新流量计压力
|
931
|
+
newPeriodFlowTemperature: '',//新流量计温度
|
932
|
+
newPeriodFlowStandardInstant: '',//新流量计标况瞬时
|
933
|
+
newPeriodFlowStandardTotal: '',//新流量计标况累计
|
934
|
+
newPeriodFlowWorkingInstant: '',//新流量计工况瞬时
|
935
|
+
newPeriodFlowWorkingTotal: '',//新流量计工况累计
|
936
|
+
newBottomOfTheCurrentPeriod: '',//新流量计底数
|
937
|
+
newSurPlusGasOver: '',//新剩余数
|
938
|
+
t_userfiles: {}, //修改的表信息
|
939
|
+
f_meter_read_type: '月度抄表',
|
940
|
+
f_total_apply_gas:'',
|
941
|
+
f_remake:''
|
942
|
+
}
|
943
|
+
},
|
944
|
+
// 本月是否进行过月度抄表,进行过月度抄表,但是不包含换流量计的记录,则不允许抄月度抄表
|
945
|
+
isMonthCheckPlan () {
|
946
|
+
let http1 = new HttpResetClass()
|
947
|
+
http1.load('POST',`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/findHandPlanIsMonth`, {data: {
|
948
|
+
condition: ` f_meter_read_type = '月度抄表'`,
|
949
|
+
userinfoid: `${this.item.f_userinfo_id}`
|
950
|
+
}}, {resolveMsg: null, rejectMsg: null}).then((ress) => {
|
951
|
+
let ressdata = ress.data
|
952
|
+
// 当本月已有月度抄表,本次不换流量计,则只能进行日常抄表
|
953
|
+
if (this.meterDate.f_meter_read_type==='月度抄表' && this.meterDate.f_is_change_flowmeter === '期间未换流量计' && ressdata.length > 0 ) {
|
954
|
+
this.meterDate.f_meter_read_type = '日常抄表'
|
955
|
+
this.f_meter_read_types = [{label: '日常抄表',value: '日常抄表'}]
|
956
|
+
return this.$showMessage(`当前用户,已在本月${ressdata[0].f_hand_date},被抄表员${ressdata[0].f_inputtor}进行过【月度抄表】,月度抄表每月一次。已为你自动切换为【日常抄表】`)
|
957
|
+
} else
|
958
|
+
// 本月还未有月度抄表记录,本次不换流量计 则提示本月还未进行月度抄表
|
959
|
+
if (this.meterDate.f_meter_read_type==='日常抄表' && this.meterDate.f_is_change_flowmeter === '期间未换流量计' && ressdata.length <= 0 ) {
|
960
|
+
this.f_meter_read_types = [{label: '日常抄表',value: '日常抄表'},{label: '月度抄表',value: '月度抄表'}]
|
961
|
+
return this.$showMessage("本月还未完成该用户的【月度抄表】任务,请优先完成【月度抄表】任务(该信息仅为提示信息,可忽略)");
|
962
|
+
} else
|
963
|
+
// 当前是日常抄表,并且是换流量计,则给提示必须月度抄表(每月可多次换流量计,月度抄表就会有多条)
|
964
|
+
if (this.meterDate.f_meter_read_type==='日常抄表' && this.meterDate.f_is_change_flowmeter === '期间有换流量计') {
|
965
|
+
this.meterDate.f_meter_read_type = '月度抄表'
|
966
|
+
this.f_meter_read_types = [{label: '月度抄表',value: '月度抄表'}]
|
967
|
+
return this.$showMessage("【换流量计】时抄表类型必须是【月度抄表】,已为您自动切换。")
|
968
|
+
}
|
969
|
+
})
|
970
|
+
}
|
971
|
+
},
|
972
|
+
|
973
|
+
async ready () {
|
974
|
+
this.meterDate.t_userfiles.f_cardmeternumber = this.item.f_cardmeternumber
|
975
|
+
this.meterDate.t_userfiles.f_userfiles_id = this.item.f_userfiles_id
|
976
|
+
this.meterDate.f_inputtor_id = Vue.user.id //抄表员ID
|
977
|
+
// 初始化的时候,判断改用户是否已经进行过月度抄表计划,如本月已有月度计划数据,则只能进行日常抄表
|
978
|
+
this.isMonthCheckPlan()
|
979
|
+
},
|
980
|
+
watch: {
|
981
|
+
// 已用气量变化 期间用气量(流量计)= 本次标况累积 - 上次的标况累积
|
982
|
+
'thisPeriodFlowGasConsumption' : function (val) {
|
983
|
+
if (val!=null && val!=='' && val!==undefined ) {
|
984
|
+
this.countTotalGasDifference()
|
985
|
+
}
|
986
|
+
},
|
987
|
+
// 扣减量变化
|
988
|
+
'thisPeriodFlowDeduction' : function (val) {
|
989
|
+
if (val!=null && val!=='' && val!==undefined) {
|
990
|
+
this.countTotalGasDifference()
|
991
|
+
}
|
992
|
+
},
|
993
|
+
// 流量计的标况累计,复制给流量计的底数 应绑定同一个值,需要完整测试计算过程值是否正确,着急要,遗留
|
994
|
+
'thisPeriodFlowStandardTotal': function (val) {
|
995
|
+
this.bottomOfTheCurrentPeriod = val
|
996
|
+
},
|
997
|
+
// 新流量计标况累计,就是新流量计的底数 应绑定同一个值,需要完整测试计算过程值是否正确,着急要,遗留
|
998
|
+
'meterDate.newPeriodFlowStandardTotal': function (val) {
|
999
|
+
this.meterDate.newBottomOfTheCurrentPeriod = val
|
1000
|
+
},
|
1001
|
+
// 抄表类型变化
|
1002
|
+
'meterDate.f_meter_read_type': function (val) {
|
1003
|
+
this.isMonthCheckPlan()
|
1004
|
+
},
|
1005
|
+
// 期间是否换流量计
|
1006
|
+
'meterDate.f_is_change_flowmeter': function (val) {
|
1007
|
+
this.isMonthCheckPlan()
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
}
|
1011
|
+
</script>
|
1012
|
+
<style>
|
1013
|
+
.panel-self {
|
1014
|
+
border-radius: 5px;
|
1015
|
+
border: 1px solid #c5e1f7;
|
1016
|
+
background-color: #F2F6FA;
|
1017
|
+
}
|
1018
|
+
.label-font {
|
1019
|
+
text-overflow: ellipsis;
|
1020
|
+
white-space: nowrap;
|
1021
|
+
width: 70%;
|
1022
|
+
}
|
1023
|
+
|
1024
|
+
.text-left {
|
1025
|
+
text-align: left;
|
1026
|
+
}
|
1027
|
+
|
1028
|
+
.font {
|
1029
|
+
font: 15px PingFang-SC-Medium;
|
1030
|
+
color: #333333;
|
1031
|
+
}
|
1032
|
+
|
1033
|
+
.showIi {
|
1034
|
+
font: 14px PingFang-SC-Medium;
|
1035
|
+
color: #666666;
|
1036
|
+
}
|
1037
|
+
|
1038
|
+
.info {
|
1039
|
+
margin-top: 15px;
|
1040
|
+
border-radius: 5px;
|
1041
|
+
background-color: #f3faff;
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
.btn-photo {
|
1045
|
+
border: 0;
|
1046
|
+
border-radius: 7px;
|
1047
|
+
background-color: #7dc1f4;
|
1048
|
+
font: 15px PingFang-SC-Bold;
|
1049
|
+
height: 20%;
|
1050
|
+
}
|
1051
|
+
|
1052
|
+
.div-photo {
|
1053
|
+
width: auto;
|
1054
|
+
height: auto;
|
1055
|
+
/* margin-top: 10px; */
|
1056
|
+
position: absolute;
|
1057
|
+
bottom: 10px;
|
1058
|
+
right: 10px;
|
1059
|
+
}
|
1060
|
+
|
1061
|
+
.btn-voice {
|
1062
|
+
border-radius: 7px;
|
1063
|
+
border: 1px solid #dedede;
|
1064
|
+
background-color: #f5fbff;
|
1065
|
+
font: 15px PingFang-SC-Bold;
|
1066
|
+
color: #499edf;
|
1067
|
+
}
|
1068
|
+
|
1069
|
+
.save-btn {
|
1070
|
+
width: 25%;
|
1071
|
+
background-color: #499edf;
|
1072
|
+
border-radius: 6px;
|
1073
|
+
color: #FFFFFF;
|
1074
|
+
font: 15px PingFang-SC-Bold;
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
.upload-btn {
|
1078
|
+
width: 25%;
|
1079
|
+
background-color: #ffffff;
|
1080
|
+
border: 1px solid #499edf;
|
1081
|
+
border-radius: 6px;
|
1082
|
+
color: #499edf;
|
1083
|
+
font: 15px PingFang-SC-Bold;
|
1084
|
+
}
|
1085
|
+
|
1086
|
+
.repair-btn {
|
1087
|
+
width: 25%;
|
1088
|
+
border: 1px solid #499edf;
|
1089
|
+
border-radius: 6px;
|
1090
|
+
font: 15px PingFang-SC-Bold;
|
1091
|
+
}
|
1092
|
+
|
1093
|
+
#el_ca_tx {
|
1094
|
+
width: 100%;
|
1095
|
+
margin: 5px;
|
1096
|
+
}
|
1097
|
+
</style>
|