Commit 9f24dab3 by guanzhenshan

增加仓库编码

parent ab708c10
......@@ -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
});
......
......@@ -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 }
......
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment