diff --git a/hw-ui/src/api/board/laserLight.js b/hw-ui/src/api/board/laserLight.js index 00b1d9b..61435c2 100644 --- a/hw-ui/src/api/board/laserLight.js +++ b/hw-ui/src/api/board/laserLight.js @@ -14,7 +14,7 @@ export function getProductPlans(query) { // 开始/继续 export function startNextProductPlanDetail(query) { return request({ - url: '/mes/api/startNextProductPlanDetail', + url: '/mes/api/startNextProductPlanDetailAttach', method: 'post', data: query }) @@ -23,7 +23,7 @@ export function startNextProductPlanDetail(query) { // 获取信息 export function getNewestProductPlanDetail(query) { return request({ - url: '/mes/api/getNewestProductPlanDetail/', + url: '/mes/api/getNewestProductPlanDetailJoinAttach', method: 'get', params: query }) @@ -32,7 +32,7 @@ export function getNewestProductPlanDetail(query) { // 完成 export function completeProductPlanDetail(query) { return request({ - url: '/mes/api/completeProductPlanDetail', + url: '/mes/api/completeProductPlanDetailAttach', method: 'post', data: query }) diff --git a/hw-ui/src/views/board/fourthFloor/laserLight.vue b/hw-ui/src/views/board/fourthFloor/laserLight.vue index 4d1254f..8e38369 100644 --- a/hw-ui/src/views/board/fourthFloor/laserLight.vue +++ b/hw-ui/src/views/board/fourthFloor/laserLight.vue @@ -19,6 +19,9 @@ + + + @@ -30,7 +33,6 @@
- 图纸下发 完成
@@ -68,6 +70,8 @@ :header-cell-style="{textAlign:'center'}" :max-height="19.13 *vw" highlight-current-row + row-key="planId" + :expand-row-keys="drawingList" lazy style="width: 100%" @current-change="getOrderInfo" @@ -75,10 +79,25 @@ > @@ -101,24 +120,27 @@ > +