| | |
| | | |
| | | //çå¬å½åå¤äºåªä¸ä¸ªé¡µç¾ï¼ä¼ HModName å¼ |
| | | element.on('tab(tab-TabTest)', function (data) { |
| | | HMaterInfo = table.cache['mainTable']; |
| | | var cur_title = data.elem.context.innerText; |
| | | if (cur_title == "ç©æä¿¡æ¯") { |
| | | HModName = "Gy_BarCodeBill"; |
| | |
| | | //è·åç»ç»ID |
| | | var SetHOrgID = $("#HOrgID").find("option:selected").val(); |
| | | //页é¢å±-èªå®ä¹ |
| | | var url = '../../PublicPage/HSourceReportHtml.html?OperationType=3&linterid=' + SetHOrgID + '&HSouceBillType=' + getSupType() + ''; |
| | | var url = '../../PublicPage/HSourceReportHtml.html?OperationType=3&HOrgID=' + SetHOrgID + '&HSouceBillType=' + getSupType() + ''; |
| | | url = encodeURI(url); |
| | | //alert(url); |
| | | layer.open({ |
| | |
| | | //è·åéæ©çæ¡ç ç±»å |
| | | var HSelectBarCodeType = $("#HBarCodeType").find("option:selected").html(); |
| | | //è·åå½åç»å½äººå |
| | | //var UserName = sessionStorage["HUserName"]; |
| | | var UserName = "Admin"; |
| | | var UserName = sessionStorage["HUserName"]; |
| | | //var UserName = "Admin"; |
| | | var sMainSub = sSubStr + ';' + HOrgType + ';' + HSourceBillType + ';' + HSelectBarCodeType + ';' + CampanyName + ';' + UserName; |
| | | SaveBarCodeCreate(sMainSub); |
| | | }) |
| | |
| | | , { field: 'HMaterName', title: 'ç©æåç§°', width: 200 } |
| | | , { field: 'HMaterModel', title: 'è§æ ¼åå·', width: 200 } |
| | | , { field: 'HBatchNo', title: 'æ¹å·', edit: 'text', width: 100 } |
| | | , { field: 'HQty', title: 'æ°é', edit: 'text', width: 100 } |
| | | , { field: 'HMinQty', title: 'æå°å
è£
æ°', edit: 'text', width: 100 } |
| | | , { field: 'HBQty', title: 'ç®±æ°', width: 100 } |
| | | , { field: 'HPackQty', title: 'å¤ç®±æ°', edit: 'text', width: 100 } |
| | | , { field: 'HQty', title: 'æ°é', edit: 'text', width: 100, totalRow: true} |
| | | , { field: 'HMinQty', title: 'æå°å
è£
æ°', edit: 'text', totalRow: true, width: 100 } |
| | | , { field: 'HBQty', title: 'ç®±æ°', width: 100, totalRow: true } |
| | | , { field: 'HPackQty', title: 'å¤ç®±æ°', edit: 'text', width: 100, totalRow: true} |
| | | , { field: 'HCoilNO', title: 'é¢å·æå
å·', edit: 'text', width: 100 } |
| | | , { field: 'HFurnaceNO', title: 'çå·', edit: 'text', width: 100 } |
| | | , { field: 'HFactory', title: 'åå', edit: 'text', width: 100 } |
| | |
| | | , { field: 'HUnitID', title: '计éåä½ID', width: 100, hide: true } |
| | | , { field: 'HUnitNumber', title: '计éåä½ä»£ç ', edit: 'text', event: 'HUnitNumber', width: 100 } |
| | | , { field: 'HUnitName', title: '计éåä½',width: 100 } |
| | | , { field: 'HAuxQty', title: 'è¾
å使°é', edit: 'text', width: 100 } |
| | | , { field: 'HAuxQty', title: 'è¾
å使°é', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HExpirationDateFlag', title: 'æ¯å¦å¯ç¨ä¿è´¨æ', width: 100, templet: '#switchTp3', unresize: false } |
| | | , { field: 'HGiveAwayFlag', title: 'æ¯å¦èµ å', width: 100, templet: '#switchTpl', unresize: false } |
| | | , { field: 'HDate', title: 'è¿ææ¥æ', width: 100 } |
| | |
| | | , elem: '#mainTable' |
| | | , toolbar: '#toolbarDemo' |
| | | , page: false |
| | | , totalRow: true |
| | | , cellMinWidth: 75 |
| | | , height: 'full-325' |
| | | , cols: [columns] |
| | |
| | | shift: 2, |
| | | area: ['80%', '80%'], |
| | | maxmin: true, |
| | | content: ['../../Baseset/åºç¡èµæ/Gy_MaterialList_LSQP.html', 'yes'], |
| | | content: ['../../Baseset/åºç¡èµæ/Gy_MaterialList.html', 'yes'], |
| | | btn: ['ç¡®å®', 'åæ¶'] |
| | | , btn1: function (index, layero) { |
| | | |