| | |
| | | function printTypeChange(sel) { |
| | | showWait(); |
| | | var OldOrderId = document.getElementById('txtKeyid').value; |
| | | if (sel.value == -1 || sel.value == "-1") {//其他类型 |
| | | if (sel.value == -1 || sel.value == "-1") |
| | | { |
| | | //其他类型 |
| | | $("#hidOrderId").val(OldOrderId); |
| | | $("#divInquiry").load("/Pages/front/OtherType.aspx", { "PrintTypeId": "-1" }); |
| | | setTimeout(function () { |
| | |
| | | }, 1000); |
| | | |
| | | window.hideWaitDiv = window.parent.parent.parent.parent.parent.parent.hideWaitDiv; |
| | | if (window.hideWaitDiv) window.hideWaitDiv(); |
| | | } else { |
| | | if (window.hideWaitDiv) |
| | | window.hideWaitDiv(); |
| | | } |
| | | else |
| | | { |
| | | DelayLoadPrintType(sel.value, '1', OldOrderId, 'order'); |
| | | } |
| | | |
| | | document.getElementById('hidPrintTypeId').value = sel.value; |
| | | if ($("#txtKeyid").val() == "0") { |
| | | //document.getElementById('txtDocumentName').value = sel.value ? sel.options[sel.selectedIndex].text : ''; |
| | |
| | | if (sel.value == 6) { |
| | | document.getElementById('trbook').style.display = ''; |
| | | var sselCustormer = document.getElementById('selCustormer').value; |
| | | if (sselCustormer != null && sselCustormer != '') { |
| | | |
| | | if (sselCustormer != null && sselCustormer != '') |
| | | { |
| | | |
| | | //CallServer({ Target: "getPrintAsk", id: sselCustormer }, function (data, textStatus) { |
| | | // alert(sselCustormer); |