|
@@ -834,8 +834,9 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
map5.put("CGLTYPE","采购订单");
|
|
|
mapItem5.put("POAUTOIDCOL","ID");
|
|
|
mapItem5.put("AUTOID_PO",orderDataItem.get("id"));
|
|
|
- mapItem5.put("IORIMONEY",orderDataItem.get("iMoney"));
|
|
|
- mapItem5.put("IMONEY",orderDataItem.get("iNatMoney"));
|
|
|
+ mapItem5.put("IORITAXCOST",orderDataItem.get("iTaxPrice"));
|
|
|
+
|
|
|
+ mapItem5.put("IMONEY",orderDataItem.get("iNatMoney"));
|
|
|
}
|
|
|
}else{
|
|
|
|
|
@@ -850,8 +851,9 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
mapItem2.put("ALLCAUTOIDCOL","AllocateId");
|
|
|
mapItem5.put("POAUTOIDCOL","MODetailsID");
|
|
|
mapItem5.put("AUTOID_PO",orderDataItem.get("id"));
|
|
|
- mapItem5.put("IORIMONEY",orderDataItem.get("iMoney"));
|
|
|
- mapItem5.put("IMONEY",orderDataItem.get("iNatMoney"));
|
|
|
+ mapItem5.put("IORITAXCOST",orderDataItem.get("iTaxPrice"));
|
|
|
+
|
|
|
+ mapItem5.put("IMONEY",orderDataItem.get("iNatMoney"));
|
|
|
}
|
|
|
if(!mapt.get("CVENCODE").equals("one")){
|
|
|
String wheCode=syPackingListTailoringMapper.getWhCodeByVenCode(mapt.get("CVENCODE").toString());
|