username@email.com
2024-09-30 d428e70498e9f9ec6aac36719d52829c0bb036a9
CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx
@@ -10,20 +10,20 @@
    <table class="table2">
        <tbody>
            <tr>
                <th>请选择印刷方式:&nbsp<input type="radio" name="printMode" value='1' checked="true" />合版印刷&nbsp;&nbsp<input type="radio" name="printMode" value='0'/>专版印刷</th>
                <th>请选择印刷方式:&nbsp<input type="radio" name="printMode" value='1' />合版印刷&nbsp;&nbsp<input type="radio" name="printMode" value='0' checked="true" />专版印刷</th>
            </tr>
        </tbody>
    </table>
    <table class="table2">
        <tbody>
            <tr>
                <th style="text-align: center;">
                <th style="text-align: center;width: 150px;">
                    印刷尺寸(长×宽)
                </th>
                <th style="text-align: center;">
                <th style="text-align: center;width: 150px;">
                    形状
                </th>
                <th style="text-align: center;">
                <th style="text-align: center;width: 150px;">
                    印刷数量
                </th>
             </tr>
@@ -38,21 +38,31 @@
                        <option value="异型">异型</option>
                    </select>
                 </td>
                     <td align="center">
                    <div class="xialap">
                    <input type="text"  id="printCount" name="printCount" readonly="readonly"  style="height: 15px; width:80px;" class="validateInt" defaultValue="500" value="500"/>
                    <div class="xialapb">
                        <div class="xialapr">500</div>
                        <div class="xialapr">1000</div>
                        <div class="xialapr">2000</div>
                        <div class="xialapr">3000</div>
                        <div class="xialapr">5000</div>
                        <div class="xialapr">10000</div>
                        <div class="xialapr">20000</div>
                        <div class="xialapr">30000</div>
                        <div class="xialapr">50000</div>
                    </div>
                    </div>
                 <td align="center">
                     <table>
                        <tr>
                            <td>
                                <div class="xialap">
                                    <input type="text"  id="printCount" name="printCount" readonly="readonly"  style="height: 15px; width:80px;" class="validateInt" defaultValue="500" value="500"/>
                                    <div class="xialapb">
                                        <div class="xialapr">500</div>
                                        <div class="xialapr">1000</div>
                                        <div class="xialapr">2000</div>
                                        <div class="xialapr">3000</div>
                                        <div class="xialapr">5000</div>
                                        <div class="xialapr">10000</div>
                                        <div class="xialapr">20000</div>
                                        <div class="xialapr">30000</div>
                                        <div class="xialapr">50000</div>
                                    </div>
                                </div>
                            </td>
                            <td>
                                <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                            </td>
                        </tr>
                    </table>
                </td>
             </tr>
        </tbody>