|
@@ -232,6 +232,11 @@ module.exports = app => {
|
|
customDefine.gather_select, customSelect ? customSelect.gather_select : null));
|
|
customDefine.gather_select, customSelect ? customSelect.gather_select : null));
|
|
runnableKey.push(filter);
|
|
runnableKey.push(filter);
|
|
break;
|
|
break;
|
|
|
|
+ case 'mem_gather_advance_pay':
|
|
|
|
+ runnableRst.push(service.rptGatherMemory.getGatherAdvancePay(memFieldKeys[filter],
|
|
|
|
+ customDefine.gather_select, customSelect ? customSelect.gather_select : null));
|
|
|
|
+ runnableKey.push(filter);
|
|
|
|
+ break;
|
|
case 'mem_select_material':
|
|
case 'mem_select_material':
|
|
runnableRst.push(service.material.getSelectMaterial(params.tender_id, params.material_order));
|
|
runnableRst.push(service.material.getSelectMaterial(params.tender_id, params.material_order));
|
|
runnableKey.push(filter);
|
|
runnableKey.push(filter);
|