|
|
|
@ -48,7 +48,7 @@ namespace BWP.Web.Pages.B3YunKen.Reports |
|
|
|
list.Add(new Tuple<string, string>("Driver_Name", "司机姓名")); |
|
|
|
list.Add(new Tuple<string, string>("Driver_Telephone", "司机电话")); |
|
|
|
list.Add(new Tuple<string, string>("HandcarNumber", "车牌号")); |
|
|
|
//list.Add(new Tuple<string, string>("Carrier_Name", "货站名称"));//承运方(还没有添加)
|
|
|
|
list.Add(new Tuple<string, string>("Carrier_Name", "货站名称"));//承运方(还没有添加)
|
|
|
|
list.Add(new Tuple<string, string>("LinkManTel", "货站电话"));//电话
|
|
|
|
list.Add(new Tuple<string, string>("CustomerSaleZone_Name", "地区"));//销售地区
|
|
|
|
list.Add(new Tuple<string, string>("Car_Name", "车主姓名")); |
|
|
|
@ -83,7 +83,7 @@ namespace BWP.Web.Pages.B3YunKen.Reports |
|
|
|
config.Add("AccountingUnit_ID"); |
|
|
|
config.Add("Driver_ID"); |
|
|
|
config.Add("HandcarNumber"); ; |
|
|
|
//config.Add("Carrier_ID");
|
|
|
|
config.Add("Carrier_ID"); |
|
|
|
config.Add("CustomerSaleZone_ID"); |
|
|
|
config.Add("Customer_ID"); |
|
|
|
config.Add("AccountCustomer_ID"); |
|
|
|
|