From 811e1085c075d956f4c82041ab61905fd480339d Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 31 五月 2023 12:47:05 +0800
Subject: [PATCH] #货物状态自选
---
src/main/webapp/views/order/order.html | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 070c09c..99155f2 100644
--- a/src/main/webapp/views/order/order.html
+++ b/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"
+ {{# } }}
+ >浠i噰</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>
--
Gitblit v1.9.1