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.
Files changed (265) hide show
  1. package/package.json +1 -1
  2. package/views/eam/annualTesting/LubWaitPartsApplyDialog.vue +767 -0
  3. package/views/eam/annualTesting/SpareDialog.vue +476 -0
  4. package/views/eam/annualTesting/annualList/LubWaitPartsApplyDialog.vue +938 -0
  5. package/views/eam/annualTesting/annualList/index.vue +1019 -0
  6. package/views/eam/annualTesting/index.vue +698 -0
  7. package/views/eam/annualTesting/indexAdd.vue +1195 -0
  8. package/views/eam/annualTesting/indexList.vue +1026 -0
  9. package/views/eam/annualTesting/indexMaintenance.vue +1340 -0
  10. package/views/eam/annualTesting/issued.vue +709 -0
  11. package/views/eam/asset/assetAttachment/assetBomAttachment.vue +253 -0
  12. package/views/eam/asset/assetAttachment/fileUpload.vue +238 -0
  13. package/views/eam/asset/assetAttachment/index.vue +360 -0
  14. package/views/eam/asset/assetAttachment2/AssetAttachmentDialog.vue +199 -0
  15. package/views/eam/asset/assetAttachment2/assetBomAttachment.vue +253 -0
  16. package/views/eam/asset/assetAttachment2/fileUpload.vue +296 -0
  17. package/views/eam/asset/assetAttachment2/index.vue +477 -0
  18. package/views/eam/asset/assetAttachment2/index2.vue +152 -0
  19. package/views/eam/asset/assetBaseInfo/components/applyComment.vue +265 -0
  20. package/views/eam/asset/assetBaseInfo/convert.vue +1297 -0
  21. package/views/eam/asset/assetBaseInfo/idle.vue +612 -0
  22. package/views/eam/asset/assetBaseInfo/index.vue +1486 -0
  23. package/views/eam/asset/assetBaseInfo/lent.vue +662 -0
  24. package/views/eam/asset/assetBaseInfo/newPurchase.vue +1379 -0
  25. package/views/eam/asset/assetBaseInfo/permanent.vue +624 -0
  26. package/views/eam/asset/assetBaseInfo/safeAttchment.vue +368 -0
  27. package/views/eam/asset/assetBaseInfo/special.vue +645 -0
  28. package/views/eam/asset/assetBaseInfo/usage.vue +1062 -0
  29. package/views/eam/asset/assetBaseInfo/usageInternal.vue +1080 -0
  30. package/views/eam/asset/assetBaseInfo/value.vue +615 -0
  31. package/views/eam/asset/assetDetail/index.vue +198 -0
  32. package/views/eam/asset/assetDetail/safeAttachment.vue +41 -0
  33. package/views/eam/asset/assetInfo/attachment.vue +178 -0
  34. package/views/eam/asset/assetInfo/bom.vue +1170 -0
  35. package/views/eam/asset/assetInfo/components/PlanDetailsDialog.vue +236 -0
  36. package/views/eam/asset/assetInfo/components/SpareBomDialog.vue +448 -0
  37. package/views/eam/asset/assetInfo/components/SpareDialog.vue +450 -0
  38. package/views/eam/asset/assetInfo/components/TaskDetailsDialog.vue +529 -0
  39. package/views/eam/asset/assetInfo/components/common.js +30 -0
  40. package/views/eam/asset/assetInfo/components/infoDialog.vue +179 -0
  41. package/views/eam/asset/assetInfo/dailyPoint.vue +1487 -0
  42. package/views/eam/asset/assetInfo/index.vue +1845 -0
  43. package/views/eam/asset/assetInfo/info.vue +1798 -0
  44. package/views/eam/asset/assetInfo/lubrication.vue +2259 -0
  45. package/views/eam/asset/assetInfo/maintain.vue +1958 -0
  46. package/views/eam/asset/assetInfo/point.vue +1844 -0
  47. package/views/eam/asset/assetInfo/polling.vue +1853 -0
  48. package/views/eam/asset/assetInfo/printDetail.vue +115 -0
  49. package/views/eam/asset/assetInfo/printDetailcopy.vue +132 -0
  50. package/views/eam/asset/assetInfo/resume.vue +421 -0
  51. package/views/eam/asset/assetInfo/testingStandards.vue +2155 -0
  52. package/views/eam/asset/assetList/convert.vue +921 -0
  53. package/views/eam/asset/assetList/idle.vue +787 -0
  54. package/views/eam/asset/assetList/index.vue +1018 -0
  55. package/views/eam/asset/assetList/lent.vue +778 -0
  56. package/views/eam/asset/assetList/newPurchase.vue +952 -0
  57. package/views/eam/asset/assetList/permanent.vue +790 -0
  58. package/views/eam/asset/assetList/printDetail.vue +193 -0
  59. package/views/eam/asset/assetList/safeAttachment.vue +552 -0
  60. package/views/eam/asset/assetList/special.vue +794 -0
  61. package/views/eam/asset/assetList/usage.vue +875 -0
  62. package/views/eam/asset/assetList/usageInternal.vue +785 -0
  63. package/views/eam/asset/assetList/value.vue +767 -0
  64. package/views/eam/asset/assetListInfo/index.vue +252 -0
  65. package/views/eam/asset/assetListLog/convert.vue +324 -0
  66. package/views/eam/asset/assetListLog/idle.vue +323 -0
  67. package/views/eam/asset/assetListLog/index.vue +345 -0
  68. package/views/eam/asset/assetListLog/lent.vue +328 -0
  69. package/views/eam/asset/assetListLog/newPurchase.vue +324 -0
  70. package/views/eam/asset/assetListLog/permanent.vue +346 -0
  71. package/views/eam/asset/assetListLog/special.vue +325 -0
  72. package/views/eam/asset/assetListLog/usage.vue +327 -0
  73. package/views/eam/asset/assetListLog/value.vue +324 -0
  74. package/views/eam/asset/assetStandardList/index.vue +876 -0
  75. package/views/eam/asset/bom/assetBom.vue +2061 -0
  76. package/views/eam/asset/bom/assetBomReadOnly.vue +2054 -0
  77. package/views/eam/asset/category/index.vue +821 -0
  78. package/views/eam/asset/category/readOnly.vue +823 -0
  79. package/views/eam/asset/construction/index.vue +710 -0
  80. package/views/eam/asset/deviceCategory/index.vue +583 -0
  81. package/views/eam/asset/emAssetPrintItems/index.vue +395 -0
  82. package/views/eam/asset/generalAssetUpload/index.vue +1049 -0
  83. package/views/eam/asset/location/index.vue +500 -0
  84. package/views/eam/asset/newPurchaseAssetUpload/index.vue +916 -0
  85. package/views/eam/asset/part/partSelect.vue +126 -0
  86. package/views/eam/asset/testDIa.vue +133 -0
  87. package/views/eam/asset/userOwnership/index.vue +761 -0
  88. package/views/eam/assetListReport/DeviceInfoPanel.vue +146 -0
  89. package/views/eam/assetListReport/index.vue +311 -0
  90. package/views/eam/assetReport/DeviceInfoPanel.vue +144 -0
  91. package/views/eam/assetReport/DeviceOperateStatus.vue +44 -0
  92. package/views/eam/assetReport/components/AssetPicAndStatus.vue +41 -0
  93. package/views/eam/assetReport/components/AvailabilityAndProficiency.vue +112 -0
  94. package/views/eam/assetReport/components/BootTimeAndPayloadWeight.vue +51 -0
  95. package/views/eam/assetReport/components/MaintenanceStatus.vue +185 -0
  96. package/views/eam/assetReport/components/RealTimeTemperature.vue +45 -0
  97. package/views/eam/assetReport/index.vue +268 -0
  98. package/views/eam/assetattribute/index.vue +67 -0
  99. package/views/eam/assetcategoryattribute/index.vue +58 -0
  100. package/views/eam/components/DeviceStatus.vue +54 -0
  101. package/views/eam/components/archives/index.vue +8 -0
  102. package/views/eam/equipmentInspection/inspectionPlan/components/SpecialSendDialogCreated.vue +890 -0
  103. package/views/eam/equipmentInspection/inspectionPlan/components/index.vue +1542 -0
  104. package/views/eam/equipmentInspection/inspectionPlan/index.vue +656 -0
  105. package/views/eam/equipmentInspection/lims/components/LimsDetailDialog.vue +323 -0
  106. package/views/eam/equipmentInspection/lims/index.vue +267 -0
  107. package/views/eam/equipmentInspection/special/components/SpecialCancelDialog.vue +137 -0
  108. package/views/eam/equipmentInspection/special/components/SpecialSendDialog.vue +380 -0
  109. package/views/eam/equipmentInspection/special/index.vue +276 -0
  110. package/views/eam/equipmentInspection/specialNew/components/EquipmentLocation.vue +312 -0
  111. package/views/eam/equipmentInspection/specialNew/components/InspectionReport.vue +977 -0
  112. package/views/eam/equipmentInspection/specialNew/components/SpecialCancelDialog.vue +137 -0
  113. package/views/eam/equipmentInspection/specialNew/components/SpecialSendDialog.vue +456 -0
  114. package/views/eam/equipmentInspection/specialNew/components/SpecialSendDialogRegister.vue +439 -0
  115. package/views/eam/equipmentInspection/specialNew/index.vue +575 -0
  116. package/views/eam/flowable/definition/index.vue +584 -0
  117. package/views/eam/flowable/definition/model.vue +145 -0
  118. package/views/eam/flowable/finished/index.vue +352 -0
  119. package/views/eam/flowable/form/index.vue +308 -0
  120. package/views/eam/flowable/process/index.vue +490 -0
  121. package/views/eam/flowable/record/components/Tip.vue +235 -0
  122. package/views/eam/flowable/record/components/dialog/ExceptionDetailsDialog.vue +308 -0
  123. package/views/eam/flowable/record/components/lubrication.vue +2115 -0
  124. package/views/eam/flowable/record/components/maintain.vue +2014 -0
  125. package/views/eam/flowable/record/components/point.vue +1677 -0
  126. package/views/eam/flowable/record/components/polling.vue +1735 -0
  127. package/views/eam/flowable/record/components/regularPlanAudit.vue +639 -0
  128. package/views/eam/flowable/record/components/sparePartsDemandList.vue +259 -0
  129. package/views/eam/flowable/record/components/taskAudit.vue +555 -0
  130. package/views/eam/flowable/record/flow.vue +28 -0
  131. package/views/eam/flowable/record/flowview.vue +243 -0
  132. package/views/eam/flowable/record/index.vue +959 -0
  133. package/views/eam/flowable/todo/index.vue +297 -0
  134. package/views/eam/front/index.vue +17 -0
  135. package/views/eam/idle/idleApply/components/idleApplyAddDialog.vue +237 -0
  136. package/views/eam/idle/idleApply/components/idleApplyCancelDialog.vue +6 -0
  137. package/views/eam/idle/idleApply/index.vue +0 -0
  138. package/views/eam/indexPage/assetCurrentStatus/index.vue +123 -0
  139. package/views/eam/indexPage/assetRunningStatus/index.vue +145 -0
  140. package/views/eam/indexPage/index.vue +78 -0
  141. package/views/eam/indexPage/maintenanceStatistic/index.vue +139 -0
  142. package/views/eam/indexPage/messages/index.vue +106 -0
  143. package/views/eam/indexPage/monthFaultRanking/index.vue +168 -0
  144. package/views/eam/indexPage/monthMaintenanceCalendar/index.vue +182 -0
  145. package/views/eam/indexPage/monthRepairRequest/index.vue +323 -0
  146. package/views/eam/indexPage/monthStopRanking/index.vue +192 -0
  147. package/views/eam/indexPage/monthlyAssetAvailability/index.vue +203 -0
  148. package/views/eam/indexPage/panelContainer.vue +87 -0
  149. package/views/eam/indexPage/todayAlarm/index.vue +165 -0
  150. package/views/eam/inventory/assetInventory/index.vue +381 -0
  151. package/views/eam/inventory/assetInventoryDetail/detailAdd.vue +709 -0
  152. package/views/eam/inventory/assetInventoryDetail/index.vue +625 -0
  153. package/views/eam/lubrication/lubWaitDispatch/LubWaitCancelBatchDialog.vue +200 -0
  154. package/views/eam/lubrication/lubWaitDispatch/LubWaitCancelDialog.vue +146 -0
  155. package/views/eam/lubrication/lubWaitDispatch/LubWaitDispatchBatchDialog.vue +293 -0
  156. package/views/eam/lubrication/lubWaitDispatch/LubWaitDispatchDialog.vue +558 -0
  157. package/views/eam/lubrication/lubWaitDispatch/LubWaitPartsApplyDialog.vue +508 -0
  158. package/views/eam/lubrication/lubWaitDispatch/index.vue +598 -0
  159. package/views/eam/lubrication/lubWaitHandle/LubWaitHandleCancelBatchDialog.vue +198 -0
  160. package/views/eam/lubrication/lubWaitHandle/LubWaitHandleCancelDialog.vue +139 -0
  161. package/views/eam/lubrication/lubWaitHandle/LubWaitHandleReportDialog.vue +600 -0
  162. package/views/eam/lubrication/lubWaitHandle/index.vue +486 -0
  163. package/views/eam/lubrication/lubricationMoon/LubricationMoonCancelPlanDialog.vue +122 -0
  164. package/views/eam/lubrication/lubricationMoon/LubricationMoonDetailDialog.vue +82 -0
  165. package/views/eam/lubrication/lubricationMoon/LubricationMoonSubmitDialog.vue +149 -0
  166. package/views/eam/lubrication/lubricationMoon/index.vue +592 -0
  167. package/views/eam/lubrication/lubricationSummar/index.vue +482 -0
  168. package/views/eam/lubrication/lubricationTemporary/index.vue +381 -0
  169. package/views/eam/lubrication/lubricationYear/LubricationCancelDialog.vue +166 -0
  170. package/views/eam/lubrication/lubricationYear/LubricationDetailDialog.vue +250 -0
  171. package/views/eam/lubrication/lubricationYear/LubricationYearExportDialog.vue +151 -0
  172. package/views/eam/lubrication/lubricationYear/index.vue +542 -0
  173. package/views/eam/mst/emMstAttachAuthority/index.vue +244 -0
  174. package/views/eam/mst/emMstFactory/index.vue +379 -0
  175. package/views/eam/mst/emMstLine/index.vue +395 -0
  176. package/views/eam/mst/emMstLocation/index copy 2.vue +460 -0
  177. package/views/eam/mst/emMstLocation/index copy.vue +461 -0
  178. package/views/eam/mst/emMstLocation/index.vue +591 -0
  179. package/views/eam/mst/emSysParameter/index.vue +259 -0
  180. package/views/eam/mst/emSysParameter/modal/modalEditEamSysParameter.vue +363 -0
  181. package/views/eam/repair/repairApply/components/RepairApplyAddDialog.vue +765 -0
  182. package/views/eam/repair/repairApply/components/RepairApplyCancelDialog.vue +139 -0
  183. package/views/eam/repair/repairApply/index copy.vue +1574 -0
  184. package/views/eam/repair/repairApply/index.vue +601 -0
  185. package/views/eam/repair/repairCalendar/RepairCalendarReportDialog.vue +989 -0
  186. package/views/eam/repair/repairCalendar/index.vue +875 -0
  187. package/views/eam/repair/repairDispatch/components/RepairApplyPartsDialog.vue +474 -0
  188. package/views/eam/repair/repairDispatch/components/RepairDispatchCancelDialog.vue +140 -0
  189. package/views/eam/repair/repairDispatch/components/RepairSelectPartsDialog.vue +332 -0
  190. package/views/eam/repair/repairDispatch/components/RepariApplyPartsDialog.vue +474 -0
  191. package/views/eam/repair/repairDispatch/index.vue +1820 -0
  192. package/views/eam/repair/repairDispatch/index_old.vue +2005 -0
  193. package/views/eam/repair/repairPlan/components/PlanBottomEdit.vue +291 -0
  194. package/views/eam/repair/repairPlan/components/PlanSubmitDialog.vue +126 -0
  195. package/views/eam/repair/repairPlan/components/PlanTableCalendar.vue +172 -0
  196. package/views/eam/repair/repairPlan/components/PlanTableList.vue +143 -0
  197. package/views/eam/repair/repairPlan/components/RepairPlanDetailDialog.vue +72 -0
  198. package/views/eam/repair/repairPlan/index.vue +308 -0
  199. package/views/eam/repair/repairScrap/index.vue +557 -0
  200. package/views/eam/reportCenter/assetStatusAnalysis/index.vue +476 -0
  201. package/views/eam/reportCenter/costing/components/deviceCosting.vue +914 -0
  202. package/views/eam/reportCenter/costing/index.vue +807 -0
  203. package/views/eam/reportCenter/equipFailure/index.vue +615 -0
  204. package/views/eam/reportCenter/faultAnalysis/index.vue +1231 -0
  205. package/views/eam/reportCenter/kpiFailure/index.vue +583 -0
  206. package/views/eam/reportCenter/sparePartsRate/index.vue +715 -0
  207. package/views/eam/reportCenter/workOrderAnalysis/index.vue +696 -0
  208. package/views/eam/scrap/scrapApply/component/ScrapApplyCancelDialog.vue +141 -0
  209. package/views/eam/scrap/scrapApply/component/ScrapApplyEditDialog.vue +530 -0
  210. package/views/eam/scrap/scrapApply/index copy.vue +556 -0
  211. package/views/eam/scrap/scrapApply/index.vue +386 -0
  212. package/views/eam/sparePartMain/SparePartMain.vue +58 -0
  213. package/views/eam/sparePartMain/sparePartBasic/SparePartBasicMain.vue +58 -0
  214. package/views/eam/spareParts/sparePartsBasic/index.vue +676 -0
  215. package/views/eam/spareParts/sparePartsDemand/index.vue +658 -0
  216. package/views/eam/spareParts/sparePartsInventory/index.vue +425 -0
  217. package/views/eam/spareParts/sparePartsLibrary/index.vue +426 -0
  218. package/views/eam/spareParts/sparePartsRecord/index.vue +476 -0
  219. package/views/eam/spareParts/sparePartsType/index.vue +654 -0
  220. package/views/eam/spareParts/sparePartsUse/index.vue +550 -0
  221. package/views/eam/spotCheck/components/InspectionCancelDialog.vue +162 -0
  222. package/views/eam/spotCheck/inspectionStatus/DetailDialog.vue +364 -0
  223. package/views/eam/spotCheck/inspectionStatus/UnassignedWorkersDialog.vue +256 -0
  224. package/views/eam/spotCheck/inspectionStatus/index.vue +989 -0
  225. package/views/eam/spotCheck/planAction/index.vue +1193 -0
  226. package/views/eam/spotCheck/specialEquipmentInspect/index.vue +928 -0
  227. package/views/eam/spotCheck/spotCheckMoon/index.vue +1235 -0
  228. package/views/eam/spotCheck/spotCheckUnusual/index.vue +1131 -0
  229. package/views/eam/spotCheck/spotCheckYear/index.vue +1123 -0
  230. package/views/eam/spotCheck/waitDispatch/index.vue +1554 -0
  231. package/views/eam/spotCheck/waitHandle/index.vue +2058 -0
  232. package/views/eam/tallyModule/dailyWaitHandle/index.vue +1816 -0
  233. package/views/eam/tallyModule/planAction/components/planActionAddDialog.vue +414 -0
  234. package/views/eam/tallyModule/planAction/index.vue +832 -0
  235. package/views/eam/tallyModule/spotCheckUnusual/AbnormalInfoDialog.vue +165 -0
  236. package/views/eam/tallyModule/spotCheckUnusual/index.vue +971 -0
  237. package/views/eam/tallyModule/statusSummary/index.vue +1189 -0
  238. package/views/eam/tallyModule/taskProcessed/index.vue +1891 -0
  239. package/views/eam/tallyModule/waitHandle/index.vue +1984 -0
  240. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchApplyPartsDialog.vue +523 -0
  241. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchBottomEdit.vue +501 -0
  242. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchCancelDialog.vue +138 -0
  243. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchSelectPartsDialog.vue +389 -0
  244. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchSubmitDialog.vue +146 -0
  245. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchTableCalendar.vue +205 -0
  246. package/views/eam/techInnovation/techInnovationDispatch/components/DispatchTableList.vue +174 -0
  247. package/views/eam/techInnovation/techInnovationDispatch/index.vue +296 -0
  248. package/views/eam/techInnovation/techInnovationPlan/components/PlanBottomEdit.vue +469 -0
  249. package/views/eam/techInnovation/techInnovationPlan/components/PlanDetailDialog.vue +77 -0
  250. package/views/eam/techInnovation/techInnovationPlan/components/PlanSelectPartsDialog.vue +336 -0
  251. package/views/eam/techInnovation/techInnovationPlan/components/PlanSubmitDialog.vue +149 -0
  252. package/views/eam/techInnovation/techInnovationPlan/components/PlanTableCalendar.vue +171 -0
  253. package/views/eam/techInnovation/techInnovationPlan/components/PlanTableList.vue +144 -0
  254. package/views/eam/techInnovation/techInnovationPlan/index.vue +271 -0
  255. package/views/eam/techInnovation/techInnovationReport/components/ReportApplyPartsDialog.vue +523 -0
  256. package/views/eam/techInnovation/techInnovationReport/components/ReportBottomEdit.vue +615 -0
  257. package/views/eam/techInnovation/techInnovationReport/components/ReportDetailDialog.vue +76 -0
  258. package/views/eam/techInnovation/techInnovationReport/components/ReportSelectPartsDialog.vue +389 -0
  259. package/views/eam/techInnovation/techInnovationReport/components/ReportSubmitDialog.vue +146 -0
  260. package/views/eam/techInnovation/techInnovationReport/components/ReportTableCalendar.vue +145 -0
  261. package/views/eam/techInnovation/techInnovationReport/components/ReportTableList.vue +143 -0
  262. package/views/eam/techInnovation/techInnovationReport/index.vue +256 -0
  263. package/views/eam/technicalRenovation/TRPlan/index.vue +941 -0
  264. package/views/eam/technicalRenovation/TRTaskReport/index.vue +1056 -0
  265. package/views/eam/technicalRenovation/TRTaskWaitDispatch/index.vue +945 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {