//获取当前单据附件的数量 export default { execute:function(){ console.log("进入获取附件数量公式") }, getResultType:function(){ return FMR.ConstDataTypes.General; } }