| | |
| | | //, skin: 'row' //è¡¨æ ¼é£æ ¼ |
| | | // , even: true |
| | | , page: true //æ¯å¦æ¾ç¤ºå页 |
| | | , limits: [10, 20, 50, 100] |
| | | , limits: [50, 500, 5000, 20000] |
| | | , limit: 50 //æ¯é¡µé»è®¤æ¾ç¤ºçæ°é |
| | | //, height: 500 |
| | | , done: function (res, curr, count) { |
| | |
| | | $.ajax({ |
| | | url: GetWEBURL() + 'QC_LastPieceCheckBill/DeltetLastPieceCheckBill', |
| | | type: "GET", |
| | | data: { "HInterID": InterID }, |
| | | data: { "HInterID": InterID, "user": sessionStorage["HUserName"]}, |
| | | success: function (result) { |
| | | console.log('gouba' + result); |
| | | if (result.count == 1) { |
| | |
| | | break; |
| | | }; |
| | | }); |
| | | |
| | | |
| | | //#region æ¥è¯¢ |
| | | function RoadHBillNo(sqlWhere) { |
| | |
| | | type: "get", |
| | | url: GetWEBURL() + "/QC_LastPieceCheckBill/GetLastPieceCheckBillList", |
| | | async: true, |
| | | data: { "sWhere": sWhere },//"HSupNo": sessionStorage["HUserName"], |
| | | data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },//"HSupNo": sessionStorage["HUserName"], |
| | | success: function (result) { |
| | | if (result.count == 1) { |
| | | ajaxReturnData = JSON.parse(JSON.stringify(result)).data; |
| | |
| | | }); |
| | | } |
| | | //#endregion |
| | | |
| | | |
| | | |
| | | ////#endregion |
| | | //#region å¿«éè¿æ»¤ |