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
2141dff6
Commit
2141dff6
authored
Apr 21, 2022
by
rainbowmorel@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉外部类显示
parent
2f0c22a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
add.tsx
src/pages/order/deliveryNotice/manageB2B/add.tsx
+0
-5
details.tsx
src/pages/order/receivingNote/deliveryNoteQuery/details.tsx
+8
-8
No files found.
src/pages/order/deliveryNotice/manageB2B/add.tsx
View file @
2141dff6
...
@@ -224,11 +224,6 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
...
@@ -224,11 +224,6 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
<
LogisticsCompanyMerchantsSelect
/>
<
LogisticsCompanyMerchantsSelect
/>
</
FormItem
>
</
FormItem
>
<
FormItem
<
FormItem
rules=
{
[
{
max
:
20
}
]
}
label=
{
LogisticsNoLabel
}
name=
"logisticsNo"
>
label=
{
LogisticsNoLabel
}
name=
"logisticsNo"
>
<
Input
maxLength=
{
20
}
/>
<
Input
maxLength=
{
20
}
/>
</
FormItem
>
</
FormItem
>
...
...
src/pages/order/receivingNote/deliveryNoteQuery/details.tsx
View file @
2141dff6
...
@@ -45,12 +45,12 @@ const DeliveryNoteDetails: React.FC = () => {
...
@@ -45,12 +45,12 @@ const DeliveryNoteDetails: React.FC = () => {
name
:
`
${
Material
.
name
}
(
${
values
[
1
].
totalCount
}
)`
name
:
`
${
Material
.
name
}
(
${
values
[
1
].
totalCount
}
)`
}
}
},
},
{
//
{
...
ExternalRoamRecord
,
//
...ExternalRoamRecord,
...{
//
...{
name
:
`
${
ExternalRoamRecord
.
name
}
(
${
values
[
0
].
outerHistoryList
.
length
}
)`
//
name: `${ExternalRoamRecord.name}(${values[0].outerHistoryList.length})`
}
//
}
}
//
}
])
])
})
})
...
@@ -165,7 +165,7 @@ const DeliveryNoteDetails: React.FC = () => {
...
@@ -165,7 +165,7 @@ const DeliveryNoteDetails: React.FC = () => {
/>
/>
</
ListInfo
>
</
ListInfo
>
<
ListInfo
className=
'mt-15'
title=
{
ExternalRoamRecord
.
name
}
id=
{
ExternalRoamRecord
.
key
}
cols=
{
1
}
>
{
/*
<ListInfo className='mt-15' title={ExternalRoamRecord.name} id={ExternalRoamRecord.key} cols={1}>
<Table
<Table
columns={[
columns={[
...ExternalRoamRecordTableColumn,
...ExternalRoamRecordTableColumn,
...
@@ -173,7 +173,7 @@ const DeliveryNoteDetails: React.FC = () => {
...
@@ -173,7 +173,7 @@ const DeliveryNoteDetails: React.FC = () => {
rowKey="id"
rowKey="id"
dataSource={outerHistoryList}
dataSource={outerHistoryList}
/>
/>
</
ListInfo
>
</ListInfo>
*/
}
</
AnchorPage
>
</
AnchorPage
>
)
)
...
...
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