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/lib/bootstrap/js/liao.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/lib/bootstrap/js/liao.js b/CoreCms.Net.Web.Admin/wwwroot/lib/bootstrap/js/liao.js index a46ba19..a2de559 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/lib/bootstrap/js/liao.js +++ b/CoreCms.Net.Web.Admin/wwwroot/lib/bootstrap/js/liao.js @@ -4,7 +4,7 @@ * @Author: 灏忛渚� * @Date: 2024-02-29 15:07:28 * @LastEditors: Please set LastEditors - * @LastEditTime: 2024-02-29 15:17:32 + * @LastEditTime: 2024-03-29 13:38:53 * Copyright: 2024 MinTinge CO.,LTD. All Rights Reserved. * @Descripttion: 閫氱敤鍑芥暟搴� */ @@ -48,3 +48,5 @@ const regex = /^-?\d+(\.\d+)?$/; // 鍖归厤鏁存暟鎴栧皬鏁帮紝鍖呮嫭璐熸暟 return regex.test(str); } + + -- Gitblit v1.9.1