Kaynağa Gözat

销售发票类型更改

huxy 2 yıl önce
ebeveyn
işleme
db7a128bfe

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splfi/service/impl/SyPackingListFabricServiceImpl.java

@@ -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");//账套号

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splt/service/impl/SyPackingListTailoringServiceImpl.java

@@ -1447,6 +1447,7 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
 			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");//账套号