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
c1272cc5
Commit
c1272cc5
authored
Apr 11, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418' into 'v2-220418'
V2 220418 See merge request linkseeks-design/pro-platform!198
parents
ba72b118
56e3c56d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
28 additions
and
28 deletions
+28
-28
index.ts
config/routes/tranactionRoute/index.ts
+14
-14
index.tsx
src/pages/handling/assign/processStock/index.tsx
+3
-3
index.tsx
src/pages/handling/assign/tobeAddStock/index.tsx
+1
-1
index.tsx
src/pages/handling/assign/tobeReceive/index.tsx
+1
-1
index.tsx
src/pages/handling/confirm/pendingAddLogistics/index.tsx
+1
-1
index.tsx
src/pages/handling/confirm/pendingDelivered/index.tsx
+1
-1
index.tsx
src/pages/handling/confirm/pendingReceipt/index.tsx
+1
-1
index.tsx
...pages/handling/confirm/processingInvoiceTobeAdd/index.tsx
+2
-2
index.tsx
src/pages/priceManage/priceLibrary/index.tsx
+2
-2
index.tsx
src/pages/transaction/stockSellStorage/bills/index.tsx
+1
-1
index.tsx
src/pages/transaction/stockSellStorage/warehouse/index.tsx
+1
-1
No files found.
config/routes/tranactionRoute/index.ts
View file @
c1272cc5
...
...
@@ -80,19 +80,19 @@ const TranactionRoute = {
// 进销存
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage'
,
name
:
'stockSellStorage'
,
routes
:
[
// 仓库
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/warehouse'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/warehouse'
,
name
:
'warehouse'
,
component
:
'@/pages/transaction/stockSellStorage/warehouse/index'
,
},
// 仓库-新增
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/warehouse/add'
,
'/memberCenter/
commodity
Ability/stockSellStorage/warehouse/add'
,
name
:
'addWarehouse'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -102,7 +102,7 @@ const TranactionRoute = {
// 仓库-编辑
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/warehouse/edit'
,
'/memberCenter/
commodity
Ability/stockSellStorage/warehouse/edit'
,
name
:
'editWarehouse'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -112,7 +112,7 @@ const TranactionRoute = {
// 仓库-详情
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/warehouse/detail'
,
'/memberCenter/
commodity
Ability/stockSellStorage/warehouse/detail'
,
name
:
'warehouseDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -121,14 +121,14 @@ const TranactionRoute = {
},
// 单据类型
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/billsType'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/billsType'
,
name
:
'billsType'
,
component
:
'@/pages/transaction/stockSellStorage/billsType/index'
,
},
// 单据类型-新增
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/billsType/add'
,
'/memberCenter/
commodity
Ability/stockSellStorage/billsType/add'
,
name
:
'addBillsType'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -138,7 +138,7 @@ const TranactionRoute = {
// 单据类型-编辑
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/billsType/edit'
,
'/memberCenter/
commodity
Ability/stockSellStorage/billsType/edit'
,
name
:
'editBillsType'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -148,7 +148,7 @@ const TranactionRoute = {
// 单据类型-详情
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/billsType/detail'
,
'/memberCenter/
commodity
Ability/stockSellStorage/billsType/detail'
,
name
:
'billsTypeDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -157,13 +157,13 @@ const TranactionRoute = {
},
// 单据
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills'
,
name
:
'bills'
,
component
:
'@/pages/transaction/stockSellStorage/bills/index'
,
},
// 单据-新增
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/add'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/add'
,
name
:
'addBills'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -171,7 +171,7 @@ const TranactionRoute = {
},
// 单据-编辑
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/edit'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/edit'
,
name
:
'editBills'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -179,7 +179,7 @@ const TranactionRoute = {
},
// 单据-详情
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
,
name
:
'billsDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
...
...
@@ -187,7 +187,7 @@ const TranactionRoute = {
},
// 库存
{
path
:
'/memberCenter/
tranaction
Ability/stockSellStorage/inventory'
,
path
:
'/memberCenter/
commodity
Ability/stockSellStorage/inventory'
,
name
:
'inventory'
,
component
:
'@/pages/transaction/stockSellStorage/inventory/index'
,
},
...
...
src/pages/handling/assign/processStock/index.tsx
View file @
c1272cc5
...
...
@@ -25,8 +25,8 @@ import {
import
{
getEnhanceProcessToBeAddDeliveryList
,
getEnhanceProcessToBeAddLogisticsList
,
getEnhanceProcessToBeConfirmReceiptList
,
getEnhanceProcessToBeDeliveryList
,
getEnhanceSupplierToBeAddStorageList
,
getEnhanceSupplierToBeReceiveList
,
postEnhanceProcessToBeAddDeliveryExam
,
postEnhanceSupplierToBeAddStorageExam
}
from
'@/services/EnhanceV2Api'
;
const
formActions
=
createFormActions
();
const
ADD_PROCESS_PATH
=
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/add'
;
const
ADD_DELIVERY_PATH
=
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/add'
;
const
ADD_PROCESS_PATH
=
'/memberCenter/
commodity
Ability/stockSellStorage/bills/add'
;
const
ADD_DELIVERY_PATH
=
'/memberCenter/
commodity
Ability/stockSellStorage/bills/add'
;
const
ADD_LOGISTICS_PATH
=
'/memberCenter/logisticsAbility/logisticsBillSubmit/waitSbumitLogisticsBill/add'
;
const
DETAIL_LOGISTICS_PATH
=
'/memberCenter/logisticsAbility/logisticsBillSubmit/logisticsBillQuery/preview'
...
...
@@ -146,7 +146,7 @@ const processStock: React.FC<{}> = () => {
if
(
!
text
)
{
return
null
}
const
url
=
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
;
const
url
=
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
;
const
type
=
[
PENDING_ADD_PROCESS_PATH
,
ASSIGN_PENDING_RECEIVE
].
includes
(
pathname
)
?
'storage'
:
'delivery'
const
id
=
type
===
'storage'
?
record
.
storageId
:
record
.
deliveryId
;
if
(
!
id
)
{
...
...
src/pages/handling/assign/tobeAddStock/index.tsx
View file @
c1272cc5
...
...
@@ -22,7 +22,7 @@ import AuthButton from '@/components/AuthButton';
const
formActions
=
createFormActions
();
const
queryColumns
=
setColumnsByLinks
({
detail
:
'/memberCenter/handling/assign/pendingAddProcessing/detail'
,
storage
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
,
storage
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
,
})
const
ADD_PROCESS_PATH
=
"/memberCenter/tranactionAbility/stockSellStorage/bills/add"
const
AllQuery
=
()
=>
{
...
...
src/pages/handling/assign/tobeReceive/index.tsx
View file @
c1272cc5
...
...
@@ -22,7 +22,7 @@ import AuthButton from '@/components/AuthButton';
const
formActions
=
createFormActions
();
const
queryColumns
=
setColumnsByLinks
({
detail
:
'/memberCenter/handling/assign/pendingAddProcessing/detail'
,
storage
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
,
storage
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
,
})
const
AllQuery
=
()
=>
{
const
intl
=
useIntl
();
...
...
src/pages/handling/confirm/pendingAddLogistics/index.tsx
View file @
c1272cc5
...
...
@@ -22,7 +22,7 @@ const DETAIL_LOGISTICS_PATH = '/memberCenter/logisticsAbility/logisticsBillSubmi
const
formActions
=
createFormActions
();
const
queryColumns
=
setColumnsByLinks
({
detail
:
"/memberCenter/handling/confirm/pendingAddLogistics/detail"
,
delivery
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
delivery
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
})
const
AllQuery
=
()
=>
{
...
...
src/pages/handling/confirm/pendingDelivered/index.tsx
View file @
c1272cc5
...
...
@@ -19,7 +19,7 @@ import AuthButton from '@/components/AuthButton';
const
formActions
=
createFormActions
();
const
queryColumns
=
setColumnsByLinks
({
detail
:
"/memberCenter/handling/confirm/pendingDelivered/detail"
,
delivery
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
delivery
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
})
const
PENDING_DELIVERD_PATH
=
"/memberCenter/handling/confirm/pendingDelivered/detail"
;
...
...
src/pages/handling/confirm/pendingReceipt/index.tsx
View file @
c1272cc5
...
...
@@ -20,7 +20,7 @@ import { AuthUrl } from '@/components/AuthButton/AuthUrl'
const
formActions
=
createFormActions
();
const
queryColumns
=
setColumnsByLinks
({
detail
:
"/memberCenter/handling/confirm/pendingDelivered/detail"
,
delivery
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
delivery
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
})
const
PENDING_RECEIPT_PATH
=
"/memberCenter/handling/confirm/pendingReceipt/detail"
;
...
...
src/pages/handling/confirm/processingInvoiceTobeAdd/index.tsx
View file @
c1272cc5
...
...
@@ -22,9 +22,9 @@ import AuthButton from '@/components/AuthButton';
const
formActions
=
createFormActions
();
const
queryColumns
=
setColumnsByLinks
({
detail
:
"/memberCenter/handling/confirm/query/detail"
,
delivery
:
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/detail'
delivery
:
'/memberCenter/
commodity
Ability/stockSellStorage/bills/detail'
})
const
ADD_DELIVERY_PATH
=
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/add'
;
const
ADD_DELIVERY_PATH
=
'/memberCenter/
commodity
Ability/stockSellStorage/bills/add'
;
const
AllQuery
=
()
=>
{
const
intl
=
useIntl
();
...
...
src/pages/priceManage/priceLibrary/index.tsx
View file @
c1272cc5
import
React
,
{
useEffect
,
useRef
}
from
'react'
;
import
{
Button
,
Card
,
Input
,
message
}
from
'antd'
;
import
{
Button
,
Card
,
Input
,
InputNumber
,
message
}
from
'antd'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -80,7 +80,7 @@ const PriceLibrary: React.FC<{}> = () => {
key
:
'marketPrice'
,
render
:
(
text
,
record
)
=>
{
return
(
<
Input
<
Input
Number
prefix=
{
intl
.
formatMessage
({
id
:
'priceManage.priceStrategy.columns.currency'
,
})
}
...
...
src/pages/transaction/stockSellStorage/bills/index.tsx
View file @
c1272cc5
...
...
@@ -311,7 +311,7 @@ const Bills: React.FC<{}> = () => {
icon=
{
<
PlusOutlined
/>
}
onClick=
{
()
=>
history
.
push
(
'/memberCenter/
tranaction
Ability/stockSellStorage/bills/add?source=1'
,
'/memberCenter/
commodity
Ability/stockSellStorage/bills/add?source=1'
,
)
}
>
...
...
src/pages/transaction/stockSellStorage/warehouse/index.tsx
View file @
c1272cc5
...
...
@@ -156,7 +156,7 @@ const WareHouse: React.FC<{}> = () => {
};
const
handleJumpAdd
=
()
=>
{
history
.
push
(
'/memberCenter/
tranaction
Ability/stockSellStorage/warehouse/add'
);
history
.
push
(
'/memberCenter/
commodity
Ability/stockSellStorage/warehouse/add'
);
};
const
Actions
=
(
...
...
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