username@email.com
2025-01-23 ee87c4ceb1a22800f8151db590bc732ca21158c6
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx
@@ -9,8 +9,8 @@
    <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=18" type="text/javascript"></script>
    <script src="../../js/business/Order.js?v=25" type="text/javascript"></script>
    <script src="../../js/Inquiry/Inquiry.js?v=153" type="text/javascript"></script>
    <script src="../../js/business/Order.js?v=43" type="text/javascript"></script>
    <!--前台页面end-->
    <script type="text/javascript" language="javascript">
@@ -47,9 +47,15 @@
        }
        function Saveyaoqiu() {
            if (document.getElementById('txtSumPrice').value == "" || parseFloat(document.getElementById('txtSumPrice').value) <=0 ) {
                if (!confirm("订单总价为0,是否继续保存?"))
                    return false;
            }
            if (document.getElementById('selPrintTypes').value != "6") {
                alertMsg("目前只保存书刊要求!");
                return;
                return false;
            }
            return ValidateForm();
        }
@@ -111,6 +117,8 @@
                document.getElementById('spnCustormerControl').style.display = document.getElementById('txtCustormerName') ? 'none' : '';
                if ('0' == document.getElementById('txtKeyid').value) {
                    document.getElementById('txtDeliveryTime').value = new Date().ToFuture({ day: 2 }).ToString('yyyy-MM-dd');
                    document.getElementById('selPrintTypes').value = "29";
                    printTypeChange(document.getElementById('selPrintTypes'));
                    ReceiptT('customer', '', 6, 120); return;
                } else {
                    ReceiptT('order', '<%=Orderid %>', 6, 120);  
@@ -158,7 +166,7 @@
            </script>
        </ItemTemplate>
    </asp:Repeater>--%>
    <table class="table2" id="tbBasic">
    <table class="table2" id="tbBasic" align="left" style=" width:1000px;">
        <thead>
            <tr>
                <th colspan="8">
@@ -228,17 +236,17 @@
                <select id='selExigencyDegree' runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'>
                </select>
            </td>
            <td align="right">
            <td align="right" id="selVerifyWay123">
                交货时间:
            </td>
            <td align="left">
                <input id='txtDeliveryTime' class='date req' runat="server" />
            <td align="left" id="selVerifyWay321">
                <input id='txtDeliveryTime' class='date' runat="server" />
            </td>
           <td align="right">
                已有印件:
            </td>
            <td align="left">
                <select id='selprintask' runat="server" keepdefaultstyle='true' datavaluefield="Keyid" datatextfield='Name'    onchange='printTypeChange1(this)'  >
                <select id='selprintask' runat="server" keepdefaultstyle='true' datavaluefield="Keyid" datatextfield='Name' style="width:150px;"   onchange='printTypeChange1(this)'  >
                    <option value="" >请选择</option>
                </select>
            </td>
@@ -250,23 +258,24 @@
            </td>
            <td align="left">
                <input id='txtDocumentName' runat="server" maxlength='200' class='req' style="width:200px;" />
                 <input type='hidden'   id='txtDocumentNameHide' />
            </td>
            <td align="right">
            <td align="right"  id="selVerifyWay1234">
                订单单价:
            </td>
            <td align="left">
            <td align="left"  id="selVerifyWay4321">
                <input id='txtUnitPrice' runat="server" maxlength='9' class='float' onchange="jsPrice(this.value)" />
            </td>
            <td align="right">
                订单总价:
            </td>
            <td align="left">
                <input id='txtSumPrice' runat="server" maxlength='9' value='0' class="req float" min="0" onchange="jsdjPrice(this.value)" />
                <input id='txtSumPrice' runat="server" maxlength='16' value='0' class="req float" min="0" onchange="jsdjPrice(this.value)" />
            </td>
            <td align="right">
            <td align="right" id="selVerifyWay12">
                校稿方式:
            </td>
            <td align="left">
            <td align="left" id="selVerifyWay21">
                <select id='selVerifyWay' class=' Sreq' runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'>
                </select>
            </td>
@@ -299,18 +308,53 @@
            <td align="left">
                <input id='txtPhone' runat="server" class='' />
            </td>
            <td align="right">
        </tr>
        <tr>
             <td align="right">
                联系Q Q:
            </td>
            <td align="left">
                <input id='txtQQ' runat="server" maxlength="50" />
            </td>
        </tr>
             <td align="right">
            </td>
            <td align="left">
            </td>
            <td align="right">
            </td>
            <td align="left">
            </td>
            <td align="right">
            </td>
            <td align="left">
            </td>
            </tr>
    </table>
    <div id='div_InquiryEdit' style='display: block;'>
        <div id="divInquiry" style='display: block;'>
        <div id="divInquiry"  style=' display: block;width:1010px;'  >
        </div>
        <table class="table2 table2Left">
         <br />
          <table class="table2 table2Left" id="Duiyinghetongbianhao"  align="left" style=" width:1000px;">
               <tr   style=" height:11px;">
                     <td    style="width:100px;text-align:right;">
                         对应合同序号:
                </td>
                     <td   style="text-align:left;"  >
                             <input id='txtDuiyinghetongbianhao' runat="server" maxlength="100" style="width:300px;" />
                </td>
                   </tr>
              </table>
           <br />
        <table class="table2 table2Left"  align="left" style=" width:1000px;">
            <thead>
                <tr>
                    <th colspan="6">
@@ -334,7 +378,8 @@
            </tr>
        </table>
    </div>
    <table class="table2" id="tbFacing">
         <br />
    <table class="table2" id="tbFacing"  align="left" style=" width:1000px;">
        <thead>
            <tr>
                <th colspan="4">
@@ -374,7 +419,7 @@
                <input id='txtBookPrice' runat="server" maxlength='9' class='float' />
            </td>
        </tr>
        <tr>
        <tr id="trPerBag">
           <td align="right">
                每包数量:
            </td>
@@ -389,7 +434,8 @@
            </td>
        </tr>
    </table>
    <table class="table2">
         <br />
    <table class="table2"  align="left" style=" width:1000px;">
        <tbody>
            
             <tr>
@@ -497,6 +543,23 @@
        else {
            document.getElementById('trbook').style.display = 'none';
        }
        if (ssselPrintTypes == 37) {
            document.getElementById('tbFacing').style.display = 'none';
            document.getElementById('selVerifyWay12').style.display = 'none';
            document.getElementById('selVerifyWay21').style.display = 'none';
            //document.getElementById('selVerifyWay123').style.display = 'none';
            //document.getElementById('selVerifyWay321').style.display = 'none';
            document.getElementById('txtDeliveryTime').value = "";
        }
        else {
            document.getElementById('tbFacing').style.display = '';
            document.getElementById('selVerifyWay12').style.display = '';
            document.getElementById('selVerifyWay21').style.display = '';
        }
    }