| | |
| | | url: GetWEBURL() + "/ProdProcessEntryReport/ProdProcessEntryReport_DyeColor", |
| | | type: "GET", |
| | | async: false, |
| | | data: { "sWhere": sWhere,"sProcessNo":''}, |
| | | data: { "sWhere": sWhere, "sProcessNo": '', "user": sessionStorage["HUserName"] }, |
| | | //async: false, |
| | | success: function (data1) { |
| | | |
| | |
| | | $.ajax({ |
| | | url: GetWEBURL() + '/ProdProcessEntryReport/ProdProcessEntryReport_DyeColor', |
| | | type: "GET", |
| | | data: { "sWhere": sWhere, "sProcessNo": sProcessNo }, |
| | | data: { "sWhere": sWhere, "sProcessNo": sProcessNo, "user": sessionStorage["HUserName"] }, |
| | | success: function (data1) { |
| | | if (data1.count == 1) { |
| | | //è°æ´æ¥ææ ¼å¼ï¼æ¾ç¤º å¹´ææ¥ å æ¶ |