diff --git a/src/api/ebiz/preserve/preserve.js b/src/api/ebiz/preserve/preserve.js
index e69de29bb..1d362ee25 100644
--- a/src/api/ebiz/preserve/preserve.js
+++ b/src/api/ebiz/preserve/preserve.js
@@ -0,0 +1,12 @@
+import request from '@/assets/js/utils/request'
+import getUrl from '@/assets/js/utils/get-url'
+
+//获取海报类型
+export function progressListQuery(data) {
+ return request({
+ url: getUrl('/edor/query/queryEdorList', 0),
+ method: 'post',
+ data
+ })
+}
+
diff --git a/src/config/preserve.js b/src/config/preserve.js
new file mode 100644
index 000000000..206af0814
--- /dev/null
+++ b/src/config/preserve.js
@@ -0,0 +1,5 @@
+let mockBaseUrl = 'http://rap2.taobao.org:38080/app/mock/250585/'
+
+export default {
+ '/edor/query/queryEdorList': mockBaseUrl + '/edor/query/queryEdorList',
+}
diff --git a/src/config/urlMap.js b/src/config/urlMap.js
index a75916286..6782f7e65 100644
--- a/src/config/urlMap.js
+++ b/src/config/urlMap.js
@@ -8,6 +8,7 @@ import sale from './sale'
import customer from './customer'
import my from './my'
import product from './product'
+import preserve from './preserve'
import serve from './serve'
import common from './common'
import survey from './survey'
@@ -18,6 +19,6 @@ let baseObj = {
'/user/info': mockBaseUrl + '/223948/info',
'/user/logout': mockBaseUrl + '/223948/logout'
}
-Object.assign(baseObj, proposal, sale, customer, my, product, serve, common, survey)
+Object.assign(baseObj, proposal, sale, customer, my, product, preserve, serve, common, survey)
export default baseObj
diff --git a/src/router/ebiz/preserve.js b/src/router/ebiz/preserve.js
index 904e25f3b..7375a2b37 100644
--- a/src/router/ebiz/preserve.js
+++ b/src/router/ebiz/preserve.js
@@ -12,6 +12,7 @@ const beneficiaryInfo = () => import('@/views/ebiz/preserve/BeneficiaryInfo')
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/BeneficiaryConfirmation')
const surrenderInfo = () => import('@/views/ebiz/preserve/SurrenderInfo')
const surrenderConfirmation = () => import('@/views/ebiz/preserve/SurrenderConfirmation')
+const Progress = () => import('@/views/ebiz/preserve/Progress')
export default [
{
@@ -130,5 +131,14 @@ export default [
title: '提交结果',
index: 13
}
- }
+ },
+ {
+ path: '/preserve/Progress',
+ name: 'Progress',
+ component: Progress,
+ meta: {
+ title: '保全进度查询',
+ index: 14
+ }
+ },
]
diff --git a/src/views/ebiz/preserve/Progress.vue b/src/views/ebiz/preserve/Progress.vue
new file mode 100644
index 000000000..ac3a9fdd4
--- /dev/null
+++ b/src/views/ebiz/preserve/Progress.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
{{ item.edorapplyNo }}
+
+
+
+
+
+
+ 客户
+
+
{{ item.customerName }}
+
+
+
+
+
+
+ 状态
+
+
{{item.surrenderStatus}}
+
+
+
+
+
+
+ 保全项
+
+
{{ item.surrenderType }}
+
+
+
+
+ 查看详情
+
+
+
+
+
+

+
暂无数据
+
+
+
+
+
+
+
+