username@email.com
2024-09-24 e52888ec01a11ad8423e30b9505fee9624e88422
CY_ECommercePlatform/CY.WebForm/Pages/front/Packet.aspx
@@ -10,7 +10,7 @@
     <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>
@@ -71,17 +71,27 @@
                    </select>
                </td>
                <td align="center">
                    <div class="xialap">
                    <input type="text"  id="printCount" name="printCount" readonly="readonly"  style="height: 15px; line-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>
                    </div>
                    <table>
                        <tr>
                            <td>
                                <div class="xialap">
                                    <input type="text"  id="printCount" name="printCount" readonly="readonly"  style="height: 15px; line-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>
                                </div>
                            </td>
                            <td>
                                <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </tbody>