Showing
3 changed files
with
22 additions
and
22 deletions
@@ -23,9 +23,9 @@ | @@ -23,9 +23,9 @@ | ||
23 | </template> | 23 | </template> |
24 | 24 | ||
25 | <script> | 25 | <script> |
26 | -import moment from "moment"; | ||
27 | -import {ServiceList} from './store'; | ||
28 | -import FinanceService from 'services/finance/finance-service'; | 26 | + import moment from "moment"; |
27 | + import {ServiceList} from './store'; | ||
28 | + import FinanceService from 'services/finance/finance-service'; | ||
29 | 29 | ||
30 | export default { | 30 | export default { |
31 | data(){ | 31 | data(){ |
@@ -4,7 +4,7 @@ let curDay = moment().format('YYYY-MM-DD'); | @@ -4,7 +4,7 @@ let curDay = moment().format('YYYY-MM-DD'); | ||
4 | const withdrawStatus = { | 4 | const withdrawStatus = { |
5 | 0: '提现中', | 5 | 0: '提现中', |
6 | 1: '提现成功', | 6 | 1: '提现成功', |
7 | - 2: '提现失败' | 7 | + 2: '提现失败', |
8 | }; | 8 | }; |
9 | 9 | ||
10 | export default function() { | 10 | export default function() { |
@@ -24,58 +24,58 @@ export default function() { | @@ -24,58 +24,58 @@ export default function() { | ||
24 | title: '提现时间', | 24 | title: '提现时间', |
25 | key: 'withdrawTime', | 25 | key: 'withdrawTime', |
26 | width: 60, | 26 | width: 60, |
27 | - align: 'center' | 27 | + align: 'center', |
28 | }, | 28 | }, |
29 | { | 29 | { |
30 | title: '账务ID', | 30 | title: '账务ID', |
31 | key: 'id', | 31 | key: 'id', |
32 | width: 90, | 32 | width: 90, |
33 | - align: 'center' | 33 | + align: 'center', |
34 | }, { | 34 | }, { |
35 | title: '商家名称', | 35 | title: '商家名称', |
36 | key: 'productName', | 36 | key: 'productName', |
37 | width: 90, | 37 | width: 90, |
38 | - align: 'center' | 38 | + align: 'center', |
39 | }, { | 39 | }, { |
40 | title: '商家收款账户', | 40 | title: '商家收款账户', |
41 | key: 'targetAccount', | 41 | key: 'targetAccount', |
42 | width: 90, | 42 | width: 90, |
43 | - align: 'center' | 43 | + align: 'center', |
44 | }, { | 44 | }, { |
45 | title: '订单号', | 45 | title: '订单号', |
46 | key: 'orderCode', | 46 | key: 'orderCode', |
47 | width: 90, | 47 | width: 90, |
48 | - align: 'center' | 48 | + align: 'center', |
49 | }, { | 49 | }, { |
50 | title: 'sku', | 50 | title: 'sku', |
51 | key: 'productSku', | 51 | key: 'productSku', |
52 | width: 90, | 52 | width: 90, |
53 | - align: 'center' | 53 | + align: 'center', |
54 | }, { | 54 | }, { |
55 | title: '商品名称', | 55 | title: '商品名称', |
56 | key: 'productName', | 56 | key: 'productName', |
57 | width: 90, | 57 | width: 90, |
58 | - align: 'center' | 58 | + align: 'center', |
59 | }, { | 59 | }, { |
60 | title: '业务单据号', | 60 | title: '业务单据号', |
61 | key: 'targetAccount', | 61 | key: 'targetAccount', |
62 | width: 90, | 62 | width: 90, |
63 | - align: 'center' | 63 | + align: 'center', |
64 | }, { | 64 | }, { |
65 | title: '账务类型', | 65 | title: '账务类型', |
66 | key: 'clearingType', | 66 | key: 'clearingType', |
67 | width: 90, | 67 | width: 90, |
68 | - align: 'center' | 68 | + align: 'center', |
69 | }, { | 69 | }, { |
70 | title: '子账务类型', | 70 | title: '子账务类型', |
71 | key: 'applyAmount', | 71 | key: 'applyAmount', |
72 | width: 90, | 72 | width: 90, |
73 | - align: 'center' | 73 | + align: 'center', |
74 | }, { | 74 | }, { |
75 | title: '服务费金额(元)', | 75 | title: '服务费金额(元)', |
76 | key: 'serviceAmount', | 76 | key: 'serviceAmount', |
77 | width: 90, | 77 | width: 90, |
78 | - align: 'center' | 78 | + align: 'center', |
79 | }, { | 79 | }, { |
80 | title: '提现状态', | 80 | title: '提现状态', |
81 | key: 'status', | 81 | key: 'status', |
@@ -92,20 +92,20 @@ export default function() { | @@ -92,20 +92,20 @@ export default function() { | ||
92 | title: '入账时间', | 92 | title: '入账时间', |
93 | key: 'createTime', | 93 | key: 'createTime', |
94 | width: 90, | 94 | width: 90, |
95 | - align: 'center' | ||
96 | - } | 95 | + align: 'center', |
96 | + }, | ||
97 | ], | 97 | ], |
98 | tableData: [], | 98 | tableData: [], |
99 | pageData: { | 99 | pageData: { |
100 | total: 0, | 100 | total: 0, |
101 | current: 1, | 101 | current: 1, |
102 | - pageSize: 20 | 102 | + pageSize: 20, |
103 | }, | 103 | }, |
104 | filters: { | 104 | filters: { |
105 | dateRange: { | 105 | dateRange: { |
106 | label: '起止日期', | 106 | label: '起止日期', |
107 | model: '', | 107 | model: '', |
108 | - labelSpan: 8 | 108 | + labelSpan: 8, |
109 | }, | 109 | }, |
110 | beginTime: '', | 110 | beginTime: '', |
111 | endTime: '', | 111 | endTime: '', |
@@ -125,8 +125,8 @@ export default function() { | @@ -125,8 +125,8 @@ export default function() { | ||
125 | },{ | 125 | },{ |
126 | value: 4, | 126 | value: 4, |
127 | label: '近30天', | 127 | label: '近30天', |
128 | - } | ||
129 | - ] | 128 | + }, |
129 | + ], | ||
130 | }, | 130 | }, |
131 | withdrawStatus: { | 131 | withdrawStatus: { |
132 | label: '提现状态', | 132 | label: '提现状态', |
@@ -11,7 +11,7 @@ const apiUrl = { | @@ -11,7 +11,7 @@ const apiUrl = { | ||
11 | shopWithdrawList: '/erp/shopWithdrawList', | 11 | shopWithdrawList: '/erp/shopWithdrawList', |
12 | shopWithdrawApply: '/erp/shopWithdrawApply', | 12 | shopWithdrawApply: '/erp/shopWithdrawApply', |
13 | shopWithdrawAccountList: '/erp/shopWithdrawAccountList', | 13 | shopWithdrawAccountList: '/erp/shopWithdrawAccountList', |
14 | - shopWithdrawServiceList: '/erp/shopWithdrawServiceList' | 14 | + shopWithdrawServiceList: '/erp/shopWithdrawServiceList', |
15 | }; | 15 | }; |
16 | 16 | ||
17 | class FinanceService extends Service { | 17 | class FinanceService extends Service { |
-
Please register or login to post a comment