|
@@ -26,7 +26,7 @@ public class ContratBillFormPlugin extends AbstractFormPlugin implements HyperLi
|
|
int rowIndex = hyperLinkClickEvent.getRowIndex();
|
|
int rowIndex = hyperLinkClickEvent.getRowIndex();
|
|
if (StringUtils.containsIgnoreCase(fieldName,"nckd_pay_billno1")){
|
|
if (StringUtils.containsIgnoreCase(fieldName,"nckd_pay_billno1")){
|
|
//付款处理id
|
|
//付款处理id
|
|
- Object id = this.getModel().getValue("nckd_pay_id1");
|
|
|
|
|
|
+ Object id = this.getModel().getValue("nckd_pay_id1", rowIndex);
|
|
|
|
|
|
BillShowParameter billShowParameter = new BillShowParameter();
|
|
BillShowParameter billShowParameter = new BillShowParameter();
|
|
// 设置打开单据的标识
|
|
// 设置打开单据的标识
|