username@email.com
2024-06-27 3fc58aef2f6f47c4a356df23479e3becca630177
CoreCms.Net.Web.Admin/wwwroot/views/content/stock/products/index.html
@@ -132,7 +132,7 @@
                            //{ field: 'marketable', title: '是否上架', width: 95, templet: '#switch_marketable', sort: false, unresize: true },
                            { field: 'weight', title: '重量(千克)', sort: false, width: 80 },
                            { field: 'unit', title: '单位', sort: false, width: 60 },
                            { field: 'stock', title: '库存(单机编辑)', sort: false, width: 120, edit: 'text' },
                            { field: 'stock', title: '库存(单击编辑)', sort: false, width: 120, edit: 'text' },
                            {
                                field: 'freezeStock', title: '冻结库存', sort: false, width: 80, templet: function (data) {
                                    if (data.freezeStock > 0) {