Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
d71461da
Commit
d71461da
authored
Dec 18, 2020
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改加工生产通知单详情页不通过原因
parent
27eac8db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
index.tsx
src/pages/handling/assign/detail/index.tsx
+10
-5
No files found.
src/pages/handling/assign/detail/index.tsx
View file @
d71461da
...
...
@@ -288,7 +288,7 @@ const Detail: React.FC<{}> = () => {
const
handleManualDeliver
=
(
value
)
=>
{
const
postData
=
{
produceNoticeOrderId
:
id
,
manualDeliver
BO
:
value
,
manualDeliver
:
value
,
}
PublicApi
.
postEnhanceProcessToBeDeliveryManualDeliver
(
postData
)
.
then
(({
data
,
code
})
=>
{
...
...
@@ -354,6 +354,11 @@ const Detail: React.FC<{}> = () => {
text=
{
info
.
innerStatusName
}
></
Badge
>
</
Descriptions
.
Item
>
</
Descriptions
>
{
info
?.
cause
?
<
div
style=
{
{
marginLeft
:
'32px'
}
}
>
不通过原因:
{
info
.
cause
}
</
div
>
:
null
}
</
Col
>
<
Col
span=
{
4
}
>
{
...
...
@@ -376,10 +381,10 @@ const Detail: React.FC<{}> = () => {
<
DeliverGood
mode=
"view"
deliveryType=
{
info
.
deliveryType
}
deliveryAddress=
{
info
.
manualDeliver
BO
?.
deliveryAddress
}
deliveryTime=
{
info
.
manualDeliver
BO
?.
deliveryTime
}
deliveryNo=
{
info
.
manualDeliver
BO
?.
deliveryNo
}
logisticsName=
{
info
.
manualDeliver
BO
?.
logisticsName
}
deliveryAddress=
{
info
.
manualDeliver
?.
deliveryAddress
}
deliveryTime=
{
info
.
manualDeliver
?.
deliveryTime
}
deliveryNo=
{
info
.
manualDeliver
?.
deliveryNo
}
logisticsName=
{
info
.
manualDeliver
?.
logisticsName
}
handleManualReceiver=
{
handleManualReceiver
}
>
<
Button
type=
"primary"
>
确认手工收货
</
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