|
@@ -65,8 +65,8 @@
|
|
|
<form:options items="${instrumentList}" itemLabel="name" itemValue="id" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
<br> <br>
|
|
|
- <form:radiobutton path="jumpType" name="jumpType" value="4" label="链接" />
|
|
|
- <form:input path="jumpLink" htmlEscape="false" class="input-xlarge jumpType" onclick="changeJumpType()"/>
|
|
|
+ <form:radiobutton path="jumpType" name="jumpType" value="4" label="链接" onclick="changeJumpType()"/>
|
|
|
+ <form:input path="jumpLink" htmlEscape="false" class="input-xlarge jumpType"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="control-group">
|
|
@@ -95,6 +95,7 @@
|
|
|
});
|
|
|
|
|
|
function changeJumpType() {
|
|
|
+ debugger
|
|
|
var jumpType = $("input[name='jumpType']:checked").val();
|
|
|
var productId = $("#productId");
|
|
|
var instrumentId = $("#instrumentId");
|