From 71e821ab5e6b3014fac9b691d6957bcc09704b70 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 29 五月 2024 11:45:04 +0800 Subject: [PATCH] 修改定制封面逻辑 --- CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/corecmsproducts/edit.html | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/corecmsproducts/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/corecmsproducts/edit.html index df722be..00d2066 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/corecmsproducts/edit.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/corecmsproducts/edit.html @@ -116,13 +116,8 @@ <img class="coreshop-upload-img" id="viewImgBoximages" src="{{d.params.data.images || layui.setter.noImagePicUrl }}"> </div> </div> --> -<!-- - <div class="layui-form-item" pane> - <label for="isDel" class="layui-form-label layui-form-required">鏄惁鍒犻櫎</label> - <div class="layui-input-block"> - <input type="checkbox" lay-filter="switch" name="isDel" {{ d.params.data.isDel ? 'checked' : '' }} lay-skin="switch" lay-text="寮�鍚瘄鍏抽棴"> - </div> - </div> --> + + <div class="layui-form-item"> <label for="distributionCutMoney" class="layui-form-label layui-form-required" style="width: 180px;">鎺ㄥ箍缁忛攢鍟嗛噰璐繑鐜�(鍏�)</label> @@ -137,7 +132,12 @@ </div> </div> - + <div class="layui-form-item" pane> + <label for="isCustomizable" class="layui-form-label layui-form-required">鏄惁鏀寔瀹氬埗</label> + <div class="layui-input-block"> + <input type="checkbox" lay-filter="switch" name="isCustomizable" {{ d.params.data.isCustomizable ? 'checked' : '' }} lay-skin="switch" lay-text="鏀寔|涓嶆敮鎸�"> + </div> + </div> <div class="layui-form-item text-right core-hidden"> <input type="button" class="layui-btn" lay-submit lay-filter="LAY-app-CoreCmsbaifenProducts-editForm-submit" id="LAY-app-CoreCmsbaifenProducts-editForm-submit" value="纭缂栬緫"> -- Gitblit v1.9.1