Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
Overview
Overview
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
bltdc
data-center-auto
Commits
4b35172e
Commit
4b35172e
authored
Dec 26, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨在途明细表,新增暂存字段
parent
89b35a6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
report.cs
AutoTurnOver.DB/report.cs
+3
-4
No files found.
AutoTurnOver.DB/report.cs
View file @
4b35172e
...
@@ -4075,14 +4075,13 @@ and t3.hq_type='fba仓' and t2.expectarrivaltime >='1991-01-01'").ToList();
...
@@ -4075,14 +4075,13 @@ and t3.hq_type='fba仓' and t2.expectarrivaltime >='1991-01-01'").ToList();
t1.purchase_code as 'purchase_id',
t1.purchase_code as 'purchase_id',
t1.sku as 'bailun_sku',
t1.sku as 'bailun_sku',
t1.target_ware_no as 'warehouse_code' ,
t1.target_ware_no as 'warehouse_code' ,
t1.product_num
as 'count',
(case when t1.create_state=0 then t1.product_num else t1.temp_delivery_count end)
as 'count',
'' as 'transfer_order_id',
'' as 'transfer_order_id',
'1991-01-01' as 'expectarrivaltime'
'1991-01-01' as 'expectarrivaltime'
from dc_base_trans_temp_schedule as t1
from dc_base_trans_temp_schedule as t1
left join dc_base_warehouse as t2 on t1.target_ware_no = t2.warehouse_code
left join dc_base_warehouse as t2 on t1.target_ware_no = t2.warehouse_code
where t1.product_num>0 and t1.is_delete=0 and t1.is_temp_data=1 and t1.is_exception=0 and t2.hq_type='fba仓'
where t1.is_delete=0 and t1.is_temp_data=1 and t1.is_exception=0 and t2.hq_type='fba仓' and t1.create_state in (0,1)
"
).
ToList
();
"
).
ToList
();
// 查询已经有调拨的采购单
// 查询已经有调拨的采购单
foreach
(
var
item
in
temp_p_datas
.
GroupBy
(
s
=>
s
.
purchase_id
))
foreach
(
var
item
in
temp_p_datas
.
GroupBy
(
s
=>
s
.
purchase_id
))
...
...
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