From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 18 一月 2019 17:30:50 +0800 Subject: [PATCH] 未审批可更改 --- gx_tieta/WebRoot/js/dischargetest/sysData.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/js/dischargetest/sysData.js b/gx_tieta/WebRoot/js/dischargetest/sysData.js index caa164e..22f58fc 100644 --- a/gx_tieta/WebRoot/js/dischargetest/sysData.js +++ b/gx_tieta/WebRoot/js/dischargetest/sysData.js @@ -86,9 +86,9 @@ $('#sysSet_groupNum').testVal({ pattern: /^[0-9]{1,4}$/, regVal: true, - min: 1, + min: 0, max: 2, - msg: '鍙栧�艰寖鍥�1~2锛堟暣鏁帮級' + msg: '鍙栧�艰寖鍥�0~2锛堟暣鏁帮級' }); // 鑳屽厜鏃堕暱锛�0~999鍒嗛挓锛� @@ -113,9 +113,9 @@ $('#sysSet_bleedNum').testVal({ pattern: /^[0-9]{1,4}$/, regVal: true, - min: 1, + min: 0, max: 2, - msg: '鍙栧�艰寖鍥�1~2锛堟暣鏁帮級' + msg: '鍙栧�艰寖鍥�0~2锛堟暣鏁帮級' }); -- Gitblit v1.9.1