|
@@ -1510,10 +1510,12 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
|
|
|
|
mapItem3.put("ITAXUNITPRICE",orderDataItem2.get("iTaxUnitPrice"));
|
|
|
mapItem3.put("ITAXRATE",orderDataItem2.get("iTaxRate"));
|
|
|
+ map6.put("iTaxRate",orderDataItem2.get("iTaxRate"));
|
|
|
+ mapItem6.put("iTaxRate",orderDataItem2.get("iTaxRate"));
|
|
|
mapItem3.put("SOAUTOIDCOL","ISOSID");
|
|
|
mapItem3.put("AUTOID_SO",orderDataItem2.get("iSOsID"));
|
|
|
mapt.put("poid", orderDataItem2.get("id"));
|
|
|
- System.out.println("销售订单子表的行号\t"+orderDataItem2.get("irowno"));
|
|
|
+
|
|
|
}else if(mapt.get("account").equals("103")) {
|
|
|
throw new JeecgBootException(mapt.get("account")+"账套,委外订单子表行id"+mapItem.get("AUTOID_PO")+"的isosid为空");
|
|
|
}else if(mapt.get("account").equals("102")) {
|