Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
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
DataCenter_Core2.1_20190520
Commits
9f24dab3
Commit
9f24dab3
authored
Jul 22, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加仓库编码
parent
ab708c10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
OnWayController.cs
Bailun.DC.Web/Areas/Reports/Controllers/OnWayController.cs
+2
-0
AllotPlan.cshtml
Bailun.DC.Web/Areas/Reports/Views/OnWay/AllotPlan.cshtml
+2
-1
ListAllot.cshtml
Bailun.DC.Web/Areas/Reports/Views/OnWay/ListAllot.cshtml
+3
-1
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/OnWayController.cs
View file @
9f24dab3
...
...
@@ -59,9 +59,11 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
a
.
onwaycount
,
a
.
schedulecode
,
a
.
sku
,
a
.
sourcewareno
,
a
.
sourcewarename
,
stateid
=
Enum
.
GetName
(
typeof
(
Models
.
Allot
.
EnumAllotStatus
),
a
.
stateid
),
a
.
storagecount
,
a
.
targetwareno
,
a
.
targetwarename
});
...
...
Bailun.DC.Web/Areas/Reports/Views/OnWay/AllotPlan.cshtml
View file @
9f24dab3
...
...
@@ -77,7 +77,8 @@
function list() {
var columns = [
{ field: 'transfer_plan_order_id', title: '计划单号', width: '150'},
{ field: 'transfer_plan_order_id', title: '计划单号', width: '150' },
{ field: 'warehouse_code', title: '仓库编码', width: '130', sortable: false },
{ field: 'warehouse_name', title: '仓库名称', width: '130', sortable: false },
{ field: 'bailun_sku', title: 'sku', width: '120', iscount: true },
{ field: 'count', title: '计划数量', width: '120', iscount: true }
...
...
Bailun.DC.Web/Areas/Reports/Views/OnWay/ListAllot.cshtml
View file @
9f24dab3
...
...
@@ -78,8 +78,10 @@
function list() {
var columns = [
{ field: 'code', title: '调拨单号', width: '160', iscount: true },
{ field: 'schedulecode', title: '计划单号', width: '150'},
{ field: 'schedulecode', title: '计划单号', width: '150' },
{ field: 'sourcewareno', title: '起始仓库编码', width: '130', iscount: true },
{ field: 'sourcewarename', title: '起始仓库', width: '130', iscount: true },
{ field: 'targetwareno', title: '目的仓库编码', width: '130', sortable: false },
{ field: 'targetwarename', title: '目的仓库', width: '130', sortable: false },
{ field: 'sku', title: 'sku', width: '120', iscount: true },
{ field: 'deliverycount', title: '调拨数量', width: '120', iscount: 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