|
@@ -2227,7 +2227,7 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
jsonObject1.put("CEXCH_NAME",order.get("cexch_name"));
|
|
|
jsonObject1.put("iTaxRate",order.get("iTaxRate"));
|
|
|
if(account.equals("103")){
|
|
|
- jsonObject1.put("iTaxRate","13.0000000000");
|
|
|
+
|
|
|
}
|
|
|
if(!order.get("cexch_name").equals("人民币")){
|
|
|
SimpleDateFormat sf1 = new SimpleDateFormat("yyyy-M-dd");
|
|
@@ -2286,8 +2286,8 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
|
|
|
jsonObject.put("CDEFINE23",item.getDeclarationUnit());
|
|
|
jsonObject.put("CDEFINE31",item.getDeclarationName());
|
|
|
-
|
|
|
jsonObject.put("iTaxRate",order.get("iTaxRate"));
|
|
|
+
|
|
|
|
|
|
jsonObject.put("CWHCODE",syPackingListFabricItemMapper.getVencode(item.getSupplier()));
|
|
|
jsonArrays.add(jsonObject);
|