|
@@ -344,7 +344,7 @@ public class DocumentsServiceImpl extends ServiceImpl<DocumentsMapper, Documents
|
|
|
//总体积 立方米
|
|
|
data.put("sumBomVolume", dataMap.get("sumBomVolume"));
|
|
|
//成交方式
|
|
|
- data.put("tradeModeName", contract.getPaymentMethod());
|
|
|
+ data.put("tradeModeName", contract.getTradeMethods());
|
|
|
//运费
|
|
|
data.put("freightPrice", BigDecimal.ZERO);//暂无
|
|
|
// 保费
|
|
@@ -385,7 +385,7 @@ public class DocumentsServiceImpl extends ServiceImpl<DocumentsMapper, Documents
|
|
|
//成交单位
|
|
|
object.put("unit", product.getProductUnit());
|
|
|
//原产国(地区)
|
|
|
- object.put("countryChinese", corporation.getName());
|
|
|
+ object.put("countryChinese", contract.getSellCountryName());
|
|
|
//总价与币制
|
|
|
object.put("sumPrice", "");
|
|
|
//成交单价
|