kz-ui-base 1.0.46 → 1.0.47
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/package.json +1 -1
- package/views/eam/annualTesting/LubWaitPartsApplyDialog.vue +767 -0
- package/views/eam/annualTesting/SpareDialog.vue +476 -0
- package/views/eam/annualTesting/annualList/LubWaitPartsApplyDialog.vue +938 -0
- package/views/eam/annualTesting/annualList/index.vue +1019 -0
- package/views/eam/annualTesting/index.vue +698 -0
- package/views/eam/annualTesting/indexAdd.vue +1195 -0
- package/views/eam/annualTesting/indexList.vue +1026 -0
- package/views/eam/annualTesting/indexMaintenance.vue +1340 -0
- package/views/eam/annualTesting/issued.vue +709 -0
- package/views/eam/asset/assetAttachment/assetBomAttachment.vue +253 -0
- package/views/eam/asset/assetAttachment/fileUpload.vue +238 -0
- package/views/eam/asset/assetAttachment/index.vue +360 -0
- package/views/eam/asset/assetAttachment2/AssetAttachmentDialog.vue +199 -0
- package/views/eam/asset/assetAttachment2/assetBomAttachment.vue +253 -0
- package/views/eam/asset/assetAttachment2/fileUpload.vue +296 -0
- package/views/eam/asset/assetAttachment2/index.vue +477 -0
- package/views/eam/asset/assetAttachment2/index2.vue +152 -0
- package/views/eam/asset/assetBaseInfo/components/applyComment.vue +265 -0
- package/views/eam/asset/assetBaseInfo/convert.vue +1297 -0
- package/views/eam/asset/assetBaseInfo/idle.vue +612 -0
- package/views/eam/asset/assetBaseInfo/index.vue +1486 -0
- package/views/eam/asset/assetBaseInfo/lent.vue +662 -0
- package/views/eam/asset/assetBaseInfo/newPurchase.vue +1379 -0
- package/views/eam/asset/assetBaseInfo/permanent.vue +624 -0
- package/views/eam/asset/assetBaseInfo/safeAttchment.vue +368 -0
- package/views/eam/asset/assetBaseInfo/special.vue +645 -0
- package/views/eam/asset/assetBaseInfo/usage.vue +1062 -0
- package/views/eam/asset/assetBaseInfo/usageInternal.vue +1080 -0
- package/views/eam/asset/assetBaseInfo/value.vue +615 -0
- package/views/eam/asset/assetDetail/index.vue +198 -0
- package/views/eam/asset/assetDetail/safeAttachment.vue +41 -0
- package/views/eam/asset/assetInfo/attachment.vue +178 -0
- package/views/eam/asset/assetInfo/bom.vue +1170 -0
- package/views/eam/asset/assetInfo/components/PlanDetailsDialog.vue +236 -0
- package/views/eam/asset/assetInfo/components/SpareBomDialog.vue +448 -0
- package/views/eam/asset/assetInfo/components/SpareDialog.vue +450 -0
- package/views/eam/asset/assetInfo/components/TaskDetailsDialog.vue +529 -0
- package/views/eam/asset/assetInfo/components/common.js +30 -0
- package/views/eam/asset/assetInfo/components/infoDialog.vue +179 -0
- package/views/eam/asset/assetInfo/dailyPoint.vue +1487 -0
- package/views/eam/asset/assetInfo/index.vue +1845 -0
- package/views/eam/asset/assetInfo/info.vue +1798 -0
- package/views/eam/asset/assetInfo/lubrication.vue +2259 -0
- package/views/eam/asset/assetInfo/maintain.vue +1958 -0
- package/views/eam/asset/assetInfo/point.vue +1844 -0
- package/views/eam/asset/assetInfo/polling.vue +1853 -0
- package/views/eam/asset/assetInfo/printDetail.vue +115 -0
- package/views/eam/asset/assetInfo/printDetailcopy.vue +132 -0
- package/views/eam/asset/assetInfo/resume.vue +421 -0
- package/views/eam/asset/assetInfo/testingStandards.vue +2155 -0
- package/views/eam/asset/assetList/convert.vue +921 -0
- package/views/eam/asset/assetList/idle.vue +787 -0
- package/views/eam/asset/assetList/index.vue +1018 -0
- package/views/eam/asset/assetList/lent.vue +778 -0
- package/views/eam/asset/assetList/newPurchase.vue +952 -0
- package/views/eam/asset/assetList/permanent.vue +790 -0
- package/views/eam/asset/assetList/printDetail.vue +193 -0
- package/views/eam/asset/assetList/safeAttachment.vue +552 -0
- package/views/eam/asset/assetList/special.vue +794 -0
- package/views/eam/asset/assetList/usage.vue +875 -0
- package/views/eam/asset/assetList/usageInternal.vue +785 -0
- package/views/eam/asset/assetList/value.vue +767 -0
- package/views/eam/asset/assetListInfo/index.vue +252 -0
- package/views/eam/asset/assetListLog/convert.vue +324 -0
- package/views/eam/asset/assetListLog/idle.vue +323 -0
- package/views/eam/asset/assetListLog/index.vue +345 -0
- package/views/eam/asset/assetListLog/lent.vue +328 -0
- package/views/eam/asset/assetListLog/newPurchase.vue +324 -0
- package/views/eam/asset/assetListLog/permanent.vue +346 -0
- package/views/eam/asset/assetListLog/special.vue +325 -0
- package/views/eam/asset/assetListLog/usage.vue +327 -0
- package/views/eam/asset/assetListLog/value.vue +324 -0
- package/views/eam/asset/assetStandardList/index.vue +876 -0
- package/views/eam/asset/bom/assetBom.vue +2061 -0
- package/views/eam/asset/bom/assetBomReadOnly.vue +2054 -0
- package/views/eam/asset/category/index.vue +821 -0
- package/views/eam/asset/category/readOnly.vue +823 -0
- package/views/eam/asset/construction/index.vue +710 -0
- package/views/eam/asset/deviceCategory/index.vue +583 -0
- package/views/eam/asset/emAssetPrintItems/index.vue +395 -0
- package/views/eam/asset/generalAssetUpload/index.vue +1049 -0
- package/views/eam/asset/location/index.vue +500 -0
- package/views/eam/asset/newPurchaseAssetUpload/index.vue +916 -0
- package/views/eam/asset/part/partSelect.vue +126 -0
- package/views/eam/asset/testDIa.vue +133 -0
- package/views/eam/asset/userOwnership/index.vue +761 -0
- package/views/eam/assetListReport/DeviceInfoPanel.vue +146 -0
- package/views/eam/assetListReport/index.vue +311 -0
- package/views/eam/assetReport/DeviceInfoPanel.vue +144 -0
- package/views/eam/assetReport/DeviceOperateStatus.vue +44 -0
- package/views/eam/assetReport/components/AssetPicAndStatus.vue +41 -0
- package/views/eam/assetReport/components/AvailabilityAndProficiency.vue +112 -0
- package/views/eam/assetReport/components/BootTimeAndPayloadWeight.vue +51 -0
- package/views/eam/assetReport/components/MaintenanceStatus.vue +185 -0
- package/views/eam/assetReport/components/RealTimeTemperature.vue +45 -0
- package/views/eam/assetReport/index.vue +268 -0
- package/views/eam/assetattribute/index.vue +67 -0
- package/views/eam/assetcategoryattribute/index.vue +58 -0
- package/views/eam/components/DeviceStatus.vue +54 -0
- package/views/eam/components/archives/index.vue +8 -0
- package/views/eam/equipmentInspection/inspectionPlan/components/SpecialSendDialogCreated.vue +890 -0
- package/views/eam/equipmentInspection/inspectionPlan/components/index.vue +1542 -0
- package/views/eam/equipmentInspection/inspectionPlan/index.vue +656 -0
- package/views/eam/equipmentInspection/lims/components/LimsDetailDialog.vue +323 -0
- package/views/eam/equipmentInspection/lims/index.vue +267 -0
- package/views/eam/equipmentInspection/special/components/SpecialCancelDialog.vue +137 -0
- package/views/eam/equipmentInspection/special/components/SpecialSendDialog.vue +380 -0
- package/views/eam/equipmentInspection/special/index.vue +276 -0
- package/views/eam/equipmentInspection/specialNew/components/EquipmentLocation.vue +312 -0
- package/views/eam/equipmentInspection/specialNew/components/InspectionReport.vue +977 -0
- package/views/eam/equipmentInspection/specialNew/components/SpecialCancelDialog.vue +137 -0
- package/views/eam/equipmentInspection/specialNew/components/SpecialSendDialog.vue +456 -0
- package/views/eam/equipmentInspection/specialNew/components/SpecialSendDialogRegister.vue +439 -0
- package/views/eam/equipmentInspection/specialNew/index.vue +575 -0
- package/views/eam/flowable/definition/index.vue +584 -0
- package/views/eam/flowable/definition/model.vue +145 -0
- package/views/eam/flowable/finished/index.vue +352 -0
- package/views/eam/flowable/form/index.vue +308 -0
- package/views/eam/flowable/process/index.vue +490 -0
- package/views/eam/flowable/record/components/Tip.vue +235 -0
- package/views/eam/flowable/record/components/dialog/ExceptionDetailsDialog.vue +308 -0
- package/views/eam/flowable/record/components/lubrication.vue +2115 -0
- package/views/eam/flowable/record/components/maintain.vue +2014 -0
- package/views/eam/flowable/record/components/point.vue +1677 -0
- package/views/eam/flowable/record/components/polling.vue +1735 -0
- package/views/eam/flowable/record/components/regularPlanAudit.vue +639 -0
- package/views/eam/flowable/record/components/sparePartsDemandList.vue +259 -0
- package/views/eam/flowable/record/components/taskAudit.vue +555 -0
- package/views/eam/flowable/record/flow.vue +28 -0
- package/views/eam/flowable/record/flowview.vue +243 -0
- package/views/eam/flowable/record/index.vue +959 -0
- package/views/eam/flowable/todo/index.vue +297 -0
- package/views/eam/front/index.vue +17 -0
- package/views/eam/idle/idleApply/components/idleApplyAddDialog.vue +237 -0
- package/views/eam/idle/idleApply/components/idleApplyCancelDialog.vue +6 -0
- package/views/eam/idle/idleApply/index.vue +0 -0
- package/views/eam/indexPage/assetCurrentStatus/index.vue +123 -0
- package/views/eam/indexPage/assetRunningStatus/index.vue +145 -0
- package/views/eam/indexPage/index.vue +78 -0
- package/views/eam/indexPage/maintenanceStatistic/index.vue +139 -0
- package/views/eam/indexPage/messages/index.vue +106 -0
- package/views/eam/indexPage/monthFaultRanking/index.vue +168 -0
- package/views/eam/indexPage/monthMaintenanceCalendar/index.vue +182 -0
- package/views/eam/indexPage/monthRepairRequest/index.vue +323 -0
- package/views/eam/indexPage/monthStopRanking/index.vue +192 -0
- package/views/eam/indexPage/monthlyAssetAvailability/index.vue +203 -0
- package/views/eam/indexPage/panelContainer.vue +87 -0
- package/views/eam/indexPage/todayAlarm/index.vue +165 -0
- package/views/eam/inventory/assetInventory/index.vue +381 -0
- package/views/eam/inventory/assetInventoryDetail/detailAdd.vue +709 -0
- package/views/eam/inventory/assetInventoryDetail/index.vue +625 -0
- package/views/eam/lubrication/lubWaitDispatch/LubWaitCancelBatchDialog.vue +200 -0
- package/views/eam/lubrication/lubWaitDispatch/LubWaitCancelDialog.vue +146 -0
- package/views/eam/lubrication/lubWaitDispatch/LubWaitDispatchBatchDialog.vue +293 -0
- package/views/eam/lubrication/lubWaitDispatch/LubWaitDispatchDialog.vue +558 -0
- package/views/eam/lubrication/lubWaitDispatch/LubWaitPartsApplyDialog.vue +508 -0
- package/views/eam/lubrication/lubWaitDispatch/index.vue +598 -0
- package/views/eam/lubrication/lubWaitHandle/LubWaitHandleCancelBatchDialog.vue +198 -0
- package/views/eam/lubrication/lubWaitHandle/LubWaitHandleCancelDialog.vue +139 -0
- package/views/eam/lubrication/lubWaitHandle/LubWaitHandleReportDialog.vue +600 -0
- package/views/eam/lubrication/lubWaitHandle/index.vue +486 -0
- package/views/eam/lubrication/lubricationMoon/LubricationMoonCancelPlanDialog.vue +122 -0
- package/views/eam/lubrication/lubricationMoon/LubricationMoonDetailDialog.vue +82 -0
- package/views/eam/lubrication/lubricationMoon/LubricationMoonSubmitDialog.vue +149 -0
- package/views/eam/lubrication/lubricationMoon/index.vue +592 -0
- package/views/eam/lubrication/lubricationSummar/index.vue +482 -0
- package/views/eam/lubrication/lubricationTemporary/index.vue +381 -0
- package/views/eam/lubrication/lubricationYear/LubricationCancelDialog.vue +166 -0
- package/views/eam/lubrication/lubricationYear/LubricationDetailDialog.vue +250 -0
- package/views/eam/lubrication/lubricationYear/LubricationYearExportDialog.vue +151 -0
- package/views/eam/lubrication/lubricationYear/index.vue +542 -0
- package/views/eam/mst/emMstAttachAuthority/index.vue +244 -0
- package/views/eam/mst/emMstFactory/index.vue +379 -0
- package/views/eam/mst/emMstLine/index.vue +395 -0
- package/views/eam/mst/emMstLocation/index copy 2.vue +460 -0
- package/views/eam/mst/emMstLocation/index copy.vue +461 -0
- package/views/eam/mst/emMstLocation/index.vue +591 -0
- package/views/eam/mst/emSysParameter/index.vue +259 -0
- package/views/eam/mst/emSysParameter/modal/modalEditEamSysParameter.vue +363 -0
- package/views/eam/repair/repairApply/components/RepairApplyAddDialog.vue +765 -0
- package/views/eam/repair/repairApply/components/RepairApplyCancelDialog.vue +139 -0
- package/views/eam/repair/repairApply/index copy.vue +1574 -0
- package/views/eam/repair/repairApply/index.vue +601 -0
- package/views/eam/repair/repairCalendar/RepairCalendarReportDialog.vue +989 -0
- package/views/eam/repair/repairCalendar/index.vue +875 -0
- package/views/eam/repair/repairDispatch/components/RepairApplyPartsDialog.vue +474 -0
- package/views/eam/repair/repairDispatch/components/RepairDispatchCancelDialog.vue +140 -0
- package/views/eam/repair/repairDispatch/components/RepairSelectPartsDialog.vue +332 -0
- package/views/eam/repair/repairDispatch/components/RepariApplyPartsDialog.vue +474 -0
- package/views/eam/repair/repairDispatch/index.vue +1820 -0
- package/views/eam/repair/repairDispatch/index_old.vue +2005 -0
- package/views/eam/repair/repairPlan/components/PlanBottomEdit.vue +291 -0
- package/views/eam/repair/repairPlan/components/PlanSubmitDialog.vue +126 -0
- package/views/eam/repair/repairPlan/components/PlanTableCalendar.vue +172 -0
- package/views/eam/repair/repairPlan/components/PlanTableList.vue +143 -0
- package/views/eam/repair/repairPlan/components/RepairPlanDetailDialog.vue +72 -0
- package/views/eam/repair/repairPlan/index.vue +308 -0
- package/views/eam/repair/repairScrap/index.vue +557 -0
- package/views/eam/reportCenter/assetStatusAnalysis/index.vue +476 -0
- package/views/eam/reportCenter/costing/components/deviceCosting.vue +914 -0
- package/views/eam/reportCenter/costing/index.vue +807 -0
- package/views/eam/reportCenter/equipFailure/index.vue +615 -0
- package/views/eam/reportCenter/faultAnalysis/index.vue +1231 -0
- package/views/eam/reportCenter/kpiFailure/index.vue +583 -0
- package/views/eam/reportCenter/sparePartsRate/index.vue +715 -0
- package/views/eam/reportCenter/workOrderAnalysis/index.vue +696 -0
- package/views/eam/scrap/scrapApply/component/ScrapApplyCancelDialog.vue +141 -0
- package/views/eam/scrap/scrapApply/component/ScrapApplyEditDialog.vue +530 -0
- package/views/eam/scrap/scrapApply/index copy.vue +556 -0
- package/views/eam/scrap/scrapApply/index.vue +386 -0
- package/views/eam/sparePartMain/SparePartMain.vue +58 -0
- package/views/eam/sparePartMain/sparePartBasic/SparePartBasicMain.vue +58 -0
- package/views/eam/spareParts/sparePartsBasic/index.vue +676 -0
- package/views/eam/spareParts/sparePartsDemand/index.vue +658 -0
- package/views/eam/spareParts/sparePartsInventory/index.vue +425 -0
- package/views/eam/spareParts/sparePartsLibrary/index.vue +426 -0
- package/views/eam/spareParts/sparePartsRecord/index.vue +476 -0
- package/views/eam/spareParts/sparePartsType/index.vue +654 -0
- package/views/eam/spareParts/sparePartsUse/index.vue +550 -0
- package/views/eam/spotCheck/components/InspectionCancelDialog.vue +162 -0
- package/views/eam/spotCheck/inspectionStatus/DetailDialog.vue +364 -0
- package/views/eam/spotCheck/inspectionStatus/UnassignedWorkersDialog.vue +256 -0
- package/views/eam/spotCheck/inspectionStatus/index.vue +989 -0
- package/views/eam/spotCheck/planAction/index.vue +1193 -0
- package/views/eam/spotCheck/specialEquipmentInspect/index.vue +928 -0
- package/views/eam/spotCheck/spotCheckMoon/index.vue +1235 -0
- package/views/eam/spotCheck/spotCheckUnusual/index.vue +1131 -0
- package/views/eam/spotCheck/spotCheckYear/index.vue +1123 -0
- package/views/eam/spotCheck/waitDispatch/index.vue +1554 -0
- package/views/eam/spotCheck/waitHandle/index.vue +2058 -0
- package/views/eam/tallyModule/dailyWaitHandle/index.vue +1816 -0
- package/views/eam/tallyModule/planAction/components/planActionAddDialog.vue +414 -0
- package/views/eam/tallyModule/planAction/index.vue +832 -0
- package/views/eam/tallyModule/spotCheckUnusual/AbnormalInfoDialog.vue +165 -0
- package/views/eam/tallyModule/spotCheckUnusual/index.vue +971 -0
- package/views/eam/tallyModule/statusSummary/index.vue +1189 -0
- package/views/eam/tallyModule/taskProcessed/index.vue +1891 -0
- package/views/eam/tallyModule/waitHandle/index.vue +1984 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchApplyPartsDialog.vue +523 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchBottomEdit.vue +501 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchCancelDialog.vue +138 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchSelectPartsDialog.vue +389 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchSubmitDialog.vue +146 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchTableCalendar.vue +205 -0
- package/views/eam/techInnovation/techInnovationDispatch/components/DispatchTableList.vue +174 -0
- package/views/eam/techInnovation/techInnovationDispatch/index.vue +296 -0
- package/views/eam/techInnovation/techInnovationPlan/components/PlanBottomEdit.vue +469 -0
- package/views/eam/techInnovation/techInnovationPlan/components/PlanDetailDialog.vue +77 -0
- package/views/eam/techInnovation/techInnovationPlan/components/PlanSelectPartsDialog.vue +336 -0
- package/views/eam/techInnovation/techInnovationPlan/components/PlanSubmitDialog.vue +149 -0
- package/views/eam/techInnovation/techInnovationPlan/components/PlanTableCalendar.vue +171 -0
- package/views/eam/techInnovation/techInnovationPlan/components/PlanTableList.vue +144 -0
- package/views/eam/techInnovation/techInnovationPlan/index.vue +271 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportApplyPartsDialog.vue +523 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportBottomEdit.vue +615 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportDetailDialog.vue +76 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportSelectPartsDialog.vue +389 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportSubmitDialog.vue +146 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportTableCalendar.vue +145 -0
- package/views/eam/techInnovation/techInnovationReport/components/ReportTableList.vue +143 -0
- package/views/eam/techInnovation/techInnovationReport/index.vue +256 -0
- package/views/eam/technicalRenovation/TRPlan/index.vue +941 -0
- package/views/eam/technicalRenovation/TRTaskReport/index.vue +1056 -0
- package/views/eam/technicalRenovation/TRTaskWaitDispatch/index.vue +945 -0