| | |
| | | <input class="layui-input" name="HQtyMax" lay-verify="HQtyMax" id="HQtyMax" autocomplete="off" value="0"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" > åä»¶æå¤§ä¸éï¼</label> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input" name="HPieceMaxQty" lay-verify="HPieceMaxQty" id="HPieceMaxQty" autocomplete="off" value="0"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="layui-row"> |
| | | <div class="layui-inline"> |
| | |
| | | , "HWidth": data.HWidth |
| | | , "HWeight": data.HWeight |
| | | , "HColorRemark": data.æè²è¦æ± |
| | | , "HPieceMaxQty": data.åä»¶æå¤§ä¸é |
| | | , "HQCSchemeID_Fst": data.HQCSchemeID_Fst |
| | | , "HQCSchemeName_Fst": data.é¦ä»¶æ£éªæ¹æ¡ |
| | | , "HQCSchemeID_Proc": data.HQCSchemeID_Proc |
| | |
| | | } |
| | | } |
| | | |
| | | var HPieceMaxQty = $('#HPieceMaxQty').val(); |
| | | if (HPieceMaxQty.substring(HPieceMaxQty.length - 1, HPieceMaxQty.length) == ".") { |
| | | layer.msg("åä»¶æå¤§ä¸éçç»å°¾ä¸è½æ¯.ï¼"); |
| | | return; |
| | | } else { |
| | | var ref = /^[0-9]+\.?[0-9]*$/; |
| | | if (!ref.test(HPieceMaxQty)) { |
| | | layer.msg("åä»¶æå¤§ä¸éè¯·è¾æ£ç¡®å
¥æ°åï¼"); |
| | | return; |
| | | } |
| | | } |
| | | |
| | | var HKeepDays = $('#HKeepDays').val(); |
| | | if (HKeepDays.substring(HKeepDays.length - 1, HKeepDays.length) == ".") { |
| | | layer.msg("ä¿è´¨æçç»å°¾ä¸è½æ¯.ï¼"); |