| | |
| | | <div class="layui-form-item layui-inline"> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input type="date" class="layui-input" id="HBeginDate" style="width:190px;"> |
| | | <input type="date" class="layui-input ForFilteringSchemes" id="HBeginDate" style="width:190px;"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">-</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="date" class="layui-input" id="HEndDate" style="width:190px;"> |
| | | <input type="date" class="layui-input ForFilteringSchemes" id="HEndDate" style="width:190px;"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | sWhere = " and æ¥æ between ''" + HBeginDate + "'' and ''" + HEndDate + "'' "; |
| | | |
| | | if (HMaterNumber != "") { |
| | | sWhere += " and 产å代ç =''" + HMaterNumber + "'' "; |
| | | sWhere += " and ç©æä»£ç like ''%" + HMaterNumber + "%'' "; |
| | | } |
| | | |
| | | if (HBillNo != "") { |
| | | sWhere += " and åæ®å·=''" + HBillNo + "'' "; |
| | | sWhere += " and åæ®å· like ''%" + HBillNo + "%'' "; |
| | | } |
| | | |
| | | if (HProductName != "") { |
| | | sWhere += " and 产ååç§°=''" + HProductName + "'' "; |
| | | sWhere += " and ç©æåç§° like ''%" + HProductName + "%'' "; |
| | | } |
| | | |
| | | if (HProductModel != "") { |
| | | sWhere += " and è§æ ¼åå·=''" + HProductModel + "'' "; |
| | | sWhere += " and è§æ ¼åå· like ''%" + HProductModel + "%'' "; |
| | | } |
| | | |
| | | //ä»»æå段æ¡ä»¶è¿æ»¤ æ¡ä»¶æå |