diff --git a/src/api/system/pmsOrderOut.js b/src/api/system/pmsOrderOut.js index e32bd5f..cb77da4 100644 --- a/src/api/system/pmsOrderOut.js +++ b/src/api/system/pmsOrderOut.js @@ -51,4 +51,13 @@ export function createOrderOut(data){ method: 'post', data: data }) -} \ No newline at end of file +} + +//修改出库通知单 +export function updateOrderOut(data){ + return request({ + url: '/app/pms/updateOrderOut', + method: 'post', + data: data + }) +} diff --git a/src/views/system/goods/index.vue b/src/views/system/goods/index.vue index d514a25..4608563 100644 --- a/src/views/system/goods/index.vue +++ b/src/views/system/goods/index.vue @@ -230,6 +230,9 @@ + diff --git a/src/views/system/pmsOrderOut/components/OutboundDialog.vue b/src/views/system/pmsOrderOut/components/OutboundDialog.vue index d25f680..7626e0c 100644 --- a/src/views/system/pmsOrderOut/components/OutboundDialog.vue +++ b/src/views/system/pmsOrderOut/components/OutboundDialog.vue @@ -22,18 +22,13 @@ - - - + + + + + +