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
hemin
jinfa-platform
Commits
6a6b69ee
Commit
6a6b69ee
authored
Jun 27, 2022
by
hemin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
虚拟代发货数量
parent
05d1d02f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
3 deletions
+36
-3
table-column.ts
src/pages/order/constants/table-column.ts
+33
-0
add.tsx
src/pages/order/deliveryNotice/manageSRM/add.tsx
+3
-3
No files found.
src/pages/order/constants/table-column.ts
View file @
6a6b69ee
...
...
@@ -228,4 +228,37 @@ export const OperationColumn: any = {
}
export const ResidueDeliveryNumColumn: any = {
title: '待送货数量',
// align: 'center',
dataIndex: 'deliveryCount',
key: 'deliveryCount'
}
export const BatchJudgmentTypeColumn: any = {
title: '批次判定',
// align: 'center',
}
export const AcceptanceCountColumn: any = {
title: '允收数量',
// align: 'center',
}
export const ConcessionToReceiveCountColumn: any = {
title: '让步接收数量',
// align: 'center',
}
export const RejectCountColumn: any = {
title: '拒收数量',
// align: 'center',
}
export const virtualLeftNumColumn: any = {
title: '待虚拟发货数量数量',
dataIndex: 'virtualLeftCount',
key: 'virtualLeftCount',
}
src/pages/order/deliveryNotice/manageSRM/add.tsx
View file @
6a6b69ee
...
...
@@ -21,8 +21,8 @@ import { DeliveryNoteAddService } from '../../assets/handles/HandleFormSubmit';
import
{
RoleSelect
}
from
'@/components/RoleSelect'
;
import
DeliveryNoticeOrderFactory
from
'../../assets/handles/DeliveryNoticeOrder'
;
import
LogisticsCompanyMerchantsSelect
from
'@/components/LogisticsCompanySelect/LogisticsCompanyMerchantsSelect'
;
import
{
keyBy
,
values
}
from
'lodash'
;
import
{
DeliveryNumColumn
,
OrderNumColumn
}
from
'../../constants/table-column'
;
import
{
values
}
from
'lodash'
;
import
{
DeliveryNumColumn
,
OrderNumColumn
,
ResidueDeliveryNumColumn
,
DeliveredNumColumn
,
virtualLeftNumColumn
}
from
'../../constants/table-column'
;
import
{
addrFormatValue
}
from
'../../assets/format/addrValue'
;
import
DeliveryGoodTableSelectSRM
from
'../../components/DeliveryGoodTableSelect/DeliveryGoodTableSelectSRM'
;
import
{
PATTERN_MAPS
}
from
'@/constants/regExp'
;
...
...
@@ -333,7 +333,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
render
:
(
t
,
rcode
,
index
)
=>
{
return
(
<
HarvestMaterialInput
value=
{
rcode
[
Order
NumColumn
.
key
]
}
value=
{
rcode
[
virtualLeft
NumColumn
.
key
]
}
index=
{
index
}
keyup=
"deliveryCount"
/>
...
...
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