Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
merchant-manage-ui
Commits
43a6428b
Commit
43a6428b
authored
Jun 01, 2022
by
张子雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feat/settlement
parent
c3d034e7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
14 deletions
+14
-14
env.config.js
config/env.config.js
+9
-8
data.js
src/pages/PaymentMange/data.js
+1
-2
index.jsx
src/pages/PaymentMange/index.jsx
+1
-1
style.less
src/pages/PaymentMange/style.less
+1
-1
index.jsx
src/pages/ReconciliationQuery/index.jsx
+1
-1
index.jsx
src/pages/SettlementSheet/index.jsx
+1
-1
No files found.
config/env.config.js
View file @
43a6428b
...
@@ -2,15 +2,15 @@ const isProduction = process.env.NODE_ENV === 'production';
...
@@ -2,15 +2,15 @@ const isProduction = process.env.NODE_ENV === 'production';
const
isPre
=
process
.
env
.
PRE_ENV
===
'
pre
'
;
const
isPre
=
process
.
env
.
PRE_ENV
===
'
pre
'
;
const
envAPi
=
{
const
envAPi
=
{
api
:
'
//backstms-test
4
.liangkebang.net
'
,
api
:
'
//backstms-test
9
.liangkebang.net
'
,
kdspOpApi
:
'
https://kdsp-operation-test
4
.liangkebang.net
'
,
kdspOpApi
:
'
https://kdsp-operation-test
9
.liangkebang.net
'
,
kdspApi
:
'
https://sc-op-api-test
4
.liangkebang.net
'
,
kdspApi
:
'
https://sc-op-api-test
9
.liangkebang.net
'
,
goodsApi
:
'
https://sc-op-api-test
4
.liangkebang.net
'
,
goodsApi
:
'
https://sc-op-api-test
9
.liangkebang.net
'
,
querysApi
:
'
https://sc-settlement-api-test
4
.liangkebang.net
'
,
querysApi
:
'
https://sc-settlement-api-test
9
.liangkebang.net
'
,
// goodsApi: '//192.168.188.111:7000',
// goodsApi: '//192.168.188.111:7000',
prologueDomain
:
'
https://mall-test
4
.liangkebang.net
'
,
prologueDomain
:
'
https://mall-test
9
.liangkebang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
opapiHost
:
'
https://opapi-test
4
.liangkebang.net
'
,
opapiHost
:
'
https://opapi-test
9
.liangkebang.net
'
,
};
};
const
prodApi
=
{
const
prodApi
=
{
...
@@ -22,7 +22,8 @@ const prodApi = {
...
@@ -22,7 +22,8 @@ const prodApi = {
goodsApi
:
'
https://sc-merchant-api.q-gp.com
'
,
// 线上环境打包域名
goodsApi
:
'
https://sc-merchant-api.q-gp.com
'
,
// 线上环境打包域名
qiniuHost
:
'
https://appsync.lkbang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
opapiHost
:
'
https://opapi.xyqb.com
'
,
opapiHost
:
'
https://opapi.xyqb.com
'
,
querysApi
:
'
https://sc-settlement-api.q-gp.com
'
,
// querysApi: 'https://sc-settlement-api.q-gp.com',
querysApi
:
'
https://sc-merchant-api.q-gp.com/admin/merchant/sc-settlement
'
,
};
};
const
preProdApi
=
{
const
preProdApi
=
{
...
...
src/pages/PaymentMange/data.js
View file @
43a6428b
...
@@ -141,11 +141,10 @@ export function columns(res, pages) {
...
@@ -141,11 +141,10 @@ export function columns(res, pages) {
{
{
title
:
'
操作
'
,
title
:
'
操作
'
,
dataIndex
:
'
option
'
,
dataIndex
:
'
option
'
,
valueType
:
'
option
'
,
//
valueType: 'option',
key
:
'
option
'
,
key
:
'
option
'
,
align
:
'
center
'
,
align
:
'
center
'
,
fixed
:
'
right
'
,
fixed
:
'
right
'
,
width
:
80
,
render
:
(
_
,
row
)
=>
(
render
:
(
_
,
row
)
=>
(
<
div
>
<
div
>
<
Button
<
Button
...
...
src/pages/PaymentMange/index.jsx
View file @
43a6428b
...
@@ -183,7 +183,7 @@ const PaymentMange = () => {
...
@@ -183,7 +183,7 @@ const PaymentMange = () => {
}
}
}
}
bordered
bordered
toolBarRender=
{
onToolBarRender
}
toolBarRender=
{
onToolBarRender
}
scroll=
{
{
x
:
'
1
700px
'
}
}
scroll=
{
{
x
:
'
1
00%
'
,
y
:
500
}
}
/>
/>
<
ToExamineModal
<
ToExamineModal
...
...
src/pages/PaymentMange/style.less
View file @
43a6428b
.button {
.button {
display: block;
display: block;
margin
-bottom:
10px;
margin
: 0 auto
10px;
}
}
.uploadButton {
.uploadButton {
...
...
src/pages/ReconciliationQuery/index.jsx
View file @
43a6428b
...
@@ -154,7 +154,7 @@ const ReconciliationQuery = () => {
...
@@ -154,7 +154,7 @@ const ReconciliationQuery = () => {
rowSelection=
{
rowSelection
}
rowSelection=
{
rowSelection
}
bordered
bordered
toolBarRender=
{
onToolBarRender
}
toolBarRender=
{
onToolBarRender
}
scroll=
{
{
x
:
'
100%
'
}
}
scroll=
{
{
x
:
'
100%
'
,
y
:
400
}
}
/>
/>
</
PageHeaderWrapper
>
</
PageHeaderWrapper
>
</
Spin
>
</
Spin
>
...
...
src/pages/SettlementSheet/index.jsx
View file @
43a6428b
...
@@ -157,7 +157,7 @@ const SettlementSheet = () => {
...
@@ -157,7 +157,7 @@ const SettlementSheet = () => {
rowSelection=
{
rowSelection
}
rowSelection=
{
rowSelection
}
bordered
bordered
toolBarRender=
{
onToolBarRender
}
toolBarRender=
{
onToolBarRender
}
scroll=
{
{
x
:
'
100%
'
}
}
scroll=
{
{
x
:
'
100%
'
,
y
:
400
}
}
/>
/>
</
PageHeaderWrapper
>
</
PageHeaderWrapper
>
</
Spin
>
</
Spin
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment