| | |
| | | <div class="layui-col-lg6"> |
| | | <label class="layui-form-label febs-form-item-require">抵扣现金(%):</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" name="scorePercent" lay-verify="required|integer" placeholder="" autocomplete="off" class="layui-input"> |
| | | <input type="text" name="scorePercent" lay-verify="required" placeholder="" autocomplete="off" class="layui-input"> |
| | | <div class="layui-word-aux">设置50,即商品价格1000,积分可抵扣的最大金额为1000*50%=500,填写整数,如【50】</div> |
| | | </div> |
| | | </div> |
| | |
| | | "presentPrice": goodsInfo.presentPrice, |
| | | "costPrice": goodsInfo.costPrice, |
| | | "isSku": goodsInfo.isSku, |
| | | "hasCarriage": goodsInfo.hasCarriage, |
| | | "carriage": goodsInfo.carriage, |
| | | "thumb": goodsInfo.thumb, |
| | | "star": goodsInfo.star, |
| | | "sortCnt": goodsInfo.sortCnt, |
| | |
| | | $(".tc-set").show(); |
| | | } |
| | | |
| | | if (goodsInfo.hasCarriage == 1) { |
| | | $(".carriage-input").show(); |
| | | } |
| | | |
| | | if (goodsInfo.isSku == 1) { |
| | | $(".multi-sku-table").show(); |
| | | |