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
b721852c
Commit
b721852c
authored
Mar 25, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出建议时,清理母sku
parent
ec8fd806
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
purchase_advise.cs
AutoTurnOver.DB/purchase_advise.cs
+2
-0
Program.cs
AutoTurnOver.Purchase.AverageTarget/Program.cs
+2
-3
No files found.
AutoTurnOver.DB/purchase_advise.cs
View file @
b721852c
...
...
@@ -704,6 +704,8 @@ and t1.quantity_init_advise>=0 and ( t3.buyer_name in ('张莹霞1') and t1.ware
new_data
.
is_mother_map_sku
=
1
;
new_data
.
mother_sku_quantity
=
item
.
quantity_final_advise
;
new_data
.
mother_sku_warehouse_code
=
item
.
bailun_sku_warehouse_code
;
new_data
.
bailun_sku
=
itemMap
.
bailun_sku
;
new_data
.
warehouse_code
=
itemMap
.
warehouse_code
;
new_datas
.
Add
(
new_data
);
}
...
...
AutoTurnOver.Purchase.AverageTarget/Program.cs
View file @
b721852c
...
...
@@ -24,11 +24,10 @@ namespace AutoTurnOver.Purchase.AverageTarget
try
{
//report.ResetTransExpectArrivaltime();
//PurchaseAverageTargetServices.CalculationTransfer("352984501", days: (360 * 3));
//PurchaseAverageTargetServices.CalculationTransfer("278878201", days: (360 * 3));
//PurchaseAverageTargetServices.Calculation("942517901", days: (360 * 3));
//ApiUtility.GetLmsTransportCountList(new Models.ApiDto.api_transport_count_order_transfer_query_dto { bailun_sku= "
352984501", targetwareno= "GBFBABL
A" });
//ApiUtility.GetLmsTransportCountList(new Models.ApiDto.api_transport_count_order_transfer_query_dto { bailun_sku= "
949057402", targetwareno= "MMDUSFB
A" });
//PurchaseAverageTargetServices.SynchroTransferTransportType();
//PurchaseAverageTargetServices.CalculationTransfer(days: (360 * 3), has_transfer: true);
...
...
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