From 286f1b16d0b16e117b7aea4bd230c5a0ace92267 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Mar 2023 11:21:44 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 2 ++
1 files changed, 2 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 6d52229..79c7050 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -682,6 +682,8 @@
"presentPrice": goodsInfo.presentPrice,
"costPrice": goodsInfo.costPrice,
"isSku": goodsInfo.isSku,
+ "hasCarriage": goodsInfo.hasCarriage,
+ "carriage": goodsInfo.carriage,
"thumb": goodsInfo.thumb,
"star": goodsInfo.star,
"sortCnt": goodsInfo.sortCnt,
--
Gitblit v1.9.1