From d5c0d74f06a70a946f9c34c0ea922bf3b9b4dafe Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 21 Jul 2023 17:19:23 +0800 Subject: [PATCH] 订单支付后生成对应的课程单 --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html index 1134308..748e7eb 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -114,6 +114,15 @@ </select> </div> </div> + <div class="layui-form-item"> + <label class="layui-form-label febs-form-item-require">商品品类</label> + <div class="layui-input-block"> + <select name="isUnreal" class="goods-type"> + <option value="1">【虚拟产品】。即购买结束,订单自动完成。</option> + <option value="2">【实物】。需要收到发货,客户确认。</option> + </select> + </div> + </div> <div class="layui-form-item febs-hide house-set"> <label class="layui-form-label">酒店名称:</label> @@ -793,6 +802,7 @@ "levelThreePrice": goodsInfo.levelThreePrice, "houseName": goodsInfo.houseName, "houseAddress": goodsInfo.houseAddress, + "isUnreal": goodsInfo.isUnreal, "costPrice": goodsInfo.costPrice, "isSku": goodsInfo.isSku, "thumb": goodsInfo.thumb, -- Gitblit v1.9.1