From 4b22e543a050b9f8bf8bdab1f0f1e5a7ebbe75a0 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期三, 27 八月 2025 18:09:49 +0800
Subject: [PATCH] 硬件回调

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponInfo.html |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponInfo.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponInfo.html
index 2ebb330..e407d7c 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponInfo.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponInfo.html
@@ -92,6 +92,20 @@
                         <input class="col-sm-1" style="width: 35%" id="experienceName" name="name"
                                autocomplete="off" placeholder="请输入体验券名称" readonly>
                     </div>
+                    <div class="form-group" style="display: flex" >
+                        <input class="col-sm-1" name="prescription" type="radio" value="4"
+                               onclick="radio4()"
+                               style="margin-left: 24.7%;">
+                        <label class="col-sm-1 control-label" style="margin-left: -1%;width: 14%;margin-top: -5px">抵扣券: </label>
+                        <div class="col-sm-9">
+                            <select style="width: 300px" class="form-control" id="goods" name="pCode" >
+                                <option value="">请选择商品</option>
+                                @for(obj in goods){
+                                <option style="width: 35%" value="${obj.id}">${obj.name}</option>
+                                @}
+                            </select>
+                        </div>
+                    </div>
                     
                 </div>
             </div>

--
Gitblit v1.7.1