自动化立体仓库 - WMS系统
zjj
2023-05-31 811e1085c075d956f4c82041ab61905fd480339d
src/main/webapp/views/order/order.html
@@ -248,6 +248,33 @@
    </div>
    {{/each}}
</script>
<script type="text/html" id="payment">
    <select id="select-primary" style="width: 100%" class="layui-border select-primary" lay-ignore >
        <option value="0"
                {{# if( d.payment === 0){ }}
                selected = "selected"
                {{# } }}
        >代采</option>
        <option value="1"
                {{# if( d.payment === 1){ }}
                selected = "selected"
                {{# } }}
        >仓储</option>
    </select>
</script>
<!--<script type="text/html" id="payment">-->
<!--    {{#  var cityList = d.cityList || ["北京","上海","广州","城市-1"]; }}-->
<!--    <select name="payment" class="layui-border select-demo-primary" lay-ignore>-->
<!--        <option value="">原生 select 框</option>-->
<!--        {{#  layui.each(cityList, function(i, v){ }}-->
<!--        <option value="{{= v }}" {{= v === d.city ? 'selected' : '' }}>{{= v }}</option>-->
<!--        {{#  }); }}-->
<!--    </select>-->
<!--</script>-->
</body>
</html>