if (typeof BpmNodeButton == 'undefined') { BpmNodeButton = {}; } /** * 添加选项。 * @param objOperator * @param obj * @param type */ BpmNodeButton.addOption =function(objOperator,obj,type){ if(type==obj.operatortype){ objOperator.append(""); } else{ objOperator.append(""); } }; /** * 获取操作类型下拉框。 */ BpmNodeButton.getOperatorType=function (bpmButtonList,isStartForm,isSign){ var objOperator=$("#operatortype"); objOperator.empty(); objOperator.append(""); var type=objOperator.attr("operatortype"); if(isStartForm==1){ for(var i=0;i