liujie
2023-10-25 58998d471cd4334e2763b4c87a1901cb73e2b8ff
10.13bug2
2个文件已修改
5 ■■■■ 已修改文件
cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage_edit.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/WEB-INF/view/system/coursePackage/coursePackage_edit.html
@@ -47,7 +47,7 @@
            <div class="row">
                <input type="hidden" id="id" value="${item.id}">
                <input type="hidden" id="type" name="type" value="${type}">
                @if(type==1){
                @if(objectType==1){
                <div class="form-group">
                    <label class="col-sm-3 control-label">*所在省:</label>
                    <div class="col-sm-4">
cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TCouponInfo.js
@@ -583,4 +583,7 @@
        $('#belongsStore').show();
        $('#storeSelect').show();
    }
    if (userType === '3'){
        $('#needIntegral').show();
    }
});