diff --git a/hb_client/src/api/workflow.js b/hb_client/src/api/workflow.js index 1b6189c..f5a13de 100644 --- a/hb_client/src/api/workflow.js +++ b/hb_client/src/api/workflow.js @@ -153,6 +153,15 @@ export function createTicket(data) { method: 'post', data }) +} + //详情 +export function ticketread(id) { + return request({ + url: `/wf/ticket/${id}/`, + method: 'get', + + }) + } //接单 export function ticketAccpet(id,data) { diff --git a/hb_client/src/api/wpm.js b/hb_client/src/api/wpm.js index 0c16a1c..723bede 100644 --- a/hb_client/src/api/wpm.js +++ b/hb_client/src/api/wpm.js @@ -313,6 +313,14 @@ export function getRetrial(id) { method: 'GET', }) } +//玻璃审批工单 +export function getwproductticketList(query) { + return request({ + url: '/wpm/wproduct_ticket/', + method: 'get', + params: query + }) +} diff --git a/hb_client/src/views/qm/processtest.vue b/hb_client/src/views/qm/processtest.vue index 65149f5..5e86257 100644 --- a/hb_client/src/views/qm/processtest.vue +++ b/hb_client/src/views/qm/processtest.vue @@ -1,91 +1,244 @@ - + + @@ -237,15 +238,19 @@ - + + +