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
shenshaokai
jinfa-platform
Commits
fdc02756
Commit
fdc02756
authored
Apr 15, 2022
by
leimo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '20418order' into 'v2-220418'
修复bug See merge request linkseeks-design/pro-platform!342
parents
06bc682c
b93fb445
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
ReceiveNotePage.tsx
src/pages/order/assets/handles/ReceiveNotePage.tsx
+2
-2
add.tsx
src/pages/order/receivingNote/deliveryNoteManage/add.tsx
+0
-1
edit.tsx
src/pages/order/receivingNote/deliveryNoteManage/edit.tsx
+2
-3
index.tsx
src/pages/order/receivingNote/deliveryNoteQuery/index.tsx
+2
-2
No files found.
src/pages/order/assets/handles/ReceiveNotePage.tsx
View file @
fdc02756
...
...
@@ -35,7 +35,7 @@ class ReceiveNoteManage extends ReceiveNoteBase {
}
getQuery
(
payload
?:
any
)
{
return
getOrderReceiveOrderPage
().
then
(
res
=>
{
return
getOrderReceiveOrderPage
(
payload
).
then
(
res
=>
{
return
res
.
data
;
})
}
...
...
@@ -55,7 +55,7 @@ class ReceiveNoteQuery extends ReceiveNoteBase {
}
getQuery
(
payload
?:
any
)
{
return
getOrderReceiveOrderDeliveryPage
().
then
(
res
=>
{
return
getOrderReceiveOrderDeliveryPage
(
payload
).
then
(
res
=>
{
return
res
.
data
;
})
}
...
...
src/pages/order/receivingNote/deliveryNoteManage/add.tsx
View file @
fdc02756
...
...
@@ -74,7 +74,6 @@ function DeliveryNoteAddForm() {
function
RenaderDeliveryType
({
value
}:
{
value
?:
any
})
{
return
(
<>
<
Input
/>
{
value
===
0
?
'自提'
:
'物流'
}
</>
)
...
...
src/pages/order/receivingNote/deliveryNoteManage/edit.tsx
View file @
fdc02756
...
...
@@ -75,7 +75,6 @@ function DeliveryNoteAddForm() {
function
RenaderDeliveryType
({
value
}:
{
value
?:
any
})
{
return
(
<>
<
Input
/>
{
value
===
0
?
'自提'
:
'物流'
}
</>
)
...
...
@@ -193,8 +192,8 @@ function DeliveryNoteAddForm() {
<
ContentBox
title=
{
LogisticsInfo
.
name
}
id=
{
LogisticsInfo
.
key
}
>
<
FormItem
hidden
name=
"deliveryType"
>
<
Input
/>
<
FormItem
hidden
=
{
true
}
name=
"deliveryType"
>
<
Input
hidden=
{
true
}
/>
</
FormItem
>
<
FormItem
...
...
src/pages/order/receivingNote/deliveryNoteQuery/index.tsx
View file @
fdc02756
...
...
@@ -96,8 +96,8 @@ const DeliveryNoteQuery: React.FC = () => {
{
title
:
'单据时间'
,
dataIndex
:
'createTime'
,
key
:
'createTime'
},
{
title
:
'外部状态'
,
dataIndex
:
'
id6
'
,
key
:
'
id6
'
,
dataIndex
:
'
orderStatusName
'
,
key
:
'
orderStatusName
'
,
render
:
(
text
:
string
,
record
:
any
)
=>
{
const
styles
=
tagStatus
.
getTagStyle
(
record
.
outerStatus
)
return
(
...
...
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