safecheck-client 3.0.33-gongyi → 3.0.34-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.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 +1077 -0
- package/src/filiale/yangchunboneng/pc/NewCheckpaper.vue +1816 -0
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +944 -0
- package/src/filiale/yangchunboneng/pc/PaperList.vue +744 -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
@@ -34,7 +34,7 @@
|
|
34
34
|
v-if="row.type == 'date'"
|
35
35
|
v-show="row.isshow"
|
36
36
|
:disabled-days-of-Week="[]"
|
37
|
-
:format=
|
37
|
+
:format=row.format
|
38
38
|
:show-reset-button="reset" readonly="readonly">
|
39
39
|
</datepicker>
|
40
40
|
</div>
|
@@ -222,6 +222,12 @@
|
|
222
222
|
f_issue_reading:{},
|
223
223
|
//上期表读数
|
224
224
|
f_prior_reading:{},
|
225
|
+
// 安装日期
|
226
|
+
f_install_date:{},
|
227
|
+
// 使用年限
|
228
|
+
f_use_limit:{},
|
229
|
+
// 到期日期
|
230
|
+
f_scrap_date:{},
|
225
231
|
// 气量异常差值允许误差
|
226
232
|
gasDeviation: (
|
227
233
|
function (_this) {
|
@@ -371,7 +377,7 @@
|
|
371
377
|
}
|
372
378
|
HostApp.__callback__ = this.cameraCallBack
|
373
379
|
HostApp.__this__ = this
|
374
|
-
|
380
|
+
//tag
|
375
381
|
let fileName
|
376
382
|
if(order==1 && (!this.f_items[prop].f_path || this.f_items[prop].f_path.includes("nopic.png"))) {
|
377
383
|
fileName = Util.guid() + '-' + 'device'+this.device.n + '-' + this.idx + '-'+'f_items'+prop+ '.jpg'
|
@@ -386,22 +392,22 @@
|
|
386
392
|
})
|
387
393
|
},
|
388
394
|
cameraCallBack(prop, fileName,order) {
|
389
|
-
|
395
|
+
//tag
|
390
396
|
if(order==2){
|
391
397
|
HostApp.__this__.$set( 'f_items['+prop+'].f_second_path', fileName + '?' + Math.random())
|
392
|
-
|
393
|
-
|
398
|
+
//tag
|
399
|
+
//tag
|
394
400
|
}else{
|
395
401
|
HostApp.__this__.$set( 'f_items['+prop+'].f_path', fileName + '?' + Math.random())
|
396
|
-
|
397
|
-
|
402
|
+
//tag
|
403
|
+
//tag
|
398
404
|
}
|
399
405
|
HostApp.__callback__ = null
|
400
406
|
HostApp.__this__ = null
|
401
407
|
},
|
402
408
|
delfile(prop, fileName,order) {
|
403
|
-
|
404
|
-
|
409
|
+
//tag
|
410
|
+
//tag)
|
405
411
|
if(fileName == Vue.nopic)
|
406
412
|
return
|
407
413
|
else {
|
@@ -445,11 +451,11 @@
|
|
445
451
|
// 监听下拉框,如果有隐患,需要拍照
|
446
452
|
this.$watch('f_items['+n+'].selected',function(val) {
|
447
453
|
// 下拉框值
|
448
|
-
|
454
|
+
//tag)
|
449
455
|
// 下拉框所属设备
|
450
|
-
|
456
|
+
//tag
|
451
457
|
// 下拉框所属项
|
452
|
-
|
458
|
+
//tag
|
453
459
|
let shImage = false
|
454
460
|
if(val.indexOf('其他') == -1){
|
455
461
|
this.f_items[n].f_else = ''
|
@@ -472,7 +478,7 @@
|
|
472
478
|
}else if (this.config[this.device.device].items[item].type == 'inputSelector'){
|
473
479
|
value = val
|
474
480
|
}
|
475
|
-
|
481
|
+
//tag)
|
476
482
|
// 如果未选择,清空图片、隐患信息等
|
477
483
|
if((type == 'selector' && val.length == 0) || (type == 'inputSelector' && val == '')){
|
478
484
|
this.f_items[n].f_path = ''
|
@@ -483,14 +489,14 @@
|
|
483
489
|
}
|
484
490
|
if((type == 'selector' && multiple == false && options[i].data == val[0]) || (type == 'inputSelector' && options[i].data == val) || (type == 'selector' && multiple == true && val.indexOf(options[i].data) > -1)){
|
485
491
|
// 找到选中的项了
|
486
|
-
|
492
|
+
//tag
|
487
493
|
if(options[i].isdefect == true ){
|
488
494
|
shImage = true
|
489
495
|
}
|
490
496
|
if(options[i].isdefect == false || this.f_items[n].f_item_value == ''){
|
491
497
|
shImage = false
|
492
498
|
}
|
493
|
-
|
499
|
+
//tag
|
494
500
|
if(shImage){
|
495
501
|
this.f_items[n].f_is_defect =true
|
496
502
|
this.f_items[n].f_defect_level = options[i].level
|
@@ -511,7 +517,7 @@
|
|
511
517
|
}
|
512
518
|
)
|
513
519
|
// this.$watch('other',function(val){
|
514
|
-
//
|
520
|
+
// //tag
|
515
521
|
// if(this.selectindex != null) {
|
516
522
|
// let index = this.f_items[this.selectindex].f_item_value.indexOf('其他')
|
517
523
|
// if(index > -1){
|
@@ -523,11 +529,11 @@
|
|
523
529
|
}else if(this.f_items[n].type == 'radio') {
|
524
530
|
// 监听单选框,如果有隐患,需要拍照
|
525
531
|
this.$watch('f_items[' + n + '].f_item_value', function (val) {
|
526
|
-
|
532
|
+
//tag)
|
527
533
|
let options = this.f_items[n].options
|
528
|
-
|
534
|
+
//tag)
|
529
535
|
for (let i = 0; i < options.length; i++) {
|
530
|
-
|
536
|
+
//tag)
|
531
537
|
// 找到选中的项了
|
532
538
|
if (options[i].value == val) {
|
533
539
|
// 如果有隐患,拍图片
|
@@ -537,7 +543,7 @@
|
|
537
543
|
this.f_items[n].f_path = Vue.nopic
|
538
544
|
this.f_items[n].f_live_dispose = '否'
|
539
545
|
this.f_items[n].tooltip = options[i].tooltip
|
540
|
-
|
546
|
+
//tag)
|
541
547
|
return
|
542
548
|
}
|
543
549
|
}
|
@@ -551,14 +557,14 @@
|
|
551
557
|
}else if(this.f_items[n].type == 'checkbox') {
|
552
558
|
// 监听单选框,如果有隐患,需要拍照
|
553
559
|
this.$watch('f_items[' + n + '].f_item_value', function (val) {
|
554
|
-
|
560
|
+
//tag)
|
555
561
|
// 如果是手动赋值,不执行下面逻辑
|
556
562
|
if (this.f_items[n].isReSet) {
|
557
563
|
this.f_items[n].isReSet = false
|
558
564
|
return
|
559
565
|
}
|
560
566
|
let options = this.f_items[n].options
|
561
|
-
|
567
|
+
//tag)
|
562
568
|
// 取出选中项中有隐患的详细信息
|
563
569
|
let selected = options.filter(item => { return val.indexOf(item.value) != -1 && item.isdefect })
|
564
570
|
|
@@ -586,7 +592,7 @@
|
|
586
592
|
this.f_items[n].f_live_dispose = '否'
|
587
593
|
this.f_items[n].tooltip = selected[0].tooltip
|
588
594
|
}
|
589
|
-
|
595
|
+
//tag)
|
590
596
|
return
|
591
597
|
}
|
592
598
|
this.f_items[n].f_path = ''
|
@@ -597,21 +603,21 @@
|
|
597
603
|
})
|
598
604
|
}
|
599
605
|
}
|
600
|
-
|
606
|
+
//tag)
|
601
607
|
},
|
602
608
|
//计算已用气量/金额
|
603
609
|
getTableBaseNumber() {
|
604
|
-
|
610
|
+
//tag
|
605
611
|
if(!this.f_items[this.f_issue_reading.index].f_item_value || parseFloat(this.f_items[this.f_prior_reading.index].f_item_value).toString() == "NaN"){
|
606
612
|
return
|
607
613
|
}
|
608
|
-
|
614
|
+
//tag
|
609
615
|
//判断是金额表还是气量表
|
610
616
|
if(this.item.f_plan_meters[0].f_meter_type=='机表' || this.item.f_plan_meters[0].f_collection_type=='按气量'){
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
617
|
+
//tag
|
618
|
+
//tag
|
619
|
+
//tag
|
620
|
+
//tag
|
615
621
|
// 先清空
|
616
622
|
this.f_items[this.f_table_base.index].f_item_value = null
|
617
623
|
//已用气量=本期表读数-上期表读数
|
@@ -620,20 +626,19 @@
|
|
620
626
|
this.f_items[this.f_table_base.index].f_item_value = null
|
621
627
|
}
|
622
628
|
}else{
|
623
|
-
console.log("金额表")
|
624
629
|
// 先清空
|
625
|
-
this.f_items[this.f_fee_base.index].f_item_value = null
|
630
|
+
// this.f_items[this.f_fee_base.index].f_item_value = null
|
626
631
|
//已用金额=本期表读数-上期表读数
|
627
|
-
this.f_items[this.f_fee_base.index].f_item_value= this.f_items[this.f_issue_reading.index].f_item_value-this.f_items[this.f_prior_reading.index].f_item_value
|
628
|
-
if (isNaN(this.f_items[this.f_fee_base.index].f_item_value)) {
|
629
|
-
|
630
|
-
}
|
632
|
+
// this.f_items[this.f_fee_base.index].f_item_value= this.f_items[this.f_issue_reading.index].f_item_value-this.f_items[this.f_prior_reading.index].f_item_value
|
633
|
+
// if (isNaN(this.f_items[this.f_fee_base.index].f_item_value)) {
|
634
|
+
// this.f_items[this.f_fee_base.index].f_item_value = null
|
635
|
+
// }
|
631
636
|
}
|
632
637
|
|
633
638
|
},
|
634
639
|
//计算剩余气量和金额
|
635
640
|
getGasBalanceNumber() {
|
636
|
-
|
641
|
+
//tag
|
637
642
|
if(this.item.f_plan_meters[0].f_meter_type=='机表' || this.item.f_plan_meters[0].f_collection_type=='按气量'){//按气量
|
638
643
|
|
639
644
|
if(!this.f_items[this.f_issue_reading.index].f_item_value || parseFloat(this.f_items[this.f_total_gas.index].f_item_value).toString() == "NaN"){
|
@@ -644,18 +649,29 @@
|
|
644
649
|
if (isNaN(this.f_items[this.f_gas_balance.index].f_item_value)) {
|
645
650
|
this.f_items[this.f_gas_balance.index].f_item_value = null
|
646
651
|
}
|
647
|
-
}else{
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
652
|
+
}else{
|
653
|
+
//按金额
|
654
|
+
// if (!this.f_items[this.f_issue_reading.index].f_item_value || parseFloat(this.f_items[this.f_total_fee.index].f_item_value).toString() == "NaN") {
|
655
|
+
// return
|
656
|
+
// }
|
657
|
+
// //剩余金额 = 累购-本期表读数
|
658
|
+
// this.f_items[this.f_fee_balance.index].f_item_value=this.f_items[this.f_total_fee.index].f_item_value-this.f_items[this.f_issue_reading.index].f_item_value
|
659
|
+
// if (isNaN(this.f_items[this.f_fee_balance.index].f_item_value)) {
|
660
|
+
// this.f_items[this.f_fee_balance.index].f_item_value = null
|
661
|
+
// }
|
656
662
|
}
|
657
663
|
|
658
664
|
},
|
665
|
+
// 计算到期日期
|
666
|
+
getscrapNumber() {
|
667
|
+
//tag
|
668
|
+
if(!this.f_items[this.f_install_date.index].f_item_value || !this.f_items[this.f_use_limit.index].f_item_value ){
|
669
|
+
return
|
670
|
+
}
|
671
|
+
let data = new Date(this.f_items[this.f_install_date.index].f_item_value)
|
672
|
+
data.setFullYear(data.getFullYear() + parseInt(this.f_items[this.f_use_limit.index].f_item_value))
|
673
|
+
this.f_items[this.f_scrap_date.index].f_item_value = data.toISOString().split('T')[0];
|
674
|
+
},
|
659
675
|
readmeter(){
|
660
676
|
if(!this.f_items[this.f_issue_reading.index].f_item_value && parseFloat(this.f_items[this.f_issue_reading.index].f_item_value).toString() == "NaN"){
|
661
677
|
this.$showMessage("请输入本期表读数!")
|
@@ -671,7 +687,7 @@
|
|
671
687
|
f_checkerid:this.paper.f_checker_id,
|
672
688
|
f_tablebase:this.f_items[this.f_issue_reading.index].f_item_value
|
673
689
|
}
|
674
|
-
|
690
|
+
//tag)
|
675
691
|
HostApp.__this__ = this
|
676
692
|
HostApp.logicWithHint({
|
677
693
|
// logic别名,key必须为logic
|
@@ -687,11 +703,11 @@
|
|
687
703
|
})
|
688
704
|
},
|
689
705
|
readmeterCallBack(jo){
|
690
|
-
|
706
|
+
//tag)
|
691
707
|
if(jo.state == 'ok'){
|
692
708
|
let res = JSON.parse(jo.result)
|
693
|
-
|
694
|
-
|
709
|
+
//tag)
|
710
|
+
//tag)
|
695
711
|
if(res.code==200){
|
696
712
|
if(res.data=='已欠费'){
|
697
713
|
this.$showMessage(`抄表成功,该用户已欠费,欠费金额: ¥${res.oughtfee}`)
|
@@ -708,16 +724,16 @@
|
|
708
724
|
}
|
709
725
|
},
|
710
726
|
disSelect(index, itemValue) {
|
711
|
-
|
712
|
-
|
727
|
+
//tag)
|
728
|
+
//tag)
|
713
729
|
if (this.f_items[index].f_item_value == itemValue) {
|
714
730
|
this.$set(`f_items[${index}].f_item_value`, '')
|
715
731
|
}
|
716
732
|
}
|
717
733
|
},
|
718
734
|
ready() {
|
719
|
-
|
720
|
-
|
735
|
+
//tag
|
736
|
+
//tag
|
721
737
|
if(Vue.config.safecheck != undefined){
|
722
738
|
if(Vue.config.safecheck.ApproveConfig != undefined){
|
723
739
|
if(Vue.config.safecheck.ApproveConfig.livedispose != undefined) {
|
@@ -725,21 +741,21 @@
|
|
725
741
|
}
|
726
742
|
}
|
727
743
|
}
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
744
|
+
//tag
|
745
|
+
//tag)
|
746
|
+
//tag)
|
747
|
+
//tag)
|
732
748
|
//创建页面所需数据
|
733
749
|
this.$set('piece', this.paper['device'+this.device.n][this.idx])
|
734
|
-
|
735
|
-
|
750
|
+
//tag)
|
751
|
+
//tag)
|
736
752
|
let n = 0
|
737
753
|
for (let item in this.config[this.device.device].items) {
|
738
754
|
let index = this.config[this.device.device].items[item].index-1
|
739
755
|
this.$set('page.options' + index, [])
|
740
|
-
|
741
|
-
|
742
|
-
|
756
|
+
//tag)
|
757
|
+
//tag)
|
758
|
+
//tag)
|
743
759
|
// 先根据配置组接页面
|
744
760
|
let f_item_value
|
745
761
|
if(this.config[this.device.device].items[item].type == 'selector' || this.config[this.device.device].items[item].type == 'checkbox'){
|
@@ -748,7 +764,7 @@
|
|
748
764
|
for (let defitem in this.config[this.device.device].items[item].options) {
|
749
765
|
let defopt = this.config[this.device.device].items[item].options[defitem]
|
750
766
|
if (defopt.isdefault) {
|
751
|
-
|
767
|
+
//tag
|
752
768
|
f_item_value[0] = defopt.data
|
753
769
|
}
|
754
770
|
}
|
@@ -758,7 +774,7 @@
|
|
758
774
|
}else{
|
759
775
|
f_item_value = this.config[this.device.device].items[item].f_item_value ? this.config[this.device.device].items[item].f_item_value : ''
|
760
776
|
}
|
761
|
-
|
777
|
+
//tag)
|
762
778
|
let it = {
|
763
779
|
type: this.config[this.device.device].items[item].type,
|
764
780
|
f_item_name: item,
|
@@ -769,14 +785,15 @@
|
|
769
785
|
isshow:this.config[this.device.device].items[item].isshow == false?this.config[this.device.device].items[item].isshow:true,
|
770
786
|
readonly: this.config[this.device.device].items[item].readonly == true?true:false,
|
771
787
|
remark: this.config[this.device.device].items[item].remark ? this.config[this.device.device].items[item].remark : '',
|
788
|
+
format: this.config[this.device.device].items[item].format ? this.config[this.device.device].items[item].format : 'yyyy-MM-dd 00:00:00',
|
772
789
|
f_path: '',
|
773
790
|
f_second_path:'',
|
774
791
|
tooltip:'',
|
775
792
|
f_live_dispose:'',
|
776
793
|
f_else:''
|
777
794
|
}
|
778
|
-
|
779
|
-
|
795
|
+
//tag)
|
796
|
+
//tag)
|
780
797
|
this.$set('f_items['+index+']',it)
|
781
798
|
if (this.config[this.device.device].items[item].type == 'selector' ||this.config[this.device.device].items[item].type == 'inputSelector') {
|
782
799
|
if(this.config[this.device.device].items[item].type == 'selector'){
|
@@ -799,7 +816,7 @@
|
|
799
816
|
|
800
817
|
this.$set('f_items['+index+'].options',this.page['options' + index])
|
801
818
|
|
802
|
-
|
819
|
+
//tag)
|
803
820
|
} else if (this.config[this.device.device].items[item].type == 'radio' || this.config[this.device.device].items[item].type == 'checkbox') {
|
804
821
|
for (let i in this.config[this.device.device].items[item].options) {
|
805
822
|
this.page['options' + index].push({
|
@@ -811,13 +828,13 @@
|
|
811
828
|
}
|
812
829
|
this.$set('f_items[' + index + '].options', this.page['options' + index])
|
813
830
|
this.$set('f_items[' + index + '].f_item_value', f_item_value)
|
814
|
-
|
831
|
+
//tag)
|
815
832
|
}
|
816
833
|
n = n + 1
|
817
834
|
}
|
818
|
-
|
819
|
-
|
820
|
-
|
835
|
+
//tag)
|
836
|
+
//tag)
|
837
|
+
//tag)
|
821
838
|
if(JSON.stringify(this.piece) == '{}') {
|
822
839
|
// 如果没有,则新建
|
823
840
|
this.$set('piece.f_items',this.f_items)
|
@@ -827,67 +844,67 @@
|
|
827
844
|
for (let f in this.f_items){
|
828
845
|
for(let p in this.piece.f_items) {
|
829
846
|
if (this.f_items[f].f_item_name == this.piece.f_items[p].f_item_name) {
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
847
|
+
//tag)
|
848
|
+
//tag)
|
849
|
+
//tag)
|
850
|
+
//tag)
|
834
851
|
this.f_items[f] = Object.assign(this.f_items[f], this.piece.f_items[p])
|
835
|
-
|
852
|
+
//tag)
|
836
853
|
if (this.f_items[f].type == 'selector' || this.f_items[f].type == 'inputSelector') {
|
837
|
-
|
838
|
-
|
854
|
+
//tag)
|
855
|
+
//tag)
|
839
856
|
this.f_items[f].selected = this.piece.f_items[p].f_item_value
|
840
|
-
|
857
|
+
//tag)
|
841
858
|
}
|
842
859
|
// 取出特殊值
|
843
860
|
if (this.f_items[f].f_item_name == '初始表底') {
|
844
|
-
|
861
|
+
//tag)
|
845
862
|
this.f_initial_base.index = f
|
846
863
|
} else if (this.f_items[f].f_item_name == '上期表读数') {
|
847
|
-
|
864
|
+
//tag)
|
848
865
|
this.f_prior_reading.index = f
|
849
866
|
} else if (this.f_items[f].f_item_name == '本期表读数') {
|
850
|
-
|
867
|
+
//tag)
|
851
868
|
this.f_issue_reading.index = f
|
852
869
|
this.$watch('f_items[' + f + '].f_item_value', function () {
|
853
870
|
this.getTableBaseNumber()
|
854
871
|
this.getGasBalanceNumber()
|
855
872
|
})
|
856
873
|
} else if (this.f_items[f].f_item_name == '累购气量') {
|
857
|
-
|
874
|
+
//tag)
|
858
875
|
this.f_total_gas.index = f
|
859
876
|
} else if (this.f_items[f].f_item_name == '已用气量') {
|
860
|
-
|
877
|
+
//tag)
|
861
878
|
this.f_table_base.index = f
|
862
879
|
/*this.$watch('f_items[' + f + '].f_item_value', function () {
|
863
880
|
this.getGasAberrantNumber('已用气量')
|
864
881
|
})*/
|
865
882
|
} else if (this.f_items[f].f_item_name == '剩余气量') {
|
866
|
-
|
883
|
+
//tag)
|
867
884
|
this.f_gas_balance.index = f
|
868
885
|
/*this.$watch('f_items[' + f + '].f_item_value', function () {
|
869
886
|
this.getGasAberrantNumber('')
|
870
887
|
})*/
|
871
888
|
} else if (this.f_items[f].f_item_name == '气量异常差值') {
|
872
|
-
|
889
|
+
//tag)
|
873
890
|
this.f_gas_aberrant_number.index = f
|
874
891
|
} else if (this.f_items[f].f_item_name == '累购金额') {
|
875
|
-
|
892
|
+
//tag)
|
876
893
|
this.f_total_fee.index = f
|
877
894
|
} else if (this.f_items[f].f_item_name == '已用金额') {
|
878
|
-
|
895
|
+
//tag)
|
879
896
|
this.f_fee_base.index = f
|
880
897
|
/*this.$watch('f_items[' + f + '].f_item_value', function () {
|
881
898
|
this.getFeeAberrantNumber('已用金额')
|
882
899
|
})*/
|
883
900
|
} else if (this.f_items[f].f_item_name == '剩余金额') {
|
884
|
-
|
901
|
+
//tag)
|
885
902
|
this.f_fee_balance.index = f
|
886
903
|
/*this.$watch('f_items[' + f + '].f_item_value', function () {
|
887
904
|
this.getFeeAberrantNumber('')
|
888
905
|
})*/
|
889
906
|
} else if (this.f_items[f].f_item_name == '金额异常差值') {
|
890
|
-
|
907
|
+
//tag)
|
891
908
|
this.f_fee_aberrant_number.index = f
|
892
909
|
}
|
893
910
|
}
|
@@ -903,8 +920,24 @@
|
|
903
920
|
}
|
904
921
|
}
|
905
922
|
}
|
923
|
+
if (this.f_items[f].f_item_name == '安装日期') {
|
924
|
+
//tag)
|
925
|
+
this.f_install_date.index = f
|
926
|
+
this.$watch('f_items[' + f + '].f_item_value', function () {
|
927
|
+
this.getscrapNumber()
|
928
|
+
})
|
929
|
+
}else if (this.f_items[f].f_item_name == '使用年限') {
|
930
|
+
//tag)
|
931
|
+
this.f_use_limit.index = f
|
932
|
+
this.$watch('f_items[' + f + '].f_item_value', function () {
|
933
|
+
this.getscrapNumber()
|
934
|
+
})
|
935
|
+
}else if (this.f_items[f].f_item_name == '到期日期') {
|
936
|
+
//tag)
|
937
|
+
this.f_scrap_date.index = f
|
938
|
+
}
|
906
939
|
}
|
907
|
-
|
940
|
+
//tag)
|
908
941
|
this.$set('piece.f_items',this.f_items)
|
909
942
|
}
|
910
943
|
this.towatch()
|
@@ -915,10 +948,10 @@
|
|
915
948
|
//判断当前是否有选中项
|
916
949
|
for (let row in this.f_items){
|
917
950
|
if(this.f_items[row].selected && this.f_items[row].selected != '' && this.f_items[row].selected instanceof Array){
|
918
|
-
|
951
|
+
//tag
|
919
952
|
this.f_items[row].f_item_value = this.f_items[row].selected
|
920
953
|
}else if(this.f_items[row].selected && this.f_items[row].selected != ''){
|
921
|
-
|
954
|
+
//tag
|
922
955
|
this.f_items[row].f_item_value = this.f_items[row].selected
|
923
956
|
}
|
924
957
|
// if(this.f_items[row].f_item_value instanceof Array && this.f_items[row].f_item_value.length != 0 ){
|
@@ -935,7 +968,7 @@
|
|
935
968
|
// }
|
936
969
|
// picture.push(a)
|
937
970
|
this.$set(`paper['device${this.device.n}'][${this.idx}]`, this.piece)
|
938
|
-
|
971
|
+
//tag
|
939
972
|
},
|
940
973
|
computed:{
|
941
974
|
|