|
@@ -1267,6 +1267,7 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
mapItem.put("POAUTOIDCOL","ID");
|
|
|
mapItem.put("AUTOID_PO",orderDataItem.get("id"));
|
|
|
mapItem.put("ITAXRATE",orderDataItem.get("iPerTaxRate"));
|
|
|
+ map.put("ITAXRATE",orderDataItem.get("iPerTaxRate"));
|
|
|
|
|
|
map5.put("CGLTYPE","入库单");
|
|
|
mapItem5.put("POAUTOIDCOL","Autoid");
|
|
@@ -1339,8 +1340,8 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
mapItem4.put("CDEFINE33",item.getDeclarationName());
|
|
|
mapItem5.put("CDEFINE23", item.getDeclarationUnit());
|
|
|
mapItem5.put("CDEFINE33",item.getDeclarationName());
|
|
|
-
|
|
|
-
|
|
|
+ mapItem6.put("CDEFINE23", item.getDeclarationUnit());
|
|
|
+ mapItem6.put("CDEFINE33",item.getDeclarationName());
|
|
|
|
|
|
|
|
|
if(!mapt.get("poid").equals("one")){
|