safecheck-client 3.0.33-gongyi → 3.0.34-11
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/.eslintrc.js +16 -16
- package/.project +23 -0
- package/README.md +5 -1
- package/build/webpack.base.conf.js +91 -50
- package/build/webpack.dev.conf.js +20 -16
- package/build/webpack.prod.conf.js +37 -39
- package/examples/ChangeConfig/App.vue +3 -3
- package/examples/ChangeConfig/comp.js +67 -67
- package/examples/CheckAdvise/App.vue +1 -1
- package/examples/PhoneSafePlan/App.vue +2 -2
- package/examples/PhoneSafePlan/TestData.js +3 -3
- package/examples/SafePlan/App.vue +11 -5
- package/examples/SafePlan/TestData.js +3 -3
- package/examples/SafePlan/comp.js +67 -61
- package/examples/SafePlan-aode/App.vue +2 -2
- package/examples/SafePlan-aode/TestData.js +3 -3
- package/examples/SafePlan-aode/comp.js +40 -40
- package/examples/SafePlan-liaoyuan/App.vue +33 -4
- package/examples/SafePlan-liaoyuan/TestData.js +3 -3
- package/examples/SafePlan-liaoyuan/comp.js +67 -54
- package/examples/SafePlan-shaoguan/App.vue +2 -2
- package/examples/SafePlan-shaoguan/TestData.js +3 -3
- package/examples/SafePlan-shaoguan/comp.js +46 -46
- package/examples/SafePlan-tongchuan/App.vue +4 -4
- package/examples/SafePlan-tongchuan/TestData.js +3 -3
- package/examples/SafePlan-tongchuan/comp.js +50 -50
- package/examples/SafePlan-wenxi/App.vue +4 -4
- package/examples/SafePlan-wenxi/TestData.js +3 -3
- package/examples/SafePlan-wenxi/comp.js +54 -54
- package/examples/SafePlan-zhoukou/App.vue +4 -4
- package/examples/SafePlan-zhoukou/TestData.js +3 -3
- package/examples/SafePlan-zhoukou/comp.js +57 -57
- package/examples/SafePlanItem/App.vue +3 -3
- package/examples/SafePlanItem/TestData.js +3 -3
- package/examples/SafePlanItem/comp.js +1 -1
- package/examples/SafePlanrongcheng/App.vue +4 -3
- package/examples/SafePlanrongcheng/TestData.js +3 -3
- package/examples/SafePlanrongcheng/comp.js +47 -39
- package/examples/SafePlanrongcheng-gs/App.vue +2 -2
- package/examples/SafePlanrongcheng-gs/TestData.js +3 -3
- package/examples/SafePlanrongcheng-gs/comp.js +47 -39
- package/examples/SafePlanrongcheng-gssq/App.vue +2 -2
- package/examples/SafePlanrongcheng-gssq/TestData.js +3 -3
- package/examples/SafePlanrongcheng-gssq/comp.js +47 -39
- package/examples/SafePlanrongcheng-mysq/App.vue +2 -2
- package/examples/SafePlanrongcheng-mysq/TestData.js +3 -3
- package/examples/SafePlanrongcheng-mysq/comp.js +48 -40
- package/examples/Test/App.vue +1 -1
- package/examples/Test/TestData.js +5 -5
- package/examples/UserFiles/App.vue +4 -4
- package/examples/UserFiles/TestData.js +3 -3
- package/examples/UserFiles/comp.js +17 -17
- package/index.html +6 -2
- package/package.json +23 -9
- package/settings.gradle +2 -0
- package/src/App.vue +12 -8
- package/src/android.js +1 -2
- package/src/assets/alarm.png +0 -0
- package/src/assets/anjince.png +0 -0
- package/src/assets/city_proper.png +0 -0
- package/src/assets/echarts6.png +0 -0
- package/src/assets/endPng.png +0 -0
- package/src/assets/firstPng.png +0 -0
- package/src/assets/township.png +0 -0
- package/src/assets/wensu/1.jpg +0 -0
- package/src/assets/wensu/2.jpg +0 -0
- package/src/assets/wensu/3.jpg +0 -0
- package/src/assets/wensu/4.jpg +0 -0
- package/src/assets/wensu/5.jpg +0 -0
- package/src/assets//344/270/213/350/275/275_.png +0 -0
- package/src/assets//345/215/225/345/205/203/345/217/267.png +0 -0
- package/src/assets//345/226/207/345/217/255.png +0 -0
- package/src/assets//345/234/260/345/235/200.png +0 -0
- package/src/assets//345/234/260/345/235/200/344/277/256/346/224/271.png +0 -0
- package/src/assets//345/247/223/345/220/215.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/241/346/243/200/344/272/272/345/221/230.png +0 -0
- package/src/assets//345/272/225/346/225/260.png +0 -0
- package/src/assets//346/210/267/347/274/226/345/217/267.png +0 -0
- package/src/assets//346/245/274/345/217/267.png +0 -0
- package/src/assets//346/245/274/345/261/202.png +0 -0
- package/src/assets//347/273/210/347/202/271.png +0 -0
- package/src/assets//350/241/250/347/261/273/345/236/213.png +0 -0
- package/src/assets//350/265/267/347/202/271.png +0 -0
- package/src/assets//351/227/250/347/211/214/345/217/267.png +0 -0
- package/src/bus.js +2 -0
- package/src/components/CheckerCount/CheckCountAreaList.vue +19 -18
- package/src/components/CheckerCount/CheckCountAreaManage.vue +2 -2
- package/src/components/CheckerCount/CheckCountUserList.vue +5 -5
- package/src/components/DefectDealMain/DefectListNew.vue +597 -0
- package/src/components/DefectDealMain/DefectMainNew.vue +63 -0
- package/src/components/DefectDealMain/DefectPaperNew.vue +1052 -0
- package/src/components/ExportExcel.vue +17 -11
- package/src/components/ExportExcelOld.vue +203 -0
- package/src/components/Login.vue +4 -4
- package/src/components/NewDefectList/DefectListNew.vue +616 -0
- package/src/components/NewDefectList/DefectMainNew.vue +60 -0
- package/src/components/NewDefectList/DefectPaperNew.vue +1079 -0
- package/src/components/Test.vue +1 -1
- package/src/components/Util/FileUpload.vue +4 -4
- package/src/components/Util/ImgSelfSafe.vue +6 -6
- package/src/components/Util/ImgSelfSafePlus.vue +218 -0
- package/src/components/Util/RightTreeSafe.vue +5 -0
- package/src/components/Util/RightTreeSafeDep.vue +350 -0
- package/src/components/Util/SafecheckUpload.vue +6 -6
- package/src/components/Util.js +50 -8
- package/src/components/android/AddPlanItem.vue +242 -207
- package/src/components/android/AddSpecialPlanItem.vue +426 -0
- package/src/components/android/AndroidDefectDeal.vue +634 -397
- package/src/components/android/Announcement.vue +2 -2
- package/src/components/android/AreaPlan.vue +83 -20
- package/src/components/android/BlackUserOnLine.vue +318 -0
- package/src/components/android/CheckNotice.vue +3 -3
- package/src/components/android/CheckPlan.vue +6 -6
- package/src/components/android/CheckPlanDown.vue +4 -6
- package/src/components/android/CheckPlanItems.vue +1 -1
- package/src/components/android/CheckPlanList.vue +188 -0
- package/src/components/android/Checkpage.vue +1 -1
- package/src/components/android/CivilCurrentCreate.vue +1026 -0
- package/src/components/android/ClockIn.vue +94 -0
- package/src/components/android/CurrentCreate.vue +229 -149
- package/src/components/android/CurrentCreate_new.vue +1021 -0
- package/src/components/android/DailyworkloadQuery.vue +287 -211
- package/src/components/android/Defect.vue +5 -5
- package/src/components/android/DeviceDefect.vue +5 -5
- package/src/components/android/Devices.vue +16 -16
- package/src/components/android/DevicesItem.vue +30 -30
- package/src/components/android/DevicesItemm.vue +29 -29
- package/src/components/android/Devicesm.vue +26 -26
- package/src/components/android/DoorService.vue +1 -1
- package/src/components/android/ExtractCheckPlan.vue +5 -5
- package/src/components/android/ExtractPlanItem.vue +207 -198
- package/src/components/android/ImgSelfAndroid.vue +181 -0
- package/src/components/android/Insurance/PhoneInsuranceManage.vue +44 -0
- package/src/components/android/Insurance/PhoneInsurancePurchase.vue +282 -0
- package/src/components/android/Insurance/PhoneInsurancePurchaseDetail.vue +288 -0
- package/src/components/android/Insurance/PhoneInsuranceRecordList.vue +285 -0
- package/src/components/android/Insurance/TabButton.vue +149 -0
- package/src/components/android/Insurance/Tabs.vue +67 -0
- package/src/components/android/Iotinstructionsview/IoTinstruction.vue +183 -0
- package/src/components/android/LocalPagedList.js +3 -3
- package/src/components/android/LocalPathList.js +2 -2
- package/src/components/android/Login.vue +16 -16
- package/src/components/android/NewCheckpaperAndroid.vue +1362 -0
- package/src/components/android/NoCivilCurrentCreate.vue +1023 -0
- package/src/components/android/OnlineCheckByArea.vue +172 -0
- package/src/components/android/OnlineRepairSafe.vue +394 -0
- package/src/components/android/OnlineVindicate.vue +322 -0
- package/src/components/android/PaperAlarmNoncivil.vue +3 -3
- package/src/components/android/PaperCooker.vue +4 -4
- package/src/components/android/PaperDefect.vue +1 -1
- package/src/components/android/PaperDevice.vue +1 -1
- package/src/components/android/PaperFeedback.vue +143 -106
- package/src/components/android/PaperFeedbackTemp.vue +1470 -0
- package/src/components/android/PaperFeedbackm.vue +42 -42
- package/src/components/android/PaperFurnace.vue +3 -3
- package/src/components/android/PaperFurnaceNoncivil.vue +3 -3
- package/src/components/android/PaperHeater.vue +3 -3
- package/src/components/android/PaperInnerPlumb.vue +3 -3
- package/src/components/android/PaperMessage.vue +77 -77
- package/src/components/android/PaperMessageNocivil.vue +57 -57
- package/src/components/android/PaperMeter.vue +3 -3
- package/src/components/android/PaperMeterNoncivil.vue +3 -3
- package/src/components/android/PaperPieceNoncivil.vue +3 -3
- package/src/components/android/PaperPlumb.vue +3 -3
- package/src/components/android/PaperPlumbNoncivil.vue +3 -3
- package/src/components/android/PaperSet.vue +196 -196
- package/src/components/android/PaperSetNoncivil.vue +160 -160
- package/src/components/android/PaperState.vue +7 -7
- package/src/components/android/PaperStateNoncivil.vue +4 -4
- package/src/components/android/PaperStateNoncivilm.vue +4 -4
- package/src/components/android/PaperStatem.vue +10 -10
- package/src/components/android/PaperUser.vue +133 -157
- package/src/components/android/PaperUserNoncivil.vue +5 -5
- package/src/components/android/PaperUserm.vue +169 -159
- package/src/components/android/PaperValve.vue +3 -3
- package/src/components/android/PaperValveNoncivil.vue +3 -3
- package/src/components/android/PhoneChangemeterInfo.vue +5 -5
- package/src/components/android/PhoneRecordInfo.vue +113 -0
- package/src/components/android/PhoneSellInfo.vue +2 -2
- package/src/components/android/PhoneState.vue +1 -1
- package/src/components/android/PhoneUpDetail.vue +1040 -0
- package/src/components/android/PhoneUpUserinfo.vue +736 -435
- package/src/components/android/PhoneUserFind.vue +3 -3
- package/src/components/android/PhoneotherInfo.vue +132 -0
- package/src/components/android/PrearrangedPlan.vue +3 -3
- package/src/components/android/RelieveRestrict.vue +293 -0
- package/src/components/android/RepairAreaList.vue +1 -1
- package/src/components/android/RepairList.vue +2 -2
- package/src/components/android/RepairQuery.vue +2 -2
- package/src/components/android/ResAreaList.vue +1 -1
- package/src/components/android/Restriction.vue +351 -0
- package/src/components/android/RightTree.vue +2 -2
- package/src/components/android/SafePlanItem.vue +509 -0
- package/src/components/android/SafecheckDevices.vue +295 -140
- package/src/components/android/SafecheckDevicesTemp.vue +1333 -0
- package/src/components/android/SafecheckOrderV.vue +2809 -2408
- package/src/components/android/SafecheckOrderVTemp.vue +1233 -0
- package/src/components/android/SafecheckState.vue +9 -9
- package/src/components/android/SafecheckUser.vue +9 -9
- package/src/components/android/ShebeiDevices.vue +77 -77
- package/src/components/android/SwitchValve.vue +178 -85
- package/src/components/android/SystemSetting.vue +2 -2
- package/src/components/android/ToolsPage.vue +1 -1
- package/src/components/android/TrackState.vue +3 -3
- package/src/components/android/UploadPage.vue +13 -123
- package/src/components/android/YuYueAddPlanItem.vue +257 -0
- package/src/components/android/checkPlanResult.vue +1 -1
- package/src/components/android/old/PaperFeedback.vue +41 -41
- package/src/components/android/recheck/Recheck.vue +402 -0
- package/src/components/android/safeHistoryLook.vue +474 -0
- package/src/components/android/userinfo/SafecheckUserInfo.vue +776 -611
- package/src/components/android/wasm/PhoneSafePlan.vue +4 -4
- package/src/components/android/wasm/TestData.js +3 -3
- package/src/components/attendance/DailyAttendance.vue +2 -2
- package/src/components/attendance/MonthlyAttendance.vue +12 -12
- package/src/components/callincheck/CallInCheckMain.vue +1 -1
- package/src/components/callincheck/CallInPlan.vue +3 -3
- package/src/components/callincheck/UserFileList.vue +1 -1
- package/src/components/checkAreaClassification.vue +13 -13
- package/src/components/checkplan/CheckDetail.vue +110 -110
- package/src/components/checkplan/CheckPlan.vue +2 -2
- package/src/components/checkplan/SelectCheckPlan.vue +221 -134
- package/src/components/checkplan/SelectMessage.vue +7 -7
- package/src/components/checkplan/checkmsg.vue +30 -30
- package/src/components/checkplan/checkmsgZG.vue +26 -26
- package/src/components/createcheckplan/CreatePlan.vue +31 -109
- package/src/components/createcheckplan/CreatePlanWuan.vue +23 -100
- package/src/components/createcheckplan/DelPlanRepeat.vue +13 -13
- package/src/components/createcheckplan/DistributePlan.vue +1 -1
- package/src/components/createcheckplan/PlanList.vue +14 -14
- package/src/components/defect/DefectDetail.vue +6 -6
- package/src/components/defect/DefectDetailWeixiu.vue +6 -6
- package/src/components/defect/DefectList.vue +24 -6
- package/src/components/defect/DefectListWeixiu.vue +484 -479
- package/src/components/defect/DefectMain.vue +2 -2
- package/src/components/defect/DefectMainWeixiu.vue +2 -2
- package/src/components/defect/DefectPaper.vue +16 -14
- package/src/components/defect/DefectPaperWeiXiu.vue +6 -6
- package/src/components/defect/ImageViewer.vue +7 -7
- package/src/components/defect/ImgButton.vue +162 -104
- package/src/components/defect/ImgButtons.vue +159 -0
- package/src/components/defect/ImgsButton.vue +2 -2
- package/src/components/defects/CheckPaperItems.vue +2 -2
- package/src/components/defects/CheckPaperSearch.vue +12 -12
- package/src/components/defects/CheckPaperSearchMain.vue +1 -1
- package/src/components/defects/DefectCondition.vue +1 -1
- package/src/components/equipment/CheckRate.vue +3 -3
- package/src/components/equipment/MonthCheckRate.vue +1 -1
- package/src/components/filialCircle/AddCircleFiliale.vue +1 -1
- package/src/components/inspections/AddInspectPlanItem.vue +12 -12
- package/src/components/inspections/AddInspectPlanItems.vue +12 -12
- package/src/components/inspections/AddInspectPlanItemss.vue +14 -14
- package/src/components/inspections/Checked.vue +3 -3
- package/src/components/inspections/DisplayInspectionList.vue +50 -50
- package/src/components/inspections/InsUploadPage.vue +12 -12
- package/src/components/inspections/InspectionList.vue +12 -78
- package/src/components/inspections/InspectionLists.vue +12 -78
- package/src/components/inspections/InspectionListss.vue +12 -79
- package/src/components/inspections/inspectionDevices.vue +65 -65
- package/src/components/inspections/inspectionFeedback.vue +43 -43
- package/src/components/inspections/inspectionOrderV.vue +193 -193
- package/src/components/inspections/inspectionOrderVs.vue +193 -193
- package/src/components/inspections/inspectionOrderVss.vue +194 -194
- package/src/components/inspections/inspectionUserInfo.vue +23 -23
- package/src/components/issueplan/IssuePlanAction.vue +1 -1
- package/src/components/issueplan/IssuePlanQuery.vue +2 -2
- package/src/components/json-editor/SafeJsonEditor.vue +26 -26
- package/src/components/json-editor/assets/jsoneditor-minimalist.js +35 -35
- package/src/components/json-editor/assets/jsoneditor.js +492 -492
- package/src/components/json-editor/example/App.vue +9 -9
- package/src/components/levelplan/AdjustPlan.vue +2 -2
- package/src/components/levelplan/CheckerLeft.vue +1 -1
- package/src/components/levelplan/CheckerPlanAdjust.vue +8 -8
- package/src/components/levelplan/CheckerRight.vue +2 -2
- package/src/components/map/AMap.vue +3 -3
- package/src/components/map/AMapTrailShowZk.vue +11 -4
- package/src/components/map/AMapTrajectory.vue +436 -0
- package/src/components/map/AMapTrajectoryNew.vue +390 -0
- package/src/components/map/FootPrintList.vue +1 -1
- package/src/components/map/MapCriteriaData.vue +3 -3
- package/src/components/map/PersonTrack.vue +224 -0
- package/src/components/map/checkScreen.vue +706 -547
- package/src/components/map/douglasPeuckerForAMap.js +88 -0
- package/src/components/metterfiles/MetterfilesAdd.vue +1 -1
- package/src/components/metterfiles/MetterfilesChange.vue +1 -1
- package/src/components/metterfiles/UserFiles.vue +1 -1
- package/src/components/metterfiles/Userfileschange.vue +1 -1
- package/src/components/noplan/NoPlanPaperList.vue +123 -0
- package/src/components/noplan/NoPlanSearchUser.vue +300 -0
- package/src/components/noplan/NoPlanUserInfo.vue +67 -0
- package/src/components/olddata/OldPaperList.vue +340 -0
- package/src/components/paper/PaperList.vue +790 -733
- package/src/components/paper/PaperVerify.vue +2 -2
- package/src/components/paper/PlanChooser.vue +20 -12
- package/src/components/pc/AddToCheckBook.vue +160 -0
- package/src/components/pc/AnnouncementPC.vue +9 -9
- package/src/components/pc/CheckBook.vue +247 -13
- package/src/components/pc/CheckBookArea.vue +146 -0
- package/src/components/pc/CheckBookCompany.vue +144 -0
- package/src/components/pc/CheckBookDetails.vue +194 -0
- package/src/components/pc/CheckBookEntry.vue +61 -0
- package/src/components/pc/CheckBookList.vue +375 -539
- package/src/components/pc/CheckBookSearchArea.vue +564 -0
- package/src/components/pc/CheckBookSearchUnit.vue +229 -0
- package/src/components/pc/CheckBookSearchUser.vue +604 -0
- package/src/components/pc/CheckBookSearchUserList.vue +675 -0
- package/src/components/pc/CheckBookUser.vue +28 -4
- package/src/components/pc/CheckNoDetail.vue +209 -0
- package/src/components/pc/CheckNoPlan.vue +55 -0
- package/src/components/pc/CheckPlanCountChart.vue +201 -0
- package/src/components/pc/DefectDeal.vue +997 -0
- package/src/components/pc/DefectList.vue +742 -0
- package/src/components/pc/DepSelector.vue +55 -0
- package/src/components/pc/DeviceChange.vue +82 -82
- package/src/components/pc/Edit.vue +126 -0
- package/src/components/pc/HiddenChart.vue +9 -9
- package/src/components/pc/LodopFuncs.js +159 -0
- package/src/components/pc/NewCheckpaper.vue +1943 -1306
- package/src/components/pc/NewCheckpaperTemp.vue +1295 -0
- package/src/components/pc/PaperChazhiMain.vue +12 -78
- package/src/components/pc/PaperDefectMain.vue +422 -140
- package/src/components/pc/PaperEdit.vue +151 -0
- package/src/components/pc/PaperVisitMain.vue +179 -0
- package/src/components/pc/PrintData.vue +243 -0
- package/src/components/pc/PrintMaterialBill.vue +155 -0
- package/src/components/pc/PrintTable.vue +241 -0
- package/src/components/pc/RoleSelector.vue +87 -49
- package/src/components/pc/RoleSelectorDep.vue +158 -0
- package/src/components/pc/SafeCheckOrder/SafeCheckOrder.vue +62 -0
- package/src/components/pc/SafeCheckOrder/SafeCheckOrderApplyDisposeBasics.vue +200 -0
- package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +214 -0
- package/src/components/pc/SafeCheckTree.vue +118 -0
- package/src/components/pc/SafeVisitHistory.vue +208 -0
- package/src/components/pc/SafecheckDeviceList.vue +260 -0
- package/src/components/pc/SelectCheckNoPlan.vue +278 -0
- package/src/components/pc/SelectCheckPlanAndNoPLan.vue +281 -0
- package/src/components/phonestate/FootprintMap.vue +5 -5
- package/src/components/plancheck/CheckPlanAreaManage.vue +3 -3
- package/src/components/plancheck/CheckPlanList.vue +5 -5
- package/src/components/planmanage/PlanManage.vue +114 -24
- package/src/components/planmanage/checkPlanList.vue +182 -154
- package/src/components/planmanage/checkUserList.vue +773 -691
- package/src/components/querycheckpaper/CheckPaperList.vue +11 -3
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +12 -5
- package/src/components/querycheckpaper/CheckPaperSearchUserNew.vue +67 -0
- package/src/components/querycheckpaper/CheckSearchUser.vue +1067 -1035
- package/src/components/querycheckpaper/CheckSearchUserNew.vue +1109 -0
- package/src/components/querycheckpaper/PaperItems.vue +2 -2
- package/src/components/querycheckpaper/PaperSearchMain.vue +3 -3
- package/src/components/querycheckpaper/ShebeiPaperList.vue +3 -3
- package/src/components/querycheckpaper/ShebeiPaperSearchUser.vue +3 -3
- package/src/components/querycheckpaper/ShebeiSearchUser.vue +13 -13
- package/src/components/report/CheckByPlan.vue +118 -0
- package/src/components/report/CheckPlanAreaList.vue +70 -34
- package/src/components/report/CheckPlanAreaManage.vue +2 -2
- package/src/components/report/CheckPlanAreaReport.vue +122 -0
- package/src/components/report/CheckPlanCountChartArea.vue +120 -0
- package/src/components/report/CheckPlanUserList.vue +5 -5
- package/src/components/report/HazardStatistics.vue +114 -0
- package/src/components/report/HiddenSituation.vue +75 -22
- package/src/components/report/NoCheckplanSafecheck.vue +212 -0
- package/src/components/report/SafePlanSale.vue +4 -4
- package/src/components/report/SafePlanStatistics.vue +5 -5
- package/src/components/report/YinHuanBiHuan.vue +150 -0
- package/src/components/rongcheng/AddPlanItem.vue +5 -5
- package/src/components/rongcheng/AreaPlan.vue +4 -4
- package/src/components/rongcheng/AspPaperFeedback.vue +56 -56
- package/src/components/rongcheng/AspPaperStatem.vue +8 -8
- package/src/components/rongcheng/AspiratedAreaPlan.vue +4 -4
- package/src/components/rongcheng/AspiratedCurrentCreate.vue +682 -639
- package/src/components/rongcheng/AspiratedDevices.vue +110 -77
- package/src/components/rongcheng/AspiratedDistribute.vue +240 -0
- package/src/components/rongcheng/AspiratedOrderV.vue +209 -208
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +70 -44
- package/src/components/rongcheng/AspiratedPaperMessage.vue +78 -78
- package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +57 -57
- package/src/components/rongcheng/AspiratedUploadPage.vue +12 -12
- package/src/components/rongcheng/AspiratedUserInfo.vue +11 -11
- package/src/components/rongcheng/CheckCurrentCreate.vue +54 -30
- package/src/components/rongcheng/CheckPaperAreaUser.vue +51 -0
- package/src/components/rongcheng/CheckPaperList.vue +3 -3
- package/src/components/rongcheng/CheckPaperSearchUser.vue +1 -1
- package/src/components/rongcheng/CheckPaperSearchUserNo.vue +1 -1
- package/src/components/rongcheng/CheckPlanList.vue +256 -0
- package/src/components/rongcheng/CheckSearchArea.vue +703 -0
- package/src/components/rongcheng/CheckSearchUser.vue +604 -524
- package/src/components/rongcheng/CheckSearchUserNo.vue +455 -434
- package/src/components/rongcheng/CheckUserList.vue +205 -0
- package/src/components/rongcheng/CurrentCreateOnline.vue +906 -0
- package/src/components/rongcheng/Datepicker.vue +825 -0
- package/src/components/rongcheng/DefectList.vue +7 -7
- package/src/components/rongcheng/DefectPaper.vue +57 -19
- package/src/components/rongcheng/EventListener.js +29 -0
- package/src/components/rongcheng/ImgSelf.vue +122 -0
- package/src/components/rongcheng/PaperFeedback.vue +61 -61
- package/src/components/rongcheng/PaperListAJ.vue +5 -72
- package/src/components/rongcheng/PaperListNPAJ.vue +5 -72
- package/src/components/rongcheng/PaperListNPSQ.vue +43 -73
- package/src/components/rongcheng/PaperListSQ.vue +45 -84
- package/src/components/rongcheng/PaperMessage.vue +78 -78
- package/src/components/rongcheng/PaperMessageNocivil.vue +57 -57
- package/src/components/rongcheng/PaperStateNoncivilm.vue +35 -25
- package/src/components/rongcheng/PaperStatem.vue +98 -27
- package/src/components/rongcheng/PhoneDevicesInfo.vue +6 -6
- package/src/components/rongcheng/PhoneUpUserinfo.vue +1328 -0
- package/src/components/rongcheng/SafecheckDevices.vue +128 -95
- package/src/components/rongcheng/SafecheckOrderV.vue +2184 -2136
- package/src/components/rongcheng/SafecheckOrderVCli.vue +250 -212
- package/src/components/rongcheng/SafecheckUserInfo.vue +587 -21
- package/src/components/rongcheng/UploadPage.vue +16 -16
- package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +16 -30
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +33 -17
- package/src/components/rongcheng/report/CheckPlanUserList.vue +8 -8
- package/src/components/safecheck/common/TabButton.vue +3 -3
- package/src/components/safecheck/queryManage/CheckBookAll.vue +15 -19
- package/src/components/safecheck/queryManage/SafeCheckManage.vue +3 -3
- package/src/components/safecheckNew/PaperList.vue +785 -0
- package/src/components/safecheckNew/android/AddPlanItem.vue +419 -0
- package/src/components/safecheckNew/android/AreaPlan.vue +561 -0
- package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -0
- package/src/components/safecheckNew/android/Recheck.vue +379 -0
- package/src/components/safecheckNew/android/SafecheckDevices.vue +1400 -0
- package/src/components/safecheckNew/android/SafecheckOrderV.vue +2731 -0
- package/src/components/sendsingle/EquipmentManagement.vue +27 -27
- package/src/components/sendsingle/onlineChangeMeter.vue +60 -60
- package/src/components/sendsingle/onlineoperation.vue +26 -26
- package/src/components/sendsingle/onlinequeryuser.vue +29 -29
- package/src/components/shaoguan/CheckPlanUserList.vue +6 -6
- package/src/components/shaoguan/DefectDetail.vue +6 -6
- package/src/components/shaoguan/DefectList.vue +6 -6
- package/src/components/shaoguan/DefectPaper.vue +2 -2
- package/src/components/shaoguan/PaperList.vue +12 -79
- package/src/components/shaoguan/SafecheckOrderV.vue +202 -202
- package/src/components/tongcheng/AreaPlan.vue +4 -4
- package/src/components/tongcheng/CurrentCreate.vue +13 -13
- package/src/components/tongcheng/PaperFeedback.vue +48 -48
- package/src/components/tongcheng/PaperMessage.vue +79 -79
- package/src/components/tongcheng/PaperMessageNocivil.vue +57 -57
- package/src/components/tongcheng/PaperSet.vue +196 -196
- package/src/components/tongcheng/PaperUser.vue +9 -9
- package/src/components/userfile/InfoModifyModal.vue +5 -3
- package/src/components/userfile/SecurityAudit.vue +243 -0
- package/src/components/userfile/UserInfoAudit.vue +106 -42
- package/src/components/userfile/UserinfoModify.vue +4 -0
- package/src/components/userfileNew/InfoModifyModal.vue +122 -0
- package/src/components/userfileNew/UserInfoAuditNew.vue +274 -0
- package/src/components/userfileNew/UserinfoModify.vue +283 -0
- package/src/components/userfileNew/UserinfoModifyOld.vue +117 -0
- package/src/filiale/ALshan/pc/CheckSearchUser.vue +15 -15
- package/src/filiale/ALshan/pc/DefectListWeixiu.vue +10 -7
- package/src/filiale/ALshan/pc/RoleSelector.vue +140 -0
- package/src/filiale/ALshan/pc/checkUserList.vue +714 -0
- package/src/filiale/ALshan/pc.js +2 -0
- package/src/filiale/Util.js +20 -8
- package/src/filiale/ancheng/android/NewCheckpaperAndroid.vue +1358 -0
- package/src/filiale/ancheng/android/PaperFeedback.vue +1489 -0
- package/src/filiale/ancheng/android/SafecheckDevices.vue +1267 -0
- package/src/filiale/ancheng/android/SafecheckOrderV.vue +2703 -0
- package/src/filiale/ancheng/android/SafecheckUserInfo.vue +737 -0
- package/src/filiale/ancheng/android.js +14 -0
- package/src/filiale/ancheng/pc/NewCheckpaper.vue +1744 -0
- package/src/filiale/ancheng/pc/PaperList.vue +659 -0
- package/src/filiale/ancheng/pc/checkScreen.vue +923 -0
- package/src/filiale/ancheng/pc.js +15 -0
- package/src/filiale/ankangyihua/android/AddPlanItem.vue +446 -0
- package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +648 -0
- package/src/filiale/ankangyihua/android/CurrentCreate.vue +1039 -0
- package/src/filiale/ankangyihua/android/SafecheckOrderV.vue +2908 -0
- package/src/filiale/ankangyihua/android/UploadPage.vue +306 -0
- package/src/filiale/ankangyihua/android.js +14 -0
- package/src/filiale/ankangyihua/pc/CheckPlanAreaList.vue +512 -0
- package/src/filiale/ankangyihua/pc/CheckSearchUser.vue +1039 -0
- package/src/filiale/ankangyihua/pc/DefectListWeixiu.vue +491 -0
- package/src/filiale/ankangyihua/pc/DefectPaperWeiXiu.vue +545 -0
- package/src/filiale/ankangyihua/pc/NewCheckpaper.vue +1420 -0
- package/src/filiale/ankangyihua/pc/PaperDefectMain.vue +864 -0
- package/src/filiale/ankangyihua/pc/PaperList.vue +656 -0
- package/src/filiale/ankangyihua/pc/PdfUtil.js +872 -0
- package/src/filiale/ankangyihua/pc/PlanManage.vue +830 -0
- package/src/filiale/ankangyihua/pc/RoleSelector.vue +160 -0
- package/src/filiale/ankangyihua/pc/checkUserList.vue +697 -0
- package/src/filiale/ankangyihua/pc.js +22 -0
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -0
- package/src/filiale/baiyin/android.js +10 -0
- package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -0
- package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -0
- package/src/filiale/baiyin/pc/DefectListNew.vue +597 -0
- package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -0
- package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -0
- package/src/filiale/baiyin/pc/PaperList.vue +790 -0
- package/src/filiale/baiyin/pc/PlanChooser.vue +167 -0
- package/src/filiale/baiyin/pc/PlanManage.vue +834 -0
- package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -0
- package/src/filiale/baiyin/pc/RoleSelector.vue +160 -0
- package/src/filiale/baiyin/pc/checkUserList.vue +771 -0
- package/src/filiale/baiyin/pc.js +21 -0
- package/src/filiale/bayan/android/AddPlanItem.vue +422 -0
- package/src/filiale/bayan/android/CheckPlanDown.vue +249 -0
- package/src/filiale/bayan/android/CurrentCreate.vue +1057 -0
- package/src/filiale/bayan/android/Edit.vue +132 -0
- package/src/filiale/bayan/android/PaperFeedback.vue +1651 -0
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +1377 -0
- package/src/filiale/bayan/android/SafecheckDevices.vue +1303 -0
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2866 -0
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +863 -0
- package/src/filiale/bayan/android.js +18 -0
- package/src/filiale/bayan/pc/CheckDetail.vue +205 -0
- package/src/filiale/bayan/pc/CheckPlan.vue +59 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +565 -0
- package/src/filiale/bayan/pc/CheckSearchUser.vue +1110 -0
- package/src/filiale/bayan/pc/DefectListNew.vue +597 -0
- package/src/filiale/bayan/pc/DefectMainNew.vue +63 -0
- package/src/filiale/bayan/pc/DefectPaperNew.vue +1218 -0
- package/src/filiale/bayan/pc/DeviceChange.vue +1838 -0
- package/src/filiale/bayan/pc/HiddenSituation.vue +256 -0
- package/src/filiale/bayan/pc/NewCheckpaper.vue +1988 -0
- package/src/filiale/bayan/pc/PaperList.vue +899 -0
- package/src/filiale/bayan/pc/PlanManage.vue +960 -0
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +333 -0
- package/src/filiale/bayan/pc.js +22 -0
- package/src/filiale/dexin/android/CasualSave.vue +1050 -0
- package/src/filiale/dexin/android/SafecheckDevices.vue +1305 -0
- package/src/filiale/dexin/android/SafecheckOrderV.vue +2950 -0
- package/src/filiale/dexin/android/WebMeterOpen.vue +377 -0
- package/src/filiale/dexin/android/WebMeterOpenEdit.vue +213 -0
- package/src/filiale/dexin/android.js +14 -0
- package/src/filiale/dexin/pc/PaperList.vue +805 -0
- package/src/filiale/dexin/pc.js +12 -0
- package/src/filiale/fugou/android/AddPlanItem.vue +413 -0
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/fugou/android.js +11 -0
- package/src/filiale/fugou/pc/AddToCheckBook.vue +97 -0
- package/src/filiale/fugou/pc/CheckBook.vue +303 -0
- package/src/filiale/fugou/pc/CheckBookAll.vue +67 -0
- package/src/filiale/fugou/pc/CheckBookArea.vue +146 -0
- package/src/filiale/fugou/pc/CheckBookCompany.vue +144 -0
- package/src/filiale/fugou/pc/CheckBookDetails.vue +161 -0
- package/src/filiale/fugou/pc/CheckBookEntry.vue +94 -0
- package/src/filiale/fugou/pc/CheckBookList.vue +366 -0
- package/src/filiale/fugou/pc/CheckBookSearchArea.vue +560 -0
- package/src/filiale/fugou/pc/CheckBookSearchUnit.vue +229 -0
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +810 -0
- package/src/filiale/fugou/pc/CheckBookSearchUserList.vue +674 -0
- package/src/filiale/fugou/pc/CheckBookUser.vue +158 -0
- package/src/filiale/fugou/pc/DefectMainNew.vue +63 -0
- package/src/filiale/fugou/pc/DefectPaperNew.vue +1085 -0
- package/src/filiale/fugou/pc/PaperDefectMain.vue +928 -0
- package/src/filiale/fugou/pc/PaperList.vue +911 -0
- package/src/filiale/fugou/pc/PlanManage.vue +1061 -0
- package/src/filiale/fugou/pc/checkPlanList.vue +371 -0
- package/src/filiale/fugou/pc/checkUserList.vue +904 -0
- package/src/filiale/fugou/pc.js +72 -0
- package/src/filiale/fugu/android/SafecheckOrderV.vue +2484 -0
- package/src/filiale/fugu/android.js +10 -0
- package/src/filiale/fugu/pc/CheckSearchUser.vue +977 -0
- package/src/filiale/fugu/pc/NewCheckpaper.vue +1287 -0
- package/src/filiale/fugu/pc/SelectCheckPlan.vue +273 -0
- package/src/filiale/fugu/pc/planmanage/checkUserList.vue +688 -0
- package/src/filiale/fugu/pc.js +18 -0
- package/src/filiale/ganquan/android/AddPlanItem.vue +444 -0
- package/src/filiale/ganquan/android/AndroidDefectDeal.vue +570 -0
- package/src/filiale/ganquan/android/NoPlanDaofang.vue +241 -0
- package/src/filiale/ganquan/android/PhoneUpUserinfo.vue +986 -0
- package/src/filiale/ganquan/android/SafecheckOrderV.vue +2485 -0
- package/src/filiale/ganquan/android.js +25 -0
- package/src/filiale/ganquan/pc/CheckPlan.vue +47 -0
- package/src/filiale/ganquan/pc/DefectPaperNew.vue +1009 -0
- package/src/filiale/ganquan/pc/NewCheckpaper.vue +1354 -0
- package/src/filiale/ganquan/pc/PaperList.vue +654 -0
- package/src/filiale/ganquan/pc/PaperVisitMain.vue +166 -0
- package/src/filiale/ganquan/pc/SelectCheckPlan.vue +234 -0
- package/src/filiale/ganquan/pc/checkUserList.vue +681 -0
- package/src/filiale/ganquan/pc.js +20 -0
- package/src/filiale/gehua/android/CurrentCreate.vue +1009 -0
- package/src/filiale/gehua/android.js +12 -0
- package/src/filiale/gehua/pc/PaperList.vue +558 -0
- package/src/filiale/gehua/pc/checkUserList.vue +720 -0
- package/src/filiale/gehua/pc/checkmsg.vue +241 -0
- package/src/filiale/gehua/pc.js +15 -0
- package/src/filiale/guangxi/android/AreaPlan.vue +547 -0
- package/src/filiale/guangxi/android/CurrentCreate.vue +1037 -0
- package/src/filiale/guangxi/android.js +13 -0
- package/src/filiale/guangxi/pc/CheckPlanAreaList.vue +471 -0
- package/src/filiale/guangxi/pc/DefectListNew.vue +518 -0
- package/src/filiale/guangxi/pc/DefectMainNew.vue +63 -0
- package/src/filiale/guangxi/pc/DefectPaperNew.vue +988 -0
- package/src/filiale/guangxi/pc.js +14 -0
- package/src/filiale/hanzhong/android/PaperFeedback.vue +1477 -0
- package/src/filiale/hanzhong/android/SafecheckDevices.vue +1313 -0
- package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -0
- package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +786 -0
- package/src/filiale/hanzhong/android.js +16 -0
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +713 -0
- package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +499 -0
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +573 -0
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +508 -0
- package/src/filiale/hanzhong/pc/CheckSearchUser.vue +1127 -0
- package/src/filiale/hanzhong/pc/CheckUserList.vue +755 -0
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +595 -0
- package/src/filiale/hanzhong/pc/HomeEcharts.vue +153 -0
- package/src/filiale/hanzhong/pc/NewCheckpaper.vue +1923 -0
- package/src/filiale/hanzhong/pc/PaperList.vue +702 -0
- package/src/filiale/hanzhong/pc.js +46 -0
- package/src/filiale/huatong/android/AndroidDefectDeal.vue +396 -0
- package/src/filiale/huatong/android/CurrentCreate.vue +1023 -0
- package/src/filiale/huatong/android/PaperFeedback.vue +1433 -0
- package/src/filiale/huatong/android/SafecheckDevices.vue +68 -68
- package/src/filiale/huatong/android/SafecheckOrderV.vue +250 -222
- package/src/filiale/huatong/android/SafecheckUserInfo.vue +749 -0
- package/src/filiale/huatong/android.js +5 -2
- package/src/filiale/huatong/pc/ExportExcelOld.vue +203 -0
- package/src/filiale/huatong/pc/PaperDefectMain.vue +800 -0
- package/src/filiale/huatong/pc/PaperList.vue +789 -0
- package/src/filiale/huatong/pc.js +3 -1
- package/src/filiale/huayin/android/AreaPlan.vue +535 -0
- package/src/filiale/huayin/android/PaperFeedback.vue +1422 -0
- package/src/filiale/huayin/android/SafecheckOrderV.vue +2712 -0
- package/src/filiale/huayin/android.js +14 -0
- package/src/filiale/huayin/pc/NewCheckpaper.vue +1307 -0
- package/src/filiale/huayin/pc/PaperList.vue +621 -0
- package/src/filiale/huayin/pc.js +14 -0
- package/src/filiale/jiaocheng/android/AddPlanItem.vue +435 -0
- package/src/filiale/jiaocheng/android/PaperFeedback.vue +1308 -0
- package/src/filiale/jiaocheng/android/SafecheckDevices.vue +1267 -0
- package/src/filiale/jiaocheng/android/SafecheckUserInfo.vue +737 -0
- package/src/filiale/jiaocheng/android.js +13 -0
- package/src/filiale/jiaocheng/pc/CheckSearchUser.vue +1011 -0
- package/src/filiale/jiaocheng/pc/DefectListNew.vue +576 -0
- package/src/filiale/jiaocheng/pc/NewCheckpaper.vue +1417 -0
- package/src/filiale/jiaocheng/pc.js +14 -0
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -0
- package/src/filiale/jiaxian/android.js +10 -0
- package/src/filiale/jiaxian/pc.js +12 -0
- package/src/filiale/jinbin/android/AndroidDefectDeal.vue +403 -0
- package/src/filiale/jinbin/android/DailyworkloadQuery.vue +395 -0
- package/src/filiale/jinbin/android/PhoneUpUserinfo.vue +878 -0
- package/src/filiale/jinbin/android.js +12 -0
- package/src/filiale/jinbin/pc/CheckPlanAreaList.vue +479 -0
- package/src/filiale/jinbin/pc/DefectListWeixiu.vue +478 -0
- package/src/filiale/jinbin/pc.js +15 -0
- package/src/filiale/jingyang/android/AddPlanItem.vue +458 -0
- package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -0
- package/src/filiale/jingyang/android/PaperFeedback.vue +1493 -0
- package/src/filiale/jingyang/android/PhoneUpUserinfo.vue +1234 -0
- package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -0
- package/src/filiale/jingyang/android/SafecheckUserInfo.vue +781 -0
- package/src/filiale/jingyang/android.js +15 -0
- package/src/filiale/jingyang/pc/CheckSearchUser.vue +1062 -0
- package/src/filiale/jingyang/pc/InfoModifyModal.vue +151 -0
- package/src/filiale/jingyang/pc/PaperList.vue +793 -0
- package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
- package/src/filiale/jingyang/pc/UserInfoAuditNew.vue +272 -0
- package/src/filiale/jingyang/pc/UserinfoModify.vue +133 -0
- package/src/filiale/jingyang/pc.js +15 -0
- package/src/filiale/kelai/android/AddPlanItem.vue +488 -0
- package/src/filiale/kelai/android/AndroidDefectDeal.vue +747 -0
- package/src/filiale/kelai/android/CheckPlanList.vue +203 -0
- package/src/filiale/kelai/android/CurrentCreate.vue +1008 -0
- package/src/filiale/kelai/android/PaperFeedback.vue +1539 -0
- package/src/filiale/kelai/android/PhoneUpUserinfo.vue +1053 -0
- package/src/filiale/kelai/android/RelieveRestrict.vue +304 -0
- package/src/filiale/kelai/android/SafecheckDevices.vue +1232 -0
- package/src/filiale/kelai/android/SafecheckOrderV.vue +2448 -0
- package/src/filiale/kelai/android/SafecheckUserInfo.vue +774 -0
- package/src/filiale/kelai/android/SafecheckUserInfo1.vue +618 -0
- package/src/filiale/kelai/android.js +21 -0
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +468 -0
- package/src/filiale/kelai/pc/CheckSearchUser.vue +1011 -0
- package/src/filiale/kelai/pc/DefectListNew.vue +688 -0
- package/src/filiale/kelai/pc/DefectPaperNew.vue +1090 -0
- package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGas.vue +60 -0
- package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasList.vue +518 -0
- package/src/filiale/kelai/pc/FaultLimitGas/FaultLimitGasPaper.vue +897 -0
- package/src/filiale/kelai/pc/InfoModifyModal.vue +123 -0
- package/src/filiale/kelai/pc/MeterModify.vue +46 -0
- package/src/filiale/kelai/pc/NewCheckpaper.vue +1454 -0
- package/src/filiale/kelai/pc/PaperList.vue +596 -0
- package/src/filiale/kelai/pc/UserInfoAudit.vue +254 -0
- package/src/filiale/kelai/pc/UserinfoModify.vue +124 -0
- package/src/filiale/kelai/pc/checkUserList.vue +698 -0
- package/src/filiale/kelai/pc/checkmsg.vue +275 -0
- package/src/filiale/kelai/pc.js +25 -0
- package/src/filiale/liaoyuan/android/AddPlanItem.vue +412 -0
- package/src/filiale/liaoyuan/android/CurrentCreate.vue +1066 -0
- package/src/filiale/liaoyuan/android/SafecheckDevices.vue +68 -68
- package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +232 -227
- package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +30 -23
- package/src/filiale/liaoyuan/android.js +2 -0
- package/src/filiale/liaoyuan/pc/CheckSearchUser.vue +963 -0
- package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +13 -7
- package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +550 -514
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +54 -54
- package/src/filiale/liaoyuan/pc/PaperList.vue +66 -86
- package/src/filiale/liaoyuan/pc/RoleSelector.vue +160 -0
- package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -0
- package/src/filiale/liaoyuan/pc.js +4 -1
- package/src/filiale/lixian/android/CurrentCreate.vue +997 -0
- package/src/filiale/lixian/android/SafecheckDevices.vue +82 -82
- package/src/filiale/lixian/android/SafecheckOrderV.vue +215 -214
- package/src/filiale/lixian/android/SafecheckUserInfo.vue +30 -38
- package/src/filiale/lixian/android.js +2 -1
- package/src/filiale/lixian/pc/CheckPlanAreaList.vue +25 -19
- package/src/filiale/lixian/pc/CheckSearchUser.vue +927 -0
- package/src/filiale/lixian/pc/NewCheckpaper.vue +58 -58
- package/src/filiale/lixian/pc/PaperChazhiMain.vue +13 -80
- package/src/filiale/lixian/pc/PaperDefectMain.vue +14 -80
- package/src/filiale/lixian/pc/PaperList.vue +21 -87
- package/src/filiale/lixian/pc/checkPlanList.vue +366 -0
- package/src/filiale/lixian/pc/checkUserList.vue +761 -0
- package/src/filiale/lixian/pc.js +4 -2
- package/src/filiale/minsheng/android/AreaPlan.vue +537 -0
- package/src/filiale/minsheng/android/CurrentCreate.vue +1028 -0
- package/src/filiale/minsheng/android/PhoneUpUserinfo.vue +1269 -0
- package/src/filiale/minsheng/android/SafecheckUserInfo.vue +754 -0
- package/src/filiale/minsheng/android/SwitchValve.vue +497 -0
- package/src/filiale/minsheng/android.js +16 -0
- package/src/filiale/minsheng/pc/CheckSearchUser.vue +976 -0
- package/src/filiale/minsheng/pc/DefectListNew.vue +535 -0
- package/src/filiale/minsheng/pc/DefectMainNew.vue +63 -0
- package/src/filiale/minsheng/pc/checkUserList.vue +806 -0
- package/src/filiale/minsheng/pc.js +15 -0
- package/src/filiale/pingxiang/android/PaperFeedback.vue +1399 -0
- package/src/filiale/pingxiang/android/SafecheckOrderV.vue +2424 -0
- package/src/filiale/pingxiang/android/SafecheckUserInfo.vue +600 -0
- package/src/filiale/pingxiang/android.js +11 -0
- package/src/filiale/pingxiang/pc/DefectListNew.vue +519 -0
- package/src/filiale/pingxiang/pc/DefectMainNew.vue +62 -0
- package/src/filiale/pingxiang/pc/DefectPaperNew.vue +1012 -0
- package/src/filiale/pingxiang/pc/NewCheckpaper.vue +1294 -0
- package/src/filiale/pingxiang/pc/PaperList.vue +595 -0
- package/src/filiale/pingxiang/pc.js +15 -0
- package/src/filiale/qianneng/android/AddPlanItem.vue +482 -0
- package/src/filiale/qianneng/android/AreaPlan.vue +536 -0
- package/src/filiale/qianneng/android/CurrentCreate.vue +1003 -0
- package/src/filiale/qianneng/android/PaperFeedback.vue +1434 -0
- package/src/filiale/qianneng/android/PhoneUpUserinfo.vue +1127 -0
- package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -0
- package/src/filiale/qianneng/android/SafecheckUserInfo.vue +775 -0
- package/src/filiale/qianneng/android/SwitchValve.vue +369 -0
- package/src/filiale/qianneng/android.js +18 -0
- package/src/filiale/qianneng/pc/DefectListNew.vue +576 -0
- package/src/filiale/qianneng/pc/DefectPaperNew.vue +1072 -0
- package/src/filiale/qianneng/pc/InfoModifyModal.vue +135 -0
- package/src/filiale/qianneng/pc/MeterModify.vue +46 -0
- package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -0
- package/src/filiale/qianneng/pc/NoCheckplanSafecheck.vue +220 -0
- package/src/filiale/qianneng/pc/PaperList.vue +777 -0
- package/src/filiale/qianneng/pc/PlanManage.vue +857 -0
- package/src/filiale/qianneng/pc/UserInfoAudit.vue +286 -0
- package/src/filiale/qianneng/pc/UserinfoModify.vue +125 -0
- package/src/filiale/qianneng/pc/checkPlanList.vue +429 -0
- package/src/filiale/qianneng/pc/checkUserList.vue +871 -0
- package/src/filiale/qianneng/pc.js +22 -0
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -0
- package/src/filiale/qingjian/android/SafecheckDevices.vue +1269 -0
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -0
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +800 -0
- package/src/filiale/qingjian/android.js +13 -0
- package/src/filiale/qingjian/pc/NewCheckpaper.vue +1876 -0
- package/src/filiale/qingjian/pc/PaperDefectMain.vue +895 -0
- package/src/filiale/qingjian/pc.js +15 -0
- package/src/filiale/qingtongxia/android/SafecheckOrderV.vue +2726 -0
- package/src/filiale/qingtongxia/android.js +10 -0
- package/src/filiale/qingtongxia/pc/DefectListNew.vue +594 -0
- package/src/filiale/qingtongxia/pc/NewCheckpaper.vue +1908 -0
- package/src/filiale/qingtongxia/pc/PaperDefectMain.vue +858 -0
- package/src/filiale/qingtongxia/pc.js +15 -0
- package/src/filiale/rizhao/android/AddPlanItem.vue +446 -0
- package/src/filiale/rizhao/android/PaperFeedback.vue +1510 -0
- package/src/filiale/rizhao/android/SafecheckDevices.vue +1169 -0
- package/src/filiale/rizhao/android/SafecheckOrderV.vue +2430 -0
- package/src/filiale/rizhao/android/SafecheckUserInfo.vue +640 -0
- package/src/filiale/rizhao/android.js +14 -0
- package/src/filiale/rizhao/pc/DefectList.vue +489 -0
- package/src/filiale/rizhao/pc/NewCheckpaper.vue +1346 -0
- package/src/filiale/rizhao/pc/PaperList.vue +714 -0
- package/src/filiale/rizhao/pc.js +15 -0
- package/src/filiale/rongchuang/android/PaperFeedback.vue +1455 -0
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +1400 -0
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2696 -0
- package/src/filiale/rongchuang/android/checkpapermsg.vue +209 -0
- package/src/filiale/rongchuang/android.js +13 -0
- package/src/filiale/rongchuang/pc/NewCheckpaper.vue +1342 -0
- package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
- package/src/filiale/rongchuang/pc/checkUserList.vue +42 -15
- package/src/filiale/rongchuang/pc.js +3 -1
- package/src/filiale/shanggao/android/PaperFeedback.vue +1422 -0
- package/src/filiale/shanggao/android/SafecheckOrderV.vue +2426 -0
- package/src/filiale/shanggao/android.js +12 -0
- package/src/filiale/shanxian/android/AndroidDefectDeal.vue +755 -0
- package/src/filiale/shanxian/android/CurrentCreate_new.vue +1027 -0
- package/src/filiale/shanxian/android/PaperFeedback.vue +1445 -0
- package/src/filiale/shanxian/android/PhoneUpUserinfo.vue +939 -0
- package/src/filiale/shanxian/android/SafecheckOrderV.vue +2979 -0
- package/src/filiale/shanxian/android/SafecheckUserInfo.vue +749 -0
- package/src/filiale/shanxian/android.js +17 -0
- package/src/filiale/shanxian/pc/CheckDetail.vue +205 -0
- package/src/filiale/shanxian/pc/CheckPlan.vue +55 -0
- package/src/filiale/shanxian/pc/CheckSearchUser.vue +1114 -0
- package/src/filiale/shanxian/pc/DefectPaperNew.vue +1096 -0
- package/src/filiale/shanxian/pc/HiddenSituation.vue +121 -0
- package/src/filiale/shanxian/pc/NewCheckpaper.vue +1526 -0
- package/src/filiale/shanxian/pc/SelectCheckPlan.vue +303 -0
- package/src/filiale/shanxian/pc/checkUserList.vue +700 -0
- package/src/filiale/shanxian/pc.js +20 -0
- package/src/filiale/shaoguan/android.js +10 -0
- package/src/filiale/shaoguan/pc/PaperList.vue +589 -0
- package/src/filiale/shaoguan/pc.js +11 -0
- package/src/filiale/shexian/android/AddPlanItem.vue +444 -0
- package/src/filiale/shexian/android/AndroidDefectDeal.vue +634 -0
- package/src/filiale/shexian/android/AreaPlan.vue +540 -0
- package/src/filiale/shexian/android/DailyworkloadQuery.vue +418 -0
- package/src/filiale/shexian/android/PaperFeedback.vue +1448 -0
- package/src/filiale/shexian/android/PhoneUpUserinfo.vue +1153 -0
- package/src/filiale/shexian/android/SafecheckDevices.vue +1279 -0
- package/src/filiale/shexian/android/SafecheckOrderV.vue +2879 -0
- package/src/filiale/shexian/android.js +17 -0
- package/src/filiale/shexian/pc/DefectListNew.vue +593 -0
- package/src/filiale/shexian/pc/DefectPaperNew.vue +1161 -0
- package/src/filiale/shexian/pc/NewCheckpaper.vue +1469 -0
- package/src/filiale/shexian/pc/PaperDefectMain.vue +893 -0
- package/src/filiale/shexian/pc/PaperList.vue +822 -0
- package/src/filiale/shexian/pc.js +16 -0
- package/src/filiale/shimen/android/CurrentCreate.vue +29 -29
- package/src/filiale/shimen/android/PaperFeedback.vue +66 -66
- package/src/filiale/shimen/android/PhoneSellInfo.vue +2 -2
- package/src/filiale/shimen/android/SafecheckUserInfo.vue +24 -24
- package/src/filiale/shimen/pc/CheckPlanAreaList.vue +18 -18
- package/src/filiale/shimen/pc/CheckSearchUser.vue +14 -14
- package/src/filiale/shimen/pc/DefectList.vue +6 -6
- package/src/filiale/shimen/pc/NewCheckpaper.vue +54 -54
- package/src/filiale/shimen/pc/PaperDefectMain.vue +17 -84
- package/src/filiale/shimen/pc/PaperList.vue +12 -78
- package/src/filiale/shimen/pc/checkmsg.vue +7 -7
- package/src/filiale/shiquan/android/AreaPlan.vue +526 -0
- package/src/filiale/shiquan/android/CurrentCreate.vue +1014 -0
- package/src/filiale/shiquan/android/SafecheckDevices.vue +1269 -0
- package/src/filiale/shiquan/android.js +12 -0
- package/src/filiale/shiquan/pc/checkUserList.vue +755 -0
- package/src/filiale/shiquan/pc.js +13 -0
- package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -0
- package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -0
- package/src/filiale/siyang/android.js +11 -0
- package/src/filiale/siyang/pc/NewCheckpaper.vue +1938 -0
- package/src/filiale/siyang/pc/PaperDefectMain.vue +864 -0
- package/src/filiale/siyang/pc/PaperList.vue +834 -0
- package/src/filiale/siyang/pc/PlanManage.vue +839 -0
- package/src/filiale/siyang/pc/checkUserList.vue +786 -0
- package/src/filiale/siyang/pc.js +16 -0
- package/src/filiale/tianke/android/AddPlanItem.vue +455 -0
- package/src/filiale/tianke/android/CurrentCreate.vue +988 -0
- package/src/filiale/tianke/android/SafecheckOrderV.vue +2431 -0
- package/src/filiale/tianke/android/SafecheckUserInfo.vue +744 -0
- package/src/filiale/tianke/android.js +16 -0
- package/src/filiale/tianke/pc/DefectListNew.vue +538 -0
- package/src/filiale/tianke/pc/PaperDefectMain.vue +891 -0
- package/src/filiale/tianke/pc/checkScreen.vue +786 -0
- package/src/filiale/tianke/pc/cq.jpg +0 -0
- package/src/filiale/tianke/pc/qy.jpg +0 -0
- package/src/filiale/tianke/pc.js +15 -0
- package/src/filiale/tongchuan/android/AddPlanItem.vue +483 -0
- package/src/filiale/tongchuan/android/AndroidDefectDeal.vue +647 -0
- package/src/filiale/tongchuan/android/CurrentCreate.vue +1001 -0
- package/src/filiale/tongchuan/android/PaperFeedback.vue +129 -163
- package/src/filiale/tongchuan/android/PhoneRecordInfo.vue +191 -0
- package/src/filiale/tongchuan/android/PhoneSellInfo.vue +113 -0
- package/src/filiale/tongchuan/android/PhoneUpDetail.vue +707 -0
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1323 -0
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +458 -363
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2652 -2194
- package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +119 -39
- package/src/filiale/tongchuan/android/SwitchValve.vue +284 -0
- package/src/filiale/tongchuan/android/UploadPage.vue +26 -14
- package/src/filiale/tongchuan/android.js +9 -2
- package/src/filiale/tongchuan/pc/CheckBookArea.vue +145 -0
- package/src/filiale/tongchuan/pc/CheckBookDetails.vue +209 -0
- package/src/filiale/tongchuan/pc/CheckBookEntry.vue +61 -0
- package/src/filiale/tongchuan/pc/CheckBookList.vue +377 -0
- package/src/filiale/tongchuan/pc/CheckDetail.vue +205 -0
- package/src/filiale/tongchuan/pc/CheckPlan.vue +55 -0
- package/src/filiale/tongchuan/pc/CheckPlanAreaList.vue +502 -0
- package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +135 -0
- package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +6 -5
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +625 -541
- package/src/filiale/tongchuan/pc/DefectListWeixiu.vue +484 -0
- package/src/filiale/tongchuan/pc/DefectPaper.vue +17 -17
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +90 -10
- package/src/filiale/tongchuan/pc/HiddenSituation.vue +164 -0
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +65 -60
- package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +213 -0
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +676 -250
- package/src/filiale/tongchuan/pc/PaperList.vue +77 -84
- package/src/filiale/tongchuan/pc/PlanManage.vue +901 -0
- package/src/filiale/tongchuan/pc/RoleSelector.vue +172 -0
- package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +293 -0
- package/src/filiale/tongchuan/pc/checkUserList.vue +33 -17
- package/src/filiale/tongchuan/pc/repairScreen.vue +767 -0
- package/src/filiale/tongchuan/pc.js +16 -1
- package/src/filiale/weinan/android/AddPlanItem.vue +438 -0
- package/src/filiale/weinan/android/AndroidDefectDeal.vue +450 -0
- package/src/filiale/weinan/android/AreaPlan.vue +693 -0
- package/src/filiale/weinan/android/CurrentCreate.vue +1171 -0
- package/src/filiale/weinan/android/CurrentCreateOnline.vue +911 -0
- package/src/filiale/weinan/android/PaperFeedback.vue +1410 -0
- package/src/filiale/weinan/android/PhoneUpDetail.vue +968 -0
- package/src/filiale/weinan/android/PhoneUpUserinfo.vue +1038 -0
- package/src/filiale/weinan/android/SafePlanItem.vue +440 -0
- package/src/filiale/weinan/android/SafecheckDevices.vue +1295 -0
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3335 -0
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +778 -0
- package/src/filiale/weinan/android.js +21 -0
- package/src/filiale/weinan/pc/CheckBook.vue +332 -0
- package/src/filiale/weinan/pc/CheckBookAll.vue +67 -0
- package/src/filiale/weinan/pc/CheckBookArea.vue +180 -0
- package/src/filiale/weinan/pc/CheckBookCompany.vue +144 -0
- package/src/filiale/weinan/pc/CheckBookCompanyUser.vue +86 -0
- package/src/filiale/weinan/pc/CheckBookDetails.vue +194 -0
- package/src/filiale/weinan/pc/CheckBookList.vue +446 -0
- package/src/filiale/weinan/pc/CheckBookSearchUser.vue +604 -0
- package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +722 -0
- package/src/filiale/weinan/pc/CheckBookUser.vue +101 -0
- package/src/filiale/weinan/pc/CheckDetail.vue +278 -0
- package/src/filiale/weinan/pc/CheckDetailOutHelp.vue +297 -0
- package/src/filiale/weinan/pc/CheckNoDetail.vue +259 -0
- package/src/filiale/weinan/pc/CheckNoPlan.vue +59 -0
- package/src/filiale/weinan/pc/CheckPlan.vue +57 -0
- package/src/filiale/weinan/pc/CheckPlanAreaList.vue +472 -0
- package/src/filiale/weinan/pc/CheckPlanAreaManage.vue +111 -0
- package/src/filiale/weinan/pc/CheckPlanOutHelp.vue +57 -0
- package/src/filiale/weinan/pc/CheckPlanUserList.vue +338 -0
- package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
- package/src/filiale/weinan/pc/DefectListNew.vue +617 -0
- package/src/filiale/weinan/pc/DefectMainNew.vue +63 -0
- package/src/filiale/weinan/pc/DefectPaperNew.vue +1065 -0
- package/src/filiale/weinan/pc/HiddenSituation.vue +167 -0
- package/src/filiale/weinan/pc/NewCheckpaper.vue +1459 -0
- package/src/filiale/weinan/pc/PaperDefectMain.vue +576 -0
- package/src/filiale/weinan/pc/PaperList.vue +674 -0
- package/src/filiale/weinan/pc/PersonTrack.vue +246 -0
- package/src/filiale/weinan/pc/PlanManage.vue +986 -0
- package/src/filiale/weinan/pc/PrintMaterialBillNoplan.vue +161 -0
- package/src/filiale/weinan/pc/SelectCheckNoPlan.vue +299 -0
- package/src/filiale/weinan/pc/SelectCheckPlan.vue +389 -0
- package/src/filiale/weinan/pc/SelectCheckPlanOutHelp.vue +446 -0
- package/src/filiale/weinan/pc/checkPlanList.vue +456 -0
- package/src/filiale/weinan/pc/checkScreen.vue +1094 -0
- package/src/filiale/weinan/pc/checkUserList.vue +776 -0
- package/src/filiale/weinan/pc.js +46 -0
- package/src/filiale/weinanct/android/SafecheckDevices.vue +1225 -0
- package/src/filiale/weinanct/android/SafecheckOrderV.vue +2730 -0
- package/src/filiale/weinanct/android.js +14 -0
- package/src/filiale/weinanct/pc/NewCheckpaper.vue +1315 -0
- package/src/filiale/weinanct/pc/PaperList.vue +593 -0
- package/src/filiale/weinanct/pc/checkmsg.vue +248 -0
- package/src/filiale/weinanct/pc.js +14 -0
- package/src/filiale/wensu/android/AddPlanItem.vue +495 -0
- package/src/filiale/wensu/android/AndroidDefectDeal.vue +464 -0
- package/src/filiale/wensu/android/AndroidDefectDealItems.vue +480 -0
- package/src/filiale/wensu/android/CurrentCreate.vue +998 -0
- package/src/filiale/wensu/android/PaperFeedback.vue +1358 -0
- package/src/filiale/wensu/android/PhoneUpUserinfo.vue +314 -0
- package/src/filiale/wensu/android/SafecheckOrderV.vue +2430 -0
- package/src/filiale/wensu/android/SafecheckUserInfo.vue +627 -0
- package/src/filiale/wensu/android.js +16 -0
- package/src/filiale/wensu/pc/CheckDetail.vue +205 -0
- package/src/filiale/wensu/pc/CheckSearchUser.vue +1238 -0
- package/src/filiale/wensu/pc/DefectListNew.vue +735 -0
- package/src/filiale/wensu/pc/DefectMainNew.vue +63 -0
- package/src/filiale/wensu/pc/DefectPaperNew.vue +1148 -0
- package/src/filiale/wensu/pc/NewCheckpaper.vue +1936 -0
- package/src/filiale/wensu/pc/PlanManage.vue +831 -0
- package/src/filiale/wensu/pc/PrintMaterialBill.vue +172 -0
- package/src/filiale/wensu/pc/RoleSelector.vue +150 -0
- package/src/filiale/wensu/pc/SelectCheckPlan.vue +342 -0
- package/src/filiale/wensu/pc/checkUserList.vue +650 -0
- package/src/filiale/wensu/pc.js +20 -0
- package/src/filiale/wenxi/android/AddPlanItem.vue +431 -0
- package/src/filiale/wenxi/android/AndroidDefectDealHY.vue +606 -0
- package/src/filiale/wenxi/android/AndroidDefectDealWX.vue +502 -0
- package/src/filiale/wenxi/android/AreaPlan.vue +519 -0
- package/src/filiale/wenxi/android/CurrentCreate.vue +37 -29
- package/src/filiale/wenxi/android/DailyworkloadQuery.vue +398 -0
- package/src/filiale/wenxi/android/PaperFeedback.vue +1173 -944
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1076 -0
- package/src/filiale/wenxi/android/SafecheckDevices.vue +1066 -780
- package/src/filiale/wenxi/android/SafecheckOrderV.vue +2334 -2135
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +177 -88
- package/src/filiale/wenxi/android/UploadPage.vue +13 -13
- package/src/filiale/wenxi/android.js +10 -2
- package/src/filiale/wenxi/pc/CheckPlanAreaList.vue +456 -0
- package/src/filiale/wenxi/pc/CheckPlanUserList.vue +217 -0
- package/src/filiale/wenxi/pc/CheckSearchUser.vue +991 -0
- package/src/filiale/wenxi/pc/DefectList.vue +653 -0
- package/src/filiale/wenxi/pc/DefectPaper.vue +136 -135
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1194 -1005
- package/src/filiale/wenxi/pc/PaperDefectMain.vue +365 -209
- package/src/filiale/wenxi/pc/PaperList.vue +243 -154
- package/src/filiale/wenxi/pc/checkPlanList.vue +517 -0
- package/src/filiale/wenxi/pc/checkUserList.vue +695 -0
- package/src/filiale/wenxi/pc/checkmsg.vue +9 -9
- package/src/filiale/wenxi/pc/checkmsgdeal.vue +132 -0
- package/src/filiale/wenxi/pc.js +9 -2
- package/src/filiale/wuan/android/AreaPlan.vue +6 -6
- package/src/filiale/wuan/android/CurrentCreate.vue +25 -25
- package/src/filiale/wuan/android/CurrentCreateSheBei.vue +25 -25
- package/src/filiale/wuan/android/PaperFeedback.vue +1433 -0
- package/src/filiale/wuan/android/SafecheckDevices.vue +101 -101
- package/src/filiale/wuan/android/SafecheckOrderV.vue +220 -217
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +90 -69
- package/src/filiale/wuan/android.js +3 -2
- package/src/filiale/wuan/pc/DefectListWeixiu.vue +8 -8
- package/src/filiale/wuan/pc/DefectPaperWeiXiu.vue +11 -10
- package/src/filiale/wuan/pc/NewCheckpaper.vue +54 -54
- package/src/filiale/wuan/pc/PaperList.vue +12 -78
- package/src/filiale/wuhai/android/AreaPlan.vue +7 -7
- package/src/filiale/wuhai/android/CurrentCreate.vue +1005 -0
- package/src/filiale/wuhai/android/PaperFeedback.vue +67 -67
- package/src/filiale/wuhai/android/PhoneUpUserinfo.vue +926 -0
- package/src/filiale/wuhai/android/SafecheckOrderV.vue +2456 -0
- package/src/filiale/wuhai/android/SafecheckUserInfo.vue +573 -0
- package/src/filiale/wuhai/android.js +4 -1
- package/src/filiale/wuhai/pc/CheckSearchUser.vue +959 -0
- package/src/filiale/wuhai/pc/NewCheckpaper.vue +1281 -0
- package/src/filiale/wuhai/pc/PaperList.vue +785 -0
- package/src/filiale/wuhai/pc/checkUserList.vue +48 -31
- package/src/filiale/wuhai/pc.js +5 -1
- package/src/filiale/xinkang/android/AndroidDefectDeal.vue +449 -0
- package/src/filiale/xinkang/android/CurrentCreate.vue +997 -0
- package/src/filiale/xinkang/android/OrderBacklog.vue +997 -0
- package/src/filiale/xinkang/android/SafecheckDevices.vue +1183 -0
- package/src/filiale/xinkang/android/SafecheckOrderV.vue +2732 -0
- package/src/filiale/xinkang/android/SafecheckUserInfo.vue +747 -0
- package/src/filiale/xinkang/android.js +14 -0
- package/src/filiale/xinkang/pc/CheckPlanAreaList.vue +425 -0
- package/src/filiale/xinkang/pc/CheckPlanAreaManage.vue +111 -0
- package/src/filiale/xinkang/pc/CheckPlanUserList.vue +216 -0
- package/src/filiale/xinkang/pc/CheckSearchUser.vue +1026 -0
- package/src/filiale/xinkang/pc/DefectListWeixiu.vue +475 -0
- package/src/filiale/xinkang/pc/DefectPaperWeiXiu.vue +538 -0
- package/src/filiale/xinkang/pc/NewCheckpaper.vue +1498 -0
- package/src/filiale/xinkang/pc/PaperDefectMain.vue +525 -0
- package/src/filiale/xinkang/pc/PaperList.vue +603 -0
- package/src/filiale/xinkang/pc/checkUserList.vue +639 -0
- package/src/filiale/xinkang/pc.js +22 -0
- package/src/filiale/yangchunboneng/android/AddPlanItem.vue +496 -0
- package/src/filiale/yangchunboneng/android/AndiroidSecurityAudit.vue +238 -0
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1192 -0
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +472 -0
- package/src/filiale/yangchunboneng/android/DailyworkloadQueryNew.vue +480 -0
- package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -0
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -0
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -0
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2845 -0
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -0
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +473 -0
- package/src/filiale/yangchunboneng/android.js +21 -0
- package/src/filiale/yangchunboneng/pc/AddToCheckBook.vue +237 -0
- package/src/filiale/yangchunboneng/pc/CheckBook.vue +301 -0
- package/src/filiale/yangchunboneng/pc/CheckBookAll.vue +66 -0
- package/src/filiale/yangchunboneng/pc/CheckBookDetails.vue +213 -0
- package/src/filiale/yangchunboneng/pc/CheckBookEntry.vue +61 -0
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +347 -0
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +647 -0
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +269 -0
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +576 -0
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -0
- package/src/filiale/yangchunboneng/pc/DefectListNew.vue +576 -0
- package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1128 -0
- package/src/filiale/yangchunboneng/pc/NewCheckpaper.vue +1816 -0
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +972 -0
- package/src/filiale/yangchunboneng/pc/PaperList.vue +773 -0
- package/src/filiale/yangchunboneng/pc.js +26 -0
- package/src/filiale/yongzhou/android/PaperFeedback.vue +1519 -0
- package/src/filiale/yongzhou/android/PhoneUpUserinfo.vue +1257 -0
- package/src/filiale/yongzhou/android/SafecheckDevices.vue +1294 -0
- package/src/filiale/yongzhou/android/SafecheckOrderV.vue +2774 -0
- package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +776 -0
- package/src/filiale/yongzhou/android.js +16 -0
- package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
- package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1092 -0
- package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
- package/src/filiale/yongzhou/pc/LodopFuncs.js +159 -0
- package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +557 -0
- package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -0
- package/src/filiale/yongzhou/pc/PaperList.vue +798 -0
- package/src/filiale/yongzhou/pc/PlanManage.vue +842 -0
- package/src/filiale/yongzhou/pc/PrintData.vue +243 -0
- package/src/filiale/yongzhou/pc/PrintTable.vue +241 -0
- package/src/filiale/yongzhou/pc/RoleSelector.vue +161 -0
- package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
- package/src/filiale/yongzhou/pc/checkUserList.vue +752 -0
- package/src/filiale/yongzhou/pc/communityDetail.vue +194 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +138 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +114 -0
- package/src/filiale/yongzhou/pc/safeDetail.vue +539 -0
- package/src/filiale/yongzhou/pc/safeStatistics.vue +175 -0
- package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +455 -0
- package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +267 -0
- package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +135 -0
- package/src/filiale/yongzhou/pc/safeTable.vue +136 -0
- package/src/filiale/yongzhou/pc.js +32 -0
- package/src/filiale/yuansheng/android/AndroidDefectDeal.vue +652 -0
- package/src/filiale/yuansheng/android/PaperFeedback.vue +1488 -0
- package/src/filiale/yuansheng/android/PaperState.vue +403 -0
- package/src/filiale/yuansheng/android/PhoneUpUserinfo.vue +942 -0
- package/src/filiale/yuansheng/android/SafecheckDevices.vue +1248 -0
- package/src/filiale/yuansheng/android/SafecheckOrderV.vue +2758 -0
- package/src/filiale/yuansheng/android/SafecheckUserInfo.vue +797 -0
- package/src/filiale/yuansheng/android/SwitchValve.vue +322 -0
- package/src/filiale/yuansheng/android.js +17 -0
- package/src/filiale/yuansheng/pc/DefectListNew.vue +524 -0
- package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1363 -0
- package/src/filiale/yuansheng/pc/PaperList.vue +621 -0
- package/src/filiale/yuansheng/pc/checkmsg.vue +464 -0
- package/src/filiale/yuansheng/pc.js +15 -0
- package/src/filiale/yunchengminsheng/android/DailyworkloadQuery.vue +491 -0
- package/src/filiale/yunchengminsheng/android/LdapHelper.js +75 -0
- package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1508 -0
- package/src/filiale/yunchengminsheng/android/PhoneUpUserinfo.vue +1198 -0
- package/src/filiale/yunchengminsheng/android/RightTree.vue +217 -0
- package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1270 -0
- package/src/filiale/yunchengminsheng/android/SafecheckOrderV.vue +2849 -0
- package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +784 -0
- package/src/filiale/yunchengminsheng/android.js +14 -0
- package/src/filiale/yunchengminsheng/pc/NewCheckpaper.vue +1538 -0
- package/src/filiale/yunchengminsheng/pc/checkUserList.vue +753 -0
- package/src/filiale/yunchengminsheng/pc.js +14 -0
- package/src/filiale/zhongsheng/android/AreaPlan.vue +526 -0
- package/src/filiale/zhongsheng/android/BuyRecords.vue +122 -0
- package/src/filiale/zhongsheng/android/CurrentCreate.vue +999 -0
- package/src/filiale/zhongsheng/android/IgnitionInformation.vue +170 -0
- package/src/filiale/zhongsheng/android/PaperFeedback.vue +96 -96
- package/src/filiale/zhongsheng/android/PhoneSellInfoXin.vue +68 -0
- package/src/filiale/zhongsheng/android/PhoneUpUserinfo.vue +53 -53
- package/src/filiale/zhongsheng/android/SafecheckDevices.vue +1214 -0
- package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +253 -239
- package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +177 -78
- package/src/filiale/zhongsheng/android.js +8 -2
- package/src/filiale/zhongsheng/pc/CheckPlanAreaList.vue +463 -0
- package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +9 -9
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +13 -9
- package/src/filiale/zhongsheng/pc/InfoModifyModal.vue +2 -2
- package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +68 -54
- package/src/filiale/zhongsheng/pc/PaperList.vue +644 -0
- package/src/filiale/zhongsheng/pc/UserInfoAudit.vue +10 -10
- package/src/filiale/zhongsheng/pc.js +4 -1
- package/src/filiale/zhongyi/android/CurrentCreate.vue +988 -0
- package/src/filiale/zhongyi/android/SafecheckOrderV.vue +2431 -0
- package/src/filiale/zhongyi/android.js +14 -0
- package/src/filiale/zhongyi/pc/DefectListNew.vue +514 -0
- package/src/filiale/zhongyi/pc/checkScreen.vue +781 -0
- package/src/filiale/zhongyi/pc.js +14 -0
- package/src/filiale/zhoukou/android/AndroidDefectDeal.vue +11 -11
- package/src/filiale/zhoukou/android/AreaPlan.vue +6 -6
- package/src/filiale/zhoukou/android/CurrentCreate.vue +26 -26
- package/src/filiale/zhoukou/android/PaperFeedback.vue +66 -66
- package/src/filiale/zhoukou/android/PhoneUpUserinfo.vue +51 -51
- package/src/filiale/zhoukou/android/SafecheckDevices.vue +95 -95
- package/src/filiale/zhoukou/android/SafecheckOrderV.vue +210 -210
- package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +27 -27
- package/src/filiale/zhoukou/android/UploadPage.vue +15 -15
- package/src/filiale/zhoukou/android.js +1 -1
- package/src/filiale/zhoukou/pc/CheckSearchUser.vue +14 -14
- package/src/filiale/zhoukou/pc/PaperDefectMain.vue +11 -77
- package/src/main.js +4 -4
- package/src/plugins/EmojiData.js +4 -4
- package/src/plugins/GerJsonObjectConfig.js +1 -1
- package/src/plugins/GetCheckParams.js +45 -0
- package/src/plugins/LoadCheckParams.js +59 -0
- package/src/plugins/LocalPagedList.js +3 -3
- package/src/plugins/LocalPathList.js +2 -2
- package/src/rongcheng-android.js +14 -2
- package/src/rongcheng.js +15 -3
- package/src/safecheck-android.js +73 -2
- package/src/safecheck.js +192 -20
- package/src/shaoguan.js +2 -2
- package/src/tongchengsafe-android.js +2 -2
- package/src/tongchengsafecheck.js +2 -2
- package/src/utils/GerJsonObjectConfig.js +1 -1
- package/src/utils/LdapHelper.js +1 -1
- package/src/utils/htmlToPdf.js +40 -0
- package/static/images/DownLoadQRCode.png +0 -0
- package/static/images/meterBook/down.png +0 -0
- package/static/images/meterBook/drag.png +0 -0
- package/static/images/meterBook/up.png +0 -0
- package/static/images//346/204/237/345/217/271/345/217/267.png +0 -0
- package/static/images//347/272/242/345/217/211/345/217/211.png +0 -0
- package/static/layui/css/layui.css +1 -0
- package/static/layui/css/modules/code.css +1 -0
- package/static/layui/css/modules/laydate/default/laydate.css +1 -0
- package/static/layui/css/modules/layer/default/icon-ext.png +0 -0
- package/static/layui/css/modules/layer/default/icon.png +0 -0
- package/static/layui/css/modules/layer/default/layer.css +1 -0
- package/static/layui/css/modules/layer/default/loading-0.gif +0 -0
- package/static/layui/css/modules/layer/default/loading-1.gif +0 -0
- package/static/layui/css/modules/layer/default/loading-2.gif +0 -0
- package/static/layui/font/iconfont.eot +0 -0
- package/static/layui/font/iconfont.svg +554 -0
- package/static/layui/font/iconfont.ttf +0 -0
- package/static/layui/font/iconfont.woff +0 -0
- package/static/layui/font/iconfont.woff2 +0 -0
- package/static/layui/layui.js +1 -0
- package/static/stretch_bottom.png +0 -0
- package/static/stretch_top.png +0 -0
- package/src/components/cockpit/Splash.vue +0 -85
- package/src/components/cockpit/SplashDetail.vue +0 -66
- package/src/components/pc/CheckBookManage.vue +0 -903
@@ -8,19 +8,25 @@
|
|
8
8
|
<div class="panel panel-default auto repair-info-content">
|
9
9
|
<div class="panel-body" style="padding: 0">
|
10
10
|
<!-- 安检项内容 -->
|
11
|
-
<div
|
11
|
+
<div class="auto repair-info-content compatible" style="padding: 0">
|
12
12
|
<div class="row auto" style="padding: 0">
|
13
|
-
<div v-show="false" class="{{shuclass}}" v-if="
|
14
|
-
<button type="button" name="button" class="btn btn-primary" @click='adddetails()'
|
13
|
+
<div v-show="false" class="{{shuclass}}" v-if="device.device != '燃气表'">
|
14
|
+
<button type="button" name="button" class="btn btn-primary" @click='adddetails()'
|
15
|
+
:disabled="issee">增加</button>
|
15
16
|
</div>
|
16
17
|
<!--<div class="{{shuclass}}" v-if="device.device != '燃气表' && candelete">-->
|
17
18
|
<!--<button type="button" name="button" class="btn btn-primary" @click='deletedetails()' :disabled="issee">删除</button>-->
|
18
19
|
<!--</div>-->
|
19
|
-
<div class="shuclass1"
|
20
|
-
|
21
|
-
<label v-if="row.type
|
22
|
-
|
23
|
-
<label v-if="row.type == '
|
20
|
+
<div class="shuclass1" v-show="row.isshow" v-for="(idxs, row) in f_items"
|
21
|
+
style="padding: 4px; border:1px solid #D4D4D4;border-bottom: 0">
|
22
|
+
<label v-if="row.type != 'radio' && row.type != 'text' && row.type != 'picture' && row.type != 'checkbox'"
|
23
|
+
v-show="row.isshow" class="fivelabel">{{ row.f_item_name }}<br />{{ row.remark }}</label>
|
24
|
+
<label v-if="row.type == 'radio'" v-show="row.isshow"
|
25
|
+
class="radiolabel">{{ row.f_item_name }}<br />{{ row.remark }}</label>
|
26
|
+
<label v-if="row.type == 'text'" v-show="row.isshow"
|
27
|
+
class="textlabel1">{{ row.f_item_name }}<br />{{ row.remark }}</label>
|
28
|
+
<label v-if="row.type == 'picture' || row.type == 'checkbox'" v-show="row.isshow"
|
29
|
+
class="textlabel">{{ row.f_item_name }}<br />{{ row.remark }}</label>
|
24
30
|
<!--<span v-if="show" style="font-weight:bold">{{row.f_content}}</span>-->
|
25
31
|
<!--<datepicker placeholder="请选择时间"-->
|
26
32
|
<!--:value.sync="row.f_content"-->
|
@@ -29,106 +35,110 @@
|
|
29
35
|
<!--v-if="!show && row.type == 'date'"-->
|
30
36
|
<!--:readonly="true"-->
|
31
37
|
<!--></datepicker>-->
|
32
|
-
<div style="clear: both" v-if="row.type == 'picture'" class="form-group col-sm-12"
|
33
|
-
<div class="auto"
|
38
|
+
<div style="clear: both" v-if="row.type == 'picture'" class="form-group col-sm-12">
|
39
|
+
<div class="auto">
|
34
40
|
<div class="panel">
|
35
|
-
<div class="panel-body panel-self"
|
41
|
+
<div class="panel-body panel-self"
|
42
|
+
style="background-color: #F8F8F8;width: 160px;height: 160px;position: relative">
|
36
43
|
<div class="row" style="height: 160px;width:160px;overflow: scroll;top: 1px">
|
37
44
|
<div class="col-sm-4" v-show="row.f_path">
|
38
|
-
<img-self
|
45
|
+
<img-self :src="row.f_path" :alt="row.f_item_name" width="140" height="140"></img-self>
|
39
46
|
</div>
|
40
47
|
<div class="col-sm-4" v-show="!row.f_path" @click="takePic(idxs, row.f_item_name)">
|
41
|
-
<img src="../../../assets/tackpic.png" :alt="点击拍摄照片"
|
48
|
+
<img src="../../../assets/tackpic.png" :alt="点击拍摄照片" width="140" height="140"/>
|
42
49
|
</div>
|
43
|
-
<img v-show="row.f_path" src="../../../assets/remove.png" :class="style__"
|
50
|
+
<img v-show="row.f_path" src="../../../assets/remove.png" :class="style__"
|
51
|
+
@click="delfile(idxs, row.f_path)" v-if="role != 'androidview'"
|
52
|
+
style="width: 40px;height: 40px;position: absolute;left:110px;top:110px"/>
|
44
53
|
</div>
|
45
54
|
</div>
|
46
55
|
</div>
|
47
56
|
</div>
|
48
57
|
</div>
|
49
58
|
<div style="float: left;width:60%" class="form-group" v-if="row.type == 'string'" v-show="row.isshow">
|
50
|
-
<input type="text" class="form-control" maxlength="100" v-model="row.f_item_value"
|
59
|
+
<input type="text" class="form-control" maxlength="100" v-model="row.f_item_value"
|
60
|
+
:readonly="role == 'androidview' || row.readonly">
|
51
61
|
</div>
|
52
|
-
<div style="float: left;width:60%" class="form-group col-sm-12" v-if="row.type == 'date'"
|
53
|
-
|
54
|
-
|
55
|
-
v-if="row.type == 'date'"
|
56
|
-
|
57
|
-
:disabled-days-of-Week="[]"
|
58
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
59
|
-
:show-reset-button="reset" readonly="readonly">
|
62
|
+
<div style="float: left;width:60%" class="form-group col-sm-12" v-if="row.type == 'date'"
|
63
|
+
v-show="row.isshow">
|
64
|
+
<datepicker id="f_making_date" :placeholder=row.f_item_name :value.sync="row.f_item_value"
|
65
|
+
v-if="row.type == 'date'" v-show="row.isshow" :disabled-days-of-Week="[]"
|
66
|
+
:format="row.format" :show-reset-button="reset" readonly="readonly">
|
60
67
|
</datepicker>
|
61
68
|
</div>
|
62
69
|
|
63
|
-
<div style="float: left;width:60%" class="form-group" v-if="!show && row.type == 'number'"
|
64
|
-
|
70
|
+
<div style="float: left;width:60%" class="form-group" v-if="!show && row.type == 'number'"
|
71
|
+
v-show="row.isshow">
|
72
|
+
<input type="text" class="form-control" maxlength="100" v-model="row.f_item_value"
|
73
|
+
onkeyup="value=value.replace(/[^\d\.]/g,'')" :readonly="row.readonly">
|
65
74
|
</div>
|
66
75
|
<!--<input type="text" class="form-control" v-model="row.f_content" v-if="!show && row.type == 'string' && row.f_project != '表号'" :disabled="(!(ischecked == '有')) || issee" :readonly="issee">-->
|
67
76
|
<!--<input type="text" class="form-control" v-model="meternum" v-if="!show && row.type == 'string' && row.f_project == '表号' " :disabled="(!(ischecked == '有')) || issee" :readonly="issee" >-->
|
68
77
|
<!--<button type="button" name="button" class="btn btn-primary" @click="scan" v-if="!show && row.f_project == '表号' ">扫码</button>-->
|
69
|
-
<input-select
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
@click="transelation(idxs)"></input-select>
|
77
|
-
<v-select style="float: left" :value.sync="row.selected"
|
78
|
-
v-model="row.selected"
|
79
|
-
v-if="row.type == 'selector'"
|
80
|
-
:search="false"
|
81
|
-
v-show="row.isshow"
|
82
|
-
placeholder='请选择'
|
83
|
-
:options="row.options"
|
84
|
-
:disabled="role == 'androidview' || row.readonly"
|
85
|
-
@change="changse"
|
86
|
-
@click="transelation(idxs)"
|
87
|
-
:multiple="row.multiple"
|
88
|
-
:close-on-select="!row.multiple" clear-button></v-select>
|
78
|
+
<input-select v-if="row.type == 'inputSelector'" v-show="row.isshow" :value.sync="row.selected"
|
79
|
+
v-model="row.selected" :readonly="false" :options="row.options" @change="changse"
|
80
|
+
@click="transelation(idxs)"></input-select>
|
81
|
+
<v-select style="float: left" :value.sync="row.selected" v-model="row.selected"
|
82
|
+
v-if="row.type == 'selector'" :search="false" v-show="row.isshow" placeholder='请选择' :options="row.options"
|
83
|
+
:disabled="role == 'androidview' || row.readonly" @change="changse" @click="transelation(idxs)"
|
84
|
+
:multiple="row.multiple" :width="'50%'" :close-on-select="!row.multiple" clear-button></v-select>
|
89
85
|
<div style="float: left;width: 30%" class="form-group" v-if="!show && row.type == 'radio'">
|
90
|
-
<div
|
91
|
-
<!-- <input type="radio" :name="row.f_item_name" @click="disSelect($parent.idxs,item.value)" :value="item.value" :disabled="(!(ischecked == '有')) || issee" v-model="row.f_item_value" >-->
|
92
|
-
<input type="radio" :name="row.f_item_name"
|
86
|
+
<div class="col-xs-6 col-sm-6 col-md-6" v-for="item in row.options">
|
87
|
+
<!-- <input type="radio" :name="row.f_item_name" @click="disSelect($parent.idxs,item.value)" :value="item.value" :disabled="(!(ischecked == '有')) || issee" v-model="row.f_item_value" >-->
|
88
|
+
<input type="radio" :name="row.f_item_name" :value="item.value"
|
89
|
+
:disabled="(!(ischecked == '有')) || issee" v-model="row.f_item_value">
|
93
90
|
|
94
|
-
<span>{{item.label}}</span>
|
91
|
+
<span>{{ item.label }}</span>
|
95
92
|
</div>
|
96
93
|
</div>
|
97
|
-
<div v-if="!show && row.type == 'checkbox'" class="col-xs-12 col-sm-12 col-md-12"
|
94
|
+
<div v-if="!show && row.type == 'checkbox'" class="col-xs-12 col-sm-12 col-md-12"
|
95
|
+
style="white-space: nowrap">
|
98
96
|
<div style="float: left" v-for="item in row.options">
|
99
|
-
<input type="checkbox" :name="row.f_item_name" :value="item.value"
|
100
|
-
|
97
|
+
<input type="checkbox" :name="row.f_item_name" :value="item.value"
|
98
|
+
:disabled="(!(ischecked == '有')) || issee" v-model="row.f_item_value">
|
99
|
+
<span>{{ item.label }}</span>
|
101
100
|
</div>
|
102
101
|
</div>
|
103
102
|
<div style="clear: both">
|
104
|
-
<
|
105
|
-
|
106
|
-
<
|
103
|
+
<div class="form-group" style="display: flex;flex-wrap: wrap"
|
104
|
+
v-if="(row.type == 'selector' || row.type == 'radio' || row.type == 'checkbox') && (row.f_path != '' || row.f_is_defect != '') && (dealdispose == 'true' || dealdispose == true)">
|
105
|
+
<label class="fivelabel">处理方式</label>
|
106
|
+
<v-select :value="row.f_deal_dispose" :value-single="true" :options="deals"
|
107
|
+
:disabled="role == 'androidview'" @change="changdeal" @click="transelation(idxs)" close-on-select
|
108
|
+
clear-button>
|
109
|
+
</v-select>
|
110
|
+
</div>
|
111
|
+
<div class="form-group" style="display: flex;flex-wrap: wrap"
|
112
|
+
v-if="(row.type == 'selector' || row.type == 'radio' || row.type == 'checkbox') && (row.f_path != '' || row.f_is_defect != '') && (dealdispose == 'true' || dealdispose == true)">
|
113
|
+
<label class="fivelabel">截止时间</label>
|
114
|
+
<datepicker id="f_handle_date" :value.sync="row.f_handle_date"
|
115
|
+
:disabled-days-of-Week="[]"
|
116
|
+
:format="'yyyy-MM-dd 00:00:00'" :show-reset-button="reset" readonly="readonly">
|
117
|
+
</datepicker>
|
118
|
+
</div>
|
119
|
+
<label v-if="row.f_item_value.indexOf('其他') > -1" class="fivelabel">其他</label>
|
120
|
+
<div style="float: left;width:60%" class="form-group" v-if="row.f_item_value.indexOf('其他') > -1">
|
121
|
+
<input type="text" class="form-control" maxlength="100" v-model="row.f_else"
|
122
|
+
:readonly="role == 'androidview' || row.readonly">
|
107
123
|
</div>
|
108
124
|
</div>
|
109
125
|
<div style="clear: both">
|
110
|
-
<div class="form-group" style="display: flex;flex-wrap: wrap"
|
111
|
-
|
112
|
-
<v-select :value="row.f_live_dispose"
|
113
|
-
:value-single="true"
|
114
|
-
:options="lives"
|
115
|
-
:disabled="role == 'androidview'"
|
116
|
-
@change="changlive"
|
117
|
-
@click="transelation(idxs)"
|
118
|
-
close-on-select clear-button></v-select>
|
119
|
-
</div>
|
120
|
-
<div class="form-group col-sm-12" style="display: flex;flex-wrap: wrap" v-if="(row.type == 'selector' || row.type == 'radio' || row.type =='checkbox') && (row.f_path != '' || row.f_is_defect != '')">
|
126
|
+
<div class="form-group col-sm-12" style="display: flex;flex-wrap: wrap"
|
127
|
+
v-if="(row.type == 'selector' || row.type == 'radio' || row.type == 'checkbox') && (row.f_path != '' || row.f_is_defect != '')">
|
121
128
|
<div class="auto" style="margin:1px;">
|
122
129
|
<div class="panel">
|
123
|
-
<div class="panel-body panel-self"
|
130
|
+
<div class="panel-body panel-self"
|
131
|
+
style="background-color: #F8F8F8;width: 160px;height: 160px;position: relative">
|
124
132
|
<div class="col-xs-6" style="height: 160px;width:160px;overflow: scroll;top: 1px">
|
125
133
|
<div class="col-sm-4" v-show="row.f_path">
|
126
|
-
<img-self
|
134
|
+
<img-self :src="row.f_path" :alt="row.f_item_name" width="140" height="140"></img-self>
|
127
135
|
</div>
|
128
136
|
<div class="col-sm-4" v-show="!row.f_path" @click="takePic(idxs, row.f_item_name)">
|
129
|
-
<img src="../../../assets/tackpic.png" :alt="点击拍摄照片"
|
137
|
+
<img src="../../../assets/tackpic.png" :alt="点击拍摄照片" width="140" height="140"/>
|
130
138
|
</div>
|
131
|
-
<img v-show="row.f_path" src="../../../assets/remove.png" :class="style__"
|
139
|
+
<img v-show="row.f_path" src="../../../assets/remove.png" :class="style__"
|
140
|
+
@click="delfile(idxs, row.f_path)" v-if="role != 'androidview'"
|
141
|
+
style="width: 40px;height: 40px;position: absolute;left:110px;top:110px"/>
|
132
142
|
</div>
|
133
143
|
</div>
|
134
144
|
</div>
|
@@ -136,24 +146,32 @@
|
|
136
146
|
<!--多张隐患照片-->
|
137
147
|
<div class="auto" v-for="itemIndex in hiddenDangerImgNumber" style="margin: 1px;">
|
138
148
|
<div class="panel">
|
139
|
-
<div class="panel-body panel-self"
|
140
|
-
|
141
|
-
|
142
|
-
|
149
|
+
<div class="panel-body panel-self"
|
150
|
+
style="background-color: #F8F8F8;width: 160px;height: 160px;position: relative">
|
151
|
+
<div class="col-xs-6" style="height: 160px;width:160px;overflow: scroll;top: 1px">
|
152
|
+
<div class="col-sm-4" v-show="row['f_p' + (itemIndex + 1) + '_path']">
|
153
|
+
<img-self :src="row['f_p' + (itemIndex + 1) + '_path']" :alt="row.f_item_name" width="140"
|
154
|
+
height="140"></img-self>
|
143
155
|
</div>
|
144
|
-
<div class="col-sm-4" v-show="!row['f_p' + (itemIndex+1) + '_path']"
|
145
|
-
|
156
|
+
<div class="col-sm-4" v-show="!row['f_p' + (itemIndex + 1) + '_path']"
|
157
|
+
@click="takePic(idxs, row.f_item_name, 'f_p' + (itemIndex + 1) + '_path')">
|
158
|
+
<img src="../../../assets/tackpic.png" :alt="点击拍摄照片" width="140" height="140"/>
|
146
159
|
</div>
|
147
|
-
<img v-show="row['f_p' + (itemIndex+1)+'_path']" src="../../../assets/remove.png"
|
148
|
-
|
160
|
+
<img v-show="row['f_p' + (itemIndex + 1) + '_path']" src="../../../assets/remove.png"
|
161
|
+
:class="style__"
|
162
|
+
@click="delfile(idxs, row['f_p' + (itemIndex + 1) + '_path'], 'f_p' + (itemIndex + 1) + '_path')"
|
163
|
+
v-if="role != 'androidview'"
|
164
|
+
style="width: 40px;height: 40px;position: absolute;left:110px;top:110px"/>
|
165
|
+
</div>
|
149
166
|
</div>
|
150
167
|
</div>
|
151
168
|
</div>
|
152
169
|
</div>
|
153
|
-
<div class="auto"
|
170
|
+
<div class="auto"
|
171
|
+
v-if="(row.type == 'selector' || row.type == 'radio' || row.type == 'checkbox') && row.tooltip != undefined && row.tooltip != ''">
|
154
172
|
<div class="panel">
|
155
173
|
<div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: auto">
|
156
|
-
{{row.tooltip}}
|
174
|
+
{{ row.tooltip }}
|
157
175
|
</div>
|
158
176
|
</div>
|
159
177
|
</div>
|
@@ -188,45 +206,57 @@
|
|
188
206
|
return {
|
189
207
|
// telphoneValid: '/^((0\\d{2,3}-\\d{7,8})|(1[3584]\\d{9}))$/',
|
190
208
|
// meterstyle:[],
|
191
|
-
hiddenDangerImgNumber:0,//隐患图片数
|
192
|
-
shuclass:'col-xs-12 col-sm-12 col-md-12 form-input-group mg8',
|
193
|
-
shuclass1:'col-xs-12 col-sm-12 col-md-12 mg8',
|
209
|
+
hiddenDangerImgNumber: 0,//隐患图片数
|
210
|
+
shuclass: 'col-xs-12 col-sm-12 col-md-12 form-input-group mg8',
|
211
|
+
shuclass1: 'col-xs-12 col-sm-12 col-md-12 mg8',
|
194
212
|
// labels:[],
|
195
|
-
meternum:'',
|
196
|
-
ischecked:'有',
|
197
|
-
|
198
|
-
|
213
|
+
meternum: '',
|
214
|
+
ischecked: '有',
|
215
|
+
dealdispose: true,
|
216
|
+
gasmodel: '',
|
217
|
+
textstyle: 'color: red',
|
199
218
|
paper: this.$parent.$parent.data,
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
219
|
+
deals: [
|
220
|
+
{ label: '自行整改', value: '自行整改' },
|
221
|
+
{ label: '现场整改', value: '现场整改' },
|
222
|
+
{ label: '转维修', value: '报修' }
|
223
|
+
],
|
224
|
+
f_items: [],
|
225
|
+
page: {},
|
226
|
+
selectindex: null,
|
227
|
+
lives: [{ label: '是', value: '是' }, { label: '否', value: '否' }],
|
228
|
+
f_live_dispose: '否',
|
205
229
|
// 初始表底
|
206
230
|
f_initial_base: {},
|
207
231
|
// 气量异常差值 计算公式 => 气量异常差值 = 累计购气量 - (已用气量 - 初始表底) - 剩余气量
|
208
232
|
f_gas_aberrant_number: {},
|
209
233
|
// 金额异常差值 计算公式 => 金额异常差值 = 累计购金额 - 已用金额 - 剩余金额
|
210
234
|
f_fee_aberrant_number: {},
|
235
|
+
// 表底数异常差值 计算公式 => 表底数异常差值 = 系统表底数 - 当前表底数
|
236
|
+
f_aberrant_number: {},//物联网 表底数异常差值
|
211
237
|
// 累购气量
|
212
238
|
f_total_gas: {},
|
213
239
|
// 累购金额
|
214
240
|
f_total_fee: {},
|
215
241
|
// 已用气量
|
216
242
|
f_table_base: {},
|
217
|
-
//
|
243
|
+
// 已用金额,系统剩余金额
|
218
244
|
f_fee_base: {},
|
245
|
+
//剩余金额
|
246
|
+
f_fee_balance: {},
|
219
247
|
// 剩余气量
|
220
248
|
f_gas_balance: {},
|
221
|
-
//
|
222
|
-
|
249
|
+
// 系统表底数
|
250
|
+
f_system_balance: {},
|
251
|
+
// 当前表底数
|
252
|
+
f_table_balance: {},
|
223
253
|
// 气量异常差值允许误差
|
224
254
|
|
225
255
|
//物联网表数据存储
|
226
|
-
f_balance_amount:{},//物联网表剩余金额
|
227
|
-
f_meter_base:{},//物联网表读数
|
228
|
-
f_balance_amount1:{},//物联网表现场录入的表上剩余金额
|
229
|
-
f_meter_base1:{},//物联网表现场录入的表字轮数
|
256
|
+
f_balance_amount: {},//物联网表剩余金额
|
257
|
+
f_meter_base: {},//物联网表读数
|
258
|
+
f_balance_amount1: {},//物联网表现场录入的表上剩余金额
|
259
|
+
f_meter_base1: {},//物联网表现场录入的表字轮数
|
230
260
|
f_meter_aberrant_number1: {},//物联网表 表数异常差值
|
231
261
|
f_fee_aberrant_number1: {},//物联网 表金额异常差值
|
232
262
|
gasDeviation: (
|
@@ -261,10 +291,10 @@
|
|
261
291
|
}
|
262
292
|
}
|
263
293
|
)(this),
|
264
|
-
showElse:false, //控制其他选项是否显示
|
294
|
+
showElse: false, //控制其他选项是否显示
|
265
295
|
}
|
266
296
|
},
|
267
|
-
props: ['config','device','idx','operation','role'],
|
297
|
+
props: ['config', 'device', 'idx', 'operation', 'role'],
|
268
298
|
// props: {
|
269
299
|
// // 维修对应的用户数据收集
|
270
300
|
// model: {
|
@@ -293,71 +323,79 @@
|
|
293
323
|
// issee:''
|
294
324
|
// },
|
295
325
|
methods: {
|
296
|
-
|
297
|
-
if(val == undefined){
|
326
|
+
changdeal(val) {
|
327
|
+
if (val == undefined) {
|
298
328
|
return
|
299
329
|
}
|
300
|
-
if(this.selectindex != null) {
|
301
|
-
|
330
|
+
if (this.selectindex != null) {
|
331
|
+
this.f_items[this.selectindex].f_deal_dispose = val
|
332
|
+
}
|
333
|
+
},
|
334
|
+
changse(val) {
|
335
|
+
if (val == undefined) {
|
336
|
+
return
|
337
|
+
}
|
338
|
+
if (this.selectindex != null) {
|
339
|
+
if (this.f_items[this.selectindex].type == 'selector') {
|
302
340
|
this.f_items[this.selectindex].f_item_value = val
|
303
|
-
}else if(this.f_items[this.selectindex].type == 'inputSelector'){
|
341
|
+
} else if (this.f_items[this.selectindex].type == 'inputSelector') {
|
304
342
|
this.f_items[this.selectindex].f_item_value = val.target.value
|
305
343
|
}
|
306
344
|
}
|
307
345
|
},
|
308
|
-
changlive(val){
|
309
|
-
if(val == undefined){
|
346
|
+
changlive(val) {
|
347
|
+
if (val == undefined) {
|
310
348
|
return
|
311
349
|
}
|
312
|
-
if(this.selectindex != null) {
|
350
|
+
if (this.selectindex != null) {
|
313
351
|
this.f_items[this.selectindex].f_live_dispose = val
|
314
352
|
}
|
315
353
|
},
|
316
|
-
switchDetails(detailsType, event){
|
354
|
+
switchDetails(detailsType, event) {
|
317
355
|
if (event.srcElement.checked) {
|
318
|
-
for(var i = 0;i<this.Detail.details.length;i++){
|
319
|
-
if(this.Detail.details[i].f_project == detailsType){
|
320
|
-
this.Detail.details[i].f_content =
|
356
|
+
for (var i = 0; i < this.Detail.details.length; i++) {
|
357
|
+
if (this.Detail.details[i].f_project == detailsType) {
|
358
|
+
this.Detail.details[i].f_content = '有'
|
321
359
|
this.ischecked = '有'
|
322
360
|
return
|
323
361
|
}
|
324
362
|
}
|
325
363
|
} else {
|
326
364
|
this.Detail.imgs = []
|
327
|
-
for(var i = 0;i<this.Detail.details.length;i++){
|
328
|
-
if(this.Detail.details[i].f_project == detailsType){
|
329
|
-
this.Detail.details[i].f_content =
|
365
|
+
for (var i = 0; i < this.Detail.details.length; i++) {
|
366
|
+
if (this.Detail.details[i].f_project == detailsType) {
|
367
|
+
this.Detail.details[i].f_content = '无'
|
330
368
|
this.ischecked = '无'
|
331
|
-
}else{
|
369
|
+
} else {
|
332
370
|
this.Detail.details[i].f_content = ''
|
333
371
|
}
|
334
372
|
}
|
335
373
|
}
|
336
374
|
},
|
337
|
-
getgasmodel(val){
|
375
|
+
getgasmodel(val) {
|
338
376
|
this.gasmodel = val
|
339
377
|
},
|
340
|
-
getradios(val,flag){
|
378
|
+
getradios(val, flag) {
|
341
379
|
let Reoptions = []
|
342
|
-
for (let i = 0;i<this.repairdetails.length;i++) {
|
380
|
+
for (let i = 0; i < this.repairdetails.length; i++) {
|
343
381
|
var t = false
|
344
|
-
if(this.repairdetails[i].f_type == this.repairitem.header
|
345
|
-
for(var j =0;j<this.repairdetails[i].details.length;j++){
|
346
|
-
if(this.repairdetails[i].details[j].f_project == val
|
382
|
+
if (this.repairdetails[i].f_type == this.repairitem.header) {
|
383
|
+
for (var j = 0; j < this.repairdetails[i].details.length; j++) {
|
384
|
+
if (this.repairdetails[i].details[j].f_project == val) {
|
347
385
|
Reoptions = this.repairdetails[i].details[j].options
|
348
386
|
t = true
|
349
387
|
break
|
350
388
|
}
|
351
389
|
}
|
352
390
|
}
|
353
|
-
if(t){
|
391
|
+
if (t) {
|
354
392
|
break
|
355
393
|
}
|
356
394
|
}
|
357
|
-
for(let j = 0;j<Reoptions.length;j++){
|
358
|
-
if(Reoptions[j].data == flag){
|
359
|
-
for(var e = 0;e<this.Detail.details.length;e++){
|
360
|
-
if(this.Detail.details[e].f_project == val){
|
395
|
+
for (let j = 0; j < Reoptions.length; j++) {
|
396
|
+
if (Reoptions[j].data == flag) {
|
397
|
+
for (var e = 0; e < this.Detail.details.length; e++) {
|
398
|
+
if (this.Detail.details[e].f_project == val) {
|
361
399
|
this.Detail.details[e].f_status = Reoptions[j].f_status
|
362
400
|
return
|
363
401
|
}
|
@@ -366,14 +404,14 @@
|
|
366
404
|
}
|
367
405
|
}
|
368
406
|
},
|
369
|
-
deletedetails(){
|
407
|
+
deletedetails() {
|
370
408
|
this.$showMessage('该操作会删除所填信息,是否继续!', ['confirm', 'cancel']).then((res) => {
|
371
409
|
if (res === 'confirm') {
|
372
|
-
for(var i = 0;i<this.tabs.length;i++){
|
373
|
-
if(this.tabs[i].number == this.repairitem.number){
|
410
|
+
for (var i = 0; i < this.tabs.length; i++) {
|
411
|
+
if (this.tabs[i].number == this.repairitem.number) {
|
374
412
|
this.tabs.splice(i, 1)
|
375
413
|
this.model.servicerepair.splice(this.repairitem.number, 1)
|
376
|
-
for(let t = i;t < this.tabs.length;t++
|
414
|
+
for (let t = i; t < this.tabs.length; t++) {
|
377
415
|
this.tabs[t].number -= 1
|
378
416
|
}
|
379
417
|
return
|
@@ -382,65 +420,68 @@
|
|
382
420
|
}
|
383
421
|
})
|
384
422
|
},
|
385
|
-
takePic(prop, title, pathname='null') {
|
423
|
+
takePic(prop, title, pathname = 'null') {
|
386
424
|
if (this.role == 'androidview') {
|
387
425
|
return
|
388
426
|
}
|
389
427
|
HostApp.__callback__ = this.cameraCallBack
|
390
428
|
HostApp.__this__ = this
|
391
|
-
|
429
|
+
//tag
|
392
430
|
let fileName
|
393
431
|
if (pathname == 'null') {
|
394
432
|
if (!this.f_items[prop].f_path || this.f_items[prop].f_path.includes("nopic.png")) {
|
395
|
-
fileName = Util.guid() + '-' + 'device'+this.device.n + '-' + this.idx + '-'+'f_items'+prop+ '.jpg'
|
433
|
+
fileName = Util.guid() + '-' + 'device' + this.device.n + '-' + this.idx + '-' + 'f_items' + prop + '.jpg'
|
396
434
|
} else {
|
397
435
|
fileName = Util.getFileName(this.f_items[prop].f_path)
|
398
436
|
}
|
399
437
|
} else {
|
400
438
|
if (!this.f_items[prop][pathname] || this.f_items[prop][pathname].includes("nopic.png")) {
|
401
|
-
fileName = Util.guid() + '-' + 'device'+this.device.n + '-' + this.idx + '-'+'f_items'+prop+ '.jpg'
|
439
|
+
fileName = Util.guid() + '-' + 'device' + this.device.n + '-' + this.idx + '-' + 'f_items' + prop + '.jpg'
|
402
440
|
} else {
|
403
441
|
fileName = Util.getFileName(this.f_items[prop][pathname])
|
404
442
|
}
|
405
443
|
}
|
406
|
-
|
407
|
-
|
408
|
-
HostApp._open_a_page({
|
444
|
+
//tag
|
445
|
+
//tag
|
446
|
+
HostApp._open_a_page({
|
447
|
+
type: 'boomerang',
|
409
448
|
page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
|
410
|
-
param: {
|
411
|
-
|
449
|
+
param: {
|
450
|
+
file: fileName, requestCode: 111, callback: 'javascript:HostApp.__callback__("' + prop + '", "%s","' + pathname + '");',
|
451
|
+
watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name + '\t' + this.paper.f_userinfo_code
|
452
|
+
}
|
412
453
|
})
|
413
454
|
},
|
414
|
-
cameraCallBack(prop, fileName,pathname) {
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
455
|
+
cameraCallBack(prop, fileName, pathname) {
|
456
|
+
//tag
|
457
|
+
if (pathname == 'null') {
|
458
|
+
//tag
|
459
|
+
HostApp.__this__.$set('f_items[' + prop + '].f_path', fileName + '?' + Math.random())
|
460
|
+
//tag
|
461
|
+
HostApp.__callback__ = null
|
462
|
+
HostApp.__this__ = null
|
463
|
+
} else {
|
464
|
+
//tag
|
465
|
+
//tag)
|
466
|
+
HostApp.__this__.$set('f_items[' + prop + '].' + pathname + '', fileName + '?' + Math.random())
|
467
|
+
HostApp.__callback__ = null
|
468
|
+
HostApp.__this__ = null
|
469
|
+
}
|
429
470
|
},
|
430
|
-
delfile(prop, fileName, pathname='null') {
|
471
|
+
delfile(prop, fileName, pathname = 'null') {
|
431
472
|
if (pathname == 'null') {
|
432
|
-
|
433
|
-
|
434
|
-
if(fileName == Vue.nopic){
|
473
|
+
//tag
|
474
|
+
//tag)
|
475
|
+
if (fileName == Vue.nopic) {
|
435
476
|
return
|
436
477
|
} else {
|
437
478
|
HostApp.delfile(fileName)
|
438
479
|
this.f_items[prop].f_path = Vue.nopic
|
439
480
|
}
|
440
|
-
}else {
|
441
|
-
|
442
|
-
|
443
|
-
if(fileName == Vue.nopic){
|
481
|
+
} else {
|
482
|
+
//tag
|
483
|
+
//tag)
|
484
|
+
if (fileName == Vue.nopic) {
|
444
485
|
return
|
445
486
|
} else {
|
446
487
|
HostApp.delfile(fileName)
|
@@ -448,17 +489,17 @@
|
|
448
489
|
}
|
449
490
|
}
|
450
491
|
},
|
451
|
-
adddetails(){
|
492
|
+
adddetails() {
|
452
493
|
// 下标作为序号,取值用。 增加 序号得依次增加
|
453
|
-
if(this.tabs.length > 0){
|
454
|
-
for(let i = this.tabs.length-1;i > 0
|
455
|
-
if(this.tabs[i].header == this.repairitem.header){
|
456
|
-
if(this.model.servicerepair.length > 0){
|
457
|
-
for(let j = this.model.servicerepair.length -1;j > -1;j--
|
458
|
-
if(this.model.servicerepair[j].f_type == this.repairitem.header){
|
459
|
-
this.model.servicerepair.splice(j+1, 0, Object.assign({}, JSON.parse(JSON.stringify(this.tabs[i].details))))
|
460
|
-
this.tabs.splice(i+1, 0, {header: `${this.repairitem.header}`,details:this.tabs[i].details,complete:'repair-details',class:'repair-details-class',number:j+1,items:this.tabs[i].items})
|
461
|
-
for(let t = i+2;t < this.tabs.length;t++
|
494
|
+
if (this.tabs.length > 0) {
|
495
|
+
for (let i = this.tabs.length - 1; i > 0; i--) {
|
496
|
+
if (this.tabs[i].header == this.repairitem.header) {
|
497
|
+
if (this.model.servicerepair.length > 0) {
|
498
|
+
for (let j = this.model.servicerepair.length - 1; j > -1; j--) {
|
499
|
+
if (this.model.servicerepair[j].f_type == this.repairitem.header) {
|
500
|
+
this.model.servicerepair.splice(j + 1, 0, Object.assign({}, JSON.parse(JSON.stringify(this.tabs[i].details))))
|
501
|
+
this.tabs.splice(i + 1, 0, { header: `${this.repairitem.header}`, details: this.tabs[i].details, complete: 'repair-details', class: 'repair-details-class', number: j + 1, items: this.tabs[i].items })
|
502
|
+
for (let t = i + 2; t < this.tabs.length; t++) {
|
462
503
|
this.tabs[t].number += 1
|
463
504
|
}
|
464
505
|
this.faultshow.number += this.faultshow.number + 1
|
@@ -470,25 +511,25 @@
|
|
470
511
|
}
|
471
512
|
}
|
472
513
|
},
|
473
|
-
transelation(val){
|
514
|
+
transelation(val) {
|
474
515
|
this.selectindex = val
|
475
516
|
},
|
476
|
-
towatch(){
|
477
|
-
for(let n in this.f_items){
|
478
|
-
if(typeof this.f_items[n]=='function'){
|
517
|
+
towatch() {
|
518
|
+
for (let n in this.f_items) {
|
519
|
+
if (typeof this.f_items[n] == 'function') {
|
479
520
|
continue
|
480
521
|
}
|
481
|
-
if(this.f_items[n].type
|
522
|
+
if (this.f_items[n].type == 'selector' || this.f_items[n].type == 'inputSelector') {
|
482
523
|
// 监听下拉框,如果有隐患,需要拍照
|
483
|
-
this.$watch('f_items['+n+'].selected',function(val) {
|
524
|
+
this.$watch('f_items[' + n + '].selected', function (val) {
|
484
525
|
// 下拉框值
|
485
|
-
|
526
|
+
//tag)
|
486
527
|
// 下拉框所属设备
|
487
|
-
|
528
|
+
//tag
|
488
529
|
// 下拉框所属项
|
489
|
-
|
530
|
+
//tag
|
490
531
|
let shImage = false
|
491
|
-
if(val.indexOf('其他') == -1){
|
532
|
+
if (val.indexOf('其他') == -1) {
|
492
533
|
this.f_items[n].f_else = ''
|
493
534
|
}
|
494
535
|
// if(this.config[this.device.device].items[item].type == 'selector'){
|
@@ -498,7 +539,7 @@
|
|
498
539
|
// }
|
499
540
|
// 在配置中查找该项
|
500
541
|
for (let item in this.config[this.device.device].items) {
|
501
|
-
if(typeof this.config[this.device.device].items[item]=='function'){
|
542
|
+
if (typeof this.config[this.device.device].items[item] == 'function') {
|
502
543
|
continue
|
503
544
|
}
|
504
545
|
let type = this.config[this.device.device].items[item].type
|
@@ -506,41 +547,41 @@
|
|
506
547
|
let options = this.config[this.device.device].items[item].options
|
507
548
|
if ((this.config[this.device.device].items[item].type == 'selector' || this.config[this.device.device].items[item].type == 'inputSelector') && item == this.f_items[n].f_item_name) {
|
508
549
|
for (let i in options) {
|
509
|
-
if(typeof options[i]=='function'){
|
550
|
+
if (typeof options[i] == 'function') {
|
510
551
|
continue
|
511
552
|
}
|
512
553
|
let value
|
513
|
-
if(this.config[this.device.device].items[item].type == 'selector' && this.config[this.device.device].items[item].multiple == false){
|
554
|
+
if (this.config[this.device.device].items[item].type == 'selector' && this.config[this.device.device].items[item].multiple == false) {
|
514
555
|
value = val[0]
|
515
|
-
}else if (this.config[this.device.device].items[item].type == 'inputSelector'){
|
556
|
+
} else if (this.config[this.device.device].items[item].type == 'inputSelector') {
|
516
557
|
value = val
|
517
558
|
}
|
518
|
-
|
559
|
+
//tag)
|
519
560
|
// 如果未选择,清空图片、隐患信息等
|
520
|
-
if((type == 'selector' && val.length == 0) || (type == 'inputSelector' && val == '')){
|
561
|
+
if ((type == 'selector' && val.length == 0) || (type == 'inputSelector' && val == '')) {
|
521
562
|
this.f_items[n].f_path = ''
|
522
563
|
this.f_items[n].f_is_defect = ''
|
523
564
|
this.f_items[n].f_defect_level = ''
|
524
565
|
this.f_items[n].f_live_dispose = ''
|
525
566
|
this.f_items[n].tooltip = ''
|
526
567
|
}
|
527
|
-
if((type == 'selector' && multiple == false && options[i].data == val[0]) || (type == 'inputSelector' && options[i].data == val) || (type == 'selector' && multiple == true && val.indexOf(options[i].data) > -1)){
|
568
|
+
if ((type == 'selector' && multiple == false && options[i].data == val[0]) || (type == 'inputSelector' && options[i].data == val) || (type == 'selector' && multiple == true && val.indexOf(options[i].data) > -1)) {
|
528
569
|
// 找到选中的项了
|
529
|
-
|
530
|
-
if(options[i].isdefect == true
|
570
|
+
//tag
|
571
|
+
if (options[i].isdefect == true) {
|
531
572
|
shImage = true
|
532
573
|
}
|
533
|
-
if(options[i].isdefect == false || this.f_items[n].f_item_value == ''){
|
574
|
+
if (options[i].isdefect == false || this.f_items[n].f_item_value == '') {
|
534
575
|
shImage = false
|
535
576
|
}
|
536
|
-
|
537
|
-
if(shImage){
|
538
|
-
this.f_items[n].f_is_defect =true
|
577
|
+
//tag
|
578
|
+
if (shImage) {
|
579
|
+
this.f_items[n].f_is_defect = true
|
539
580
|
this.f_items[n].f_defect_level = options[i].level
|
540
581
|
this.f_items[n].f_path = Vue.nopic
|
541
582
|
this.f_items[n].f_live_dispose = '否'
|
542
|
-
this.f_items[n].tooltip= options[i].tooltip
|
543
|
-
}else{
|
583
|
+
this.f_items[n].tooltip = options[i].tooltip
|
584
|
+
} else {
|
544
585
|
this.f_items[n].f_path = ''
|
545
586
|
this.f_items[n].f_is_defect = ''
|
546
587
|
this.f_items[n].f_defect_level = ''
|
@@ -554,7 +595,7 @@
|
|
554
595
|
}
|
555
596
|
)
|
556
597
|
// this.$watch('other',function(val){
|
557
|
-
//
|
598
|
+
// //tag
|
558
599
|
// if(this.selectindex != null) {
|
559
600
|
// let index = this.f_items[this.selectindex].f_item_value.indexOf('其他')
|
560
601
|
// if(index > -1){
|
@@ -563,14 +604,14 @@
|
|
563
604
|
// }
|
564
605
|
//
|
565
606
|
// })
|
566
|
-
}else if(this.f_items[n].type
|
607
|
+
} else if (this.f_items[n].type == 'radio') {
|
567
608
|
// 监听单选框,如果有隐患,需要拍照
|
568
609
|
this.$watch('f_items[' + n + '].f_item_value', function (val) {
|
569
|
-
|
610
|
+
//tag)
|
570
611
|
let options = this.f_items[n].options
|
571
|
-
|
612
|
+
//tag)
|
572
613
|
for (let i = 0; i < options.length; i++) {
|
573
|
-
|
614
|
+
//tag)
|
574
615
|
// 找到选中的项了
|
575
616
|
if (options[i].value == val) {
|
576
617
|
// 如果有隐患,拍图片
|
@@ -580,7 +621,7 @@
|
|
580
621
|
this.f_items[n].f_path = Vue.nopic
|
581
622
|
this.f_items[n].f_live_dispose = '否'
|
582
623
|
this.f_items[n].tooltip = options[i].tooltip
|
583
|
-
|
624
|
+
//tag)
|
584
625
|
return
|
585
626
|
}
|
586
627
|
}
|
@@ -591,27 +632,27 @@
|
|
591
632
|
this.f_items[n].f_live_dispose = ''
|
592
633
|
this.f_items[n].tooltip = ''
|
593
634
|
})
|
594
|
-
}else if(this.f_items[n].type
|
635
|
+
} else if (this.f_items[n].type == 'checkbox') {
|
595
636
|
// 监听单选框,如果有隐患,需要拍照
|
596
637
|
this.$watch('f_items[' + n + '].f_item_value', function (val) {
|
597
|
-
|
638
|
+
//tag)
|
598
639
|
// 如果是手动赋值,不执行下面逻辑
|
599
640
|
if (this.f_items[n].isReSet) {
|
600
641
|
this.f_items[n].isReSet = false
|
601
642
|
return
|
602
643
|
}
|
603
644
|
let options = this.f_items[n].options
|
604
|
-
|
645
|
+
//tag)
|
605
646
|
// 取出选中项中有隐患的详细信息
|
606
647
|
let selected = options.filter(item => { return val.indexOf(item.value) != -1 && item.isdefect })
|
607
648
|
|
608
|
-
if(selected.length > 0){
|
649
|
+
if (selected.length > 0) {
|
609
650
|
// 防止赋值无限调用
|
610
651
|
this.f_items[n].isReSet = true
|
611
|
-
let selectList = selected.map(item => {return item.value})
|
652
|
+
let selectList = selected.map(item => { return item.value })
|
612
653
|
// 如果选中的是非隐患项,取消选中isdefect为true的
|
613
654
|
if (selectList.indexOf(val[val.length - 1]) == -1) {
|
614
|
-
this.f_items[n].f_item_value = val.filter(item => {return selectList.indexOf(item) == -1})
|
655
|
+
this.f_items[n].f_item_value = val.filter(item => { return selectList.indexOf(item) == -1 })
|
615
656
|
this.f_items[n].f_path = ''
|
616
657
|
this.f_items[n].f_is_defect = ''
|
617
658
|
this.f_items[n].f_defect_level = ''
|
@@ -629,7 +670,7 @@
|
|
629
670
|
this.f_items[n].f_live_dispose = '否'
|
630
671
|
this.f_items[n].tooltip = selected[0].tooltip
|
631
672
|
}
|
632
|
-
|
673
|
+
//tag)
|
633
674
|
return
|
634
675
|
}
|
635
676
|
this.f_items[n].f_path = ''
|
@@ -640,17 +681,17 @@
|
|
640
681
|
})
|
641
682
|
}
|
642
683
|
}
|
643
|
-
|
684
|
+
//tag)
|
644
685
|
},
|
645
686
|
getGasAberrantNumber(val) {
|
646
|
-
|
687
|
+
//tag
|
647
688
|
|
648
689
|
// 先清空
|
649
|
-
|
650
|
-
|
651
|
-
if(val=='已用气量'){
|
690
|
+
|
691
|
+
|
692
|
+
if (val == '已用气量') {
|
652
693
|
//剩余气量 = 累购-已用
|
653
|
-
this.f_items[this.f_gas_balance.index].f_item_value= this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value
|
694
|
+
this.f_items[this.f_gas_balance.index].f_item_value = this.f_items[this.f_total_gas.index].f_item_value - this.f_items[this.f_table_base.index].f_item_value
|
654
695
|
if (isNaN(this.f_items[this.f_gas_balance.index].f_item_value)) {
|
655
696
|
this.f_items[this.f_gas_balance.index].f_item_value = null
|
656
697
|
}
|
@@ -659,9 +700,15 @@
|
|
659
700
|
if (!this.f_items[this.f_table_base.index].f_item_value || !this.f_items[this.f_gas_balance.index].f_item_value) {
|
660
701
|
return
|
661
702
|
}
|
662
|
-
|
663
|
-
|
664
|
-
|
703
|
+
if (this.f_gas_aberrant_number.index) {
|
704
|
+
this.f_items[this.f_gas_aberrant_number.index].f_item_value = null
|
705
|
+
this.f_items[this.f_gas_aberrant_number.index].f_is_defect = false
|
706
|
+
} else {
|
707
|
+
return
|
708
|
+
}
|
709
|
+
//tag)
|
710
|
+
//tag
|
711
|
+
//tag
|
665
712
|
|
666
713
|
// 计算公式 => 气量异常差值 = 累计购气量 - (已用气量 - 初始表底) - 剩余气量
|
667
714
|
this.f_items[this.f_gas_aberrant_number.index].f_item_value = this.f_items[this.f_total_gas.index].f_item_value - this.f_items[this.f_gas_balance.index].f_item_value - (this.f_items[this.f_table_base.index].f_item_value - this.f_items[this.f_initial_base.index].f_item_value)
|
@@ -670,187 +717,211 @@
|
|
670
717
|
if (isNaN(this.f_items[this.f_gas_aberrant_number.index].f_item_value)) {
|
671
718
|
this.f_items[this.f_gas_aberrant_number.index].f_item_value = null
|
672
719
|
}
|
673
|
-
|
674
|
-
|
720
|
+
//tag ===> ' + Math.abs(this.f_items[this.f_gas_aberrant_number.index].f_item_value))
|
721
|
+
//tag ===> ' + JSON.stringify(Number(this.gasDeviation)))
|
675
722
|
// 计算差值是否在范围内
|
676
723
|
if (Math.abs(this.f_items[this.f_gas_aberrant_number.index].f_item_value) > Number(this.gasDeviation)) {
|
677
724
|
this.f_items[this.f_gas_aberrant_number.index].f_is_defect = true
|
725
|
+
this.f_items[this.f_gas_aberrant_number.index].f_defect_level = 'C'
|
678
726
|
}
|
679
727
|
|
680
|
-
|
728
|
+
//tag)
|
681
729
|
},
|
682
730
|
getFeeAberrantNumber(val) {
|
683
|
-
|
731
|
+
//tag
|
684
732
|
|
685
733
|
// 先清空
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
if(val=='已用金额'){
|
690
|
-
this.f_items[this.f_fee_balance.index].f_item_value=this.f_items[this.f_total_fee.index].f_item_value-this.f_items[this.f_fee_base.index].f_item_value
|
734
|
+
if (val == '已用金额') {
|
735
|
+
this.f_items[this.f_fee_balance.index].f_item_value = this.f_items[this.f_total_fee.index].f_item_value - this.f_items[this.f_fee_base.index].f_item_value
|
691
736
|
if (isNaN(this.f_items[this.f_fee_balance.index].f_item_value)) {
|
692
737
|
this.f_items[this.f_fee_balance.index].f_item_value = null
|
693
738
|
}
|
694
739
|
}
|
740
|
+
if (this.f_fee_aberrant_number.index) {
|
741
|
+
this.f_items[this.f_fee_aberrant_number.index].f_item_value = null
|
742
|
+
this.f_items[this.f_fee_aberrant_number.index].f_is_defect = false
|
743
|
+
} else {
|
744
|
+
return
|
745
|
+
}
|
695
746
|
// 只有两个值都填了才会计算
|
696
747
|
if (!this.f_items[this.f_fee_base.index].f_item_value || !this.f_items[this.f_fee_balance.index].f_item_value) {
|
697
748
|
return
|
698
749
|
}
|
699
|
-
|
700
|
-
|
701
|
-
|
750
|
+
if (this.$parent.$parent.item.f_plan_meters.length > 0 && this.$parent.$parent.item.f_plan_meters[0].f_meter_classify.indexOf('物联网表') !== -1) {
|
751
|
+
// 计算公式 => 金额异常差值 = 系统剩余金额 - 剩余金额
|
752
|
+
this.f_items[this.f_fee_aberrant_number.index].f_item_value = this.f_items[this.f_fee_base.index].f_item_value - this.f_items[this.f_fee_balance.index].f_item_value
|
753
|
+
} else {
|
754
|
+
// 计算公式 => 金额异常差值 = 累计购金额 - 已用金额 - 剩余金额
|
755
|
+
this.f_items[this.f_fee_aberrant_number.index].f_item_value = this.f_items[this.f_total_fee.index].f_item_value - this.f_items[this.f_fee_balance.index].f_item_value - this.f_items[this.f_fee_base.index].f_item_value
|
756
|
+
}
|
702
757
|
this.f_items[this.f_fee_aberrant_number.index].f_item_value = this.f_items[this.f_fee_aberrant_number.index].f_item_value.toFixed(3)
|
703
758
|
if (isNaN(this.f_items[this.f_fee_aberrant_number.index].f_item_value)) {
|
704
759
|
this.f_items[this.f_fee_aberrant_number.index].f_item_value = null
|
705
760
|
}
|
706
|
-
|
707
|
-
|
761
|
+
//tag ===> ' + Math.abs(this.f_items[this.f_fee_aberrant_number.index].f_item_value))
|
762
|
+
//tag ===> ' + JSON.stringify(Number(this.feeDeviation)))
|
708
763
|
// 计算差值是否在范围内
|
709
764
|
if (Math.abs(this.f_items[this.f_fee_aberrant_number.index].f_item_value) > Number(this.feeDeviation)) {
|
710
765
|
this.f_items[this.f_fee_aberrant_number.index].f_is_defect = true
|
766
|
+
this.f_items[this.f_fee_aberrant_number.index].f_defect_level = 'C'
|
711
767
|
}
|
712
768
|
|
713
|
-
|
769
|
+
//tag)
|
770
|
+
},
|
771
|
+
//计算表底数异常差值
|
772
|
+
getTableBalanceNumber() {
|
773
|
+
// 先清空
|
774
|
+
this.f_items[this.f_aberrant_number.index].f_item_value = null
|
775
|
+
this.f_items[this.f_aberrant_number.index].f_is_defect = false
|
776
|
+
|
777
|
+
if (!this.f_items[this.f_system_balance.index].f_item_value || !this.f_items[this.f_table_balance.index].f_item_value) {
|
778
|
+
return
|
779
|
+
}
|
780
|
+
this.f_items[this.f_aberrant_number.index].f_item_value = this.f_items[this.f_system_balance.index].f_item_value - this.f_items[this.f_table_balance.index].f_item_value
|
714
781
|
},
|
715
782
|
//物联网表字轮数改变触发
|
716
783
|
getmeteraberrantnumber() {
|
717
|
-
|
784
|
+
//tag
|
718
785
|
|
719
786
|
// 先清空
|
720
787
|
this.f_items[this.f_meter_aberrant_number1.index].f_item_value = null
|
721
788
|
this.f_items[this.f_meter_aberrant_number1.index].f_is_defect = false
|
722
|
-
|
789
|
+
//tag
|
723
790
|
// 只有两个值都填了才会计算
|
724
791
|
if (!this.f_items[this.f_meter_base.index].f_item_value || !this.f_items[this.f_meter_base1.index].f_item_value) {
|
725
792
|
return
|
726
793
|
}
|
727
|
-
|
794
|
+
//tag
|
728
795
|
// 计算公式 => 表数异常差值= - 字轮数 - 后台表读数
|
729
796
|
this.f_items[this.f_meter_aberrant_number1.index].f_item_value = this.f_items[this.f_meter_base1.index].f_item_value - this.f_items[this.f_meter_base.index].f_item_value
|
730
797
|
this.f_items[this.f_meter_aberrant_number1.index].f_item_value = this.f_items[this.f_meter_aberrant_number1.index].f_item_value.toFixed(3)
|
731
798
|
if (isNaN(this.f_items[this.f_meter_aberrant_number1.index].f_item_value)) {
|
732
799
|
this.f_items[this.f_meter_aberrant_number1.index].f_item_value = null
|
733
800
|
}
|
734
|
-
|
801
|
+
//tag ===> ' + Math.abs(this.f_items[this.f_meter_aberrant_number1.index].f_item_value))
|
735
802
|
// 计算差值是否在范围内
|
736
|
-
|
737
|
-
if (Math.abs(this.f_items[this.f_meter_aberrant_number1.index].f_item_value) > Number(this.meterbase)){
|
803
|
+
//tag)
|
804
|
+
if (Math.abs(this.f_items[this.f_meter_aberrant_number1.index].f_item_value) > Number(this.meterbase)) {
|
738
805
|
this.f_items[this.f_meter_aberrant_number1.index].f_is_defect = true
|
739
806
|
}
|
740
807
|
|
741
|
-
|
808
|
+
//tag)
|
742
809
|
},
|
743
810
|
|
744
811
|
disSelect(index, itemValue) {
|
745
|
-
|
746
|
-
|
812
|
+
//tag)
|
813
|
+
//tag)
|
747
814
|
if (this.f_items[index].f_item_value == itemValue) {
|
748
815
|
this.$set(`f_items[${index}].f_item_value`, '')
|
749
816
|
}
|
750
817
|
}
|
751
818
|
},
|
752
819
|
ready() {
|
753
|
-
|
754
|
-
|
755
|
-
if(Vue.config.safecheck != undefined){
|
756
|
-
if(Vue.config.safecheck.ApproveConfig != undefined){
|
757
|
-
if(Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
|
820
|
+
//tag
|
821
|
+
//tag
|
822
|
+
if (Vue.config.safecheck != undefined) {
|
823
|
+
if (Vue.config.safecheck.ApproveConfig != undefined) {
|
824
|
+
if (Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
|
758
825
|
this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
|
759
826
|
}
|
760
|
-
if(Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
|
827
|
+
if (Vue.config.safecheck.ApproveConfig.hiddendanger != undefined) {
|
761
828
|
if (parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger) >= 3) {
|
762
829
|
this.hiddenDangerImgNumber = 3
|
763
|
-
}else {
|
830
|
+
} else {
|
764
831
|
this.hiddenDangerImgNumber = parseInt(Vue.config.safecheck.ApproveConfig.hiddendanger)
|
765
832
|
}
|
766
833
|
}
|
767
834
|
}
|
768
835
|
}
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
836
|
+
//tag
|
837
|
+
//tag)
|
838
|
+
//tag)
|
839
|
+
//tag)
|
773
840
|
//创建页面所需数据
|
774
|
-
this.$set('piece', this.paper['device'+this.device.n][this.idx])
|
775
|
-
|
776
|
-
|
841
|
+
this.$set('piece', this.paper['device' + this.device.n][this.idx])
|
842
|
+
//tag)
|
843
|
+
//tag)
|
777
844
|
let n = 0
|
778
845
|
for (let item in this.config[this.device.device].items) {
|
779
|
-
if(typeof this.config[this.device.device].items[item]=='function'){
|
846
|
+
if (typeof this.config[this.device.device].items[item] == 'function') {
|
780
847
|
continue
|
781
848
|
}
|
782
|
-
let index = this.config[this.device.device].items[item].index-1
|
849
|
+
let index = this.config[this.device.device].items[item].index - 1
|
783
850
|
this.$set('page.options' + index, [])
|
784
|
-
|
785
|
-
|
786
|
-
|
851
|
+
//tag)
|
852
|
+
//tag)
|
853
|
+
//tag)
|
787
854
|
// 先根据配置组接页面
|
788
855
|
let f_item_value
|
789
|
-
if(this.config[this.device.device].items[item].type == 'selector' || this.config[this.device.device].items[item].type == 'checkbox'){
|
856
|
+
if (this.config[this.device.device].items[item].type == 'selector' || this.config[this.device.device].items[item].type == 'checkbox') {
|
790
857
|
f_item_value = []
|
791
858
|
// 判断选项的默认值
|
792
859
|
for (let defitem in this.config[this.device.device].items[item].options) {
|
793
|
-
if(typeof this.config[this.device.device].items[item].options[defitem]=='function'){
|
860
|
+
if (typeof this.config[this.device.device].items[item].options[defitem] == 'function') {
|
794
861
|
continue
|
795
862
|
}
|
796
863
|
let defopt = this.config[this.device.device].items[item].options[defitem]
|
797
864
|
if (defopt.isdefault) {
|
798
|
-
|
865
|
+
//tag
|
799
866
|
f_item_value[0] = defopt.data
|
800
867
|
}
|
801
868
|
}
|
802
869
|
// if(this.config[this.device.device].items[item].data){
|
803
870
|
// f_item_value.push(this.config[this.device.device].items[item].data)
|
804
871
|
// }
|
805
|
-
}else if(this.config[this.device.device].items[item].type == 'radio'){
|
872
|
+
} else if (this.config[this.device.device].items[item].type == 'radio') {
|
806
873
|
//为radio添加默认值
|
807
|
-
f_item_value=''
|
808
|
-
|
874
|
+
f_item_value = ''
|
875
|
+
//tag)
|
809
876
|
for (let defitem in this.config[this.device.device].items[item].options) {
|
810
|
-
if(typeof this.config[this.device.device].items[item].options[defitem]=='function'){
|
877
|
+
if (typeof this.config[this.device.device].items[item].options[defitem] == 'function') {
|
811
878
|
continue
|
812
879
|
}
|
813
|
-
|
880
|
+
//tag)
|
814
881
|
let defopt = this.config[this.device.device].items[item].options[defitem]
|
815
882
|
if (defopt.isdefault) {
|
816
|
-
|
883
|
+
//tag)
|
817
884
|
f_item_value = defopt.data
|
818
885
|
}
|
819
886
|
}
|
820
|
-
}else{
|
887
|
+
} else {
|
821
888
|
f_item_value = this.config[this.device.device].items[item].data ? this.config[this.device.device].items[item].data : ''
|
822
889
|
}
|
823
|
-
|
890
|
+
//tag)
|
824
891
|
let it = {
|
825
892
|
type: this.config[this.device.device].items[item].type,
|
826
893
|
f_item_name: item,
|
894
|
+
f_alias_name: this.config[this.device.device].items[item].alias_name,
|
827
895
|
checkmust: this.config[this.device.device].items[item].checkmust,
|
828
896
|
f_item_value: f_item_value,
|
829
897
|
f_is_defect: '',
|
830
|
-
multiple:this.config[this.device.device].items[item].multiple == true?this.config[this.device.device].items[item].multiple:false,
|
831
|
-
isshow:this.config[this.device.device].items[item].isshow == false?this.config[this.device.device].items[item].isshow:true,
|
832
|
-
readonly: this.config[this.device.device].items[item].readonly == true?true:false,
|
898
|
+
multiple: this.config[this.device.device].items[item].multiple == true ? this.config[this.device.device].items[item].multiple : false,
|
899
|
+
isshow: this.config[this.device.device].items[item].isshow == false ? this.config[this.device.device].items[item].isshow : true,
|
900
|
+
readonly: this.config[this.device.device].items[item].readonly == true ? true : false,
|
833
901
|
remark: this.config[this.device.device].items[item].remark ? this.config[this.device.device].items[item].remark : '',
|
902
|
+
format: this.config[this.device.device].items[item].format ? this.config[this.device.device].items[item].format : 'yyyy-MM-dd 00:00:00',
|
834
903
|
f_path: '',
|
835
|
-
|
836
|
-
|
904
|
+
f_describe: this.config[this.device.device].items[item].describe || '',
|
905
|
+
f_responsibility: this.config[this.device.device].items[item].responsibility || '',
|
906
|
+
tooltip: '',
|
907
|
+
f_live_dispose: '',
|
837
908
|
f_else: '',
|
838
909
|
f_p1_path: '',
|
839
910
|
f_p2_path: '',
|
840
911
|
f_p3_path: ''
|
841
912
|
}
|
842
|
-
|
843
|
-
|
844
|
-
this.$set('f_items['+index+']',it)
|
845
|
-
if (this.config[this.device.device].items[item].type == 'selector' ||this.config[this.device.device].items[item].type == 'inputSelector') {
|
846
|
-
if(this.config[this.device.device].items[item].type == 'selector'){
|
913
|
+
//tag)
|
914
|
+
//tag)
|
915
|
+
this.$set('f_items[' + index + ']', it)
|
916
|
+
if (this.config[this.device.device].items[item].type == 'selector' || this.config[this.device.device].items[item].type == 'inputSelector') {
|
917
|
+
if (this.config[this.device.device].items[item].type == 'selector') {
|
847
918
|
this.page['options' + index].push({
|
848
919
|
label: "请选择",
|
849
920
|
value: ''
|
850
921
|
})
|
851
922
|
}
|
852
923
|
for (let i in this.config[this.device.device].items[item].options) {
|
853
|
-
if(typeof this.config[this.device.device].items[item].options[i]=='function'){
|
924
|
+
if (typeof this.config[this.device.device].items[item].options[i] == 'function') {
|
854
925
|
continue
|
855
926
|
}
|
856
927
|
this.page['options' + index].push({
|
@@ -858,139 +929,157 @@
|
|
858
929
|
value: this.config[this.device.device].items[item].options[i].data
|
859
930
|
})
|
860
931
|
}
|
861
|
-
if(this.config[this.device.device].items[item].type == 'selector'){
|
862
|
-
this.$set('f_items['+index+'].selected', f_item_value)
|
863
|
-
}else if(this.config[this.device.device].items[item].type == 'inputSelector'){
|
864
|
-
this.$set('f_items['+index+'].selected', f_item_value)
|
932
|
+
if (this.config[this.device.device].items[item].type == 'selector') {
|
933
|
+
this.$set('f_items[' + index + '].selected', f_item_value)
|
934
|
+
} else if (this.config[this.device.device].items[item].type == 'inputSelector') {
|
935
|
+
this.$set('f_items[' + index + '].selected', f_item_value)
|
865
936
|
}
|
866
937
|
|
867
|
-
this.$set('f_items['+index+'].options',this.page['options' + index])
|
938
|
+
this.$set('f_items[' + index + '].options', this.page['options' + index])
|
868
939
|
|
869
|
-
|
940
|
+
//tag)
|
870
941
|
} else if (this.config[this.device.device].items[item].type == 'radio' || this.config[this.device.device].items[item].type == 'checkbox') {
|
871
|
-
|
872
|
-
|
873
|
-
|
942
|
+
//tag)
|
943
|
+
//tag
|
944
|
+
//tag)
|
874
945
|
for (let i in this.config[this.device.device].items[item].options) {
|
875
|
-
if(typeof this.config[this.device.device].items[item].options[i]=='function'){
|
946
|
+
if (typeof this.config[this.device.device].items[item].options[i] == 'function') {
|
876
947
|
continue
|
877
948
|
}
|
878
|
-
|
949
|
+
//tag
|
879
950
|
this.page['options' + index].push({
|
880
951
|
label: this.config[this.device.device].items[item].options[i].data,
|
881
952
|
value: this.config[this.device.device].items[item].options[i].data,
|
882
953
|
isdefect: this.config[this.device.device].items[item].options[i].isdefect,
|
883
954
|
level: this.config[this.device.device].items[item].options[i].level
|
884
955
|
})
|
885
|
-
|
956
|
+
//tag)
|
886
957
|
}
|
887
|
-
|
958
|
+
//tag)
|
888
959
|
this.$set('f_items[' + index + '].options', this.page['options' + index])
|
889
960
|
this.$set('f_items[' + index + '].f_item_value', f_item_value)
|
890
|
-
|
961
|
+
//tag)
|
891
962
|
}
|
892
963
|
n = n + 1
|
893
964
|
}
|
894
|
-
if(JSON.stringify(this.piece) == '{}') {
|
965
|
+
if (JSON.stringify(this.piece) == '{}') {
|
895
966
|
// 如果没有,则新建
|
896
|
-
this.$set('piece.f_items',this.f_items)
|
897
|
-
this.$set('piece.f_device_type',this.device.device)
|
967
|
+
this.$set('piece.f_items', this.f_items)
|
968
|
+
this.$set('piece.f_device_type', this.device.device)
|
898
969
|
} else {
|
899
970
|
// 已经存在,把之前的数据重新填入
|
900
|
-
for (let f in this.f_items){
|
901
|
-
if(typeof this.f_items[f]=='function'){
|
971
|
+
for (let f in this.f_items) {
|
972
|
+
if (typeof this.f_items[f] == 'function') {
|
902
973
|
continue
|
903
974
|
}
|
904
|
-
for(let p in this.piece.f_items) {
|
905
|
-
if(typeof this.piece.f_items[p]=='function'){
|
975
|
+
for (let p in this.piece.f_items) {
|
976
|
+
if (typeof this.piece.f_items[p] == 'function') {
|
906
977
|
continue
|
907
978
|
}
|
908
979
|
if (this.f_items[f].f_item_name == this.piece.f_items[p].f_item_name) {
|
909
|
-
|
910
|
-
|
980
|
+
//tag)
|
981
|
+
//tag)
|
911
982
|
this.f_items[f] = Object.assign(this.f_items[f], this.piece.f_items[p])
|
912
|
-
|
983
|
+
//tag)
|
913
984
|
if (this.f_items[f].type == 'selector' || this.f_items[f].type == 'inputSelector') {
|
914
|
-
|
915
|
-
|
985
|
+
//tag)
|
986
|
+
//tag)
|
916
987
|
this.f_items[f].selected = this.piece.f_items[p].f_item_value
|
917
|
-
|
988
|
+
//tag)
|
918
989
|
}
|
919
990
|
// 取出特殊值
|
920
991
|
if (this.f_items[f].f_item_name == '初始表底') {
|
921
|
-
|
992
|
+
//tag)
|
922
993
|
this.f_initial_base.index = f
|
923
|
-
} else if (this.f_items[f].f_item_name == '累购气量') {
|
924
|
-
|
994
|
+
} else if (this.f_items[f].f_item_name == '累购气量' || this.f_items[f].f_item_name == '累购气量(非必填)') {
|
995
|
+
//tag)
|
925
996
|
this.f_total_gas.index = f
|
926
|
-
} else if (this.f_items[f].f_item_name == '已用气量') {
|
927
|
-
|
997
|
+
} else if (this.f_items[f].f_item_name == '已用气量' || this.f_items[f].f_item_name == '已用气量(非必填)') {
|
998
|
+
//tag)
|
928
999
|
this.f_table_base.index = f
|
929
1000
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
930
1001
|
this.getGasAberrantNumber('已用气量')
|
931
1002
|
})
|
932
|
-
} else if (this.f_items[f].f_item_name == '剩余气量') {
|
933
|
-
|
1003
|
+
} else if (this.f_items[f].f_item_name == '剩余气量' || this.f_items[f].f_item_name == '剩余气量(非必填)') {
|
1004
|
+
//tag)
|
934
1005
|
this.f_gas_balance.index = f
|
935
1006
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
936
1007
|
this.getGasAberrantNumber('')
|
937
1008
|
})
|
938
1009
|
} else if (this.f_items[f].f_item_name == '气量异常差值') {
|
939
|
-
|
1010
|
+
//tag)
|
940
1011
|
this.f_gas_aberrant_number.index = f
|
941
|
-
} else if (this.f_items[f].f_item_name == '累购金额') {
|
942
|
-
|
1012
|
+
} else if (this.f_items[f].f_item_name == '累购金额' || this.f_items[f].f_item_name == '累购金额(非必填)') {
|
1013
|
+
//tag)
|
943
1014
|
this.f_total_fee.index = f
|
944
|
-
} else if (this.f_items[f].f_item_name == '已用金额') {
|
945
|
-
|
1015
|
+
} else if (this.f_items[f].f_item_name == '已用金额' || this.f_items[f].f_item_name == '已用金额(非必填)') {
|
1016
|
+
//tag)
|
946
1017
|
this.f_fee_base.index = f
|
947
1018
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
948
1019
|
this.getFeeAberrantNumber('已用金额')
|
949
1020
|
})
|
950
|
-
} else if (this.f_items[f].f_item_name == '
|
951
|
-
|
1021
|
+
} else if (this.f_items[f].f_item_name == '系统剩余金额') {
|
1022
|
+
//tag)
|
1023
|
+
this.f_fee_base.index = f
|
1024
|
+
} else if (this.f_items[f].f_item_name == '剩余金额' || this.f_items[f].f_item_name == '剩余金额(非必填)') {
|
1025
|
+
//tag)
|
952
1026
|
this.f_fee_balance.index = f
|
953
1027
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
954
1028
|
this.getFeeAberrantNumber('')
|
955
1029
|
})
|
1030
|
+
} else if (this.f_items[f].f_item_name == '系统表底数') {
|
1031
|
+
//tag)
|
1032
|
+
this.f_system_balance.index = f
|
1033
|
+
this.$watch('f_items[' + f + '].f_item_value', function () {
|
1034
|
+
this.getTableBalanceNumber('')
|
1035
|
+
})
|
1036
|
+
} else if (this.f_items[f].f_item_name == '当前表底数') {
|
1037
|
+
//tag)
|
1038
|
+
this.f_table_balance.index = f
|
1039
|
+
this.$watch('f_items[' + f + '].f_item_value', function () {
|
1040
|
+
this.getTableBalanceNumber('')
|
1041
|
+
})
|
1042
|
+
} else if (this.f_items[f].f_item_name == '底数异常差值') {
|
1043
|
+
//tag)
|
1044
|
+
this.f_aberrant_number.index = f
|
956
1045
|
} else if (this.f_items[f].f_item_name == '金额异常差值') {
|
957
|
-
|
1046
|
+
//tag)
|
958
1047
|
this.f_fee_aberrant_number.index = f
|
959
|
-
}else if (this.f_items[f].f_item_name == '表读数') {
|
960
|
-
|
1048
|
+
} else if (this.f_items[f].f_item_name == '表读数') {
|
1049
|
+
//tag)
|
961
1050
|
this.f_meter_base.index = f
|
962
|
-
}else if (this.f_items[f].f_item_name == '表剩余金额') {
|
963
|
-
|
1051
|
+
} else if (this.f_items[f].f_item_name == '表剩余金额') {
|
1052
|
+
//tag)
|
964
1053
|
this.f_balance_amount.index = f
|
965
|
-
}else if (this.f_items[f].f_item_name == '字轮数') {
|
966
|
-
|
1054
|
+
} else if (this.f_items[f].f_item_name == '字轮数') {
|
1055
|
+
//tag)
|
967
1056
|
this.f_meter_base1.index = f
|
968
1057
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
969
1058
|
this.getmeteraberrantnumber()
|
970
1059
|
})
|
971
|
-
}else if (this.f_items[f].f_item_name == '表余额') {
|
972
|
-
|
1060
|
+
} else if (this.f_items[f].f_item_name == '表余额') {
|
1061
|
+
//tag)
|
973
1062
|
this.f_balance_amount1.index = f
|
974
1063
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
975
1064
|
this.getfeeaberrantnumber1()
|
976
1065
|
})
|
977
|
-
}else if (this.f_items[f].f_item_name == '表数异常差值') {
|
978
|
-
|
1066
|
+
} else if (this.f_items[f].f_item_name == '表数异常差值') {
|
1067
|
+
//tag)
|
979
1068
|
this.f_meter_aberrant_number1.index = f
|
980
|
-
}else if (this.f_items[f].f_item_name == '表金额异常差值') {
|
981
|
-
|
1069
|
+
} else if (this.f_items[f].f_item_name == '表金额异常差值') {
|
1070
|
+
//tag)
|
982
1071
|
this.f_fee_aberrant_number1.index = f
|
983
1072
|
}
|
984
1073
|
}
|
985
1074
|
}
|
986
1075
|
for (let em in this.config[this.device.device].items) {
|
987
|
-
if(typeof this.config[this.device.device].items[em]=='function'){
|
1076
|
+
if (typeof this.config[this.device.device].items[em] == 'function') {
|
988
1077
|
continue
|
989
1078
|
}
|
990
1079
|
if (this.config[this.device.device].items[em].type == 'selector' && em == this.f_items[f].f_item_name) {
|
991
|
-
this.f_items[f].options =[]
|
1080
|
+
this.f_items[f].options = []
|
992
1081
|
for (let k in this.config[this.device.device].items[em].options) {
|
993
|
-
if(typeof this.config[this.device.device].items[em].options[k]=='function'){
|
1082
|
+
if (typeof this.config[this.device.device].items[em].options[k] == 'function') {
|
994
1083
|
continue
|
995
1084
|
}
|
996
1085
|
this.f_items[f].options.push({
|
@@ -1001,24 +1090,24 @@
|
|
1001
1090
|
}
|
1002
1091
|
}
|
1003
1092
|
}
|
1004
|
-
|
1005
|
-
this.$set('piece.f_items',this.f_items)
|
1093
|
+
//tag)
|
1094
|
+
this.$set('piece.f_items', this.f_items)
|
1006
1095
|
}
|
1007
1096
|
this.towatch()
|
1008
1097
|
},
|
1009
|
-
destroyed(){
|
1098
|
+
destroyed() {
|
1010
1099
|
let nullCount = 0
|
1011
1100
|
let metertitles
|
1012
1101
|
//判断当前是否有选中项
|
1013
|
-
for (let row in this.f_items){
|
1014
|
-
if(typeof this.f_items[row]=='function'){
|
1102
|
+
for (let row in this.f_items) {
|
1103
|
+
if (typeof this.f_items[row] == 'function') {
|
1015
1104
|
continue
|
1016
1105
|
}
|
1017
|
-
if(this.f_items[row].selected
|
1018
|
-
|
1106
|
+
if (this.f_items[row].selected && this.f_items[row].selected != '' && this.f_items[row].selected instanceof Array) {
|
1107
|
+
//tag
|
1019
1108
|
this.f_items[row].f_item_value = this.f_items[row].selected
|
1020
|
-
}else if(this.f_items[row].selected
|
1021
|
-
|
1109
|
+
} else if (this.f_items[row].selected && this.f_items[row].selected != '') {
|
1110
|
+
//tag
|
1022
1111
|
this.f_items[row].f_item_value = this.f_items[row].selected
|
1023
1112
|
}
|
1024
1113
|
// if(this.f_items[row].f_item_value instanceof Array && this.f_items[row].f_item_value.length != 0 ){
|
@@ -1035,9 +1124,9 @@
|
|
1035
1124
|
// }
|
1036
1125
|
// picture.push(a)
|
1037
1126
|
this.$set(`paper['device${this.device.n}'][${this.idx}]`, this.piece)
|
1038
|
-
|
1127
|
+
//tag
|
1039
1128
|
},
|
1040
|
-
computed:{
|
1129
|
+
computed: {
|
1041
1130
|
|
1042
1131
|
}
|
1043
1132
|
}
|
@@ -1046,7 +1135,8 @@
|
|
1046
1135
|
.class-erro {
|
1047
1136
|
color: #a94442;
|
1048
1137
|
}
|
1049
|
-
|
1138
|
+
|
1139
|
+
.fivelabel {
|
1050
1140
|
border: none;
|
1051
1141
|
border-left: 5px solid #A2C2EB;
|
1052
1142
|
float: left;
|
@@ -1056,7 +1146,8 @@
|
|
1056
1146
|
word-wrap: break-word;
|
1057
1147
|
white-space: normal;
|
1058
1148
|
}
|
1059
|
-
|
1149
|
+
|
1150
|
+
.radiolabel {
|
1060
1151
|
border: none;
|
1061
1152
|
border-left: 5px solid #A2C2EB;
|
1062
1153
|
float: left;
|
@@ -1076,6 +1167,7 @@
|
|
1076
1167
|
word-wrap: break-word;
|
1077
1168
|
white-space: normal;
|
1078
1169
|
}
|
1170
|
+
|
1079
1171
|
.textlabel1 {
|
1080
1172
|
border: none;
|
1081
1173
|
border-left: 5px solid #f7cb32;
|
@@ -1085,10 +1177,12 @@
|
|
1085
1177
|
word-wrap: break-word;
|
1086
1178
|
white-space: normal;
|
1087
1179
|
}
|
1088
|
-
|
1180
|
+
|
1181
|
+
.spanrodio {
|
1089
1182
|
margin-right: 10px;
|
1090
1183
|
}
|
1091
|
-
|
1184
|
+
|
1185
|
+
.div-photo {
|
1092
1186
|
width: auto;
|
1093
1187
|
height: auto;
|
1094
1188
|
/* margin-top: 10px; */
|
@@ -1096,17 +1190,18 @@
|
|
1096
1190
|
bottom: 10px;
|
1097
1191
|
right: 10px;
|
1098
1192
|
}
|
1099
|
-
|
1193
|
+
|
1194
|
+
.panel-self {
|
1100
1195
|
border-radius: 5px;
|
1101
|
-
border:1px solid #c5e1f7;
|
1196
|
+
border: 1px solid #c5e1f7;
|
1102
1197
|
//background-color: #F2F6FA;
|
1103
1198
|
}
|
1104
|
-
|
1199
|
+
|
1200
|
+
.btn-photo {
|
1105
1201
|
border: 0;
|
1106
1202
|
border-radius: 7px;
|
1107
1203
|
background-color: #7dc1f4;
|
1108
1204
|
font: 15px PingFang-SC-Bold;
|
1109
1205
|
height: 20%;
|
1110
|
-
}
|
1111
|
-
</style>
|
1206
|
+
}</style>
|
1112
1207
|
|