diff --git a/src/api/technology/proroute.js b/src/api/technology/proroute.js index 379b506..fa828d0 100644 --- a/src/api/technology/proroute.js +++ b/src/api/technology/proroute.js @@ -50,4 +50,12 @@ export function importProroute(data) { method: 'post', data: data }) + +} +// 同步SAP订单 +export function syncSAP() { + return request({ + url: '/technology/pro/proroute/syncSAP', + method: 'post' + }); } diff --git a/src/views/technology/proroute/index.vue b/src/views/technology/proroute/index.vue index 3f02374..2728a28 100644 --- a/src/views/technology/proroute/index.vue +++ b/src/views/technology/proroute/index.vue @@ -75,14 +75,16 @@ >导出 +