From f8707d0bcfdcd83015799de75b6f1801859eb778 Mon Sep 17 00:00:00 2001 From: zhh Date: Mon, 22 Oct 2018 13:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8=E5=AE=8C?= =?UTF-8?q?=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 | 115 +++++++++++++++++++++++++++++++--- src/views/oms/order/index.vue | 19 +++--- 3 files changed, 126 insertions(+), 16 deletions(-) diff --git a/src/api/returnApply.js b/src/api/returnApply.js index 250c59b..332171e 100644 --- a/src/api/returnApply.js +++ b/src/api/returnApply.js @@ -6,3 +6,11 @@ export function fetchList(params) { params:params }) } + +export function deleteApply(params) { + return request({ + url:'/returnApply/delete', + method:'post', + params:params + }) +} diff --git a/src/views/oms/apply/index.vue b/src/views/oms/apply/index.vue index ec06dcc..f6aca8f 100644 --- a/src/views/oms/apply/index.vue +++ b/src/views/oms/apply/index.vue @@ -21,10 +21,10 @@
- + - + - + {{scope.row.memberUsername}} - + @@ -87,16 +89,48 @@
+
+ + + + + + 确定 + +
+
+ + +
- + diff --git a/src/views/oms/order/index.vue b/src/views/oms/order/index.vue index 69e052f..936abcb 100644 --- a/src/views/oms/order/index.vue +++ b/src/views/oms/order/index.vue @@ -21,21 +21,22 @@
- + - + + placeholder="请选择时间"> - + - + - + - +