From eec6a946bdc07a1511d32badf6284060a1557d2b Mon Sep 17 00:00:00 2001 From: zhh Date: Fri, 19 Oct 2018 17:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/returnApply.js | 8 ++ src/views/oms/apply/index.vue | 167 +++++++++++++++++++++++++++++++++- 2 files changed, 173 insertions(+), 2 deletions(-) create mode 100644 src/api/returnApply.js diff --git a/src/api/returnApply.js b/src/api/returnApply.js new file mode 100644 index 0000000..250c59b --- /dev/null +++ b/src/api/returnApply.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +export function fetchList(params) { + return request({ + url:'/returnApply/list', + method:'get', + params:params + }) +} diff --git a/src/views/oms/apply/index.vue b/src/views/oms/apply/index.vue index c76e7ee..ec06dcc 100644 --- a/src/views/oms/apply/index.vue +++ b/src/views/oms/apply/index.vue @@ -1,10 +1,173 @@