| | |
| | | <input type="text" name="HMater" id="HMater" lay-verify="HMater" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-row"> |
| | | <div class="layui-col-xs3"> |
| | | <label class="layui-form-label" style="width:60px;padding-left:0px;">å
³è项</label> |
| | | </div> |
| | | <div class="layui-col-xs9"> |
| | | <input type="text" name="HCustom" id="HCustom" lay-verify="HCustom" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-row" style="margin-top: 10px; margin-bottom: 10px; float: right;"> |
| | | <button type="button" lay-submit="" lay-filter="cmdQuery" class="layui-btn" id="cmdQuery">æ¥è¯¢</button> |
| | | <button type="button" lay-submit="" lay-filter="cmdOK" class="layui-btn" id="cmdOK">è¿å</button> |
| | |
| | | var HMaker = sessionStorage["HUserName"] |
| | | var HSourceBillNo = ""; |
| | | var HMater = ""; |
| | | var HCustom = ""; |
| | | var listOption = []; |
| | | var columns = ""; |
| | | var HModName = "Kf_SourceBillEditDlg_PDA"; |
| | |
| | | form.on('submit(cmdQuery)', function () { |
| | | HSourceBillNo = $("#HSourceBillNo").val(); |
| | | HMater = $("#HMater").val(); |
| | | HCustom = $("#HCustom").val(); |
| | | //æ¾ç¤ºç©æåè¡¨ä¿¡æ¯ |
| | | DisBillEntryList(); |
| | | }); |
| | |
| | | type: "GET", |
| | | url: GetWEBURL() + '/WEBSController/GetSourceBillList_Json', |
| | | async: true, //asyncç¨äºæ§å¶ï¼falseï¼åæ¥åï¼trueï¼å¼æ¥ï¼é»è®¤çæ¯trueï¼å³è¯·æ±é»è®¤çæ¯å¼æ¥è¯·æ± |
| | | data: { "HBillType": HBillType, "HSourceBillType": HSourceBillType, "HStockOrgID": HStockOrgID, "HSourceBillNo": HSourceBillNo, "HMater": HMater }, |
| | | data: { "HBillType": HBillType, "HSourceBillType": HSourceBillType, "HStockOrgID": HStockOrgID, "HSourceBillNo": HSourceBillNo, "HMater": HMater, "HCustom": HCustom }, |
| | | success: function (result) { |
| | | if (result.count == 1) { // 说æéªè¯æåäºï¼ |
| | | var data = []; |