From 8728f13a8c891b909004f6d49bfb49752affbd60 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Tue, 22 Aug 2023 11:41:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E9=9A=90=E8=97=8F=E4=B8=BB?= =?UTF-8?q?=E5=8A=A8=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/technology/proroute.js | 8 ++++++++ src/views/technology/proroute/index.vue | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) 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 @@ >导出 +