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
@@ -36,23 +36,24 @@
|
|
36
36
|
<!--<label>请输入超期原因:</label><br/>-->
|
37
37
|
<!--<textarea style="width: 100%;" v-model=""></textarea>-->
|
38
38
|
<!--</div>-->
|
39
|
+
<div class="col-xs-12 col-sm-12 col-md-12 flex-between" style="margin-top: 10px;">
|
39
40
|
<div class="col-xs-3 col-sm-3 col-md-3">
|
40
|
-
|
41
|
+
<button type="button" name="button" class="col-sm-2 btn btn-primary" @click="save('temp')">
|
41
42
|
临时保存
|
42
43
|
</button>
|
43
44
|
</div>
|
44
45
|
<div class="col-xs-3 col-sm-3 col-md-3">
|
45
|
-
<button class="col-sm-2 btn btn-primary" @click="save('finish')"
|
46
|
+
<button class="col-sm-2 btn btn-primary" @click="save('finish')">
|
46
47
|
本地缓存
|
47
48
|
</button>
|
48
49
|
</div>
|
49
50
|
<div class="col-xs-3 col-sm-3 col-md-3">
|
50
|
-
<button type="button" name="button" class="col-sm-2 btn btn-primary" @click="uploadCheckPaper"
|
51
|
+
<button type="button" name="button" class="col-sm-2 btn btn-primary" @click="uploadCheckPaper">
|
51
52
|
上传
|
52
53
|
</button>
|
53
54
|
</div>
|
54
55
|
<div class="col-xs-3 col-sm-3 col-md-3">
|
55
|
-
<button type="button" name="button" class="col-sm-2 btn btn-primary" @click="ToRepair"
|
56
|
+
<button type="button" name="button" class="col-sm-2 btn btn-primary" @click="ToRepair">
|
56
57
|
转维修
|
57
58
|
</button>
|
58
59
|
</div>
|
@@ -62,8 +63,10 @@
|
|
62
63
|
</div>
|
63
64
|
</div>
|
64
65
|
</div>
|
66
|
+
</div>
|
65
67
|
</ul>
|
66
68
|
</div>
|
69
|
+
|
67
70
|
</div>
|
68
71
|
</template>
|
69
72
|
|
@@ -111,7 +114,6 @@
|
|
111
114
|
f_devices: [],
|
112
115
|
f_defect_content:''
|
113
116
|
},
|
114
|
-
deviceinfo:{},
|
115
117
|
isUpload:false,
|
116
118
|
onlySave:true, //判断保存还是保存并上传
|
117
119
|
livedispose:'',
|
@@ -124,7 +126,6 @@
|
|
124
126
|
pic_to_be_viewed: '',
|
125
127
|
showBack:true,
|
126
128
|
devices: [],
|
127
|
-
isdisable:false,
|
128
129
|
f_devices : [],
|
129
130
|
isToRepair:false,
|
130
131
|
clickBack:true, //是否点击返回按钮
|
@@ -176,7 +177,6 @@
|
|
176
177
|
"气表品牌":{"index":3,"type":"string","readonly":true},
|
177
178
|
"进气方向":{"index":4,"type":"selector",
|
178
179
|
"multiple": false,
|
179
|
-
"checkmust":true,
|
180
180
|
"options": [
|
181
181
|
{
|
182
182
|
"data": "左表",
|
@@ -191,17 +191,17 @@
|
|
191
191
|
]
|
192
192
|
},
|
193
193
|
"初始表底":{"index":5,"type":"number","isshow":false,"readonly":true},
|
194
|
-
"上期表读数":{"index":6,"type":"number","readonly":true,
|
194
|
+
"上期表读数":{"index":6,"type":"number","readonly":true,isshow:true},
|
195
195
|
"本期表读数":{"index":7,"type":"number","checkmust":true},
|
196
196
|
"累购气量":{"index":8,"type":"number","readonly":true},
|
197
197
|
"累购金额":{"index":8,"type":"number","readonly":true},
|
198
|
-
"已用气量":{"index":9,"type":"number","checkmust":
|
199
|
-
"已用金额":{"index":9,"type":"number","checkmust":
|
200
|
-
"剩余气量":{"index":10,"type":"number","checkmust":
|
198
|
+
"已用气量":{"index":9,"type":"number","checkmust": true},//基表数
|
199
|
+
"已用金额":{"index":9,"type":"number","checkmust": true},
|
200
|
+
"剩余气量":{"index":10,"type":"number","checkmust": true},//累购-已用
|
201
201
|
//显示屏数 --实际剩余气量
|
202
|
-
"剩余金额":{"index":10,"type":"number","checkmust":
|
203
|
-
"气量异常差值":{"index":11,"type":"number","readonly": true
|
204
|
-
"金额异常差值":{"index":11,"type":"number","readonly": true
|
202
|
+
"剩余金额":{"index":10,"type":"number","checkmust": true},
|
203
|
+
"气量异常差值":{"index":11,"type":"number","readonly": true},
|
204
|
+
"金额异常差值":{"index":11,"type":"number","readonly": true}
|
205
205
|
}
|
206
206
|
// 注意,配置项的index必须与上面的固定配置保持'顺序'
|
207
207
|
},
|
@@ -318,7 +318,6 @@
|
|
318
318
|
config:this.config,
|
319
319
|
device:this.devices[item.number-1],
|
320
320
|
idx:idx,
|
321
|
-
item:this.item,
|
322
321
|
role:'inspect'
|
323
322
|
}
|
324
323
|
console.log('tabSelect函数中赋值')
|
@@ -349,7 +348,7 @@
|
|
349
348
|
},
|
350
349
|
getImgGen(){
|
351
350
|
let http = new HttpResetClass()
|
352
|
-
http.load('POST','
|
351
|
+
http.load('POST','api/af-safecheck/sql/safe_singleTable_OrderBy', {data: {
|
353
352
|
items: '*',
|
354
353
|
tablename: 't_files',
|
355
354
|
condition: `id in (${this.ids})`,
|
@@ -427,9 +426,9 @@
|
|
427
426
|
|
428
427
|
if(this.data.f_entry_status != '入户')
|
429
428
|
return null
|
430
|
-
|
429
|
+
hasError = this.verifyUser()
|
431
430
|
if(hasError)
|
432
|
-
return hasError
|
431
|
+
return hasError
|
433
432
|
hasError = this.verifyDevices()
|
434
433
|
if(hasError)
|
435
434
|
return hasError
|
@@ -482,7 +481,7 @@
|
|
482
481
|
for (let i in this.data[device][item].f_items) {
|
483
482
|
for (let it in this.config[dev].items) {
|
484
483
|
if (it == this.data[device][item].f_items[i].f_item_name) {
|
485
|
-
if (this.config[dev].items[it].checkmust == true && !this.data[device][item].f_items[i].f_item_value
|
484
|
+
if (this.config[dev].items[it].checkmust == true && !this.data[device][item].f_items[i].f_item_value) {
|
486
485
|
return dev + (this.data[device].indexOf(this.data[device][item]) + 1) + this.data[device][item].f_items[i].f_item_name + "未检查"
|
487
486
|
}
|
488
487
|
}
|
@@ -507,12 +506,12 @@
|
|
507
506
|
console.log('this.data.f_overall_imgs==>'+JSON.stringify(this.data.f_overall_imgs))
|
508
507
|
if(Vue.android && (!this.data.f_overall_imgs || this.data.f_overall_imgs.length == 0) && this.data.f_entry_status == '入户')
|
509
508
|
return prefix + '必须有安检总体照片'
|
510
|
-
|
511
|
-
return prefix + '必须有用户签名'
|
509
|
+
if(Vue.android && (!this.data.f_sign_path || this.data.f_sign_path.length == 0) && this.data.f_entry_status == '入户')
|
510
|
+
return prefix + '必须有用户签名'
|
512
511
|
if(Vue.android && this.data.f_defect_notified && this.data.f_notified_path == Vue.nopic)
|
513
512
|
return prefix + '下发安检通知书则必须给通知书拍照'
|
514
|
-
|
515
|
-
return prefix + '请选择服务评价'
|
513
|
+
if(!this.data.f_client_evaluation && this.data.f_entry_status == '入户')
|
514
|
+
return prefix + '请选择服务评价'
|
516
515
|
},
|
517
516
|
|
518
517
|
getAllDefect() {
|
@@ -718,6 +717,7 @@
|
|
718
717
|
}
|
719
718
|
this.checkResult = {}
|
720
719
|
}
|
720
|
+
codata.f_is_meterreadding = '未抄表'
|
721
721
|
console.log(`typeof-checkResults-->${typeof checkResults}`)
|
722
722
|
console.log('checkResults ==> ' + JSON.stringify(checkResults))
|
723
723
|
codata.f_defect_content = JSON.stringify(checkResults)
|
@@ -728,7 +728,6 @@
|
|
728
728
|
uploadCheckPaper(){
|
729
729
|
console.log('进入上传')
|
730
730
|
let errString = this.errorVerify()
|
731
|
-
this.isdisable = true
|
732
731
|
if (errString) {
|
733
732
|
console.log(errString)
|
734
733
|
console.log('Vue.android',Vue.android)
|
@@ -739,7 +738,6 @@
|
|
739
738
|
// }
|
740
739
|
this.$showMessage(errString)
|
741
740
|
}
|
742
|
-
this.isdisable = false
|
743
741
|
return
|
744
742
|
} else {
|
745
743
|
this.$set('data.f_offsite_time', Util.toStandardTimeString())
|
@@ -749,16 +747,6 @@
|
|
749
747
|
this.data.f_complete = '已完成'
|
750
748
|
this.disableTimer()
|
751
749
|
}
|
752
|
-
if(this.item.f_user_type=='民用' && this.item.f_plan_meters[0].f_meter_type=='机表' && this.data.f_entry_status=='入户' && this.data.f_is_meterreadding=='未抄表'){
|
753
|
-
/*this.$showMessage('该用户为机表用户,未进行抄表!', ['confirm', 'cancel']).then((res) => {
|
754
|
-
if (res !== 'confirm') {
|
755
|
-
this.baseinfo.base.f_user_state = ['正常']
|
756
|
-
}
|
757
|
-
})*/
|
758
|
-
this.$showMessage("检测到当前机表用户未进行抄表,请先进行抄表再上传!")
|
759
|
-
this.isdisable = false
|
760
|
-
return
|
761
|
-
}
|
762
750
|
console.log('uploadCheckPaper-->isUpload'+this.isUpload)
|
763
751
|
this.onlySave = false
|
764
752
|
let res = this.save()
|
@@ -929,8 +917,6 @@
|
|
929
917
|
let codata = this.getAllDefect()
|
930
918
|
if(this.isToRepair && JSON.parse(this.data.f_defect_content).result != '有隐患'){
|
931
919
|
this.$showMessage("未发现隐患,请点击上传")
|
932
|
-
this.isToRepair=false
|
933
|
-
this.isdisable = false
|
934
920
|
return
|
935
921
|
}
|
936
922
|
console.log(`codata类型-->${typeof codata}`)
|
@@ -1195,7 +1181,6 @@
|
|
1195
1181
|
},
|
1196
1182
|
saveCallBack(jo){
|
1197
1183
|
console.log(JSON.stringify(jo))
|
1198
|
-
this.isdisable = false
|
1199
1184
|
if(jo.state == 'ok'){
|
1200
1185
|
let res = JSON.parse(jo.result)
|
1201
1186
|
console.log('保存结果===》'+JSON.stringify(res))
|
@@ -1250,7 +1235,6 @@
|
|
1250
1235
|
// }
|
1251
1236
|
// })
|
1252
1237
|
codata.f_devices = this.f_devices
|
1253
|
-
codata.isTorepair = this.isToRepair
|
1254
1238
|
let param = {
|
1255
1239
|
f_check_item_id: this.data.f_check_item_id,
|
1256
1240
|
f_checker_id: this.data.f_checker_id,
|
@@ -1287,10 +1271,9 @@
|
|
1287
1271
|
return
|
1288
1272
|
}
|
1289
1273
|
}else{
|
1290
|
-
this.$showMessage('
|
1274
|
+
this.$showMessage('移动网络异常,请稍后再试,保存失败!')
|
1291
1275
|
return
|
1292
1276
|
}
|
1293
|
-
|
1294
1277
|
},
|
1295
1278
|
uploadCallBack(jo){
|
1296
1279
|
//获取微信推送路径
|
@@ -1304,20 +1287,19 @@
|
|
1304
1287
|
}
|
1305
1288
|
console.log(JSON.stringify(jo))
|
1306
1289
|
console.log('jo ===> ' + JSON.stringify(jo))
|
1307
|
-
this.isdisable = false
|
1308
1290
|
if(jo.state == 'ok'){
|
1309
1291
|
let res = JSON.parse(jo.result)
|
1310
1292
|
console.log('上传结果===》'+JSON.stringify(res))
|
1311
1293
|
console.log('上传结果的f_paper_id===》'+JSON.stringify(res.id))
|
1312
1294
|
if(res.code == 200){
|
1313
1295
|
//上传抄表信息
|
1314
|
-
if(this.item.f_user_type=='民用' && this.item.f_safecheck_type=='年度普检'
|
1296
|
+
if(this.item.f_user_type=='民用' && this.item.f_safecheck_type=='年度普检'){
|
1315
1297
|
//let codata = this.getAllDefect()
|
1316
|
-
let res3= this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
1298
|
+
let res3= this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`,{
|
1317
1299
|
data:{
|
1318
1300
|
items:" f_userfiles_id",
|
1319
1301
|
tablename:"t_userfiles",
|
1320
|
-
condition
|
1302
|
+
condition:"f_userinfo_id="+this.item.f_userinfoid,
|
1321
1303
|
orderitem:"f_userfiles_id"
|
1322
1304
|
}
|
1323
1305
|
}).then(res3 => {
|
@@ -1334,7 +1316,7 @@
|
|
1334
1316
|
})
|
1335
1317
|
|
1336
1318
|
console.log("抄表底数!"+f_tablebase1+"------userfilesid"+res3.data[0].f_userfiles_id +'------'+this.data.f_checker_name+this.data.f_checker_id+this.data.f_checker_name)
|
1337
|
-
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
1319
|
+
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/handCommonEnter`, {data:{
|
1338
1320
|
f_userfiles_id:res3.data[0].f_userfiles_id,
|
1339
1321
|
f_operator:this.data.f_checker_name,
|
1340
1322
|
f_operatorid:this.data.f_checker_id,
|
@@ -1349,7 +1331,7 @@
|
|
1349
1331
|
let param={
|
1350
1332
|
itemid:res.id
|
1351
1333
|
}
|
1352
|
-
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
1334
|
+
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/rc_UpPaperHandMeterState`, {data:param})
|
1353
1335
|
}
|
1354
1336
|
})
|
1355
1337
|
|
@@ -1362,7 +1344,12 @@
|
|
1362
1344
|
}
|
1363
1345
|
console.log('this.isToRepair==============>'+this.isToRepair)
|
1364
1346
|
if(this.isToRepair){
|
1365
|
-
|
1347
|
+
console.log('开始转维修!1'+JSON.stringify(this.userinfo))
|
1348
|
+
console.log('开始转维修!2'+JSON.stringify(this.item))
|
1349
|
+
console.log('开始转维修!3'+JSON.stringify(this.data))
|
1350
|
+
let defect=JSON.parse(this.data.f_defect_content)
|
1351
|
+
console.log("defect----------"+JSON.stringify(defect))
|
1352
|
+
console.log("defect----------"+JSON.stringify(defect.data))
|
1366
1353
|
let repairContent=''
|
1367
1354
|
defect.data.forEach(de =>{
|
1368
1355
|
let arr=Object.keys(de)
|
@@ -1393,8 +1380,8 @@
|
|
1393
1380
|
"orderType": "报修",
|
1394
1381
|
"faultCategory": "安检隐患",
|
1395
1382
|
"processingLevel": "普通",
|
1396
|
-
"remarks": "" }
|
1397
|
-
|
1383
|
+
"remarks": "" }
|
1384
|
+
console.log('开始转维修!4'+JSON.stringify(repair))
|
1398
1385
|
new HttpResetClass().load('POST','http://39.101.182.117:8909/api/cc/workorder.ashx?sign=5F27F9CA-2793-40CE-9834-0F033F71EDD2&method=postpreorder',repair,{resolveMsg: null, rejectMsg: null}).then(res =>{
|
1399
1386
|
console.log('调维修接口返回的结果!'+JSON.stringify(res))
|
1400
1387
|
if(res.data.success){
|
@@ -1403,17 +1390,13 @@
|
|
1403
1390
|
itemid:res.id,
|
1404
1391
|
gid:res.data.gid
|
1405
1392
|
}
|
1406
|
-
new HttpResetClass().load('POST',`${this.$androidUtil.getProxyUrl()}/
|
1393
|
+
new HttpResetClass().load('POST',`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/rc_UpPaperRepairState`,{data:param},{resolveMsg: null, rejectMsg: null})
|
1407
1394
|
this.$showMessage('转维修成功!')
|
1408
1395
|
}else{
|
1409
1396
|
this.$showMessage('转维修失败!')
|
1410
1397
|
}
|
1411
|
-
this.isToRepair=false
|
1412
1398
|
this.$dispatch('confirm')
|
1413
|
-
})
|
1414
|
-
this.$showMessage('转维修成功!')
|
1415
|
-
this.isToRepair=false
|
1416
|
-
this.$dispatch('confirm')
|
1399
|
+
})
|
1417
1400
|
//this.todo()
|
1418
1401
|
}else{
|
1419
1402
|
this.$showMessage('上传成功!')
|
@@ -1425,19 +1408,13 @@
|
|
1425
1408
|
this.$showMessage('该安检单已作废!')
|
1426
1409
|
console.log('该安检单已作废')
|
1427
1410
|
this.$dispatch('confirm')
|
1428
|
-
}else if(res.code == 500){
|
1429
|
-
this.$showMessage('图片上传失败,请检查图片,确认无误后再次进行上传!')
|
1430
|
-
this.onlySave = true
|
1431
|
-
this.isToRepair=false
|
1432
1411
|
}else{
|
1433
1412
|
this.$showMessage('上传失败!')
|
1434
1413
|
this.onlySave = true
|
1435
|
-
this.isToRepair=false
|
1436
1414
|
}
|
1437
1415
|
}else {
|
1438
|
-
this.$showMessage('
|
1416
|
+
this.$showMessage('移动网络异常,请稍后再试,上传失败!')
|
1439
1417
|
this.onlySave = true
|
1440
|
-
this.isToRepair=false
|
1441
1418
|
}
|
1442
1419
|
},
|
1443
1420
|
safecheckToRepairCallBack(jo){
|
@@ -1459,7 +1436,7 @@
|
|
1459
1436
|
this.onlySave = true
|
1460
1437
|
}
|
1461
1438
|
}else{
|
1462
|
-
this.$showMessage('
|
1439
|
+
this.$showMessage('移动网络异常,请稍后再试,上传失败!')
|
1463
1440
|
this.onlySave = true
|
1464
1441
|
}
|
1465
1442
|
},
|
@@ -1526,8 +1503,8 @@
|
|
1526
1503
|
},
|
1527
1504
|
async isoverDate(){
|
1528
1505
|
console.log('123456')
|
1529
|
-
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/
|
1530
|
-
condition:"
|
1506
|
+
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/androidGetuserinfo`, {data:{
|
1507
|
+
condition:"f_plan_item_id='"+this.item.id+"'"
|
1531
1508
|
}
|
1532
1509
|
})
|
1533
1510
|
|
@@ -1563,31 +1540,16 @@
|
|
1563
1540
|
}else{
|
1564
1541
|
this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_user_type]])
|
1565
1542
|
}
|
1566
|
-
|
1567
|
-
|
1568
1543
|
// this.config = this.extend(this.config, Vue.config.safecheck.DevicesConfig)
|
1569
1544
|
}
|
1570
1545
|
}else {
|
1571
1546
|
// 非民用
|
1572
1547
|
if (Vue.config.safecheck.DevicesSetConfig != undefined){
|
1573
|
-
|
1574
1548
|
if(this.item.f_safecheck_type == undefined || this.item.f_safecheck_type == '' || Vue.config.safecheck.SafecheckType == undefined) {
|
1575
1549
|
this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
|
1576
1550
|
}else{
|
1577
1551
|
this.config = this.extend(this.config, Vue.config.safecheck[Vue.config.safecheck.SafecheckType[this.item.f_safecheck_type][this.item.f_user_type]])
|
1578
1552
|
}
|
1579
|
-
let dev={
|
1580
|
-
index: 3,
|
1581
|
-
items:{}}
|
1582
|
-
if(this.deviceinfo.data.length>0){
|
1583
|
-
for (let i=0;i<this.deviceinfo.data.length;i++){
|
1584
|
-
dev.items[this.deviceinfo.data[i].f_devices_model+'数量']={index: i*3+1,type:"number",f_item_value: this.deviceinfo.data[i].f_devices_num}
|
1585
|
-
dev.items[this.deviceinfo.data[i].f_devices_model+'品牌']={index: i*3+2,type:"string",f_item_value: this.deviceinfo.data[i].f_brand}
|
1586
|
-
dev.items[this.deviceinfo.data[i].f_devices_model+'检查情况']={index: i*3+3,type:"string"}
|
1587
|
-
}
|
1588
|
-
}
|
1589
|
-
console.log("dev:"+JSON.stringify(dev))
|
1590
|
-
this.config["燃气具检查"]=dev
|
1591
1553
|
//this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
|
1592
1554
|
}
|
1593
1555
|
}
|
@@ -1665,7 +1627,7 @@
|
|
1665
1627
|
this.data.f_checker_id = Vue.user.id
|
1666
1628
|
this.data.f_checker_name = Vue.user.name
|
1667
1629
|
this.data.f_check_type = this.item.f_user_type
|
1668
|
-
this.data.f_safecheck_type = this.item.f_safecheck_type
|
1630
|
+
this.data.f_safecheck_type = this.item.f_safecheck_type
|
1669
1631
|
//this.data.f_exceed_reason = ''//存放送气超期原因
|
1670
1632
|
console.log('设置参数2')
|
1671
1633
|
this.data.f_subcompany = this.item.f_subcompany
|
@@ -1680,8 +1642,6 @@
|
|
1680
1642
|
this.$set('data.f_userinfo_code', this.item.f_userinfo_code)
|
1681
1643
|
// 安检状态
|
1682
1644
|
this.$set('data.f_entry_status', '入户')
|
1683
|
-
this.$set('data.f_laser_check', null)
|
1684
|
-
this.$set('data.f_is_meterreadding', '未抄表')
|
1685
1645
|
this.$set('data.f_usegas', '已使用')
|
1686
1646
|
this.$set('data.f_state',this.item.f_state)
|
1687
1647
|
console.log('设置参数3')
|
@@ -1690,7 +1650,6 @@
|
|
1690
1650
|
this.$set('data.f_user_phone', this.item.f_user_phone)
|
1691
1651
|
this.$set('data.f_userinfoid', this.item.f_userinfoid)
|
1692
1652
|
this.$set('data.f_address', this.item.f_address)
|
1693
|
-
this.$set('data.f_small_area', this.item.f_small_area)
|
1694
1653
|
this.$set('data.f_card_id', this.item.f_card_id)
|
1695
1654
|
this.$set('data.f_area', this.item.f_area)
|
1696
1655
|
this.$set('data.f_street', this.item.f_street)
|
@@ -1723,9 +1682,9 @@
|
|
1723
1682
|
this.$set('data.device' + this.devices[de].n, [])
|
1724
1683
|
for (let i = 0; i < this.item.f_plan_meters.length; i++) {
|
1725
1684
|
if (this.item.f_plan_meters[i].f_meter_type) {
|
1726
|
-
console.log('this.item.f_plan_meters[i] ===> ' + JSON.stringify(this.item.f_plan_meters[i])
|
1685
|
+
console.log('this.item.f_plan_meters[i] ===> ' + JSON.stringify(this.item.f_plan_meters[i]))
|
1727
1686
|
if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
|
1728
|
-
console.log("
|
1687
|
+
console.log("111111111:"+this.devices[de].device)
|
1729
1688
|
this.data['device' + this.devices[de].n].push({
|
1730
1689
|
f_device_type: "燃气表",
|
1731
1690
|
f_items: [
|
@@ -1736,7 +1695,7 @@
|
|
1736
1695
|
f_item_name: "基表编号",
|
1737
1696
|
f_item_value: this.item.f_plan_meters[i].f_meter_no,
|
1738
1697
|
f_path: "",
|
1739
|
-
type: "
|
1698
|
+
type: "number"
|
1740
1699
|
},
|
1741
1700
|
{
|
1742
1701
|
f_defect_level: null,
|
@@ -1773,20 +1732,10 @@
|
|
1773
1732
|
f_item_value: this.item.f_plan_meters[i].f_prior_reading,
|
1774
1733
|
f_path: "",
|
1775
1734
|
type: "number"
|
1776
|
-
},
|
1777
|
-
{
|
1778
|
-
f_defect_level: null,
|
1779
|
-
f_device_id: "",
|
1780
|
-
f_is_defect: "",
|
1781
|
-
f_item_name: "本期表读数",
|
1782
|
-
f_item_value: '',
|
1783
|
-
f_path: "",
|
1784
|
-
type: "number"
|
1785
1735
|
}
|
1786
1736
|
]
|
1787
1737
|
})
|
1788
1738
|
} else if (this.devices[de].device == "燃气表") {
|
1789
|
-
console.log("不是是机表")
|
1790
1739
|
// delete this.config['燃气表']['items']['表底数']
|
1791
1740
|
this.data['device' + this.devices[de].n].push({
|
1792
1741
|
f_device_type: "燃气表",
|
@@ -1798,7 +1747,7 @@
|
|
1798
1747
|
f_item_name: "基表编号",
|
1799
1748
|
f_item_value: this.item.f_plan_meters[i].f_meter_no,
|
1800
1749
|
f_path: "",
|
1801
|
-
type: "
|
1750
|
+
type: "number"
|
1802
1751
|
},
|
1803
1752
|
{
|
1804
1753
|
f_defect_level: null,
|
@@ -1835,21 +1784,11 @@
|
|
1835
1784
|
f_item_value: this.item.f_plan_meters[i].f_prior_reading,
|
1836
1785
|
f_path: "",
|
1837
1786
|
type: "number"
|
1838
|
-
},
|
1839
|
-
{
|
1840
|
-
f_defect_level: null,
|
1841
|
-
f_device_id: "",
|
1842
|
-
f_is_defect: "",
|
1843
|
-
f_item_name: "本期表读数",
|
1844
|
-
f_item_value: '',
|
1845
|
-
f_path: "",
|
1846
|
-
type: "number"
|
1847
1787
|
}
|
1848
1788
|
]
|
1849
1789
|
})
|
1850
1790
|
}
|
1851
1791
|
if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_collection_type) {
|
1852
|
-
console.log("有this.item.f_plan_meters[i].f_collection_type")
|
1853
1792
|
this.data['device' + this.devices[de].n].forEach(device => {
|
1854
1793
|
console.log('device ===> ' + JSON.stringify(device))
|
1855
1794
|
console.log('this.item.f_plan_meters[i].f_collection_type ===> ' + JSON.stringify(this.item.f_plan_meters[i].f_collection_type))
|
@@ -1913,7 +1852,6 @@
|
|
1913
1852
|
f_device_id: "",
|
1914
1853
|
f_is_defect: "",
|
1915
1854
|
f_item_name: "金额异常差值",
|
1916
|
-
isshow:false,
|
1917
1855
|
f_item_value: null,
|
1918
1856
|
f_path: "",
|
1919
1857
|
type: "number"
|
@@ -1962,7 +1900,7 @@
|
|
1962
1900
|
f_device_id: "",
|
1963
1901
|
f_is_defect: "",
|
1964
1902
|
f_item_name: "剩余气量",
|
1965
|
-
f_item_value:
|
1903
|
+
f_item_value: this.item.f_plan_meters[i].f_total_gas-this.item.f_plan_meters[i].f_meter_base,
|
1966
1904
|
f_path: "",
|
1967
1905
|
type: "number"
|
1968
1906
|
},
|
@@ -1971,7 +1909,6 @@
|
|
1971
1909
|
f_device_id: "",
|
1972
1910
|
f_is_defect: "",
|
1973
1911
|
f_item_name: "气量异常差值",
|
1974
|
-
isshow:false,
|
1975
1912
|
f_item_value: null,
|
1976
1913
|
f_path: "",
|
1977
1914
|
type: "number"
|
@@ -1981,103 +1918,66 @@
|
|
1981
1918
|
}
|
1982
1919
|
}
|
1983
1920
|
})
|
1984
|
-
}else
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
|
1992
|
-
|
1993
|
-
|
1994
|
-
|
1995
|
-
|
1996
|
-
|
1997
|
-
|
1998
|
-
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2005
|
-
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
2010
|
-
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2014
|
-
|
2015
|
-
|
2016
|
-
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
2020
|
-
|
2021
|
-
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2027
|
-
|
2028
|
-
|
2029
|
-
|
2030
|
-
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
|
2041
|
-
}
|
2042
|
-
)
|
2043
|
-
console.log('this.config[\'燃气表\'][\'items\'] ---> ' + JSON.stringify(this.config['燃气表']['items']))
|
2044
|
-
}
|
2045
|
-
})
|
1921
|
+
}else{
|
1922
|
+
if (!this.data.f_collection_type) {
|
1923
|
+
this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
|
1924
|
+
delete this.config['燃气表']['items']['累购金额']
|
1925
|
+
delete this.config['燃气表']['items']['已用金额']
|
1926
|
+
delete this.config['燃气表']['items']['剩余金额']
|
1927
|
+
delete this.config['燃气表']['items']['金额异常差值']
|
1928
|
+
device.f_items.push(
|
1929
|
+
{
|
1930
|
+
f_defect_level: null,
|
1931
|
+
f_device_id: "",
|
1932
|
+
f_is_defect: "",
|
1933
|
+
f_item_name: "初始表底",
|
1934
|
+
isshow: true,
|
1935
|
+
f_item_value: this.item.f_plan_meters[i].f_initial_base,
|
1936
|
+
f_path: "",
|
1937
|
+
type: "number"
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
f_defect_level: null,
|
1941
|
+
f_device_id: "",
|
1942
|
+
f_is_defect: "",
|
1943
|
+
f_item_name: "累购气量",
|
1944
|
+
f_item_value: this.item.f_plan_meters[i].f_total_gas,
|
1945
|
+
f_path: "",
|
1946
|
+
type: "number"
|
1947
|
+
},
|
1948
|
+
{
|
1949
|
+
f_defect_level: null,
|
1950
|
+
f_device_id: "",
|
1951
|
+
f_is_defect: "",
|
1952
|
+
f_item_name: "已用气量",
|
1953
|
+
f_item_value: this.item.f_plan_meters[i].f_meter_base,
|
1954
|
+
f_path: "",
|
1955
|
+
type: "number"
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
f_defect_level: null,
|
1959
|
+
f_device_id: "",
|
1960
|
+
f_is_defect: "",
|
1961
|
+
f_item_name: "剩余气量",
|
1962
|
+
f_item_value: this.item.f_plan_meters[i].f_total_gas-this.item.f_plan_meters[i].f_meter_base,
|
1963
|
+
f_path: "",
|
1964
|
+
type: "number"
|
1965
|
+
},
|
1966
|
+
{
|
1967
|
+
f_defect_level: null,
|
1968
|
+
f_device_id: "",
|
1969
|
+
f_is_defect: "",
|
1970
|
+
f_item_name: "气量异常差值",
|
1971
|
+
f_item_value: null,
|
1972
|
+
f_path: "",
|
1973
|
+
type: "number"
|
1974
|
+
}
|
1975
|
+
)
|
1976
|
+
console.log('this.config[\'燃气表\'][\'items\'] ---> ' + JSON.stringify(this.config['燃气表']['items']))
|
1977
|
+
}
|
2046
1978
|
}
|
2047
1979
|
}
|
2048
1980
|
}
|
2049
|
-
//工商户安检设备添加值
|
2050
|
-
if(this.devices[de].device == "燃气具检查"){
|
2051
|
-
console.log("this.data['device' + this.devices[de].n]"+JSON.stringify(this.data['device' + this.devices[de].n]))
|
2052
|
-
console.log("this.devices[de]"+JSON.stringify(this.devices[de]))
|
2053
|
-
this.data['device' + this.devices[de].n].forEach((device)=>{
|
2054
|
-
for (let i=0;i<this.deviceinfo.data.length;i++){
|
2055
|
-
device.f_items.push(
|
2056
|
-
{
|
2057
|
-
f_defect_level: null,
|
2058
|
-
f_device_id: "",
|
2059
|
-
f_is_defect: "",
|
2060
|
-
f_item_name: this.deviceinfo.data[i].f_devices_model+'数量',
|
2061
|
-
isshow:false,
|
2062
|
-
f_item_value: this.deviceinfo.data[i].f_devices_num,
|
2063
|
-
f_path: "",
|
2064
|
-
type: "string"
|
2065
|
-
},
|
2066
|
-
{
|
2067
|
-
f_defect_level: null,
|
2068
|
-
f_device_id: "",
|
2069
|
-
f_is_defect: "",
|
2070
|
-
f_item_name: this.deviceinfo.data[i].f_devices_model+'品牌',
|
2071
|
-
isshow:false,
|
2072
|
-
f_item_value: this.deviceinfo.data[i].f_brand,
|
2073
|
-
f_path: "",
|
2074
|
-
type: "string"
|
2075
|
-
}
|
2076
|
-
)
|
2077
|
-
}
|
2078
|
-
})
|
2079
|
-
console.log("this.data['device' + this.devices[de].n]"+JSON.stringify(this.data['device' + this.devices[de].n]))
|
2080
|
-
}
|
2081
1981
|
}
|
2082
1982
|
}
|
2083
1983
|
var pardate = {
|
@@ -2098,16 +1998,7 @@
|
|
2098
1998
|
},
|
2099
1999
|
async ready () {
|
2100
2000
|
await this.isoverDate()
|
2101
|
-
|
2102
|
-
this.deviceinfo=await new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`,{
|
2103
|
-
data:{
|
2104
|
-
items:" de.* ",
|
2105
|
-
tablename:"t_devices de join t_userfiles uf on uf.f_userfiles_id=de.f_userfiles_id",
|
2106
|
-
condition:`de.f_state='有效' and uf.f_userinfo_id=${this.item.f_userinfoid}`,
|
2107
|
-
orderitem:"de.id"
|
2108
|
-
}
|
2109
|
-
},{resolveMsg: null, rejectMsg: null})
|
2110
|
-
}
|
2001
|
+
console.log('8888888')
|
2111
2002
|
this.putDevices()
|
2112
2003
|
//如果已检,则提取安检单
|
2113
2004
|
if (this.item.f_state != '未检') {
|
@@ -2135,7 +2026,7 @@
|
|
2135
2026
|
if (value.data.length != 0) {
|
2136
2027
|
that.$set('data', value.data[0])
|
2137
2028
|
console.log("this.data.f_collection_type:" + JSON.stringify(this.data.f_collection_type))
|
2138
|
-
if (this.
|
2029
|
+
if (this.data.f_collection_type == '按气量') {
|
2139
2030
|
delete this.config['燃气表']['items']['累购金额']
|
2140
2031
|
delete this.config['燃气表']['items']['已用金额']
|
2141
2032
|
delete this.config['燃气表']['items']['剩余金额']
|