<li style="width: 480px">限购数量&nbsp;&nbsp;<input type="number" name="limitNumber" min="0" value="<c:if test="${entityGood.limitNumber != -1}">${entityGood.limitNumber}</c:if><c:if test="${entityGood.limitNumber ==-1}"></c:if>" onkeyup="if(this.value.length==1){this.value=this.value.replace(/[^0-9]/g,'')}else{this.value=this.value.replace(/[^0-9]/g,'')}" onafterpaste="if(this.value.length==1){this.value=this.value.replace(/[^0-9]/g,'')}else{this.value=this.value.replace(/[^0-9]/g,'')}"/>
(不填不限购 为0仅展示)
</li>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2019-03-18
  • 2021-10-03
  • 2021-10-21
  • 2021-06-30
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-06-25
相关资源
相似解决方案