username@email.com
2024-09-09 e8fd9aa8a76c638991e60544ccab53e2e5bd5b6a
CoreCms.Net.Web.Admin/wwwroot/views/good/goods/index.html
@@ -230,7 +230,7 @@
                            //},
                            { field: 'price', title: '销售价', sort: false, width: 70, templet: function (data) { return '¥' + data.price } },
                            { field: 'costprice', title: '成本价', sort: false, width: 70, templet: function (data) { return '¥' + data.costprice } },
                            { field: 'mktprice', title: '市场价', sort: false, width: 70, templet: function (data) { return '¥' + data.mktprice } },
                            { field: 'mktprice', title: '指导零售价', sort: false, width: 70, templet: function (data) { return '¥' + data.mktprice } },
                            {
                                field: 'goodsCategoryId', title: '分类', sort: false, width: 80, templet: function (data) {
                                    for (var i = 0; i < d.data.categoriesAll.length; i++) {
@@ -437,7 +437,7 @@
                //执行预览操作
                function doDetails(obj) {
                    console.log(obj);
                    coreHelper.Post("Api/CoreCmsGoods/GetDetails", { id: obj.data.id }, function (e) {
                        if (e.code === 0) {
                            admin.popup({