diff --git a/src/api/kanban/equipment.js b/src/api/kanban/equipment.js index 5c2ad63..aa36141 100644 --- a/src/api/kanban/equipment.js +++ b/src/api/kanban/equipment.js @@ -53,4 +53,12 @@ export function equipmentStability(data) { method: 'get', params: data }); +} +//看板刷新时间 +export function getDeviceRefreshTime(data) { + return request({ + url: '/device/deviceInterface/getDeviceRefreshTime', + method: 'get', + params: data + }); } \ No newline at end of file diff --git a/src/api/wms/outorder.js b/src/api/wms/outorder.js index b5cdea1..a2c39bc 100644 --- a/src/api/wms/outorder.js +++ b/src/api/wms/outorder.js @@ -42,3 +42,27 @@ export function delOutorder(ID) { method: 'delete' }); } +// 仓库列表 +export function getlistCK(data) { + return request({ + url: '/wms/order/listCK', + method: 'post', + data: data + }); +} +// 列表 +export function PurchaseOrderOutboundPda(data) { + return request({ + url: '/wms/order/PurchaseOrderOutboundPda', + method: 'post', + data: data + }); +} +// 新增 +export function addPurchaseOrderOutbound(data) { + return request({ + url: '/wms/order/addPurchaseOrderOutbound', + method: 'post', + data: data + }); +} \ No newline at end of file diff --git a/src/views/wms/outorder/index.vue b/src/views/wms/outorder/index.vue index 664b528..b7c0e0f 100644 --- a/src/views/wms/outorder/index.vue +++ b/src/views/wms/outorder/index.vue @@ -3,28 +3,16 @@ - + - + - + @@ -35,70 +23,44 @@ - 新增 + 新增 - - 修改 + - 导出 + 导出 - + - - + + - + - + @@ -110,78 +72,60 @@ {{ parseTime(scope.row.createDate, '{y}-{m}-{d}') }} - + - + - - - - - - - - - - - - - - - - - - - - + + + + - - + + + + - - - - - - - - - - - - - + + + + 查询 + + + + + + + + + + + + + +