| | |
| | | function GetWEBURL() { |
| | | //var WEBURL = "http://192.168.16.80:8011/"; //办公室服务器 |
| | | //var WEBURL = "http://localhost:8081/SWEAPI/"; //ch本地 |
| | | var WEBURL = "http://localhost:8085/API/"; //zgq本地 |
| | | //var WEBURL = "http://localhost:8085/API/"; //zgq本地 |
| | | //var WEBURL = "http://192.168.2.21:8081/lubaoWebAPI/";//王永波本地配置,请勿更改 |
| | | //var WEBURL = "http://101.37.171.70/API/"; //公司服务器 |
| | | //var WEBURL = "http://localhost:8080/API/"; //颜晓军本地配置 |
| | |
| | | |
| | | function OpenFistCheck(event, obj) |
| | | { |
| | | console.log(HSourceInterID, HBillType); |
| | | layer.open({ |
| | | type: 2 |
| | | , area: ['100%', '100%'] |
| | |
| | | , shade: 0.6 |
| | | , maxmin: false |
| | | , anim: 0 |
| | | , content: ['../../质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HSourceBillType, 'yes'] |
| | | , content: ['质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HBillType, 'yes'] |
| | | , resize: false |
| | | , cancel: function () { |
| | | btnIs(); |