| | |
| | | <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=154" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=43" type="text/javascript"></script> |
| | | <script src="../../js/Inquiry/Inquiry.js?v=185" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=47" type="text/javascript"></script> |
| | | <!--前台页面end--> |
| | | <script type="text/javascript" language="javascript"> |
| | | |
| | | function jsPrice(dj) { |
| | | var num = $("#printCount").val(); |
| | | |
| | | $("#txtSumPrice").val(dj * num); |
| | | $("#txtSumPrice").val((dj * num).toFixed(4)); |
| | | } |
| | | |
| | | function jsdjPrice(zj) { |
| | |
| | | var count = document.getElementById('printCount').value; |
| | | var numPerBag = parseInt($("#txtNumberPerBag").val()); |
| | | |
| | | if (isNaN(count)) { |
| | | if (isNaN(count) || isNaN(numPerBag)) { |
| | | |
| | | $("#txtBagNum").val(0); |
| | | /* $("#txtBagNum").val("");*/ |
| | | } |
| | | else { |
| | | |
| | | var bagNum = parseInt(count / numPerBag); |
| | | $("#txtBagNum").val(bagNum); |
| | | } |
| | |
| | | var count = document.getElementById('printCount').value; |
| | | var bagNum = parseInt($("#txtBagNum").val()); |
| | | |
| | | if (isNaN(count)) { |
| | | if (isNaN(count) || isNaN(bagNum)) { |
| | | |
| | | $("#txtNumberPerBag").val(0); |
| | | /* $("#txtNumberPerBag").val("");*/ |
| | | |
| | | } |
| | | else { |