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
@@ -16,13 +16,13 @@
|
|
16
16
|
close-on-select value-single >
|
17
17
|
</v-select>
|
18
18
|
</div>
|
19
|
-
<div class="row auto safe-div-p"><!--<span style="margin-right: 5px" @click="refresh()" style="cursor:default">测试</span>--><span style="margin-right: 5px" @click="delCheckPlan()" style="cursor:default">删除</span> <span @click="sendCheckPlan()" style="cursor:default">下发</span></div>
|
19
|
+
<div class="row auto safe-div-p"><!--<span style="margin-right: 5px" @click="refresh()" style="cursor:default">测试</span>--><span style="margin-right: 5px" @click="delCheckPlan()" style="cursor:default" v-if="isdelete">删除</span> <span @click="sendCheckPlan()" style="cursor:default">下发</span></div>
|
20
20
|
</div>
|
21
21
|
<div class="leftplan-center safe_plan_list">
|
22
22
|
<div class="row safe-leftplan safe_list_li" :class="{'safe-selectplan':selectPlan.id==row.id}" v-for="row in checkplan.list.data" @click="selectPlanChange(row)">
|
23
23
|
<table style="width:100%;table-layout:fixed" >
|
24
24
|
<tr class="safe-planfont">
|
25
|
-
<td rowspan="
|
25
|
+
<td rowspan="6"><input type="checkbox" style="pointer-events:auto" v-show="row.plan_count==0 || row.f_issued=='未下发'" onClick="event.cancelBubble = true" :checked="checkplan.check.isChecked(row.f_check_item_id)" @change="checkplan.check.setCheckes(row.id)"/></td>
|
26
26
|
<td colspan="6" class="safe_p">{{row.f_plan_name}}</td>
|
27
27
|
<td colspan="2" style="text-align: center"><img width="20px" style="pointer-events:auto" onClick="event.cancelBubble = true" @click="showUpPlans(row)" src="../../../static/images/edit.png"/></td>
|
28
28
|
</tr>
|
@@ -41,6 +41,14 @@
|
|
41
41
|
<td colspan="2">已检 :</td>
|
42
42
|
<td colspan="2">{{row.checked}}</td>
|
43
43
|
</tr>
|
44
|
+
<tr class="safe-bodyfont" v-if="row.f_create_time">
|
45
|
+
<td colspan="3">创建时间 :</td>
|
46
|
+
<td colspan="5" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" :title="row.f_create_time">{{row.f_create_time}}</td>
|
47
|
+
</tr>
|
48
|
+
<tr class="safe-bodyfont" v-if="row.f_safecheck_type">
|
49
|
+
<td colspan="3">安检类型 :</td>
|
50
|
+
<td colspan="5" style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" :title="row.f_safecheck_type">{{row.f_safecheck_type}}</td>
|
51
|
+
</tr>
|
44
52
|
</table>
|
45
53
|
</div>
|
46
54
|
</div>
|
@@ -177,6 +185,11 @@
|
|
177
185
|
>
|
178
186
|
</v-select>
|
179
187
|
</div>
|
188
|
+
<div class="form-group col-sm-4" >
|
189
|
+
<label class="font_normal_body">创 建 人:</label>
|
190
|
+
<input type="text" class="input_search" v-model="planCondition.f_create_operator" @change="setProperty('checkplan','f_create_operator',planCondition.f_create_operator)"
|
191
|
+
style="width: 60%" placeholder="创建人" />
|
192
|
+
</div>
|
180
193
|
</div>
|
181
194
|
</div>
|
182
195
|
<div slot="modal-footer" class="modal-footer" style="text-align: center">
|
@@ -259,7 +272,7 @@
|
|
259
272
|
:value.sync="createPlan.f_safecheck_type"
|
260
273
|
v-model="createPlan.f_safecheck_type"
|
261
274
|
:search="false"
|
262
|
-
:options='
|
275
|
+
:options='ntoway'
|
263
276
|
placeholder='请选择'
|
264
277
|
close-on-select
|
265
278
|
value-single
|
@@ -288,16 +301,28 @@
|
|
288
301
|
</div>
|
289
302
|
<div class="form-group col-sm-4" >
|
290
303
|
<label class="font_normal_body">计划年份:</label>
|
291
|
-
|
304
|
+
<v-select
|
292
305
|
class="select select_list"
|
293
306
|
:value.sync="upCheckPlan.f_plan_year"
|
294
307
|
v-model="upCheckPlan.f_plan_year"
|
295
308
|
:search="false"
|
309
|
+
:value="upCheckPlan.f_plan_year"
|
296
310
|
:options='yearList'
|
311
|
+
|
297
312
|
close-on-select
|
298
|
-
value-single
|
299
|
-
|
313
|
+
value-single>
|
314
|
+
|
315
|
+
|
300
316
|
</v-select>
|
317
|
+
<!-- <datepicker
|
318
|
+
placeholder='请选择'
|
319
|
+
style="width:60%"
|
320
|
+
:disabled-days-of-week="[]"
|
321
|
+
:format="'yyyy'"
|
322
|
+
:show-rest-button="reset"
|
323
|
+
:value.sync="upCheckPlan.f_plan_year"
|
324
|
+
v-model="upCheckPlan.f_plan_year">
|
325
|
+
</datepicker>-->
|
301
326
|
</div>
|
302
327
|
<div class="form-group col-sm-4" >
|
303
328
|
<label class="font_normal_body">计划月份:</label>
|
@@ -305,13 +330,27 @@
|
|
305
330
|
class="select select_list"
|
306
331
|
:value.sync="upCheckPlan.f_plan_month"
|
307
332
|
v-model="upCheckPlan.f_plan_month"
|
308
|
-
|
333
|
+
|
309
334
|
:options='monthList'
|
310
335
|
close-on-select
|
311
336
|
value-single>
|
312
337
|
</v-select>
|
313
338
|
</div>
|
314
|
-
<div class="form-group col-sm-4">
|
339
|
+
<div class="form-group col-sm-4" >
|
340
|
+
<label class="font_normal_body">是否共享:</label>
|
341
|
+
<v-select
|
342
|
+
class="select select_list"
|
343
|
+
:search="false"
|
344
|
+
:value.sync="upCheckPlan.isShare"
|
345
|
+
v-model="upCheckPlan.isShare"
|
346
|
+
:options='isAndNot'
|
347
|
+
placeholder='请选择'
|
348
|
+
close-on-select
|
349
|
+
value-single
|
350
|
+
>
|
351
|
+
</v-select>
|
352
|
+
</div>
|
353
|
+
<div class="form-group col-sm-4" v-show="upCheckPlan.isShare=='否'">
|
315
354
|
<label class="font_normal_body">安 检 员:</label>
|
316
355
|
<v-select
|
317
356
|
class="select select_list"
|
@@ -323,6 +362,19 @@
|
|
323
362
|
>
|
324
363
|
</v-select>
|
325
364
|
</div>
|
365
|
+
|
366
|
+
<div class="form-group col-sm-4">
|
367
|
+
<label class="font_normal_body">安检类型:</label>
|
368
|
+
<v-select
|
369
|
+
class="select select_list"
|
370
|
+
:value.sync="upCheckPlan.f_safecheck_type"
|
371
|
+
v-model="upCheckPlan.f_safecheck_type"
|
372
|
+
:options='ntoway'
|
373
|
+
close-on-select
|
374
|
+
value-single
|
375
|
+
>
|
376
|
+
</v-select>
|
377
|
+
</div>
|
326
378
|
</div>
|
327
379
|
</div>
|
328
380
|
<div slot="modal-footer" class="modal-footer" style="text-align: center">
|
@@ -337,6 +389,7 @@
|
|
337
389
|
import {SearchList,HttpResetClass, PagedList} from "vue-client";
|
338
390
|
import * as Util from "../Util";
|
339
391
|
import Vue from "vue";
|
392
|
+
import AppData from "../../stores/AppData";
|
340
393
|
|
341
394
|
export default {
|
342
395
|
name: "PlanManage",
|
@@ -346,13 +399,16 @@
|
|
346
399
|
a:'1',
|
347
400
|
opt:[{label:"按时间降序",value:"按时间降序"},{label:"按时间升序",value:"按时间升序"}],
|
348
401
|
currentorder:'按时间降序',
|
402
|
+
isdelete:this.$login.r ? this.$login.r.includes("安检计划删除"):false,
|
349
403
|
checkplan : new SearchList(true),
|
350
404
|
selectPlan:{id:''},
|
351
405
|
upCheckPlan:{
|
352
406
|
f_plan_name:'',
|
407
|
+
f_safecheck_type:'',
|
353
408
|
f_plan_year:'',
|
354
409
|
f_plan_month:'',
|
355
410
|
f_checker_id:'',
|
411
|
+
isShare:'',
|
356
412
|
f_checker:'',
|
357
413
|
checker:{}
|
358
414
|
},
|
@@ -374,8 +430,8 @@
|
|
374
430
|
showUpPlan:false,
|
375
431
|
isAndNot:[{label:'是',value:'是'},{label:'否',value:'否'}],
|
376
432
|
conIsAndNot:[{label:'是',value:'is null'},{label:'否',value:'is not null'}],
|
377
|
-
yearList:[{label:
|
378
|
-
monthList:[{label:"1",value:
|
433
|
+
yearList:[{label:2020,value:2020},{label:2021,value:2021},{label:2022,value:2022},{label:2023,value:2023},{label:2024,value:2024},{label:2025,value:2025},{label:2026,value:2026},{label:2027,value:2027},{label:2028,value:2028},{label:2029,value:2029},{label:2030,value:2030}],
|
434
|
+
monthList:[{label:"1",value:1},{label:"2",value:2},{label:"3",value:3},{label:"4",value:4},{label:"5",value:5},{label:"6",value:6},{label:"7",value:7},{label:"8",value:8},{label:"9",value:9},{label:"10",value:10},{label:"11",value:11},{label:"12",value:12}],
|
379
435
|
safechecktype:[{label:'年度普检',value:'年度普检'}],
|
380
436
|
checker:[],
|
381
437
|
checkertCon:[],
|
@@ -396,8 +452,25 @@
|
|
396
452
|
},
|
397
453
|
async ready(){
|
398
454
|
await this.loadpage()
|
455
|
+
if (!this.userlogin.orgid){
|
456
|
+
if (this.$login.f.f_orgids){
|
457
|
+
this.userlogin.orgid = this.$login.f.f_orgids.endsWith('.')?this.$login.f.f_orgids.substring(0,this.$login.f.f_orgids.length-1):this.$login.f.f_orgids
|
458
|
+
}else {
|
459
|
+
this.userlogin.orgid = ''
|
460
|
+
}
|
461
|
+
}
|
399
462
|
},
|
463
|
+
computed: {
|
464
|
+
ntoway() {
|
465
|
+
/*/!* return AppData.getParam('安检类型')*!/*/
|
466
|
+
return this.$appdata.getParam('安检类型')
|
467
|
+
}
|
468
|
+
},
|
400
469
|
methods:{
|
470
|
+
/* ntoway() {
|
471
|
+
/!* return AppData.getParam('安检类型')*!/
|
472
|
+
return Vue.$appdata.getParam('安检类型')
|
473
|
+
},*/
|
401
474
|
async loadpage(){
|
402
475
|
//await this.checkplan.searchList("/rs/sql/预约计划下发", {},{groupitem:"",f_filialeids:"('"+this.userlogin.orgid+"')",orderitem:"f_create_time desc"})
|
403
476
|
await this.loadCheckPlan()
|
@@ -473,7 +546,8 @@
|
|
473
546
|
f_checker_id:null,
|
474
547
|
checker:{},
|
475
548
|
f_checker:null,
|
476
|
-
f_safecheck_type:''
|
549
|
+
f_safecheck_type:'',
|
550
|
+
f_create_operator:''
|
477
551
|
}
|
478
552
|
await this.loadCheckPlan()
|
479
553
|
this.isSend=false
|
@@ -509,14 +583,17 @@
|
|
509
583
|
//查询安检员selectChanged
|
510
584
|
async searchChecker(id){
|
511
585
|
let res=await new HttpResetClass().load('POST', '/rs/search', {
|
512
|
-
|
513
|
-
|
586
|
+
data:{
|
587
|
+
source: `this.getSpecialResByType($user$).where(row.getAttributes().get($rolestr$)!=null ).where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1)`,
|
588
|
+
userid: this.userlogin.orgid
|
589
|
+
}
|
514
590
|
}, {resolveMsg: null, rejectMsg: null})
|
515
|
-
|
591
|
+
let arr = []
|
516
592
|
res.data.forEach((resRow) => {
|
517
|
-
|
518
|
-
|
519
|
-
|
593
|
+
if (!arr.includes(resRow.name) && resRow.state == '在职'){
|
594
|
+
arr.push(resRow.name)
|
595
|
+
this.checker.push({label:resRow.name,value:resRow})
|
596
|
+
}
|
520
597
|
})
|
521
598
|
},
|
522
599
|
//设置属性值
|
@@ -547,10 +624,11 @@
|
|
547
624
|
{"f_plan_name": "f_plan_name like '%{}%'",
|
548
625
|
"f_plan_year":"f_plan_year={}",
|
549
626
|
"f_plan_month":"f_plan_month={}",
|
550
|
-
"checkerid":"f_checker_id={}",
|
627
|
+
"checkerid":"f_checker_id='{}'",
|
551
628
|
"isAndNot":"f_checker {}",
|
552
629
|
"safechecktype":"f_safecheck_type='{}'",
|
553
|
-
"issude":"f_issued = '{}'"
|
630
|
+
"issude":"f_issued = '{}'",
|
631
|
+
"f_create_operator": "f_create_operator like '%{}%'"
|
554
632
|
},
|
555
633
|
{orderitem:fieldValue,
|
556
634
|
f_filialeids:"('"+this.userlogin.orgid+"')",
|
@@ -568,11 +646,13 @@
|
|
568
646
|
},
|
569
647
|
showUpPlans(row){
|
570
648
|
this.upCheckPlan.id=row.id
|
649
|
+
this.upCheckPlan.f_safecheck_type=row.f_safecheck_type
|
571
650
|
this.upCheckPlan.f_plan_name=row.f_plan_name
|
572
651
|
this.upCheckPlan.f_plan_year=row.f_plan_year
|
573
652
|
this.upCheckPlan.f_plan_month=row.f_plan_month
|
574
|
-
this.upCheckPlan.f_checker_id=row.f_checker_id
|
575
|
-
this.upCheckPlan.f_checker=row.f_checker
|
653
|
+
this.upCheckPlan.f_checker_id=row.f_checker_id?row.f_checker_id:null
|
654
|
+
this.upCheckPlan.f_checker=row.f_checker?row.f_checker:null
|
655
|
+
this.upCheckPlan.isShare=row.f_checker_id?'否':'是'
|
576
656
|
this.upCheckPlan.f_issued=row.f_issued
|
577
657
|
this.upCheckPlan.checker={id:row.f_checker_id,name:row.f_checker}
|
578
658
|
this.showUpPlan=true
|
@@ -594,11 +674,21 @@
|
|
594
674
|
Vue.showMessage("请选择安检月份!")
|
595
675
|
return false
|
596
676
|
}
|
677
|
+
console.log(this.upCheckPlan)
|
678
|
+
|
679
|
+
if(this.upCheckPlan.isShare=="是"){
|
680
|
+
this.upCheckPlan.f_checker_id=null
|
681
|
+
this.upCheckPlan.f_checker=null
|
682
|
+
}else{
|
683
|
+
this.upCheckPlan.f_checker_id=this.upCheckPlan.checker.id
|
684
|
+
this.upCheckPlan.f_checker=this.upCheckPlan.checker.name
|
685
|
+
}
|
597
686
|
this.isSend=true
|
598
687
|
let res=await new HttpResetClass().load("POST", "/rs/logic/updateCheckPlan", {
|
599
688
|
data:{
|
600
|
-
f_checker:this.upCheckPlan.
|
601
|
-
|
689
|
+
f_checker:this.upCheckPlan.f_checker,
|
690
|
+
f_safecheck_type:this.upCheckPlan.f_safecheck_type,
|
691
|
+
f_checker_id:this.upCheckPlan.f_checker_id,
|
602
692
|
f_plan_name:this.upCheckPlan.f_plan_name,
|
603
693
|
f_plan_year:this.upCheckPlan.f_plan_year,
|
604
694
|
f_plan_month:this.upCheckPlan.f_plan_month,
|
@@ -647,7 +737,7 @@
|
|
647
737
|
this.isSend=true
|
648
738
|
let res=await new HttpResetClass().load("POST", "/rs/logic/deleteCheckPlan", {
|
649
739
|
data:{
|
650
|
-
f_operator:this.userlogin.
|
740
|
+
f_operator:this.userlogin.name,//global.login.name,
|
651
741
|
condition:"",
|
652
742
|
switchCheckAll:true,
|
653
743
|
checkAll:false,
|