Commit 12218163 by 熊付

【动态表头】

1 parent f218f619
...@@ -70,7 +70,6 @@ public class ContractServiceImpl implements ContractService { ...@@ -70,7 +70,6 @@ public class ContractServiceImpl implements ContractService {
Logger logger = LoggerFactory.getLogger(ContractServiceImpl.class); Logger logger = LoggerFactory.getLogger(ContractServiceImpl.class);
private static Map<String,String> head_title_name = new HashMap<String,String>(); private static Map<String,String> head_title_name = new HashMap<String,String>();
{ {
//head_title.put("合同编号", "contract_unid");
head_title_name.put("year","所属年份"); head_title_name.put("year","所属年份");
head_title_name.put( "product_line_type","产品线类型"); head_title_name.put( "product_line_type","产品线类型");
head_title_name.put("sign_date","签订日期"); head_title_name.put("sign_date","签订日期");
...@@ -79,7 +78,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -79,7 +78,7 @@ public class ContractServiceImpl implements ContractService {
head_title_name.put("province","省"); head_title_name.put("province","省");
head_title_name.put("city","市"); head_title_name.put("city","市");
head_title_name.put("county","县"); head_title_name.put("county","县");
head_title_name.put("customer_unid","客户名称"); head_title_name.put("customer_name","客户名称");
head_title_name.put("project_name","项目名称"); head_title_name.put("project_name","项目名称");
head_title_name.put("contract_amount","合同金额"); head_title_name.put("contract_amount","合同金额");
head_title_name.put("stop_amount","暂停金额"); head_title_name.put("stop_amount","暂停金额");
...@@ -106,7 +105,6 @@ public class ContractServiceImpl implements ContractService { ...@@ -106,7 +105,6 @@ public class ContractServiceImpl implements ContractService {
private static Map<String,String> head_title_key = new HashMap<String,String>(); private static Map<String,String> head_title_key = new HashMap<String,String>();
{ {
//head_title.put("合同编号", "contract_unid");
head_title_key.put("year","year"); head_title_key.put("year","year");
head_title_key.put( "product_line_type","product_line_type_name"); head_title_key.put( "product_line_type","product_line_type_name");
head_title_key.put("sign_date","sign_date"); head_title_key.put("sign_date","sign_date");
...@@ -115,7 +113,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -115,7 +113,7 @@ public class ContractServiceImpl implements ContractService {
head_title_key.put("province","province_name"); head_title_key.put("province","province_name");
head_title_key.put("city","city_name"); head_title_key.put("city","city_name");
head_title_key.put("county","county_name"); head_title_key.put("county","county_name");
head_title_key.put("customer_unid","customer_name"); head_title_key.put("customer_name","customer_name");
head_title_key.put("project_name","project_name"); head_title_key.put("project_name","project_name");
head_title_key.put("contract_amount","contract_amount"); head_title_key.put("contract_amount","contract_amount");
head_title_key.put("stop_amount","stop_amount"); head_title_key.put("stop_amount","stop_amount");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!