Browse Source

主含税无税净价

pancy 1 year ago
parent
commit
fe0abb5420

+ 4 - 0
ic/ic/src/private/nc/pubimpl/so/m30/pfxx/M30PfxxPlugin.java

@@ -109,6 +109,8 @@ public class M30PfxxPlugin extends AbstractSOPfxxPlugin {
  					bodyvo.setNqttaxprice(nqtorigtaxprice);//本币含税单价
  					bodyvo.setNqtprice(nqtorigprice);//本币无税单价
  					bodyvo.setNqttaxnetprice(nqtorigtaxprice);//本币含税净价
+ 					bodyvo.setNorigtaxnetprice(nqtorigtaxprice);//本含税净价
+					bodyvo.setNorignetprice(nqtorigprice);//本无税净价
  					bodyvo.setNqtnetprice(nqtorigprice);//本币无税净价
  					bodyvo.setNtaxprice(nqtorigtaxprice);//主本币含税单价
  					bodyvo.setNpiece(nqtorigprice);//主本币无税单价
@@ -155,6 +157,8 @@ public class M30PfxxPlugin extends AbstractSOPfxxPlugin {
  				bodyvo.setNnetprice(ngprice);//主本币无税净价
  				
  				bodyvo.setNqttaxnetprice(foreignAmount);//本币含税净价
+ 				bodyvo.setNorigtaxnetprice(foreignAmount);//本含税净价
+				bodyvo.setNorignetprice(ngprice);//本无税净价
  				bodyvo.setNtaxnetprice(foreignAmount);//主本币含税净价
 
  				

+ 4 - 0
ic/ic/src/private/nc/pubimpl/so/m4331/pfxx/M4331PfxxPlugin.java

@@ -60,6 +60,8 @@ public class M4331PfxxPlugin extends nc.pubimpl.so.pfxx.AbstractSOPfxxPlugin {
 					bodyvo.setNqttaxprice(nqtorigtaxprice);//本币含税单价
 					bodyvo.setNqtprice(nqtorigprice);//本币无税单价
 					bodyvo.setNqttaxnetprice(nqtorigtaxprice);//本币含税净价
+					bodyvo.setNorigtaxnetprice(nqtorigtaxprice);//本含税净价
+					bodyvo.setNorignetprice(nqtorigprice);//本无税净价
 					bodyvo.setNqtnetprice(nqtorigprice);//本币无税净价
 					bodyvo.setNtaxprice(nqtorigtaxprice);//主本币含税单价
 					bodyvo.setNpiece(nqtorigprice);//主本币无税单价
@@ -91,6 +93,8 @@ public class M4331PfxxPlugin extends nc.pubimpl.so.pfxx.AbstractSOPfxxPlugin {
 				bodyvo.setNcaltaxmny(nmny);//计税金额
 				bodyvo.setNqtnetprice(ngprice);//本币无税净价
 				bodyvo.setNnetprice(ngprice);//主本币无税净价
+				bodyvo.setNorigtaxnetprice(foreignAmount);//本含税净价
+				bodyvo.setNorignetprice(ngprice);//本无税净价
 				bodyvo.setNqttaxnetprice(foreignAmount);//本币含税净价
 				bodyvo.setNtaxnetprice(foreignAmount);//主本币含税净价
 				bodyvo.setNtax(ntaxmny.sub(nmny));//税额=价税合计-无税金额

+ 4 - 0
ic/ic/src/public/nc/bs/ic/general/plugins/GeneralDefdocPlugin.java

@@ -112,6 +112,8 @@ public class GeneralDefdocPlugin extends AbstractPfxxPlugin {
     					bodyvo.setNqttaxprice(nqtorigtaxprice);//本币含税单价
     					bodyvo.setNqtprice(nqtorigprice);//本币无税单价
     					bodyvo.setNqttaxnetprice(nqtorigtaxprice);//本币含税净价
+    					bodyvo.setNorigtaxnetprice(nqtorigtaxprice);//本含税净价
+    					bodyvo.setNorignetprice(nqtorigprice);//本无税净价
     					bodyvo.setNqtnetprice(nqtorigprice);//本币无税净价
     					bodyvo.setNtaxprice(nqtorigtaxprice);//主本币含税单价
     					bodyvo.setNpiece(nqtorigprice);//主本币无税单价
@@ -147,6 +149,8 @@ public class GeneralDefdocPlugin extends AbstractPfxxPlugin {
     				bodyvo.setNnetprice(ngprice);//主本币无税净价
     				bodyvo.setNorignetprice(ngprice);//主无税净价
     				bodyvo.setNqttaxnetprice(foreignAmount);//本币含税净价
+    				bodyvo.setNorigtaxnetprice(foreignAmount);//本含税净价
+    				bodyvo.setNorignetprice(ngprice);//本无税净价
     				bodyvo.setNtaxnetprice(foreignAmount);//主本币含税净价
     				bodyvo.setNorigtaxnetprice(foreignAmount);//主含税净价
     				bodyvo.setNtax(ntaxmny.sub(nmny));//税额=价税合计-无税金额