|
@@ -27,7 +27,7 @@ public class PublicReimburseBillListPlugin extends AbstractListPlugin {
|
|
|
Long billId = (Long) currentRow.getPrimaryKeyValue();
|
|
|
String billStatus = currentRow.getBillStatus();
|
|
|
|
|
|
- String formId= "er_publicreimbur";
|
|
|
+ String formId= "er_publicreimbursebill";
|
|
|
//跳转到指定PC布局
|
|
|
BillShowParameter showParameter = new BillShowParameter();
|
|
|
showParameter.setFormId(formId);
|