safecheck-client 3.0.33-gongyi → 3.0.34-2
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 +460 -224
- package/src/components/android/Announcement.vue +2 -2
- package/src/components/android/AreaPlan.vue +82 -13
- 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 +294 -139
- 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 +216 -216
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +85 -65
- 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 +1195 -0
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +477 -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 +478 -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 +33 -33
- 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
@@ -107,7 +107,7 @@
|
|
107
107
|
|
108
108
|
export default {
|
109
109
|
title: '安检单',
|
110
|
-
props: ['f_plan_id', 'item', 'role'],
|
110
|
+
props: ['f_plan_id', 'item', 'role','source'],
|
111
111
|
// props: ['f_plan_id', 'role'],
|
112
112
|
data() {
|
113
113
|
return {
|
@@ -315,7 +315,7 @@
|
|
315
315
|
saveNoclick() {
|
316
316
|
// 禁用点击事件
|
317
317
|
$("#savebut").addClass("noclickbut");
|
318
|
-
|
318
|
+
//tag
|
319
319
|
|
320
320
|
// 5秒后启用点击事件
|
321
321
|
setTimeout(function(){
|
@@ -345,16 +345,16 @@
|
|
345
345
|
}
|
346
346
|
},
|
347
347
|
changediv(val){
|
348
|
-
|
348
|
+
//tag
|
349
349
|
return val
|
350
350
|
},
|
351
351
|
// 选择tab
|
352
352
|
tabSelect (item,number) {
|
353
353
|
this.header = item.header
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
354
|
+
//tag
|
355
|
+
//tag
|
356
|
+
//tag
|
357
|
+
//tag
|
358
358
|
// 处理关闭/显示 内容
|
359
359
|
if(this.number == number && !this.routeShow ){
|
360
360
|
this.routeShow = true
|
@@ -365,14 +365,14 @@
|
|
365
365
|
}
|
366
366
|
this.number = number
|
367
367
|
this.componentName = item.complete
|
368
|
-
|
368
|
+
//tag
|
369
369
|
if(item.complete == 'safecheck-devices'){
|
370
|
-
|
370
|
+
//tag
|
371
371
|
if(item.header != '燃气表' && this.data['device'+item.number].length == 0){
|
372
372
|
this.data['device' + item.number].push({})
|
373
373
|
}
|
374
|
-
|
375
|
-
|
374
|
+
//tag
|
375
|
+
//tag)
|
376
376
|
let idx=this.data['device' + item.number].length - 1
|
377
377
|
let itemprops = {
|
378
378
|
config:this.config,
|
@@ -381,16 +381,16 @@
|
|
381
381
|
item:this.item,
|
382
382
|
role:'inspect'
|
383
383
|
}
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
384
|
+
//tag
|
385
|
+
//tag)
|
386
|
+
//tag)
|
387
|
+
//tag
|
388
388
|
if(this.routeShow){
|
389
389
|
this.$goto(item.complete, itemprops, 'repair')
|
390
|
-
|
390
|
+
//tag
|
391
391
|
}
|
392
392
|
}else{
|
393
|
-
|
393
|
+
//tag
|
394
394
|
if(this.routeShow){
|
395
395
|
this.$goto(item.complete, {userinfo:this.data}, 'repair')
|
396
396
|
}
|
@@ -417,8 +417,8 @@
|
|
417
417
|
}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
418
418
|
for (let i = 0; i < res.data.length; i++) {
|
419
419
|
for (let j = 0; j < this.model.serviceacitivity[0].imgs.length; j++) {
|
420
|
-
|
421
|
-
|
420
|
+
//tag)
|
421
|
+
//tag
|
422
422
|
if (res.data[i].id.toString() === this.model.serviceacitivity[0].imgs[j].imgid) {
|
423
423
|
this.model.serviceacitivity[0].imgs[j] = Object.assign({}, res.data[i], this.model.serviceacitivity[0].imgs[j])
|
424
424
|
}
|
@@ -564,7 +564,7 @@
|
|
564
564
|
|
565
565
|
verifyFeedback() {
|
566
566
|
let prefix = '拍照签名:'
|
567
|
-
|
567
|
+
//tag)
|
568
568
|
if(Vue.android && (!this.data.f_overall_imgs || this.data.f_overall_imgs.length == 0) && this.data.f_entry_status == '入户')
|
569
569
|
return prefix + '必须有安检总体照片'
|
570
570
|
/*if(Vue.android && (!this.data.f_sign_path || this.data.f_sign_path.length == 0) && this.data.f_entry_status == '入户')
|
@@ -580,16 +580,23 @@
|
|
580
580
|
result: '正常',
|
581
581
|
data: []
|
582
582
|
}
|
583
|
+
let f_fist_count=0
|
584
|
+
let f_fist_content=''
|
585
|
+
let f_second_count=0
|
586
|
+
let f_second_content=''
|
587
|
+
let f_third_count=0
|
588
|
+
let f_third_content=''
|
589
|
+
let f_defect_text=''
|
583
590
|
let value = ''
|
584
591
|
let codata = JSON.parse(JSON.stringify(this.data))
|
585
|
-
|
586
|
-
|
592
|
+
//tag)
|
593
|
+
//tag)
|
587
594
|
codata.f_devices = []
|
588
595
|
this.f_devices = []
|
589
596
|
for (let device in codata) {
|
590
597
|
let f_device_type
|
591
598
|
if (device.startsWith("device")) {
|
592
|
-
|
599
|
+
//tag)
|
593
600
|
let hasOther = ''
|
594
601
|
let otherValue = null
|
595
602
|
for (let item in codata[device]) {
|
@@ -600,20 +607,20 @@
|
|
600
607
|
// } else {
|
601
608
|
// f_device_type = codata[device][item].f_device_type
|
602
609
|
// }
|
603
|
-
//
|
610
|
+
// //tag
|
604
611
|
for (let i = 0; i < codata[device][item].f_items.length ; i++) {
|
605
|
-
|
612
|
+
//tag
|
606
613
|
if(i == 'sum'){
|
607
614
|
continue
|
608
615
|
}
|
609
|
-
|
616
|
+
//tag)
|
610
617
|
var items = codata[device][item].f_items[i]
|
611
618
|
items.f_create_time = Util.toStandardTimeString()
|
612
|
-
|
619
|
+
//tag)
|
613
620
|
items.f_item_lists = []
|
614
|
-
|
615
|
-
//
|
616
|
-
//
|
621
|
+
//tag)
|
622
|
+
// //tag)
|
623
|
+
// //tag} name => ${JSON.stringify(items.f_item_name)} value => ${JSON.stringify(items.f_item_value)}`)
|
617
624
|
// console.log(`f_is_defect => ${this.config[codata[device][item]
|
618
625
|
// .f_device_type]
|
619
626
|
// .items[items.f_item_name]
|
@@ -621,15 +628,15 @@
|
|
621
628
|
// .find((option)=>option.data === items.f_item_value)
|
622
629
|
// .map((option)=>option.f_is_defect)}`)
|
623
630
|
// if (items.f_is_defect && (items.f_is_defect == true || items.f_is_defect == 'true')) {
|
624
|
-
//
|
631
|
+
// //tag
|
625
632
|
// checkResults.result = '有隐患'
|
626
|
-
//
|
627
|
-
//
|
633
|
+
// //tag)
|
634
|
+
// //tag)
|
628
635
|
// // this.$set('checkResult.' + items.f_item_name, items.f_item_value)
|
629
636
|
// this.checkResult[items.f_item_name] = items.f_item_value
|
630
|
-
//
|
637
|
+
// //tag)
|
631
638
|
// // this.$set('checkResultsss.' + items.f_item_name, `${f_device_type}${items.f_item_value}`)
|
632
|
-
// //
|
639
|
+
// // //tag)
|
633
640
|
// }
|
634
641
|
if (items.type == 'selector') {
|
635
642
|
items.selected = []
|
@@ -644,36 +651,46 @@
|
|
644
651
|
let f_is_eliminate //隐患是否消除
|
645
652
|
let f_meternumber = ''
|
646
653
|
let f_user_defects = [] // 用户所有隐患
|
647
|
-
|
648
|
-
|
654
|
+
//tag
|
655
|
+
//tag
|
649
656
|
if (items.type == 'selector' || items.type == 'checkbox') {
|
650
657
|
for (let i in items.f_item_value) {
|
651
658
|
let configItems = this.config[codata[device][item].f_device_type].items[f_item_name]
|
652
|
-
|
659
|
+
//tag)
|
653
660
|
for (let k in configItems.options) {
|
654
|
-
|
661
|
+
//tag)
|
655
662
|
if (items.f_item_value[i] === configItems.options[k].data) {
|
656
663
|
|
657
664
|
f_is_defect = configItems.options[k].isdefect
|
658
665
|
f_item_value = items.f_item_value[i]
|
659
666
|
f_defect_level = configItems.options[k].level
|
660
667
|
|
661
|
-
|
662
|
-
|
663
|
-
|
668
|
+
//tag
|
669
|
+
//tag
|
670
|
+
//tag
|
664
671
|
|
665
672
|
if (f_is_defect) {
|
666
673
|
if (checkResults.result !== '有隐患') {
|
667
674
|
checkResults.result = '有隐患'
|
668
675
|
}
|
669
676
|
if (!this.checkResult.hasOwnProperty(f_item_name)) {
|
670
|
-
|
677
|
+
//tag
|
671
678
|
this.checkResult[f_item_name] = []
|
672
679
|
}
|
673
680
|
|
674
|
-
|
681
|
+
//tag
|
675
682
|
this.checkResult[f_item_name].push(f_item_value)
|
676
|
-
|
683
|
+
if(codata[device][item].f_device_type == '一级隐患'){
|
684
|
+
f_fist_content += `${f_item_name}:${f_item_value},`
|
685
|
+
f_fist_count = f_fist_count+1
|
686
|
+
}else if(codata[device][item].f_device_type == '二级隐患'){
|
687
|
+
f_second_content += `${f_item_name}:${f_item_value},`
|
688
|
+
f_second_count = f_second_count+1
|
689
|
+
}else if(codata[device][item].f_device_type == '三级隐患'){
|
690
|
+
f_third_content += `${f_item_name}:${f_item_value},`
|
691
|
+
f_third_count = f_third_count+1
|
692
|
+
}
|
693
|
+
f_defect_text += `${f_item_name}:${f_item_value},`
|
677
694
|
}
|
678
695
|
|
679
696
|
let items_list = {
|
@@ -684,17 +701,17 @@
|
|
684
701
|
f_create_time: Util.toStandardTimeString()
|
685
702
|
}
|
686
703
|
if (!items.f_item_lists) {
|
687
|
-
|
704
|
+
//tag
|
688
705
|
items.f_item_lists = []
|
689
|
-
|
706
|
+
//tag)
|
690
707
|
if (JSON.stringify(items_list) !== '{}') {
|
691
|
-
|
708
|
+
//tag
|
692
709
|
items.f_item_lists.push(items_list)
|
693
710
|
}
|
694
711
|
} else {
|
695
|
-
|
712
|
+
//tag)
|
696
713
|
if (JSON.stringify(items_list) !== '{}') {
|
697
|
-
|
714
|
+
//tag
|
698
715
|
items.f_item_lists.push(items_list)
|
699
716
|
}
|
700
717
|
}
|
@@ -703,13 +720,13 @@
|
|
703
720
|
}
|
704
721
|
} else {
|
705
722
|
let configItems = this.config[codata[device][item].f_device_type].items[items.f_item_name]
|
706
|
-
|
723
|
+
//tag)
|
707
724
|
f_is_defect = configItems.isdefect
|
708
725
|
f_defect_level = configItems.level
|
709
726
|
f_item_value = items.f_item_value
|
710
|
-
|
711
|
-
|
712
|
-
|
727
|
+
//tag
|
728
|
+
//tag
|
729
|
+
//tag
|
713
730
|
let items_list = {
|
714
731
|
f_is_defect: f_is_defect,
|
715
732
|
f_item_value: f_item_value,
|
@@ -722,43 +739,43 @@
|
|
722
739
|
checkResults.result = '有隐患'
|
723
740
|
}
|
724
741
|
if (!this.checkResult.hasOwnProperty(items.f_item_name)) {
|
725
|
-
|
742
|
+
//tag
|
726
743
|
this.checkResult[items.f_item_name] = []
|
727
744
|
}
|
728
745
|
|
729
|
-
|
746
|
+
//tag
|
730
747
|
this.checkResult[items.f_item_name].push(f_item_value)
|
731
748
|
|
732
749
|
}
|
733
|
-
|
734
|
-
|
750
|
+
//tag)
|
751
|
+
//tag)
|
735
752
|
if (!items.f_item_lists) {
|
736
|
-
|
753
|
+
//tag
|
737
754
|
items.f_item_lists = []
|
738
755
|
if (JSON.stringify(items_list) != '{}') {
|
739
|
-
|
756
|
+
//tag
|
740
757
|
items.f_item_lists.push(items_list)
|
741
758
|
}
|
742
759
|
} else {
|
743
760
|
// items.f_item_lists[0].f_item_value = f_item_value
|
744
761
|
if (JSON.stringify(items_list) != '{}') {
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
762
|
+
//tag
|
763
|
+
//tag)
|
764
|
+
//tag)
|
765
|
+
//tag
|
749
766
|
items.f_item_lists.push(items_list)
|
750
767
|
}
|
751
768
|
}
|
752
769
|
}
|
753
770
|
if (hasOther !== '' && otherValue !== null) {
|
754
|
-
|
771
|
+
//tag
|
755
772
|
this.checkResult[hasOther].push(otherValue)
|
756
773
|
hasOther = ''
|
757
774
|
otherValue = null
|
758
775
|
}
|
759
776
|
items.f_item_value = ''
|
760
777
|
}
|
761
|
-
|
778
|
+
//tag)
|
762
779
|
this.f_devices.push(codata[device][item])
|
763
780
|
}
|
764
781
|
}
|
@@ -766,34 +783,41 @@
|
|
766
783
|
if (this.checkResult) {
|
767
784
|
for (let key in this.checkResult) {
|
768
785
|
// 上次安检结果数据组织
|
769
|
-
|
770
|
-
|
786
|
+
//tag
|
787
|
+
//tag
|
771
788
|
let temp = {}
|
772
789
|
temp[key] = this.checkResult[key].join(',')
|
773
790
|
checkResults.data.push(temp)
|
774
791
|
// this.newcheckResult[key] = this.checkResult[key]
|
775
792
|
// checkResults.data.push(this.newcheckResult)
|
776
|
-
|
793
|
+
//tag)
|
777
794
|
// this.newcheckResult = {}
|
778
795
|
}
|
779
796
|
this.checkResult = {}
|
780
797
|
}
|
781
|
-
|
782
|
-
|
798
|
+
//tag
|
799
|
+
//tag)
|
800
|
+
codata.f_fist_count = f_fist_count
|
801
|
+
codata.f_fist_content = f_fist_content
|
802
|
+
codata.f_second_count = f_second_count
|
803
|
+
codata.f_second_content = f_second_content
|
804
|
+
codata.f_third_count = f_third_count
|
805
|
+
codata.f_third_content = f_third_content
|
806
|
+
codata.f_defect_text = f_defect_text
|
783
807
|
codata.f_defect_content = JSON.stringify(checkResults)
|
784
808
|
this.data.f_defect_content = JSON.stringify(checkResults)
|
785
|
-
|
809
|
+
//tag
|
786
810
|
return codata
|
787
811
|
},
|
788
812
|
uploadCheckPaper(){
|
789
813
|
this.saveNoclick()
|
790
|
-
|
814
|
+
//tag
|
791
815
|
let errString = this.errorVerify()
|
792
816
|
this.isdisable = true
|
793
817
|
if (errString) {
|
794
|
-
|
795
|
-
|
796
|
-
|
818
|
+
//tag
|
819
|
+
//tag
|
820
|
+
//tag
|
797
821
|
if (Vue.android){
|
798
822
|
// if(this.isUpload){
|
799
823
|
// this.isUpload = false
|
@@ -806,7 +830,7 @@
|
|
806
830
|
this.$set('data.f_offsite_time', Util.toStandardTimeString())
|
807
831
|
this.$set('data.f_upload_time', Util.toStandardTimeString())
|
808
832
|
this.$set('data.f_upload_date', Util.toStandardTimeString())
|
809
|
-
|
833
|
+
//tag
|
810
834
|
this.data.f_complete = '已完成'
|
811
835
|
this.disableTimer()
|
812
836
|
}
|
@@ -820,7 +844,7 @@
|
|
820
844
|
this.isdisable = false
|
821
845
|
return
|
822
846
|
}*/
|
823
|
-
|
847
|
+
//tag
|
824
848
|
this.onlySave = false
|
825
849
|
let res = this.save()
|
826
850
|
// if(res) {
|
@@ -832,27 +856,27 @@
|
|
832
856
|
// f_check_item_id: this.data.f_check_item_id
|
833
857
|
// })
|
834
858
|
// //如果是转维修上传,则不做校验,上传完成后自动转维修
|
835
|
-
//
|
836
|
-
//
|
859
|
+
// //tag
|
860
|
+
// //tag
|
837
861
|
// if(!this.isToRepair){
|
838
862
|
// if(haslivedispose.data.length > 0 && (this.livedispose == 'true' || this.livedispose == true)){
|
839
|
-
//
|
840
|
-
//
|
863
|
+
// //tag
|
864
|
+
// //tag
|
841
865
|
// if(!this.isSafeCheckToRepair){
|
842
866
|
// this.$showMessage('有未处理的隐患,请前往拍照上传中将安检转为维修单!')
|
843
867
|
// return
|
844
868
|
// }
|
845
869
|
// }
|
846
870
|
// }
|
847
|
-
//
|
871
|
+
// //tag
|
848
872
|
// for (let key in codata){
|
849
873
|
// if(key.startsWith("device")){
|
850
874
|
// codata[key] = []
|
851
875
|
// }
|
852
876
|
// }
|
853
|
-
//
|
877
|
+
// //tag}`)
|
854
878
|
//
|
855
|
-
//
|
879
|
+
// //tag
|
856
880
|
// let isStart = true
|
857
881
|
// let res
|
858
882
|
// for (let i in this.f_devices){
|
@@ -884,33 +908,33 @@
|
|
884
908
|
// // row: codata
|
885
909
|
// // })
|
886
910
|
// // if (response.code == 200) {
|
887
|
-
// //
|
888
|
-
// //
|
911
|
+
// // //tag
|
912
|
+
// // //tag)
|
889
913
|
// // let f_paper_id
|
890
914
|
// // if(response.data != '' && response.data != null){
|
891
915
|
// // f_paper_id = JSON.parse(response.data).id
|
892
916
|
// // }
|
893
917
|
// // this.$set('data.f_paper_id', f_paper_id)
|
894
|
-
// //
|
895
|
-
// //
|
896
|
-
// //
|
897
|
-
// //
|
918
|
+
// // //tag
|
919
|
+
// // //tag)
|
920
|
+
// // //tag
|
921
|
+
// // //tag)
|
898
922
|
// // for (let device in this.data){
|
899
|
-
// //
|
900
|
-
// //
|
923
|
+
// // //tag
|
924
|
+
// // //tag)
|
901
925
|
// // if(device.startsWith("device")){
|
902
926
|
// // for(let devices of this.data[device]) {
|
903
927
|
// // devices.f_paper_id = f_paper_id
|
904
928
|
// // let ret = this.$androidUtil.bzLogic('UpCheckPaperDevices', {
|
905
929
|
// // row: devices
|
906
930
|
// // })
|
907
|
-
// //
|
931
|
+
// // //tag}`)
|
908
932
|
// // if(ret.code == 200){
|
909
|
-
// //
|
933
|
+
// // //tag
|
910
934
|
// // devices.f_device_id = JSON.parse(ret.data.f_device_id).id
|
911
935
|
// // }
|
912
|
-
// //
|
913
|
-
// //
|
936
|
+
// // //tag
|
937
|
+
// // //tag)
|
914
938
|
// // if (ret.code != 200) {
|
915
939
|
// // //TODO 失败后处理
|
916
940
|
// // // this.isUpload = false
|
@@ -922,12 +946,12 @@
|
|
922
946
|
// // }
|
923
947
|
// // // for (let device of this.f_devices) {
|
924
948
|
// // // device.f_paper_id = f_paper_id
|
925
|
-
// // //
|
926
|
-
// // //
|
949
|
+
// // // //tag
|
950
|
+
// // // //tag)
|
927
951
|
// // // let ret = this.$androidUtil.bzLogic('UpCheckPaperDevices', {
|
928
952
|
// // // row: device
|
929
953
|
// // // })
|
930
|
-
// // //
|
954
|
+
// // // //tag
|
931
955
|
// // // if (ret.code != 200) {
|
932
956
|
// // // //TODO 失败后处理
|
933
957
|
// // // HostApp.alert("上传失败!")
|
@@ -959,7 +983,7 @@
|
|
959
983
|
// // return false
|
960
984
|
// // }
|
961
985
|
// }catch (e) {
|
962
|
-
//
|
986
|
+
// //tag)
|
963
987
|
// // this.isUpload = false
|
964
988
|
// this.$showMessage("上传失败!")
|
965
989
|
// }
|
@@ -967,16 +991,16 @@
|
|
967
991
|
},
|
968
992
|
save(type) {
|
969
993
|
this.saveNoclick()
|
970
|
-
|
994
|
+
//tag
|
971
995
|
if(type == 'temp'){
|
972
996
|
this.data.f_complete = '未完成'
|
973
997
|
this.disableTimer()
|
974
998
|
}else {
|
975
999
|
let errString = this.errorVerify()
|
976
1000
|
if (errString) {
|
977
|
-
|
978
|
-
|
979
|
-
|
1001
|
+
//tag
|
1002
|
+
//tag
|
1003
|
+
//tag
|
980
1004
|
if (Vue.android){
|
981
1005
|
this.$showMessage(errString)
|
982
1006
|
}
|
@@ -987,6 +1011,16 @@
|
|
987
1011
|
this.disableTimer()
|
988
1012
|
}
|
989
1013
|
}
|
1014
|
+
if (this.data.f_entry_status == '入户') {
|
1015
|
+
this.data.f_rejectcheck_path = null
|
1016
|
+
this.data.f_noanswer_path = null
|
1017
|
+
this.data.f_noanswertwo_path = null
|
1018
|
+
}else if (this.data.f_entry_status == '到访不遇') {
|
1019
|
+
this.data.f_rejectcheck_path = null
|
1020
|
+
}else if (this.data.f_entry_status == '拒检') {
|
1021
|
+
this.data.f_noanswer_path = null
|
1022
|
+
this.data.f_noanswertwo_path = null
|
1023
|
+
}
|
990
1024
|
// try {
|
991
1025
|
let codata = this.getAllDefect()
|
992
1026
|
if(this.isToRepair && JSON.parse(this.data.f_defect_content).result != '有隐患'){
|
@@ -995,24 +1029,24 @@
|
|
995
1029
|
this.isdisable = false
|
996
1030
|
return
|
997
1031
|
}
|
998
|
-
|
999
|
-
|
1032
|
+
//tag
|
1033
|
+
//tag}`)
|
1000
1034
|
for (let key in codata) {
|
1001
1035
|
if (key.startsWith("device")) {
|
1002
|
-
|
1036
|
+
//tag)
|
1003
1037
|
codata[key] = []
|
1004
1038
|
}
|
1005
1039
|
}
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1040
|
+
//tag}`)
|
1041
|
+
//tag}`)
|
1042
|
+
//tag
|
1009
1043
|
if (Vue.android) {
|
1010
|
-
|
1044
|
+
//tag
|
1011
1045
|
let value = this.$androidUtil.path({
|
1012
1046
|
alias: 'getUserinfomation',
|
1013
1047
|
data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan = '无计划安检'"}
|
1014
1048
|
})
|
1015
|
-
|
1049
|
+
//tag)
|
1016
1050
|
if (this.item.f_no_checkplan == '无计划安检' && this.item.f_no_checkplan != '打回') {
|
1017
1051
|
// let result = this.$androidUtil.bzLogic('SafeSaveNoPaper', {
|
1018
1052
|
// f_check_item_id: this.data.f_check_item_id,
|
@@ -1020,7 +1054,7 @@
|
|
1020
1054
|
// f_upload_state:'未传',
|
1021
1055
|
// row: codata
|
1022
1056
|
// })
|
1023
|
-
|
1057
|
+
//tag
|
1024
1058
|
let isStart = true
|
1025
1059
|
// let res
|
1026
1060
|
// for (let i in this.f_devices) {
|
@@ -1048,7 +1082,7 @@
|
|
1048
1082
|
f_upload_state: '未传',
|
1049
1083
|
row: codata
|
1050
1084
|
}
|
1051
|
-
|
1085
|
+
//tag)
|
1052
1086
|
let paramStr = JSON.stringify(param)
|
1053
1087
|
// 多长截断一次
|
1054
1088
|
let subLength = 800
|
@@ -1067,26 +1101,26 @@
|
|
1067
1101
|
'backresult': 1
|
1068
1102
|
})
|
1069
1103
|
} else {
|
1070
|
-
|
1104
|
+
//tag
|
1071
1105
|
let isStart = true
|
1072
1106
|
let res
|
1073
|
-
|
1107
|
+
//tag)
|
1074
1108
|
// for (let i in this.f_devices) {
|
1075
|
-
//
|
1109
|
+
// //tag)
|
1076
1110
|
// for (let j = 0; j < this.f_devices[i].f_items.length; j++) {
|
1077
|
-
//
|
1111
|
+
// //tag)
|
1078
1112
|
// }
|
1079
1113
|
// res = HostApp.organizeJSON({isStart: isStart, isDevice: true, device: this.f_devices[i]})
|
1080
|
-
//
|
1114
|
+
// //tag)
|
1081
1115
|
// if (res.code == 200) {
|
1082
1116
|
// isStart = false
|
1083
1117
|
// } else {
|
1084
1118
|
// this.$showMessage("保存失败!")
|
1085
1119
|
// }
|
1086
1120
|
// }
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1121
|
+
//tag)
|
1122
|
+
//tag)
|
1123
|
+
//tag)
|
1090
1124
|
// let result = HostApp.organizeJSON({
|
1091
1125
|
// isStart: false,
|
1092
1126
|
// isJSON: true,
|
@@ -1102,7 +1136,7 @@
|
|
1102
1136
|
f_checker_id: this.data.f_checker_id,
|
1103
1137
|
row: codata
|
1104
1138
|
}
|
1105
|
-
|
1139
|
+
//tag)
|
1106
1140
|
let paramStr = JSON.stringify(param)
|
1107
1141
|
// 多长截断一次
|
1108
1142
|
let subLength = 800
|
@@ -1123,7 +1157,7 @@
|
|
1123
1157
|
}
|
1124
1158
|
|
1125
1159
|
} else {
|
1126
|
-
|
1160
|
+
//tag
|
1127
1161
|
let value = this.$androidUtil.path({
|
1128
1162
|
alias: 'getUserinfomation',
|
1129
1163
|
data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan = '无计划安检'"}
|
@@ -1141,17 +1175,17 @@
|
|
1141
1175
|
this.$androidUtil.bzLogic('getPaperInfo', {
|
1142
1176
|
f_check_item_id: this.data.f_check_item_id
|
1143
1177
|
}).then((res) => {
|
1144
|
-
|
1178
|
+
//tag
|
1145
1179
|
if (res.data.code == 200) {
|
1146
1180
|
|
1147
1181
|
let f_paper_id = res.data.data[0].id
|
1148
1182
|
for (let device of this.f_devices) {
|
1149
1183
|
device.f_paper_id = f_paper_id
|
1150
|
-
|
1184
|
+
//tag
|
1151
1185
|
this.$androidUtil.bzLogic('saveDevice', {
|
1152
1186
|
row: device
|
1153
1187
|
}).then((ret) => {
|
1154
|
-
|
1188
|
+
//tag
|
1155
1189
|
if (ret.code != 200) {
|
1156
1190
|
// if(this.isUpload){
|
1157
1191
|
// this.isUpload = false
|
@@ -1181,23 +1215,23 @@
|
|
1181
1215
|
f_checker_id: this.data.f_checker_id,
|
1182
1216
|
row: codata
|
1183
1217
|
}).then((res) => {
|
1184
|
-
|
1218
|
+
//tag
|
1185
1219
|
if (res.data.code == 200) {
|
1186
1220
|
//保存devices
|
1187
1221
|
this.$androidUtil.bzLogic('getPaperInfo', {
|
1188
1222
|
f_check_item_id: this.data.f_check_item_id
|
1189
1223
|
}).then((res) => {
|
1190
|
-
|
1224
|
+
//tag
|
1191
1225
|
if (res.data.code == 200) {
|
1192
1226
|
|
1193
1227
|
let f_paper_id = res.data.data[0].id
|
1194
1228
|
for (let device of this.f_devices) {
|
1195
1229
|
device.f_paper_id = f_paper_id
|
1196
|
-
|
1230
|
+
//tag
|
1197
1231
|
this.$androidUtil.bzLogic('saveDevice', {
|
1198
1232
|
row: device
|
1199
1233
|
}).then((ret) => {
|
1200
|
-
|
1234
|
+
//tag
|
1201
1235
|
if (ret.code != 200) {
|
1202
1236
|
// if(this.isUpload){
|
1203
1237
|
// this.isUpload = false
|
@@ -1224,7 +1258,7 @@
|
|
1224
1258
|
}
|
1225
1259
|
}
|
1226
1260
|
// }catch (e) {
|
1227
|
-
//
|
1261
|
+
// //tag)
|
1228
1262
|
// // this.isUpload = false
|
1229
1263
|
// this.$showMessage("保存失败!")
|
1230
1264
|
// }
|
@@ -1256,13 +1290,13 @@
|
|
1256
1290
|
})
|
1257
1291
|
},
|
1258
1292
|
saveCallBack(jo){
|
1259
|
-
|
1293
|
+
//tag)
|
1260
1294
|
this.isdisable = false
|
1261
1295
|
if(jo.state == 'ok'){
|
1262
1296
|
let res = JSON.parse(jo.result)
|
1263
|
-
|
1297
|
+
//tag)
|
1264
1298
|
if(res.code == 200){
|
1265
|
-
|
1299
|
+
//tag
|
1266
1300
|
if(!this.onlySave){
|
1267
1301
|
let codata = this.getAllDefect()
|
1268
1302
|
//获取微信推送内容
|
@@ -1271,26 +1305,26 @@
|
|
1271
1305
|
f_check_item_id: this.data.f_check_item_id
|
1272
1306
|
})
|
1273
1307
|
//如果是转维修上传,则不做校验,上传完成后自动转维修
|
1274
|
-
|
1275
|
-
|
1308
|
+
//tag
|
1309
|
+
//tag
|
1276
1310
|
if(!this.isToRepair){
|
1277
1311
|
if(haslivedispose.data.length > 0 && (this.livedispose == 'true' || this.livedispose == true)){
|
1278
|
-
|
1279
|
-
|
1312
|
+
//tag
|
1313
|
+
//tag
|
1280
1314
|
if(!this.isSafeCheckToRepair){
|
1281
1315
|
|
1282
1316
|
}
|
1283
1317
|
}
|
1284
1318
|
}
|
1285
|
-
|
1319
|
+
//tag
|
1286
1320
|
for (let key in codata){
|
1287
1321
|
if(key.startsWith("device")){
|
1288
1322
|
codata[key] = []
|
1289
1323
|
}
|
1290
1324
|
}
|
1291
|
-
|
1325
|
+
//tag}`)
|
1292
1326
|
|
1293
|
-
|
1327
|
+
//tag
|
1294
1328
|
// let isStart = true
|
1295
1329
|
// let res
|
1296
1330
|
// for (let i in this.f_devices){
|
@@ -1317,7 +1351,7 @@
|
|
1317
1351
|
f_checker_id: this.data.f_checker_id,
|
1318
1352
|
row: codata
|
1319
1353
|
}
|
1320
|
-
|
1354
|
+
//tag)
|
1321
1355
|
let paramStr = JSON.stringify(param)
|
1322
1356
|
// 多长截断一次
|
1323
1357
|
let subLength = 800
|
@@ -1363,31 +1397,31 @@
|
|
1363
1397
|
}
|
1364
1398
|
}
|
1365
1399
|
}
|
1366
|
-
|
1367
|
-
|
1400
|
+
//tag)
|
1401
|
+
//tag)
|
1368
1402
|
this.isdisable = false
|
1369
1403
|
if(jo.state == 'ok'){
|
1370
1404
|
let res = JSON.parse(jo.result)
|
1371
|
-
|
1372
|
-
|
1405
|
+
//tag)
|
1406
|
+
//tag)
|
1373
1407
|
if(res.code == 200){
|
1374
1408
|
this.$set('data.f_paper_id', res.id)
|
1375
1409
|
this.isStrat=false
|
1376
1410
|
if(url != ""){
|
1377
1411
|
this.$resetpost(`${url}`,{data:WxResult})
|
1378
1412
|
}
|
1379
|
-
|
1413
|
+
//tag
|
1380
1414
|
if(this.isToRepair){
|
1381
1415
|
/*let defect=JSON.parse(this.data.f_defect_content)
|
1382
1416
|
let repairContent=''
|
1383
1417
|
defect.data.forEach(de =>{
|
1384
1418
|
let arr=Object.keys(de)
|
1385
|
-
|
1419
|
+
//tag)
|
1386
1420
|
arr.forEach(key=>{
|
1387
1421
|
repairContent += key+':'+de[key]+' '
|
1388
1422
|
})
|
1389
1423
|
})
|
1390
|
-
|
1424
|
+
//tag
|
1391
1425
|
let repair={
|
1392
1426
|
"sn": res.id,
|
1393
1427
|
"caseType": "客户问题",
|
@@ -1410,11 +1444,11 @@
|
|
1410
1444
|
"faultCategory": "安检隐患",
|
1411
1445
|
"processingLevel": "普通",
|
1412
1446
|
"remarks": "" }*/
|
1413
|
-
|
1447
|
+
/*//tag)
|
1414
1448
|
new HttpResetClass().load('POST','http://39.101.182.117:8909/api/cc/workorder.ashx?sign=5F27F9CA-2793-40CE-9834-0F033F71EDD2&method=postpreorder',repair,{resolveMsg: null, rejectMsg: null}).then(res =>{
|
1415
|
-
|
1449
|
+
//tag)
|
1416
1450
|
if(res.data.success){
|
1417
|
-
|
1451
|
+
//tag)
|
1418
1452
|
let param={
|
1419
1453
|
itemid:res.id,
|
1420
1454
|
gid:res.data.gid
|
@@ -1433,17 +1467,17 @@
|
|
1433
1467
|
//this.todo()
|
1434
1468
|
}else{
|
1435
1469
|
this.$showMessage('上传成功!')
|
1436
|
-
|
1470
|
+
//tag
|
1437
1471
|
this.$dispatch('confirm')
|
1438
1472
|
// this.$back()
|
1439
1473
|
}
|
1440
1474
|
}else if(res.code == 309){
|
1441
1475
|
this.$showMessage('该安检单已作废!')
|
1442
|
-
|
1476
|
+
//tag
|
1443
1477
|
this.$dispatch('confirm')
|
1444
1478
|
}else if(res.code == 310){
|
1445
1479
|
this.$showMessage('该安检单已上传,请勿重复上传!')
|
1446
|
-
|
1480
|
+
//tag
|
1447
1481
|
this.$dispatch('confirm')
|
1448
1482
|
}else if(res.code == 500){
|
1449
1483
|
this.$showMessage('图片上传失败,请检查图片,确认无误后再次进行上传!')
|
@@ -1464,9 +1498,9 @@
|
|
1464
1498
|
//获取微信推送路径
|
1465
1499
|
if(jo.state == 'ok'){
|
1466
1500
|
let res = JSON.parse(jo.result)
|
1467
|
-
|
1501
|
+
//tag)
|
1468
1502
|
if(res.code == 200){
|
1469
|
-
|
1503
|
+
//tag
|
1470
1504
|
if(res.data.code == 200){
|
1471
1505
|
this.$showMessage('上传并转维修成功!')
|
1472
1506
|
}else{
|
@@ -1509,11 +1543,11 @@
|
|
1509
1543
|
HostApp.__this__.$set('data', paper)
|
1510
1544
|
HostApp.__this__.$goto('safecheck-userinfo', {}, 'paper-router')
|
1511
1545
|
// 如果打回重检则重新计时
|
1512
|
-
|
1546
|
+
//tag
|
1513
1547
|
if(HostApp.__this__.role == 'inspect'
|
1514
1548
|
&& HostApp.__this__.data.f_approved
|
1515
1549
|
&& HostApp.__this__.data.f_approved == '打回') {
|
1516
|
-
|
1550
|
+
//tag
|
1517
1551
|
HostApp.__this__.data.f_onsite_time = Util.toStandardTimeString()
|
1518
1552
|
HostApp.__this__.tick()
|
1519
1553
|
}
|
@@ -1545,7 +1579,7 @@
|
|
1545
1579
|
return obj;
|
1546
1580
|
},
|
1547
1581
|
async isoverDate(){
|
1548
|
-
|
1582
|
+
//tag
|
1549
1583
|
let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/androidGetuserinfo`, {data:{
|
1550
1584
|
condition:"ti.id='"+this.item.id+"'"
|
1551
1585
|
}
|
@@ -1554,8 +1588,8 @@
|
|
1554
1588
|
this.isneedDate=res.data.length>0?res.data[0]["f_subscribe_date"]:''
|
1555
1589
|
},
|
1556
1590
|
putDevices() {
|
1557
|
-
|
1558
|
-
|
1591
|
+
//tag)
|
1592
|
+
//tag)
|
1559
1593
|
this.$set('data.approve', "true")
|
1560
1594
|
this.$set('data.writeback', "false")
|
1561
1595
|
if (Vue.config.safecheck != undefined) {
|
@@ -1570,10 +1604,10 @@
|
|
1570
1604
|
this.livedispose = Vue.config.safecheck.ApproveConfig.livedispose
|
1571
1605
|
}
|
1572
1606
|
}
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1607
|
+
//tag
|
1608
|
+
//tag)
|
1609
|
+
//tag)
|
1610
|
+
//tag
|
1577
1611
|
if(this.item.f_user_type == '民用'){
|
1578
1612
|
// 民用户
|
1579
1613
|
|
@@ -1601,19 +1635,19 @@
|
|
1601
1635
|
items:{}}
|
1602
1636
|
if(this.deviceinfo.data.length>0){
|
1603
1637
|
for (let i=0;i<this.deviceinfo.data.length;i++){
|
1604
|
-
dev.items[this.deviceinfo.data[i].f_devices_model+'数量']={index: i*3+1,type:"number",f_item_value: this.deviceinfo.data[i].f_devices_num}
|
1605
|
-
dev.items[this.deviceinfo.data[i].f_devices_model+'品牌']={index: i*3+2,type:"string",f_item_value: this.deviceinfo.data[i].f_brand}
|
1606
|
-
dev.items[this.deviceinfo.data[i].f_devices_model+'检查情况']={index: i*3+3,type:"string"}
|
1638
|
+
dev.items[this.deviceinfo.data[i].f_devices_model+(i+1)+'数量']={index: i*3+1,type:"number",f_item_value: this.deviceinfo.data[i].f_devices_num}
|
1639
|
+
dev.items[this.deviceinfo.data[i].f_devices_model+(i+1)+'品牌']={index: i*3+2,type:"string",f_item_value: this.deviceinfo.data[i].f_brand}
|
1640
|
+
dev.items[this.deviceinfo.data[i].f_devices_model+(i+1)+'检查情况']={index: i*3+3,type:"string"}
|
1607
1641
|
}
|
1608
1642
|
}
|
1609
|
-
|
1643
|
+
//tag)
|
1610
1644
|
this.config["燃气具检查"]=dev
|
1611
1645
|
//this.config = this.extend(this.config, Vue.config.safecheck.DevicesSetConfig)
|
1612
1646
|
}
|
1613
1647
|
}
|
1614
1648
|
|
1615
1649
|
}
|
1616
|
-
|
1650
|
+
//tag)
|
1617
1651
|
// 预留设备项位置
|
1618
1652
|
for (let i in this.config) {
|
1619
1653
|
this.tabs.splice(1,0,null)
|
@@ -1622,10 +1656,10 @@
|
|
1622
1656
|
for (let i in this.config) {
|
1623
1657
|
//取得安检项索引值
|
1624
1658
|
let n = this.config[i].index
|
1625
|
-
|
1659
|
+
//tag
|
1626
1660
|
this.devices[n - 1] = {device: i, n: n, checkmust: this.config[i].checkmust}
|
1627
1661
|
this.$set('data.' + 'device' + n, [])
|
1628
|
-
|
1662
|
+
//tag
|
1629
1663
|
// this.tabs.splice(2 + n - 1, 0,
|
1630
1664
|
// {
|
1631
1665
|
// header:i,
|
@@ -1670,11 +1704,11 @@
|
|
1670
1704
|
// )
|
1671
1705
|
n = n + 1
|
1672
1706
|
}
|
1673
|
-
|
1707
|
+
//tag
|
1674
1708
|
this.faultshow.number = this.tabs.length
|
1675
1709
|
},
|
1676
1710
|
init () {
|
1677
|
-
|
1711
|
+
//tag
|
1678
1712
|
// this.data.f_noplan_item_id = this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()+""+this.S4()
|
1679
1713
|
this.data.ename = Vue.user.ename
|
1680
1714
|
this.data.f_outlets = Vue.user.f_parentname
|
@@ -1687,7 +1721,7 @@
|
|
1687
1721
|
this.data.f_check_type = this.item.f_user_type
|
1688
1722
|
this.data.f_safecheck_type = this.item.f_safecheck_type ? this.item.f_safecheck_type:'年度普检'
|
1689
1723
|
//this.data.f_exceed_reason = ''//存放送气超期原因
|
1690
|
-
|
1724
|
+
//tag
|
1691
1725
|
this.data.f_subcompany = this.item.f_subcompany
|
1692
1726
|
this.data.f_approved = this.item.f_approved
|
1693
1727
|
this.data.f_repair_approved = this.item.f_repair_approved
|
@@ -1704,10 +1738,14 @@
|
|
1704
1738
|
this.$set('data.f_is_meterreadding', '未抄表')
|
1705
1739
|
this.$set('data.f_usegas', '已使用')
|
1706
1740
|
this.$set('data.f_state',this.item.f_state)
|
1707
|
-
|
1741
|
+
//tag
|
1708
1742
|
// 用户信息
|
1709
1743
|
this.$set('data.f_user_name', this.item.f_user_name)
|
1710
1744
|
this.$set('data.f_user_phone', this.item.f_user_phone)
|
1745
|
+
this.$set('data.f_used_name', this.item.f_used_name)
|
1746
|
+
this.$set('data.f_rent_phone', this.item.f_rent_phone)
|
1747
|
+
this.$set('data.f_user_phone2', this.item.f_user_phone2)
|
1748
|
+
this.$set('data.f_remark', '')
|
1711
1749
|
this.$set('data.f_userinfoid', this.item.f_userinfoid)
|
1712
1750
|
this.$set('data.f_address', this.item.f_address)
|
1713
1751
|
this.$set('data.f_small_area', this.item.f_small_area)
|
@@ -1717,7 +1755,7 @@
|
|
1717
1755
|
this.$set('data.f_room', this.item.f_room)
|
1718
1756
|
this.$set('data.f_building', this.item.f_building)
|
1719
1757
|
this.$set('data.f_unit', this.item.f_unit)
|
1720
|
-
|
1758
|
+
//tag
|
1721
1759
|
this.$set('data.f_floor', this.item.f_floor)
|
1722
1760
|
this.$set('data.f_residential_area' , this.item.f_residential_area)
|
1723
1761
|
this.$set('data.f_idnumber', this.item.f_idnumber)
|
@@ -1729,23 +1767,23 @@
|
|
1729
1767
|
// this.$set('data.f_user_family_remarks', this.item.f_user_family_remarks)
|
1730
1768
|
// this.$set('data.f_user_equipment_remarks', this.item.f_user_equipment_remarks)
|
1731
1769
|
// 处置方式
|
1732
|
-
|
1770
|
+
//tag
|
1733
1771
|
this.$set('data.f_no_gas_device', false)
|
1734
1772
|
this.$set('data.f_close_valve', false)
|
1735
1773
|
this.$set('data.f_unload_battery', false)
|
1736
|
-
|
1774
|
+
//tag
|
1737
1775
|
if (this.data.f_check_item_id == '' && this.item.f_no_checkplan == '无计划安检') {
|
1738
1776
|
this.data.f_check_item_id = this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4() + "" + this.S4()
|
1739
1777
|
}
|
1740
|
-
|
1778
|
+
//tag
|
1741
1779
|
if(this.item.f_plan_meters) {
|
1742
1780
|
for (let de in this.devices) {
|
1743
1781
|
this.$set('data.device' + this.devices[de].n, [])
|
1744
1782
|
for (let i = 0; i < this.item.f_plan_meters.length; i++) {
|
1745
1783
|
if (this.item.f_plan_meters[i].f_meter_type) {
|
1746
|
-
|
1784
|
+
//tag+"------------"+this.devices[de].device)
|
1747
1785
|
if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_meter_type.indexOf('机表') > 0) {
|
1748
|
-
|
1786
|
+
//tag
|
1749
1787
|
this.data['device' + this.devices[de].n].push({
|
1750
1788
|
f_device_type: "燃气表",
|
1751
1789
|
f_items: [
|
@@ -1806,7 +1844,7 @@
|
|
1806
1844
|
]
|
1807
1845
|
})
|
1808
1846
|
} else if (this.devices[de].device == "燃气表") {
|
1809
|
-
|
1847
|
+
//tag
|
1810
1848
|
// delete this.config['燃气表']['items']['表底数']
|
1811
1849
|
this.data['device' + this.devices[de].n].push({
|
1812
1850
|
f_device_type: "燃气表",
|
@@ -1869,10 +1907,10 @@
|
|
1869
1907
|
})
|
1870
1908
|
}
|
1871
1909
|
if (this.devices[de].device == "燃气表" && this.item.f_plan_meters[i].f_collection_type) {
|
1872
|
-
|
1910
|
+
//tag
|
1873
1911
|
this.data['device' + this.devices[de].n].forEach(device => {
|
1874
|
-
|
1875
|
-
|
1912
|
+
//tag)
|
1913
|
+
//tag)
|
1876
1914
|
/*
|
1877
1915
|
"累购气量":{"index":8,"type":"number","readonly":true},
|
1878
1916
|
"累购金额":{"index":8,"type":"number","readonly":true},
|
@@ -1975,7 +2013,7 @@
|
|
1975
2013
|
type: "date"
|
1976
2014
|
}
|
1977
2015
|
)
|
1978
|
-
|
2016
|
+
//tag)
|
1979
2017
|
}
|
1980
2018
|
} else if (this.item.f_plan_meters[i].f_collection_type == '按气量') {
|
1981
2019
|
if (!this.data.f_collection_type) {
|
@@ -2087,14 +2125,14 @@
|
|
2087
2125
|
type: "selector"
|
2088
2126
|
}
|
2089
2127
|
)
|
2090
|
-
|
2128
|
+
//tag)
|
2091
2129
|
}
|
2092
2130
|
}
|
2093
2131
|
})
|
2094
2132
|
}else if(this.devices[de].device == "燃气表"){
|
2095
|
-
|
2133
|
+
//tag
|
2096
2134
|
this.data['device' + this.devices[de].n].forEach(device => {
|
2097
|
-
|
2135
|
+
//tag)
|
2098
2136
|
if (!this.data.f_collection_type) {
|
2099
2137
|
this.data.f_collection_type = this.item.f_plan_meters[i].f_collection_type
|
2100
2138
|
delete this.config['燃气表']['items']['累购金额']
|
@@ -2204,7 +2242,7 @@
|
|
2204
2242
|
type: "selector"
|
2205
2243
|
}
|
2206
2244
|
)
|
2207
|
-
|
2245
|
+
//tag)
|
2208
2246
|
}
|
2209
2247
|
})
|
2210
2248
|
}
|
@@ -2212,8 +2250,8 @@
|
|
2212
2250
|
}
|
2213
2251
|
//工商户安检设备添加值
|
2214
2252
|
if(this.devices[de].device == "燃气具检查"){
|
2215
|
-
|
2216
|
-
|
2253
|
+
//tag)
|
2254
|
+
//tag)
|
2217
2255
|
this.data['device' + this.devices[de].n].forEach((device)=>{
|
2218
2256
|
for (let i=0;i<this.deviceinfo.data.length;i++){
|
2219
2257
|
device.f_items.push(
|
@@ -2240,7 +2278,7 @@
|
|
2240
2278
|
)
|
2241
2279
|
}
|
2242
2280
|
})
|
2243
|
-
|
2281
|
+
//tag)
|
2244
2282
|
}
|
2245
2283
|
}
|
2246
2284
|
}
|
@@ -2250,13 +2288,13 @@
|
|
2250
2288
|
safe:true
|
2251
2289
|
}
|
2252
2290
|
// this.$dispatch('gotoson',pardate)
|
2253
|
-
|
2291
|
+
//tag
|
2254
2292
|
this.$goto('safecheck-userinfo', {userinfo:this.data}, 'repair')
|
2255
2293
|
}
|
2256
2294
|
},
|
2257
2295
|
watch: {
|
2258
2296
|
'row' () {
|
2259
|
-
|
2297
|
+
//tag
|
2260
2298
|
this.copy()
|
2261
2299
|
}
|
2262
2300
|
},
|
@@ -2280,9 +2318,9 @@
|
|
2280
2318
|
HostApp.__this__ = this
|
2281
2319
|
let that = this
|
2282
2320
|
let value = {}
|
2283
|
-
|
2321
|
+
//tag
|
2284
2322
|
if (this.role == 'inspect') {
|
2285
|
-
|
2323
|
+
//tag
|
2286
2324
|
if (this.item.f_no_checkplan == '无计划安检') {
|
2287
2325
|
value = this.$androidUtil.path({
|
2288
2326
|
alias: 'getUserinfomation',
|
@@ -2295,10 +2333,10 @@
|
|
2295
2333
|
value = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/path/getUserinfomation`, {data: {condition: `id = '${this.item.f_paper_id}'`}})
|
2296
2334
|
}
|
2297
2335
|
Util.replaceFalse(value)
|
2298
|
-
|
2336
|
+
//tag)
|
2299
2337
|
if (value.data.length != 0) {
|
2300
2338
|
that.$set('data', value.data[0])
|
2301
|
-
|
2339
|
+
//tag)
|
2302
2340
|
if (this.item.f_plan_meters[0].f_meter_type=='机表' || this.data.f_collection_type == '按气量') {
|
2303
2341
|
delete this.config['燃气表']['items']['累购金额']
|
2304
2342
|
delete this.config['燃气表']['items']['已用金额']
|
@@ -2310,13 +2348,13 @@
|
|
2310
2348
|
delete this.config['燃气表']['items']['剩余气量']
|
2311
2349
|
delete this.config['燃气表']['items']['气量异常差值']
|
2312
2350
|
}
|
2313
|
-
|
2351
|
+
//tag)
|
2314
2352
|
if (value.data[0].f_devices) {
|
2315
2353
|
for (let da in that.devices) {
|
2316
2354
|
that.$set('data.device' + that.devices[da].n, [])
|
2317
2355
|
}
|
2318
2356
|
value.data[0].f_devices.forEach((item) => {
|
2319
|
-
|
2357
|
+
//tag)
|
2320
2358
|
for (let i in item.f_items) {
|
2321
2359
|
// if (item.f_items[i].f_path != '' && item.f_items[i].f_path != null) {
|
2322
2360
|
// this.picture.push({f_path: item.f_items[i].f_path, name: item.f_items[i].f_item_name})
|
@@ -2330,9 +2368,9 @@
|
|
2330
2368
|
}
|
2331
2369
|
}
|
2332
2370
|
}
|
2333
|
-
|
2371
|
+
//tag)
|
2334
2372
|
for (let j in item.f_items[i].f_item_lists) {
|
2335
|
-
|
2373
|
+
//tag)
|
2336
2374
|
if (item.f_items[i].f_item_value instanceof Array) {
|
2337
2375
|
item.f_items[i].f_item_value.push(item.f_items[i].f_item_lists[j].f_item_value)
|
2338
2376
|
} else {
|
@@ -2347,7 +2385,7 @@
|
|
2347
2385
|
f_device_type: item.f_device_type,
|
2348
2386
|
f_items: item.f_items
|
2349
2387
|
})
|
2350
|
-
|
2388
|
+
//tag)
|
2351
2389
|
}
|
2352
2390
|
}
|
2353
2391
|
})
|
@@ -2356,13 +2394,13 @@
|
|
2356
2394
|
Util.androidRatifyPics(that.picture, this.$androidUtil.getProxyUrl())
|
2357
2395
|
Util.booleanFilter(that.data)
|
2358
2396
|
}
|
2359
|
-
|
2397
|
+
//tag)
|
2360
2398
|
}
|
2361
2399
|
} else {
|
2362
|
-
|
2400
|
+
//tag
|
2363
2401
|
this.init()
|
2364
2402
|
}
|
2365
|
-
|
2403
|
+
//tag
|
2366
2404
|
var pardate = {
|
2367
2405
|
_this:this,
|
2368
2406
|
tittle:'安检详情',
|
@@ -2401,7 +2439,7 @@
|
|
2401
2439
|
}else{
|
2402
2440
|
Util.androidRatifyPics(that.data,this.$androidUtil.getProxyUrl())
|
2403
2441
|
}
|
2404
|
-
|
2442
|
+
//tag
|
2405
2443
|
} else {
|
2406
2444
|
alert("该安检单可能已不在本地!")
|
2407
2445
|
this.init()
|