From 7d47e9d021938dba5a203bb93dde424255030de4 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 23 Jun 2026 11:06:38 +0800
Subject: [PATCH] fix(config): 更新测试环境数据库配置并优化国家配送列表界面

---
 src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
index a258d79..3ed03ba 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html
@@ -789,17 +789,8 @@
 
         form.on('submit(goods-add-form-submit)', function (data) {
             data.field.goodsType = 1;
-            let couponRuleList = couponRule.getValue();
-            if (couponRuleList.length > 0) {
-                var couponIds = [];
-                layui.each(couponRuleList, function (key, item) {
-                    couponIds.push(item.id)
-                });
-                data.field.couponIds=couponIds;
-            }
             data.field.addMallGoodsSkuDtos = tableSkuData;
             data.field.categoryId = category.getValue('valueStr');
-            data.field.carriageRuleId = carriageRule.getValue('valueStr');
             // let content = layedit.getContent();
             // alert(content);
             // data.field.goodsDetails = content;

--
Gitblit v1.9.1