Commit 988debf1 by 熊付

1

1 parent e2c54698
...@@ -143,18 +143,18 @@ public class ContractServiceImpl implements ContractService { ...@@ -143,18 +143,18 @@ public class ContractServiceImpl implements ContractService {
private static Map<String,String> num_key = new HashMap<String,String>(); private static Map<String,String> num_key = new HashMap<String,String>();
{ {
num_key.put("contract_amount","###############.00"); num_key.put("contract_amount","###############.00");
head_title_key.put("stop_amount","###############.00"); num_key.put("stop_amount","###############.00");
head_title_key.put("bad_amount","###############.00"); num_key.put("bad_amount","###############.00");
head_title_key.put("exemptions_amount","###############.00"); num_key.put("exemptions_amount","###############.00");
head_title_key.put("deduct_amount","###############.00"); num_key.put("deduct_amount","###############.00");
head_title_key.put("total_reback_amount","###############.00"); num_key.put("total_reback_amount","###############.00");
head_title_key.put("contract_remain","###############.00"); num_key.put("contract_remain","###############.00");
head_title_key.put("total_receive_amount","###############.00"); num_key.put("total_receive_amount","###############.00");
head_title_key.put("total_amount_remain","###############.00"); num_key.put("total_amount_remain","###############.00");
head_title_key.put("advance_pay","###############.00"); num_key.put("advance_pay","###############.00");
head_title_key.put("arrive_pay","###############.00"); num_key.put("arrive_pay","###############.00");
head_title_key.put("acceptanc_pay","###############.00"); num_key.put("acceptanc_pay","###############.00");
head_title_key.put("mainten_pay","###############.00"); num_key.put("mainten_pay","###############.00");
} }
@Autowired @Autowired
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!