| | |
| | | <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=157" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=45" type="text/javascript"></script> |
| | | <script src="../../js/Inquiry/Inquiry.js?v=173" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=46" 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) { |