Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
shuniu-admin-react
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
shuniu-admin-react
Commits
b72770a0
Commit
b72770a0
authored
Aug 19, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3.4 -2
parent
19ebdb02
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
15 deletions
+26
-15
index.js
dist/index.js
+6
-6
Home.jsx
src/containers/Home/Home.jsx
+1
-0
PassItem.jsx
src/containers/Remittance/PassItem.jsx
+19
-9
No files found.
dist/index.js
View file @
b72770a0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/containers/Home/Home.jsx
View file @
b72770a0
...
...
@@ -12,6 +12,7 @@ const Home = ({location}) => {
<
p
>
1. BUG修复: 订单合同物流单号设置。
<
br
/>
2. BUG修复: 自定义消息推送BUG; 自定义消息详情展示时微信渠道去除多余字段
<
br
/>
3. BUG修复: 报单审核失败时输出拒绝理由
<
br
/>
</
p
>
<
h3
>
2016-08-18 更新 1.3.3
</
h3
>
...
...
src/containers/Remittance/PassItem.jsx
View file @
b72770a0
...
...
@@ -211,13 +211,23 @@ export default class PassItem extends Component {
</
Form
.
Item
>
{
isEdit
&&
isEdit
?
<
Form
.
Item
label=
"拒绝理由"
{
...
leftRightFormItemLayout
}
>
<
Input
placeholder=
"拒绝理由"
{
...
getFieldProps
('
memo
',
{
initialValue
:
audit
.
memo
})}
/>
</
Form
.
Item
>
:
(
audit
.
status
===
5
&&
<
Form
.
Item
label=
"拒绝理由"
{
...
leftRightFormItemLayout
}
>
<
p
style=
{
{
color
:
'#f00'
}
}
>
<
Icon
type=
"cross-circle-o"
style=
{
{
marginRight
:
'.5em'
}
}
/>
{
audit
.
memo
||
NULL
}
</
p
>
</
Form
.
Item
>
)
}
<
Form
.
Item
wrapperCol=
{
{
span
:
16
,
offset
:
6
}
}
style=
{
{
marginTop
:
30
}
}
>
{
...
...
@@ -255,12 +265,12 @@ export default class PassItem extends Component {
</
Button
>
{
audit
.
status
==
9
&&
<
Button
style=
{
{
marginLeft
:
'1em'
}
}
type=
"ghost"
onClick=
{
e
=>
{
<
Button
style=
{
{
marginLeft
:
'1em'
}
}
type=
"ghost"
onClick=
{
e
=>
{
e
.
stopPropagation
();
const
iframe
=
document
.
createElement
(
'iframe'
);
iframe
.
src
=
'/zip/'
+
params
.
id
+
'.zip?id='
+
params
.
id
;
document
.
body
.
appendChild
(
iframe
);
setTimeout
(()
=>
{
setTimeout
(()
=>
{
document
.
body
.
removeChild
(
iframe
);
},
10000
);
}
}
>
下载
</
Button
>
...
...
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