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
陈智峰
jinfa-platform
Commits
a460f054
Commit
a460f054
authored
Sep 24, 2020
by
LeeJiancong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'处理报错'
parent
5726c027
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
pageOrderLog.tsx
src/pages/logistics/components/pageOrderLog.tsx
+3
-3
productModal.tsx
...ages/transaction/enquiryOffer/components/productModal.tsx
+2
-2
No files found.
src/pages/logistics/components/pageOrderLog.tsx
View file @
a460f054
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Date: 2020-09-23 10:24:42
* @Date: 2020-09-23 10:24:42
* @LastEditors: LeeJiancong
* @LastEditors: LeeJiancong
* @Copyright: 1549414730@qq.com
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-2
3 18:07:31
* @LastEditTime: 2020-09-2
4 14:18:30
* 外部流转记录
* 外部流转记录
*/
*/
import
React
,
{
Component
,
useRef
,
ReactNode
}
from
'react'
;
import
React
,
{
Component
,
useRef
,
ReactNode
}
from
'react'
;
...
@@ -71,7 +71,7 @@ const Log: React.FC<Params> = (props) => {
...
@@ -71,7 +71,7 @@ const Log: React.FC<Params> = (props) => {
const
ref
=
useRef
<
any
>
({})
const
ref
=
useRef
<
any
>
({})
const
fetchData
=
(
params
:
any
)
=>
{
const
fetchData
=
(
params
:
any
)
=>
{
if
(
!
props
.
id
){
if
(
!
props
.
id
){
return
return
[]
}
}
//待提交新增物流单
//待提交新增物流单
...
@@ -117,7 +117,7 @@ const Log: React.FC<Params> = (props) => {
...
@@ -117,7 +117,7 @@ const Log: React.FC<Params> = (props) => {
};
};
return
<
StandardTable
return
<
StandardTable
tableProps=
{
{
rowKey
:
'
i
d'
}
}
tableProps=
{
{
rowKey
:
'
operatorRoleI
d'
}
}
currentRef=
{
ref
}
currentRef=
{
ref
}
columns=
{
columns
}
columns=
{
columns
}
fetchTableData=
{
(
params
:
any
)
=>
fetchData
(
params
)
}
fetchTableData=
{
(
params
:
any
)
=>
fetchData
(
params
)
}
...
...
src/pages/transaction/enquiryOffer/components/productModal.tsx
View file @
a460f054
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Date: 2020-08-28 10:07:45
* @Date: 2020-08-28 10:07:45
* @LastEditors: LeeJiancong
* @LastEditors: LeeJiancong
* @Copyright: 1549414730@qq.com
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-
18 11:18:40
* @LastEditTime: 2020-09-
24 11:25:03
*/
*/
import
React
,
{
Component
,
useState
,
useRef
,
useEffect
,
useImperativeHandle
}
from
'react'
;
import
React
,
{
Component
,
useState
,
useRef
,
useEffect
,
useImperativeHandle
}
from
'react'
;
import
{
Modal
,
Button
,
Space
,
Form
,
Radio
,
AutoComplete
,
Badge
,
Tabs
,
Input
,
Select
,
Checkbox
}
from
'antd'
import
{
Modal
,
Button
,
Space
,
Form
,
Radio
,
AutoComplete
,
Badge
,
Tabs
,
Input
,
Select
,
Checkbox
}
from
'antd'
...
@@ -49,7 +49,7 @@ const layout = {
...
@@ -49,7 +49,7 @@ const layout = {
* @return {type}
* @return {type}
*/
*/
const
fetchData
=
async
(
params
)
=>
{
const
fetchData
=
async
(
params
)
=>
{
const
res
=
await
PublicApi
.
getProductCommodityCommonGetCommodity
DetailList
({
...
params
,
environment
:
1
,
shopType
:
1
})
const
res
=
await
PublicApi
.
getProductCommodityCommonGetCommodity
ListBySeller
({
...
params
,
priceTypeList
:[
1
,
2
]
,
environment
:
1
,
shopType
:
1
})
return
res
.
data
return
res
.
data
}
}
...
...
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