无关风月
3 天以前 4f5b936c0add754b7bf48196deb4786fdd82675d
cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TGoods_detail_one.html
@@ -41,6 +41,8 @@
</style>
<div class="ibox float-e-margins">
    <div class="ibox-content">
        <input id="s1" value="${item.redemptionMethod}" hidden>
        <div class="form-horizontal" id="carInfoForm">
            <div id="b1">
                <#input id="name" name="*商品名称:" type="text" value="${item.name}" readonly="true" />
@@ -93,6 +95,8 @@
                    <div class="col-sm-9">
                        <input type="radio" name="redemptionMethod" value="1" checked onclick="updateMethod(1)"> 积分
                        <input type="radio" name="redemptionMethod" value="2" onclick="updateMethod(2)"> 现金+积分
                        <input type="radio" name="redemptionMethod" value="3" onclick="updateMethod(3)"> 现金
                    </div>
                </div>
@@ -232,8 +236,8 @@
            $("#y4").show()
            $("#y3").show()
        }else if(e==3){
            $("#y1").hide()
            $("#y2").show()
            $("#y4").hide()
            $("#y3").show()
        }else if(e==4){
            $("#y1").show()
            $("#y2").show()
@@ -244,6 +248,7 @@
    }
    window.onload = function(){
        var OBJradio=document.getElementsByName("redemptionMethod")
        if(OBJradio==1){
            $("#y4").show()