| | |
| | | <label class="layui-form-label" style="width:40px;padding-left:0px;">æ¡ç </label> |
| | | </div> |
| | | <div class="layui-col-xs8"> |
| | | <input type="text" name="HBarCode" id="HBarCode" lay-verify="HBarCode" onkeyup="value=value.replace(/\s+/g,'')" autocomplete="off" class="layui-input" onfocus="this.select();"> |
| | | <input type="text" name="HBarCode" id="HBarCode" lay-verify="HBarCode" onKeypress="javascript:if(event.keyCode == 32)event.returnValue = false;" autocomplete="off" class="layui-input" onfocus="this.select();"> |
| | | </div> |
| | | <div class="layui-col-xs2"> |
| | | <button type="button" lay-submit="" class="layui-btn" lay-filter="QueDin">ç¡®å®</button> |
| | |
| | | , { field: 'HQtyMust', title: '䏿¶æ°é', width: 150, totalRow: true } |
| | | , { field: 'HWhName', title: 'ä»åº', width: 150 } |
| | | , { field: 'HSPName', title: 'ä»ä½', width: 150 } |
| | | , { field: 'HMaterNumber', title: 'ç©æä»£ç ', width: 150 } |
| | | , { field: 'HMaterName', title: 'ç©æåç§°', width: 150 } |
| | | , { field: 'HMaterModel', title: 'è§æ ¼åå·', width: 150 } |
| | | , { field: 'HBatchNo', title: 'æ¹æ¬¡', width: 150 } |
| | |
| | | } |
| | | layer.load(3); |
| | | element.tabChange('tab-MateOutBill', '2'); |
| | | //æ«æºåæååï¼å
æ æ¾ç¤ºå°ä»åºä¸ |
| | | $("#HBarCode").focus(); |
| | | //æ«æºåæååï¼å
æ æ¾ç¤ºå°ä»ä½ä¸ |
| | | $("#HStockPlaceName").focus(); |
| | | //æ¾ç¤ºè¡¨ä½æç» |
| | | DisBillEntryList(); |
| | | } |
| | |
| | | table.render(listOption); |
| | | FIFOlistOption.data = result.data.FIFOlist; |
| | | table.render(FIFOlistOption); |
| | | |
| | | if (result.data.BarCodeDetailslist[0]) |
| | | $("#HBarCode_B").val(result.data.BarCodeDetailslist[0].HBarCode); |
| | | $("#HMaterName_B").val(result.data.BarCodeDetailslist[0].HMaterName); |
| | | $("#HMaterModel_B").val(result.data.BarCodeDetailslist[0].HMaterModel); |