H5模式下,查询按钮,点击事件

  1. var Widget =this.options.form.getWidgetByName("spmc");
  2. var spmc=Widget.getValue();

  3. var Widget =this.options.form.getWidgetByName("tmbh");
  4. var tmbh=Widget.getValue();

  5. var result=false;

  6. if(spmc.length==0&&tmbh.length==0)
  7. {alert("品名或货号或条码未填,无法查询!");
  8. return false;}
复制代码
上面的代码是,查询按钮,加的“点击事件”
在正常模式下,如果为空,会提示错误,并不执行。

但是在H5下,会提示错误,但却会执行。。
如何解决呢?@macro_hard
FineReporttwshe 发布于 2017-7-21 08:50
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共13回答
最佳回答
0
cherishdqy发布于2017-7-21 08:50(编辑于 2023-9-6 09:34)
555
最佳回答
0
孤陌发布于2017-7-21 08:56(编辑于 2023-9-6 09:34)
555
最佳回答
0
macro_hard发布于2017-7-21 09:07(编辑于 2023-9-6 09:34)
555
最佳回答
0
twshe发布于2017-7-21 09:08(编辑于 2023-9-6 09:34)
555
最佳回答
0
twshe发布于2017-7-21 09:09(编辑于 2023-9-6 09:34)
555
最佳回答
0
孤陌发布于2017-7-21 09:10(编辑于 2023-9-6 09:34)
555
最佳回答
0
macro_hard发布于2017-7-21 09:13(编辑于 2023-9-6 09:34)
555
最佳回答
0
twshe发布于2017-7-21 09:20(编辑于 2023-9-6 09:34)
555
最佳回答
0
twshe发布于2017-7-21 09:26(编辑于 2023-9-6 09:34)
555
最佳回答
0
twshe发布于2017-7-21 10:37(编辑于 2023-9-6 09:34)
555
  • macro_hard macro_hard 分开写,能用like \'spmc%\' 就别用 like \'%spmc%\'
    回复
    2017-07-21 11:01 
  • twshe twshe(提问者) 回复 macro_hard :分开写,就没法查询到了。
    回复
    2017-07-21 11:24 
  • macro_hard macro_hard 回复 twshe :and 两个like 查不到?
    回复
    2017-07-21 11:30 
  • 0关注人数
  • 490浏览人数
  • 最后回答于:2017-7-21 17:27
    活动推荐 更多
    热门课程 更多
    返回顶部