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,742 @@
|
|
1
|
+
<template>
|
2
|
+
<div class="flex-row">
|
3
|
+
<work-busy :is-busy="seaching" v-show="seaching"></work-busy>
|
4
|
+
<div class="basic-main">
|
5
|
+
<div class="form-horizontal select-overspread container-fluid auto" >
|
6
|
+
<div class="row">
|
7
|
+
<div class="col-sm-3" style="width: 20%">
|
8
|
+
<label class="font_normal_body"> 公 司 </label>
|
9
|
+
<right-tree :userid.sync='userid' style="width: 60%;"
|
10
|
+
:source.sync='source' @re-res="getRes" ></right-tree>
|
11
|
+
</div>
|
12
|
+
<div class="col-sm-3" style="width: 20%">
|
13
|
+
<label class="font_normal_body">统计年份</label>
|
14
|
+
<datepicker placeholder="结束日期" style="width:60%"
|
15
|
+
v-model="yearDate"
|
16
|
+
:value.sync="yearDate"
|
17
|
+
:format="'yyyy'"
|
18
|
+
:show-reset-button="true"
|
19
|
+
:select-year="true">
|
20
|
+
</datepicker>
|
21
|
+
</div>
|
22
|
+
<div class="col-sm-3" style="width: 20%">
|
23
|
+
<label class="font_normal_body">用户编号</label>
|
24
|
+
<input type="text" class="input_search" v-model="searchModel.f_userinfo_code"
|
25
|
+
style="width: 60%" placeholder="用户编号">
|
26
|
+
</div>
|
27
|
+
<div class="col-sm-3" style="width: 20%">
|
28
|
+
<label class="font_normal_body">地  址</label>
|
29
|
+
<input type="text" class="input_search" v-model="searchModel.f_address"
|
30
|
+
style="width: 60%" placeholder="地址">
|
31
|
+
</div>
|
32
|
+
|
33
|
+
|
34
|
+
<div class="col-sm-3" style="width: 20%">
|
35
|
+
<div class="span" style="text-align: center;">
|
36
|
+
<button class="button_search" @click="search()">查询</button>
|
37
|
+
<export-excel :data="searchData"
|
38
|
+
:field="excelHeaders"
|
39
|
+
sqlurl="api/af-safecheck/logic/exportfile" sql-name="MonthlyMeterReadingStatisticsExcel"
|
40
|
+
:template-name='excelTitle'></export-excel>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
<div class="row">
|
45
|
+
<div class="col-sm-3" style="width: 20%">
|
46
|
+
<label class="font_normal_body">用气性质</label>
|
47
|
+
<v-select
|
48
|
+
placeholder='用气性质'
|
49
|
+
class="select select_list"
|
50
|
+
style="width:60%"
|
51
|
+
:value-single="true"
|
52
|
+
v-model='searchModel.f_gasproperties'
|
53
|
+
:value.sync="searchModel.f_gasproperties"
|
54
|
+
:options='f_gaspropertieses'
|
55
|
+
v-next-el="cx" v-el:qjmc
|
56
|
+
close-on-select clear-button> </v-select>
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div class="table-responsive" style="width:100%; height:82%; overflow:scroll;">
|
62
|
+
<table class="table diy-table " style="text-align:center">
|
63
|
+
<thead>
|
64
|
+
<tr>
|
65
|
+
<th colspan="259" class="tableinfo">{{thisOrgName}}{{thisYear}}年度工商业抄表情况统计表</th>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<th colspan="19" style="background-color: #e5e5e5;">用户基本信息</th>
|
69
|
+
<template v-for="index in 12">
|
70
|
+
<th colspan="20" class="tablerowclass">{{index+1}}月</th>
|
71
|
+
</template>
|
72
|
+
</tr>
|
73
|
+
<tr>
|
74
|
+
<th class="borderleftright"><nobr>序号</nobr></th>
|
75
|
+
<th class="borderleftright"><nobr>用户名称</nobr></th>
|
76
|
+
<th class="borderleftright"><nobr>用户编号</nobr></th>
|
77
|
+
<th class="borderleftright"><nobr>用气性质</nobr></th>
|
78
|
+
<th class="borderleftright"><nobr>用户地址</nobr></th>
|
79
|
+
<th class="borderleftright"><nobr>表具类型</nobr></th>
|
80
|
+
<th class="borderleftright"><nobr>远传站点编号</nobr></th>
|
81
|
+
<th class="borderleftright"><nobr>仪表品牌(厂家)</nobr></th>
|
82
|
+
<th class="borderleftright"><nobr>计量类型</nobr></th>
|
83
|
+
<th class="borderleftright"><nobr>仪表型号</nobr></th>
|
84
|
+
<th class="borderleftright"><nobr>仪表编号</nobr></th>
|
85
|
+
<th class="borderleftright"><nobr>仪表口径</nobr></th>
|
86
|
+
<th class="borderleftright"><nobr>铅封编号</nobr></th>
|
87
|
+
<th class="borderleftright"><nobr>准确度等级</nobr></th>
|
88
|
+
<th class="borderleftright"><nobr>量程下限</nobr></th>
|
89
|
+
<th class="borderleftright"><nobr>量程上限</nobr></th>
|
90
|
+
<th class="borderleftright"><nobr>流量计投运时间</nobr></th>
|
91
|
+
<th class="borderleftright"><nobr>计量方式</nobr></th>
|
92
|
+
<template v-for="index in 12">
|
93
|
+
<th class="borderleftright"><nobr>上期标况累计(抄表)</nobr></th>
|
94
|
+
<th class="borderleftright"><nobr>上期表剩余(抄表)</nobr></th>
|
95
|
+
<th class="borderleftright"><nobr>上期抄表时间(抄表)</nobr></th>
|
96
|
+
<th class="borderleftright"><nobr>本期标况累计(抄表)</nobr></th>
|
97
|
+
<th class="borderleftright"><nobr>本期表剩余(抄表)</nobr></th>
|
98
|
+
<th class="borderleftright"><nobr>本期抄表时间(抄表)</nobr></th>
|
99
|
+
<th title="本期标况累计减上期标况累计;如存在换流量计,(旧流量计标况累计减旧流量计上期标况累计)加新流量计本期标况累计" class="borderleftright"><nobr>期间用气量1(抄表)</nobr></th>
|
100
|
+
<th title="用上期抄表剩余加上期间充值量减去本期剩余量" class="borderleftright"><nobr>期间用气量2(抄表)</nobr></th>
|
101
|
+
<th title="期间充值量" class="borderleftright"><nobr>期间充值量(收费)</nobr></th>
|
102
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>上期标况累计(远传)</nobr></th>
|
103
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>上期表剩余(远传)</nobr></th>
|
104
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>上期上报时间(远传)</nobr></th>
|
105
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>上期数据是否异常(远传)</nobr></th>
|
106
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>本期标况累计(远传)</nobr></th>
|
107
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>本期表剩余(远传)</nobr></th>
|
108
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>本期上报时间(远传)</nobr></th>
|
109
|
+
<th title="调取每月25日早8点数据" class="borderleftright"><nobr>本期数据是否异常(远传)</nobr></th>
|
110
|
+
<th title="本期标况累计减去上期标况累计" class="borderleftright"><nobr>期间用气量3(远传)</nobr></th>
|
111
|
+
<th title="期间用气量1减去期间用气量2(流量计计数用量与充值器扣数差值)" class="borderleftright"><nobr>气量差值1</nobr></th>
|
112
|
+
<th title="期间用气量1减去期间用气量3(实际抄表用量与远传用量差值)" class="borderleftright"><nobr>气量差值2</nobr></th>
|
113
|
+
</template>
|
114
|
+
</tr>
|
115
|
+
</thead>
|
116
|
+
<tbody id="manbody">
|
117
|
+
</tbody>
|
118
|
+
</table>
|
119
|
+
</div>
|
120
|
+
|
121
|
+
<pager :page-index="pageIndex" :page-size.sync="pageSize"
|
122
|
+
@page-changed='search' :count='count'>
|
123
|
+
</pager>
|
124
|
+
</div>
|
125
|
+
</div>
|
126
|
+
</template>
|
127
|
+
|
128
|
+
<script>
|
129
|
+
import {HttpResetClass, PagedList} from "vue-client";
|
130
|
+
import Datepicker from 'vue-client/src/vue-strap/src/Datepicker'
|
131
|
+
import * as Util from '../Util'
|
132
|
+
import Pager from 'vue-client/src/components/Pager'
|
133
|
+
import Vue from "vue";
|
134
|
+
import XLSX from "xlsx";
|
135
|
+
|
136
|
+
|
137
|
+
export default {
|
138
|
+
title:'月度抄表报表(年度)',
|
139
|
+
data() {
|
140
|
+
return {
|
141
|
+
f_gaspropertieses:[{label:"全部",value:""},{label:"商业用气",value:"商业用气"},{label:"工业用气",value:"工业用气"}],
|
142
|
+
searchModel: {
|
143
|
+
f_userinfo_code: '',
|
144
|
+
f_address: '',
|
145
|
+
},
|
146
|
+
seaching: false,
|
147
|
+
userid: this.$login.f.id,
|
148
|
+
body:'',
|
149
|
+
source: `tool.getFullTree(this.getRights().where(row.getType() != $zone$).where(row.getType() == $organization$))`,
|
150
|
+
f_filialeids:`('${this.$login.f.orgid}')`, //分公司id
|
151
|
+
yearDate: (new Date()).getFullYear().toString(), //统计年份
|
152
|
+
resData: [],
|
153
|
+
baseData: [],
|
154
|
+
thisOrgName: '',
|
155
|
+
thisYear: '',
|
156
|
+
f_orgname: '',
|
157
|
+
count: 0, //总数据数
|
158
|
+
pageIndex: 1, //当前页
|
159
|
+
pageSize: 20, //页大小
|
160
|
+
condition: '1=1', //请求条件
|
161
|
+
searchData: {
|
162
|
+
|
163
|
+
},
|
164
|
+
excelTitle:'导出',
|
165
|
+
excelHeaders:{
|
166
|
+
"f_userinfo_code": "用户编号",
|
167
|
+
"f_user_name": "用户名称",
|
168
|
+
"f_gasproperties": "用气性质",
|
169
|
+
"f_address": "用户地址",
|
170
|
+
"f_meter_brand": "表具类型",
|
171
|
+
"cj": "仪表品牌(厂家)",
|
172
|
+
"sta_id": "远传站点编号",
|
173
|
+
"lx": "计量类型",
|
174
|
+
"xh": "仪表型号",
|
175
|
+
"sn": "仪表编号",
|
176
|
+
"kj": "仪表口径",
|
177
|
+
"qf": "铅封编号",
|
178
|
+
"jd": "准确度等级",
|
179
|
+
"min": "量程下限",
|
180
|
+
"max": "量程上限",
|
181
|
+
"usetime": "流量计投运时间",
|
182
|
+
"jlfs": "计量方式",
|
183
|
+
"f_last_flow_standard_total1_1": "1月上期标况累计(抄表)",
|
184
|
+
"f_last_surplus_gas1_1": "1月上期表剩余(抄表)",
|
185
|
+
"f_last_f_hand_date1_1": "1月上期抄表时间(抄表)",
|
186
|
+
"f_flow_standard_total_1": "1月本期标况累计(抄表)",
|
187
|
+
"f_surplus_gas_1": "1月本期表剩余(抄表)",
|
188
|
+
"f_hand_date_1": "1月本期抄表时间(抄表)",
|
189
|
+
"gas_consumption1_1": "1月期间用气量1(抄表)",
|
190
|
+
"gas_consumption2_1": "1月期间用气量2(抄表)",
|
191
|
+
"sumpregas_1": "1月期间充值量(收费)",
|
192
|
+
"f_last_pile_gas_volume_1": "1月上期标况累计(远传)",
|
193
|
+
"f_last_residual_gas_volume_1": "1月上期表剩余(远传)",
|
194
|
+
"f_last_upload_date_1": "1月上期上报时间(远传)",
|
195
|
+
"f_last_isabn_1": "1月上期数据是否异常,0正常 1异常(远传)",
|
196
|
+
"f_pile_gas_volume_1": "1月本期标况累计(远传)",
|
197
|
+
"f_residual_gas_volume_1": "1月本期表剩余(远传)",
|
198
|
+
"f_upload_date_1": "1月本期上报时间(远传)",
|
199
|
+
"f_isabn_1": "1月本期数据是否异常,0正常 1异常(远传)",
|
200
|
+
"gas_consumption3_1": "1月期间用气量3(远传)",
|
201
|
+
"d_value1_1": "1月气量差值1(远传)",
|
202
|
+
"d_value2_1": "1月气量差值2(远传)",
|
203
|
+
"f_last_flow_standard_total1_2": "2月上期标况累计(抄表)",
|
204
|
+
"f_last_surplus_gas1_2": "2月上期表剩余(抄表)",
|
205
|
+
"f_last_f_hand_date1_2": "2月上期抄表时间(抄表)",
|
206
|
+
"f_flow_standard_total_2": "2月本期标况累计(抄表)",
|
207
|
+
"f_surplus_gas_2": "2月本期表剩余(抄表)",
|
208
|
+
"f_hand_date_2": "2月本期抄表时间(抄表)",
|
209
|
+
"gas_consumption1_2": "2月期间用气量1(抄表)",
|
210
|
+
"gas_consumption2_2": "2月期间用气量2(抄表)",
|
211
|
+
"sumpregas_2": "2月期间充值量(收费)",
|
212
|
+
"f_last_pile_gas_volume_2": "2月上期标况累计(远传)",
|
213
|
+
"f_last_residual_gas_volume_2": "2月上期表剩余(远传)",
|
214
|
+
"f_last_upload_date_2": "2月上期上报时间(远传)",
|
215
|
+
"f_last_isabn_2": "2月上期数据是否异常,0正常 1异常(远传)",
|
216
|
+
"f_pile_gas_volume_2": "2月本期标况累计(远传)",
|
217
|
+
"f_residual_gas_volume_2": "2月本期表剩余(远传)",
|
218
|
+
"f_upload_date_2": "2月本期上报时间(远传)",
|
219
|
+
"f_isabn_2": "2月本期数据是否异常,0正常 1异常(远传)",
|
220
|
+
"gas_consumption3_2": "2月期间用气量3(远传)",
|
221
|
+
"d_value1_2": "2月气量差值1(远传)",
|
222
|
+
"d_value2_2": "2月气量差值2(远传)",
|
223
|
+
"f_last_flow_standard_total1_3": "3月上期标况累计(抄表)",
|
224
|
+
"f_last_surplus_gas1_3": "3月上期表剩余(抄表)",
|
225
|
+
"f_last_f_hand_date1_3": "3月上期抄表时间(抄表)",
|
226
|
+
"f_flow_standard_total_3": "3月本期标况累计(抄表)",
|
227
|
+
"f_surplus_gas_3": "3月本期表剩余(抄表)",
|
228
|
+
"f_hand_date_3": "3月本期抄表时间(抄表)",
|
229
|
+
"gas_consumption1_3": "3月期间用气量1(抄表)",
|
230
|
+
"gas_consumption2_3": "3月期间用气量2(抄表)",
|
231
|
+
"sumpregas_3": "3月期间充值量(收费)",
|
232
|
+
"f_last_pile_gas_volume_3": "3月上期标况累计(远传)",
|
233
|
+
"f_last_residual_gas_volume_3": "3月上期表剩余(远传)",
|
234
|
+
"f_last_upload_date_3": "3月上期上报时间(远传)",
|
235
|
+
"f_last_isabn_3": "3月上期数据是否异常,0正常 1异常(远传)",
|
236
|
+
"f_pile_gas_volume_3": "3月本期标况累计(远传)",
|
237
|
+
"f_residual_gas_volume_3": "3月本期表剩余(远传)",
|
238
|
+
"f_upload_date_3": "3月本期上报时间(远传)",
|
239
|
+
"f_isabn_3": "3月本期数据是否异常,0正常 1异常(远传)",
|
240
|
+
"gas_consumption3_3": "3月期间用气量3(远传)",
|
241
|
+
"d_value1_3": "3月气量差值1(远传)",
|
242
|
+
"d_value2_3": "3月气量差值2(远传)",
|
243
|
+
"f_last_flow_standard_total1_4": "4月上期标况累计(抄表)",
|
244
|
+
"f_last_surplus_gas1_4": "4月上期表剩余(抄表)",
|
245
|
+
"f_last_f_hand_date1_4": "4月上期抄表时间(抄表)",
|
246
|
+
"f_flow_standard_total_4": "4月本期标况累计(抄表)",
|
247
|
+
"f_surplus_gas_4": "4月本期表剩余(抄表)",
|
248
|
+
"f_hand_date_4": "4月本期抄表时间(抄表)",
|
249
|
+
"gas_consumption1_4": "4月期间用气量1(抄表)",
|
250
|
+
"gas_consumption2_4": "4月期间用气量2(抄表)",
|
251
|
+
"sumpregas_4": "4月期间充值量(收费)",
|
252
|
+
"f_last_pile_gas_volume_4": "4月上期标况累计(远传)",
|
253
|
+
"f_last_residual_gas_volume_4": "4月上期表剩余(远传)",
|
254
|
+
"f_last_upload_date_4": "4月上期上报时间(远传)",
|
255
|
+
"f_last_isabn_4": "4月上期数据是否异常,0正常 1异常(远传)",
|
256
|
+
"f_pile_gas_volume_4": "4月本期标况累计(远传)",
|
257
|
+
"f_residual_gas_volume_4": "4月本期表剩余(远传)",
|
258
|
+
"f_upload_date_4": "4月本期上报时间(远传)",
|
259
|
+
"f_isabn_4": "4月本期数据是否异常,0正常 1异常(远传)",
|
260
|
+
"gas_consumption3_4": "4月期间用气量3(远传)",
|
261
|
+
"d_value1_4": "4月气量差值1(远传)",
|
262
|
+
"d_value2_4": "4月气量差值2(远传)",
|
263
|
+
"f_last_flow_standard_total1_5": "5月上期标况累计(抄表)",
|
264
|
+
"f_last_surplus_gas1_5": "5月上期表剩余(抄表)",
|
265
|
+
"f_last_f_hand_date1_5": "5月上期抄表时间(抄表)",
|
266
|
+
"f_flow_standard_total_5": "5月本期标况累计(抄表)",
|
267
|
+
"f_surplus_gas_5": "5月本期表剩余(抄表)",
|
268
|
+
"f_hand_date_5": "5月本期抄表时间(抄表)",
|
269
|
+
"gas_consumption1_5": "5月期间用气量1(抄表)",
|
270
|
+
"gas_consumption2_5": "5月期间用气量2(抄表)",
|
271
|
+
"sumpregas_5": "5月期间充值量(收费)",
|
272
|
+
"f_last_pile_gas_volume_5": "5月上期标况累计(远传)",
|
273
|
+
"f_last_residual_gas_volume_5": "5月上期表剩余(远传)",
|
274
|
+
"f_last_upload_date_5": "5月上期上报时间(远传)",
|
275
|
+
"f_last_isabn_5": "5月上期数据是否异常,0正常 1异常(远传)",
|
276
|
+
"f_pile_gas_volume_5": "5月本期标况累计(远传)",
|
277
|
+
"f_residual_gas_volume_5": "5月本期表剩余(远传)",
|
278
|
+
"f_upload_date_5": "5月本期上报时间(远传)",
|
279
|
+
"f_isabn_5": "5月本期数据是否异常,0正常 1异常(远传)",
|
280
|
+
"gas_consumption3_5": "5月期间用气量3(远传)",
|
281
|
+
"d_value1_5": "5月气量差值1(远传)",
|
282
|
+
"d_value2_5": "5月气量差值2(远传)",
|
283
|
+
"f_last_flow_standard_total1_6": "6月上期标况累计(抄表)",
|
284
|
+
"f_last_surplus_gas1_6": "6月上期表剩余(抄表)",
|
285
|
+
"f_last_f_hand_date1_6": "6月上期抄表时间(抄表)",
|
286
|
+
"f_flow_standard_total_6": "6月本期标况累计(抄表)",
|
287
|
+
"f_surplus_gas_6": "6月本期表剩余(抄表)",
|
288
|
+
"f_hand_date_6": "6月本期抄表时间(抄表)",
|
289
|
+
"gas_consumption1_6": "6月期间用气量1(抄表)",
|
290
|
+
"gas_consumption2_6": "6月期间用气量2(抄表)",
|
291
|
+
"sumpregas_6": "6月期间充值量(收费)",
|
292
|
+
"f_last_pile_gas_volume_6": "6月上期标况累计(远传)",
|
293
|
+
"f_last_residual_gas_volume_6": "6月上期表剩余(远传)",
|
294
|
+
"f_last_upload_date_6": "6月上期上报时间(远传)",
|
295
|
+
"f_last_isabn_6": "6月上期数据是否异常,0正常 1异常(远传)",
|
296
|
+
"f_pile_gas_volume_6": "6月本期标况累计(远传)",
|
297
|
+
"f_residual_gas_volume_6": "6月本期表剩余(远传)",
|
298
|
+
"f_upload_date_6": "6月本期上报时间(远传)",
|
299
|
+
"f_isabn_6": "6月本期数据是否异常,0正常 1异常(远传)",
|
300
|
+
"gas_consumption3_6": "6月期间用气量3(远传)",
|
301
|
+
"d_value1_6": "6月气量差值1(远传)",
|
302
|
+
"d_value2_6": "6月气量差值2(远传)",
|
303
|
+
"f_last_flow_standard_total1_7": "7月上期标况累计(抄表)",
|
304
|
+
"f_last_surplus_gas1_7": "7月上期表剩余(抄表)",
|
305
|
+
"f_last_f_hand_date1_7": "7月上期抄表时间(抄表)",
|
306
|
+
"f_flow_standard_total_7": "7月本期标况累计(抄表)",
|
307
|
+
"f_surplus_gas_7": "7月本期表剩余(抄表)",
|
308
|
+
"f_hand_date_7": "7月本期抄表时间(抄表)",
|
309
|
+
"gas_consumption1_7": "7月期间用气量1(抄表)",
|
310
|
+
"gas_consumption2_7": "7月期间用气量2(抄表)",
|
311
|
+
"sumpregas_7": "7月期间充值量(收费)",
|
312
|
+
"f_last_pile_gas_volume_7": "7月上期标况累计(远传)",
|
313
|
+
"f_last_residual_gas_volume_7": "7月上期表剩余(远传)",
|
314
|
+
"f_last_upload_date_7": "7月上期上报时间(远传)",
|
315
|
+
"f_last_isabn_7": "7月上期数据是否异常,0正常 1异常(远传)",
|
316
|
+
"f_pile_gas_volume_7": "7月本期标况累计(远传)",
|
317
|
+
"f_residual_gas_volume_7": "7月本期表剩余(远传)",
|
318
|
+
"f_upload_date_7": "7月本期上报时间(远传)",
|
319
|
+
"f_isabn_7": "7月本期数据是否异常,0正常 1异常(远传)",
|
320
|
+
"gas_consumption3_7": "7月期间用气量3(远传)",
|
321
|
+
"d_value1_7": "7月气量差值1(远传)",
|
322
|
+
"d_value2_7": "7月气量差值2(远传)",
|
323
|
+
"f_last_flow_standard_total1_8": "8月上期标况累计(抄表)",
|
324
|
+
"f_last_surplus_gas1_8": "8月上期表剩余(抄表)",
|
325
|
+
"f_last_f_hand_date1_8": "8月上期抄表时间(抄表)",
|
326
|
+
"f_flow_standard_total_8": "8月本期标况累计(抄表)",
|
327
|
+
"f_surplus_gas_8": "8月本期表剩余(抄表)",
|
328
|
+
"f_hand_date_8": "8月本期抄表时间(抄表)",
|
329
|
+
"gas_consumption1_8": "8月期间用气量1(抄表)",
|
330
|
+
"gas_consumption2_8": "8月期间用气量2(抄表)",
|
331
|
+
"sumpregas_8": "8月期间充值量(收费)",
|
332
|
+
"f_last_pile_gas_volume_8": "8月上期标况累计(远传)",
|
333
|
+
"f_last_residual_gas_volume_8": "8月上期表剩余(远传)",
|
334
|
+
"f_last_upload_date_8": "8月上期上报时间(远传)",
|
335
|
+
"f_last_isabn_8": "8月上期数据是否异常,0正常 1异常(远传)",
|
336
|
+
"f_pile_gas_volume_8": "8月本期标况累计(远传)",
|
337
|
+
"f_residual_gas_volume_8": "8月本期表剩余(远传)",
|
338
|
+
"f_upload_date_8": "8月本期上报时间(远传)",
|
339
|
+
"f_isabn_8": "8月本期数据是否异常,0正常 1异常(远传)",
|
340
|
+
"gas_consumption3_8": "8月期间用气量3(远传)",
|
341
|
+
"d_value1_8": "8月气量差值1(远传)",
|
342
|
+
"d_value2_8": "8月气量差值2(远传)",
|
343
|
+
"f_last_flow_standard_total1_9": "9月上期标况累计(抄表)",
|
344
|
+
"f_last_surplus_gas1_9": "9月上期表剩余(抄表)",
|
345
|
+
"f_last_f_hand_date1_9": "9月上期抄表时间(抄表)",
|
346
|
+
"f_flow_standard_total_9": "9月本期标况累计(抄表)",
|
347
|
+
"f_surplus_gas_9": "9月本期表剩余(抄表)",
|
348
|
+
"f_hand_date_9": "9月本期抄表时间(抄表)",
|
349
|
+
"gas_consumption1_9": "9月期间用气量1(抄表)",
|
350
|
+
"gas_consumption2_9": "9月期间用气量2(抄表)",
|
351
|
+
"sumpregas_9": "9月期间充值量(收费)",
|
352
|
+
"f_last_pile_gas_volume_9": "9月上期标况累计(远传)",
|
353
|
+
"f_last_residual_gas_volume_9": "9月上期表剩余(远传)",
|
354
|
+
"f_last_upload_date_9": "9月上期上报时间(远传)",
|
355
|
+
"f_last_isabn_9": "9月上期数据是否异常,0正常 1异常(远传)",
|
356
|
+
"f_pile_gas_volume_9": "9月本期标况累计(远传)",
|
357
|
+
"f_residual_gas_volume_9": "9月本期表剩余(远传)",
|
358
|
+
"f_upload_date_9": "9月本期上报时间(远传)",
|
359
|
+
"f_isabn_9": "9月本期数据是否异常,0正常 1异常(远传)",
|
360
|
+
"gas_consumption3_9": "9月期间用气量3(远传)",
|
361
|
+
"d_value1_9": "9月气量差值1(远传)",
|
362
|
+
"d_value2_9": "9月气量差值2(远传)",
|
363
|
+
"f_last_flow_standard_total1_10": "10月上期标况累计(抄表)",
|
364
|
+
"f_last_surplus_gas1_10": "10月上期表剩余(抄表)",
|
365
|
+
"f_last_f_hand_date1_10": "10月上期抄表时间(抄表)",
|
366
|
+
"f_flow_standard_total_10": "10月本期标况累计(抄表)",
|
367
|
+
"f_surplus_gas_10": "10月本期表剩余(抄表)",
|
368
|
+
"f_hand_date_10": "10月本期抄表时间(抄表)",
|
369
|
+
"gas_consumption1_10": "10月期间用气量1(抄表)",
|
370
|
+
"gas_consumption2_10": "10月期间用气量2(抄表)",
|
371
|
+
"sumpregas_10": "10月期间充值量(收费)",
|
372
|
+
"f_last_pile_gas_volume_10": "10月上期标况累计(远传)",
|
373
|
+
"f_last_residual_gas_volume_10": "10月上期表剩余(远传)",
|
374
|
+
"f_last_upload_date_10": "10月上期上报时间(远传)",
|
375
|
+
"f_last_isabn_10": "10月上期数据是否异常,0正常 1异常(远传)",
|
376
|
+
"f_pile_gas_volume_10": "10月本期标况累计(远传)",
|
377
|
+
"f_residual_gas_volume_10": "10月本期表剩余(远传)",
|
378
|
+
"f_upload_date_10": "10月本期上报时间(远传)",
|
379
|
+
"f_isabn_10": "10月本期数据是否异常,0正常 1异常(远传)",
|
380
|
+
"gas_consumption3_10": "10月期间用气量3(远传)",
|
381
|
+
"d_value1_10": "10月气量差值1(远传)",
|
382
|
+
"d_value2_10": "10月气量差值2(远传)",
|
383
|
+
"f_last_flow_standard_total1_11": "11月上期标况累计(抄表)",
|
384
|
+
"f_last_surplus_gas1_11": "11月上期表剩余(抄表)",
|
385
|
+
"f_last_f_hand_date1_11": "11月上期抄表时间(抄表)",
|
386
|
+
"f_flow_standard_total_11": "11月本期标况累计(抄表)",
|
387
|
+
"f_surplus_gas_11": "11月本期表剩余(抄表)",
|
388
|
+
"f_hand_date_11": "11月本期抄表时间(抄表)",
|
389
|
+
"gas_consumption1_11": "11月期间用气量1(抄表)",
|
390
|
+
"gas_consumption2_11": "11月期间用气量2(抄表)",
|
391
|
+
"sumpregas_11": "11月期间充值量(收费)",
|
392
|
+
"f_last_pile_gas_volume_11": "11月上期标况累计(远传)",
|
393
|
+
"f_last_residual_gas_volume_11": "11月上期表剩余(远传)",
|
394
|
+
"f_last_upload_date_11": "11月上期上报时间(远传)",
|
395
|
+
"f_last_isabn_11": "11月上期数据是否异常,0正常 1异常(远传)",
|
396
|
+
"f_pile_gas_volume_11": "11月本期标况累计(远传)",
|
397
|
+
"f_residual_gas_volume_11": "11月本期表剩余(远传)",
|
398
|
+
"f_upload_date_11": "11月本期上报时间(远传)",
|
399
|
+
"f_isabn_11": "11月本期数据是否异常,0正常 1异常(远传)",
|
400
|
+
"gas_consumption3_11": "11月期间用气量3(远传)",
|
401
|
+
"d_value1_11": "11月气量差值1(远传)",
|
402
|
+
"d_value2_11": "11月气量差值2(远传)",
|
403
|
+
"f_last_flow_standard_total1_12": "12月上期标况累计(抄表)",
|
404
|
+
"f_last_surplus_gas1_12": "12月上期表剩余(抄表)",
|
405
|
+
"f_last_f_hand_date1_12": "12月上期抄表时间(抄表)",
|
406
|
+
"f_flow_standard_total_12": "12月本期标况累计(抄表)",
|
407
|
+
"f_surplus_gas_12": "12月本期表剩余(抄表)",
|
408
|
+
"f_hand_date_12": "12月本期抄表时间(抄表)",
|
409
|
+
"gas_consumption1_12": "12月期间用气量1(抄表)",
|
410
|
+
"gas_consumption2_12": "12月期间用气量2(抄表)",
|
411
|
+
"sumpregas_12": "12月期间充值量(收费)",
|
412
|
+
"f_last_pile_gas_volume_12": "12月上期标况累计(远传)",
|
413
|
+
"f_last_residual_gas_volume_12": "12月上期表剩余(远传)",
|
414
|
+
"f_last_upload_date_12": "12月上期上报时间(远传)",
|
415
|
+
"f_last_isabn_12": "12月上期数据是否异常,0正常 1异常(远传)",
|
416
|
+
"f_pile_gas_volume_12": "12月本期标况累计(远传)",
|
417
|
+
"f_residual_gas_volume_12": "12月本期表剩余(远传)",
|
418
|
+
"f_upload_date_12": "12月本期上报时间(远传)",
|
419
|
+
"f_isabn_12": "12月本期数据是否异常,0正常 1异常(远传)",
|
420
|
+
"gas_consumption3_12": "12月期间用气量3(远传)",
|
421
|
+
"d_value1_12": "12月气量差值1(远传)",
|
422
|
+
"d_value2_12": "12月气量差值2(远传)"
|
423
|
+
},
|
424
|
+
}
|
425
|
+
},
|
426
|
+
components:{
|
427
|
+
Datepicker,
|
428
|
+
Pager
|
429
|
+
},
|
430
|
+
methods : {
|
431
|
+
excel() {
|
432
|
+
// 将字符串标签转换为DOM元素
|
433
|
+
function parseToDOM(str){
|
434
|
+
var div = document.createElement("div");
|
435
|
+
if(typeof str == "string")
|
436
|
+
div.innerHTML = str;
|
437
|
+
return div;
|
438
|
+
}
|
439
|
+
// 将dom导出为excel文件
|
440
|
+
let workbook = XLSX.utils.table_to_book(parseToDOM("<table><tr><td>测试导出</td></tr></table>"))
|
441
|
+
try {
|
442
|
+
XLSX.writeFile(workbook, '月度抄表报表导出.xlsx');
|
443
|
+
} catch(e) {
|
444
|
+
console.error("前台导出异常(月度抄表报表)",e, workbook);
|
445
|
+
}
|
446
|
+
},
|
447
|
+
|
448
|
+
initBody(){
|
449
|
+
let body = ''
|
450
|
+
for (var i = 0; i < this.baseData.length; i++){
|
451
|
+
body += '<tr>'
|
452
|
+
body +=`
|
453
|
+
<td> <nobr>${i+1}</nobr> </td>
|
454
|
+
<td>
|
455
|
+
<nobr>${Util.isnull(this.baseData[i].f_user_name,'暂无信息')}</nobr>
|
456
|
+
</td>
|
457
|
+
<td>
|
458
|
+
<nobr>${Util.isnull(this.baseData[i].f_userinfo_code,'')}</nobr>
|
459
|
+
</td>
|
460
|
+
<td>
|
461
|
+
<nobr>${Util.isnull(this.baseData[i].f_gasproperties,'')}</nobr>
|
462
|
+
</td>
|
463
|
+
<td>
|
464
|
+
<nobr>${Util.isnull(this.baseData[i].f_address,'')}</nobr>
|
465
|
+
</td>
|
466
|
+
<td>
|
467
|
+
<nobr>${Util.isnull(this.baseData[i].f_meter_brand,'')}</nobr>
|
468
|
+
</td>
|
469
|
+
<td>
|
470
|
+
<nobr>${Util.isnull(this.baseData[i].sta_id,'')}</nobr>
|
471
|
+
</td>
|
472
|
+
<td>
|
473
|
+
<nobr>${Util.isnull(this.baseData[i].cj,'')}</nobr>
|
474
|
+
</td>
|
475
|
+
<td>
|
476
|
+
<nobr>${Util.isnull(this.baseData[i].lx,'')}</nobr>
|
477
|
+
</td>
|
478
|
+
<td>
|
479
|
+
<nobr>${Util.isnull(this.baseData[i].xh,'')}</nobr>
|
480
|
+
</td>
|
481
|
+
<td>
|
482
|
+
<nobr>${Util.isnull(this.baseData[i].sn,'')}</nobr>
|
483
|
+
</td>
|
484
|
+
<td>
|
485
|
+
<nobr>${Util.isnull(this.baseData[i].kj,'')}</nobr>
|
486
|
+
</td>
|
487
|
+
<td>
|
488
|
+
<nobr>${Util.isnull(this.baseData[i].qf,'')}</nobr>
|
489
|
+
</td>
|
490
|
+
<td>
|
491
|
+
<nobr>${Util.isnull(this.baseData[i].jd,'')}</nobr>
|
492
|
+
</td>
|
493
|
+
<td>
|
494
|
+
<nobr>${Util.isnull(this.baseData[i].min,'')}</nobr>
|
495
|
+
</td>
|
496
|
+
<td>
|
497
|
+
<nobr>${Util.isnull(this.baseData[i].max,'')}</nobr>
|
498
|
+
</td>
|
499
|
+
<td>
|
500
|
+
<nobr>${Util.isnull(this.baseData[i].usetime,'')}</nobr>
|
501
|
+
</td>
|
502
|
+
<td>
|
503
|
+
<nobr>${Util.isnull(this.baseData[i].jlfs,'')}</nobr>
|
504
|
+
</td>`
|
505
|
+
// 找到当前信息的这个人的数据
|
506
|
+
for (let j = 0; j < 12; j++) {
|
507
|
+
let kitem = this.resData.find((kkitem)=>{
|
508
|
+
if (kkitem.mon == (j+1) && this.baseData[i].f_userinfo_id=== kkitem.f_userinfo_id) {
|
509
|
+
return kkitem;
|
510
|
+
}else {
|
511
|
+
return null;
|
512
|
+
}
|
513
|
+
})
|
514
|
+
if (kitem) {
|
515
|
+
body += `
|
516
|
+
<td class="borderleftright" style="border-left: black">
|
517
|
+
<nobr>${Util.isnull(kitem.f_last_flow_standard_total1,'0')}</nobr>
|
518
|
+
</td>
|
519
|
+
<td class="borderleftright">
|
520
|
+
<nobr>${Util.isnull(kitem.f_last_surplus_gas1,'0')}</nobr>
|
521
|
+
</td>
|
522
|
+
<td class="borderleftright">
|
523
|
+
<nobr>${Util.isnull(kitem.f_last_f_hand_date1,'')}</nobr>
|
524
|
+
</td>
|
525
|
+
<td class="borderleftright">
|
526
|
+
<nobr>${Util.isnull(kitem.f_flow_standard_total,'0')}</nobr>
|
527
|
+
</td>
|
528
|
+
<td class="borderleftright">
|
529
|
+
<nobr>${Util.isnull(kitem.f_surplus_gas,'0')}</nobr>
|
530
|
+
</td>
|
531
|
+
<td class="borderleftright">
|
532
|
+
<nobr>${Util.isnull(kitem.f_hand_date,'')}</nobr>
|
533
|
+
</td>
|
534
|
+
<td title="本期标况累计减上期标况累计;如存在换流量计,(旧流量计标况累计减旧流量计上期标况累计)加新流量计本期标况累计" class="borderleftright"><nobr>${Util.isnull(kitem.gas_consumption1,'0')}</nobr></td>
|
535
|
+
<td title="用上期抄表剩余加上期间充值量减去本期剩余量" class="borderleftright"><nobr>${Util.isnull(kitem.gas_consumption2,'0')}</nobr></td>
|
536
|
+
<td title="期间充值量" class="borderleftright"><nobr>${Util.isnull(kitem.sumpregas,'0')}</nobr></td>
|
537
|
+
<td title="调取每月25日早8点数据" class="borderleftright"><nobr>${Util.isnull(kitem.f_last_pile_gas_volume,'0')}</nobr></td>
|
538
|
+
<td title="调取每月25日早8点数据" class="borderleftright"><nobr>${Util.isnull(kitem.f_last_residual_gas_volume,'0')}</nobr></td>
|
539
|
+
<td title="调取每月25日早8点数据" class="borderleftright" style="${kitem.f_last_isabn==0?'':'color:red;'}"><nobr>${Util.isnull(kitem.f_last_upload_date,'0')}</nobr></td>
|
540
|
+
<td title="调取每月25日早8点数据" class="borderleftright" style="${kitem.f_last_isabn==0?'':'color:red;'}"><nobr>${Util.isnull(kitem.f_last_isabn==0?'正常':'异常','异常')}</nobr></td>
|
541
|
+
<td title="调取每月25日早8点数据" class="borderleftright"><nobr>${Util.isnull(kitem.f_pile_gas_volume,'0')}</nobr></td>
|
542
|
+
<td title="调取每月25日早8点数据" class="borderleftright"><nobr>${Util.isnull(kitem.f_residual_gas_volume,'0')}</nobr></td>
|
543
|
+
<td title="调取每月25日早8点数据" class="borderleftright" style="${kitem.f_isabn==0?'':'color:red;'}"><nobr>${Util.isnull(kitem.f_upload_date,'0')}</nobr></td>
|
544
|
+
<td title="调取每月25日早8点数据" class="borderleftright" style="${kitem.f_isabn==0?'':'color:red;'}"><nobr>${Util.isnull(kitem.f_isabn==0?'正常':'异常','异常')}</nobr></td>
|
545
|
+
<td title="本期标况累计减去上期标况累计" class="borderleftright"><nobr>${Util.isnull(kitem.gas_consumption3,'')}</nobr></td>
|
546
|
+
<td title="期间用气量1减去期间用气量2(流量计计数用量与充值器扣数差值)" class="borderleftright"><nobr>${Util.isnull(kitem.d_value1,'0')}</nobr></td>
|
547
|
+
<td title="期间用气量1减去期间用气量3(实际抄表用量与远传用量差值)" class="borderleftright" style="border-left: black"><nobr>${Util.isnull(kitem.d_value2,'0')}</nobr></td>
|
548
|
+
`
|
549
|
+
}
|
550
|
+
else {
|
551
|
+
body+= `
|
552
|
+
<td class="borderleftright" style="border-left: black"><nobr></nobr> </td>
|
553
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
554
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
555
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
556
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
557
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
558
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
559
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
560
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
561
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
562
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
563
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
564
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
565
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
566
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
567
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
568
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
569
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
570
|
+
<td class="borderleftright"><nobr></nobr> </td>
|
571
|
+
<td class="borderleftright" style="border-right: black"><nobr></nobr> </td>
|
572
|
+
`
|
573
|
+
}
|
574
|
+
}
|
575
|
+
body += '</tr>'
|
576
|
+
}
|
577
|
+
document.getElementById("manbody").innerHTML = body
|
578
|
+
},
|
579
|
+
getRes(obj) {
|
580
|
+
console.log(obj)
|
581
|
+
this.f_filialeids = this.$login.convertToIn(obj.resids);
|
582
|
+
this.f_orgname = obj.res[0]
|
583
|
+
},
|
584
|
+
verification() {
|
585
|
+
if (!this.f_filialeids) {
|
586
|
+
this.$showMessage("请选择分公司")
|
587
|
+
return false;
|
588
|
+
}
|
589
|
+
if (!this.yearDate) {
|
590
|
+
this.$showMessage("请选择统计年份")
|
591
|
+
return false;
|
592
|
+
}
|
593
|
+
return true;
|
594
|
+
},
|
595
|
+
initCondition() {
|
596
|
+
this.condition = '1=1'
|
597
|
+
if (this.searchModel.f_userinfo_code.trim()) {
|
598
|
+
this.condition += ` and ui.f_userinfo_code = '${this.searchModel.f_userinfo_code.trim()}'`
|
599
|
+
}
|
600
|
+
if (this.searchModel.f_address.trim()) {
|
601
|
+
this.condition += ` and uad.f_address = '${this.searchModel.f_address.trim()}'`
|
602
|
+
}
|
603
|
+
if (this.searchModel.f_gasproperties.trim()) {
|
604
|
+
this.condition += ` and uf.f_gasproperties = '${this.searchModel.f_gasproperties.trim()}'`
|
605
|
+
}
|
606
|
+
},
|
607
|
+
// 执行查询
|
608
|
+
async search(pageIndex) {
|
609
|
+
let isverif = this.verification()// 必填数据校验
|
610
|
+
if (!isverif) {
|
611
|
+
return;
|
612
|
+
}
|
613
|
+
this.initCondition() // 组织请求条件
|
614
|
+
|
615
|
+
if (pageIndex) {
|
616
|
+
// 是否携带了最新的页码数,如果携带了就更新当前页码为最新页码
|
617
|
+
this.pageIndex = pageIndex
|
618
|
+
}
|
619
|
+
|
620
|
+
this.seaching = true; //开启logging
|
621
|
+
if (this.f_filialeids == `('${this.$login.f.orgid}')` ) {
|
622
|
+
this.thisOrgName = this.$login.f.orgname
|
623
|
+
}else {
|
624
|
+
this.thisOrgName = this.f_orgname
|
625
|
+
}
|
626
|
+
|
627
|
+
this.thisYear = this.yearDate //年份
|
628
|
+
|
629
|
+
let http = new HttpResetClass()
|
630
|
+
let newdate = {
|
631
|
+
f_filialeids: this.f_filialeids,
|
632
|
+
yearDate: this.yearDate,
|
633
|
+
condition: this.condition,
|
634
|
+
f_userinfo_ids: ``,
|
635
|
+
f_userinfo_codes: ``,
|
636
|
+
getcount: true //是否查询count 共用同一个sql 实现类似/n的请求
|
637
|
+
}
|
638
|
+
|
639
|
+
// 总条数
|
640
|
+
let res = await http.load('POST',`/api/af-safecheck/sql/ReadingCheckHandPlanBaseInfo`, {"data": newdate },
|
641
|
+
{resolveMsg: '查询汇总成功!', rejectMsg: '查询汇总失败!'}).catch(()=>{
|
642
|
+
this.$showMessage("查询汇总失败,网络连接超时,请稍后再试")
|
643
|
+
this.seaching = false;
|
644
|
+
})
|
645
|
+
if (res.data) {
|
646
|
+
this.count = res.data[0].count
|
647
|
+
newdate.getcount = false //不去查询count 通过参数控制是否查询条数
|
648
|
+
|
649
|
+
// 基础数据
|
650
|
+
let resd = await http.load('POST',`/api/af-safecheck/sql/ReadingCheckHandPlanBaseInfo?pageNo=${this.pageIndex}&pageSize=${this.pageSize}`, {"data": newdate},
|
651
|
+
{resolveMsg: '查询汇总成功!', rejectMsg: '查询汇总失败!'}).catch(()=>{
|
652
|
+
this.$showMessage("查询汇总失败,网络连接超时,请稍后再试")
|
653
|
+
this.seaching = false;
|
654
|
+
})
|
655
|
+
if (resd.data) {
|
656
|
+
this.baseData = resd.data
|
657
|
+
// 取出该页所有基础数据中的 用户编号和id
|
658
|
+
let userids = []
|
659
|
+
let usercodes = []
|
660
|
+
for (let baseDatum of resd.data) {
|
661
|
+
userids.push(baseDatum.f_userinfo_id)
|
662
|
+
usercodes.push(baseDatum.f_userinfo_code)
|
663
|
+
}
|
664
|
+
newdate.f_userinfo_ids = this.$login.convertToIn(userids);
|
665
|
+
newdate.f_userinfo_codes = this.$login.convertToIn(usercodes);
|
666
|
+
}
|
667
|
+
if (resd.data.length == 0){
|
668
|
+
newdate.f_userinfo_ids = `('')`
|
669
|
+
newdate.f_userinfo_codes = `('')`
|
670
|
+
}
|
671
|
+
|
672
|
+
// 开始查询抄表信息,将基础数据的id和编号作为条件给后台
|
673
|
+
let ress = await http.load('POST',`/api/af-safecheck/sql/MonthlyMeterReadingStatistics?pageNo=1&pageSize=999999`, {"data": newdate},
|
674
|
+
{resolveMsg: '查询汇总成功!', rejectMsg: '查询汇总失败!'}).catch(()=>{
|
675
|
+
this.$showMessage("查询汇总失败,网络连接超时,请稍后再试")
|
676
|
+
this.seaching = false;
|
677
|
+
})
|
678
|
+
if (ress.data) {
|
679
|
+
this.resData = ress.data
|
680
|
+
}
|
681
|
+
if (this.resData && this.baseData) {
|
682
|
+
this.initBody() //渲染页面
|
683
|
+
this.searchData = newdate
|
684
|
+
this.excelTitle = `${this.thisOrgName},${this.thisYear}年度工商业抄表情况统计表`
|
685
|
+
this.seaching = false;
|
686
|
+
} else {
|
687
|
+
this.seaching = false;
|
688
|
+
this.$showAlert('网络异常,请稍后再试', 'warning', 3000)
|
689
|
+
}
|
690
|
+
|
691
|
+
} else {
|
692
|
+
this.seaching = false;
|
693
|
+
this.$showAlert('网络异常,请稍后再试', 'warning', 3000)
|
694
|
+
}
|
695
|
+
},
|
696
|
+
|
697
|
+
|
698
|
+
},
|
699
|
+
computed: {
|
700
|
+
|
701
|
+
},
|
702
|
+
ready() {
|
703
|
+
|
704
|
+
},
|
705
|
+
watch: {
|
706
|
+
|
707
|
+
}
|
708
|
+
}
|
709
|
+
</script>
|
710
|
+
|
711
|
+
<style lang="less" scoped>
|
712
|
+
.tableinfo {
|
713
|
+
text-align: center;
|
714
|
+
background-color: #6aa6e2;
|
715
|
+
}
|
716
|
+
.borderleftright {
|
717
|
+
border-top: 1px solid #5ac0d9;
|
718
|
+
border-left: 1px solid #5ac0d9;
|
719
|
+
border-right: 1px solid #5ac0d9;
|
720
|
+
border-bottom: 1px solid #5ac0d9;
|
721
|
+
}
|
722
|
+
.diy-table {
|
723
|
+
tr{
|
724
|
+
min-width: 240px;
|
725
|
+
max-height: 50px;
|
726
|
+
td{
|
727
|
+
max-height: 50px;
|
728
|
+
min-width: 100px;
|
729
|
+
text-align: center;
|
730
|
+
}
|
731
|
+
}
|
732
|
+
}
|
733
|
+
.tablerowclass {
|
734
|
+
background-color: #5ac0d9;
|
735
|
+
border-left: 1px solid #f2fffa;
|
736
|
+
border-right: 1px solid #f2fffa;
|
737
|
+
border-top: 1px solid #f2fffa;
|
738
|
+
border-bottom: 1px solid #f2fffa;
|
739
|
+
}
|
740
|
+
|
741
|
+
</style>
|
742
|
+
|