|
@@ -1639,6 +1639,7 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
|
if(mapt.get("customerCode").equals("T020001")&&!mapt.get("account").equals("101")){
|
|
|
mapt.put("account","101");//账套号
|
|
|
}else if(mapt.get("customerCode").equals("0001")&&!mapt.get("account").equals("102")){
|
|
|
+ map6.put("CTYPE","专用");//发票类型(普通,专用)
|
|
|
mapt.put("account","102");//账套号
|
|
|
}else{
|
|
|
mapt.put("account","104");//账套号
|