Commit 3059507c authored by jay's avatar jay

新增客户修改

parent 530a4537
......@@ -126,6 +126,7 @@
<label class="control-label">活动来源:<span style="color: red">*</span></label>
<div class="controls">
<select name="entity.actSourceId" id="actSource" onchange="show_sub(this.options[this.options.selectedIndex].attributes[1].value)">
<option value="">请选择</option>
<c:forEach items="${sources}" var="source">
<option value="${source.id}" attr="${source.type}">${source.sourceName}</option>
</c:forEach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment