diff --git a/src/api/dms/dmsBillsFaultInstance.js b/src/api/dms/dmsBillsFaultInstance.js
index c30bcc7..7557484 100644
--- a/src/api/dms/dmsBillsFaultInstance.js
+++ b/src/api/dms/dmsBillsFaultInstance.js
@@ -8,6 +8,15 @@ export function listDmsBillsFaultInstance(query) {
params: query
})
}
+
+// 查询检修工单列表(不分页)
+export function listAllDmsBillsFaultInstance(query) {
+ return request({
+ url: '/dms/dmsBillsFaultInstance/listAll',
+ method: 'get',
+ params: query
+ })
+}
export function getDmsPartsList(query) {
return request({
url: '/dms/dmsBillsFaultInstance/getDmsPartsList',
diff --git a/src/api/dms/dmsBillsMaintInstance.js b/src/api/dms/dmsBillsMaintInstance.js
index 493b9fe..2658243 100644
--- a/src/api/dms/dmsBillsMaintInstance.js
+++ b/src/api/dms/dmsBillsMaintInstance.js
@@ -9,6 +9,15 @@ export function listDmsBillsMaintInstance(query) {
})
}
+// 查询保养工单列表(不分页)
+export function listAllDmsBillsMaintInstance(query) {
+ return request({
+ url: '/dms/dmsBillsMaintInstance/listAll',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询保养工单详细
export function getDmsBillsMaintInstance(maintInstanceId) {
return request({
diff --git a/src/api/dms/dmsRecordInspect.js b/src/api/dms/dmsRecordInspect.js
index 52537e5..ca6b7a3 100644
--- a/src/api/dms/dmsRecordInspect.js
+++ b/src/api/dms/dmsRecordInspect.js
@@ -9,6 +9,15 @@ export function listDmsRecordInspect(query) {
})
}
+// 查询巡检记录列表(不分页)
+export function listAllDmsRecordInspect(query) {
+ return request({
+ url: '/dms/dmsRecordInspect/listAll',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询巡检记录详细
export function getDmsRecordInspect(recordInspectId) {
return request({
diff --git a/src/api/dms/repairRecord.js b/src/api/dms/repairRecord.js
index 64f7ead..b756a51 100644
--- a/src/api/dms/repairRecord.js
+++ b/src/api/dms/repairRecord.js
@@ -9,6 +9,15 @@ export function listRepairRecord(query) {
})
}
+// 查询维修记录列表(不分页)
+export function listAllRepairRecord(query) {
+ return request({
+ url: '/dms/repairRecord/listAll',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询维修记录详细
export function getRepairRecord(recordId) {
return request({
diff --git a/src/api/dms/shutDown.js b/src/api/dms/shutDown.js
index e83881b..59935b1 100644
--- a/src/api/dms/shutDown.js
+++ b/src/api/dms/shutDown.js
@@ -9,6 +9,15 @@ export function listShutDown(query) {
})
}
+// 查询停机记录列表(不分页)
+export function listAllShutDown(query) {
+ return request({
+ url: '/dms/shutDown/listAll',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询停机记录详细
export function getShutDown(recordShutDownId) {
return request({
diff --git a/src/views/dms/prodBaseMachineInfo/index copy.vue b/src/views/dms/prodBaseMachineInfo/index copy.vue
new file mode 100644
index 0000000..42a9f09
--- /dev/null
+++ b/src/views/dms/prodBaseMachineInfo/index copy.vue
@@ -0,0 +1,1307 @@
+
+ 设备全生命周期管理与履历追踪 编号:{{ selectedMachine.deviceCode }} | 产线:{{ selectedMachine.productLineName || '-' }} {{ event.description }}
+
+ 设备台账管理
+
+ {{ machine.deviceName }}
+
+ {{ selectedMachine.deviceName }}
+ 选择查看的生命周期类型
+ 设备履历时间轴
+ {{ event.title }}
+ {{ formatDateTime(event.time) }}
+