From 3fc58aef2f6f47c4a356df23479e3becca630177 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 27 六月 2024 17:11:47 +0800 Subject: [PATCH] 铺货和计划订单的修改。计划订单增加批量查看 --- CoreCms.Net.Web.Admin/wwwroot/views/content/stock/products/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/content/stock/products/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/content/stock/products/index.html index 27e187f..b0d871d 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/content/stock/products/index.html +++ b/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) { -- Gitblit v1.9.1