税率(%)
This commit is contained in:
parent
15e6b97f42
commit
3bf1405120
|
|
@ -69,13 +69,14 @@ public class PurRefundApplyFormPlugin extends AbstractBillPlugIn implements Befo
|
||||||
addNew.set("tqq9_licenseno_ydth", dynamicObject.get("tqq9_licenseno"));
|
addNew.set("tqq9_licenseno_ydth", dynamicObject.get("tqq9_licenseno"));
|
||||||
addNew.set("tqq9_priceandtax_ydth", dynamicObject.get("priceandtax"));
|
addNew.set("tqq9_priceandtax_ydth", dynamicObject.get("priceandtax"));
|
||||||
//addNew.set("tqq9_amountandtax_ydth", dynamicObject.get("amountandtax"));
|
//addNew.set("tqq9_amountandtax_ydth", dynamicObject.get("amountandtax"));
|
||||||
|
|
||||||
addNew.set("tqq9_ph_ydth", dynamicObject.get("tqq9_ph"));
|
addNew.set("tqq9_ph_ydth", dynamicObject.get("tqq9_ph"));
|
||||||
addNew.set("tqq9_productdate_ydth", dynamicObject.get("tqq9_productdate"));
|
addNew.set("tqq9_productdate_ydth", dynamicObject.get("tqq9_productdate"));
|
||||||
addNew.set("tqq9_expiredate_ydth", dynamicObject.get("tqq9_expiredate"));
|
addNew.set("tqq9_expiredate_ydth", dynamicObject.get("tqq9_expiredate"));
|
||||||
addNew.set("tqq9_cgthflid", dynamicObject.get("id"));
|
addNew.set("tqq9_cgthflid", dynamicObject.get("id"));
|
||||||
addNew.set("tqq9_price_ydth", dynamicObject.get("price"));
|
addNew.set("tqq9_price_ydth", dynamicObject.get("price"));
|
||||||
addNew.set("tqq9_taxrateid_ydth", dynamicObject.get("taxrateid"));
|
addNew.set("tqq9_taxrateid_ydth", dynamicObject.get("taxrateid"));
|
||||||
|
addNew.set("tqq9_taxrate_ydth", dynamicObject.get("taxrate"));
|
||||||
this.getModel().updateEntryCache(tqq9_entryentity);
|
this.getModel().updateEntryCache(tqq9_entryentity);
|
||||||
this.getView().updateView("tqq9_entryentity");
|
this.getView().updateView("tqq9_entryentity");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue