xiaoyong931011
2023-03-24 971f739f9ee5fb868d72f9a85d65e9f0791d5032
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,
@@ -697,6 +699,10 @@
                $(".tc-set").show();
            }
            if (goodsInfo.hasCarriage == 1) {
                $(".carriage-input").show();
            }
            if (goodsInfo.isSku == 1) {
                $(".multi-sku-table").show();