This commit is contained in:
xuhaihui 2025-09-11 11:03:37 +08:00
parent 334a629765
commit c87413df51
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public class MaterialInbPurchaseApplyPlugin extends AbstractBillPlugIn implement
Object purchaseEntryId = purchaseApply.get(0).get("purchaseentry.id");//采购申请分录-预估单价 Object purchaseEntryId = purchaseApply.get(0).get("purchaseentry.id");//采购申请分录-预估单价
Object remarks = purchaseApply.get(0).get("purchaseentry.remarks");//采购申请分录-备注 Object remarks = purchaseApply.get(0).get("purchaseentry.remarks");//采购申请分录-备注
this.getModel().setValue("material", material, curIndex);//资源编码 this.getModel().setValue("material", material, curIndex);//资源编码
this.getModel().setValue("zcgj_model", zcgj_model, curIndex);//规格型号 this.getModel().setValue("modelnum", zcgj_model, curIndex);//规格型号
this.getModel().setValue("entrytaxrate", entryTaxRate, curIndex);//税率名称 this.getModel().setValue("entrytaxrate", entryTaxRate, curIndex);//税率名称
this.getModel().setValue("qty", purchaseQty.subtract(zcgj_inCount), curIndex);//数量 this.getModel().setValue("qty", purchaseQty.subtract(zcgj_inCount), curIndex);//数量
this.getModel().setValue("price", price, curIndex);//入库单价 this.getModel().setValue("price", price, curIndex);//入库单价