|
@@ -71,10 +71,12 @@ public class PayBigCategoryFormPlugin extends AbstractFormPlugin {
|
|
|
parameter.setBillStatus(BillOperationStatus.ADDNEW);
|
|
|
parameter.setStatus(OperationStatus.ADDNEW);
|
|
|
|
|
|
+
|
|
|
if(mapFilter != null && mapFilter.containsKey(imageKey)) {
|
|
|
String viewType = mapFilter.get(imageKey);
|
|
|
parameter.setCustomParam("viewType", viewType);
|
|
|
-
|
|
|
+ parameter.setCustomParam("imageKey", imageKey);
|
|
|
+ parameter.setCustomParam("formId", formId);
|
|
|
QFilter viewTypeQFilter = getViewTypeQFilter(imageKey);
|
|
|
|
|
|
//费用大类过滤
|