| | |
| | | <link rel="stylesheet" type="text/css" href="../../Styles/base.css" /> |
| | | <link href="../../Styles/changes.css" rel="stylesheet" type="text/css" /> |
| | | <link href="../../Styles/ParticularWQJ.css" rel="stylesheet" type="text/css" /> |
| | | <script src="../../js/Inquiry/Inquiry.js?v=186" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=47" type="text/javascript"></script> |
| | | <script src="../../js/Inquiry/Inquiry.js?v=206" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=55" type="text/javascript"></script> |
| | | <!--前台页面end--> |
| | | <script type="text/javascript" language="javascript"> |
| | | |
| | |
| | | } |
| | | |
| | | function Saveyaoqiu() { |
| | | |
| | | if (document.getElementById('printCount').value == "" || parseFloat(document.getElementById('printCount').value) <= 0) { |
| | | alert("订单数量为0,不能保存!"); |
| | | return false; |
| | | } |
| | | |
| | | if (document.getElementById('txtSumPrice').value == "" || parseFloat(document.getElementById('txtSumPrice').value) <=0 ) { |
| | | if (!confirm("订单总价为0,是否继续保存?")) |
| | | return false; |
| | |
| | | alertMsg("目前只保存书刊要求!"); |
| | | return false; |
| | | } |
| | | |
| | | if (document.getElementById('selPrintTypes').value == "37") { |
| | | WorkBookCountNum(); |
| | | } |
| | | |
| | | return ValidateForm(); |
| | | } |
| | | |