From d89a94c640ee28c66efba261897eac645439e78b Mon Sep 17 00:00:00 2001 From: LR-20210131IOQH\Administrator <jackcold@163.com> Date: 星期二, 14 九月 2021 10:13:29 +0800 Subject: [PATCH] 开票状态 客户电话号码验证修改 客户名称长度改2-30 --- CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx | 45 +++++++++++++++++++++++++++------------------ 1 files changed, 27 insertions(+), 18 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx index a86bcb0..cddd4a0 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/DMInquiry.aspx @@ -20,19 +20,19 @@ <th style="text-align: center;"> 鍗板埛灏哄 </th> - <th style="text-align: center;"> + <th style="text-align: center;width:20%"> 绾稿紶 </th> <th style="text-align: center;" class="Brand0"> 鍝佺墝 </th> - <th style="text-align: center;" class="gramWeight0"> + <th style="text-align: center;width:10%" class="gramWeight0"> 鍏嬮噸 </th> - <th style="text-align: center;"> + <th style="text-align: center;width:250px"> 鍗板埛鏁伴噺 </th> - <th style="text-align: center;"> + <th style="text-align: center;width:10%"> 鍗曞弻闈� </th> </tr> @@ -85,20 +85,29 @@ </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">50000</div> - <div class="xialapr">100000</div> - </div> - </div> + <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">50000</div> + <div class="xialapr">100000</div> + </div> + </div> + </td> + <td> + <select id='ysUnit' runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select> + </td> + </tr> + </table> </td> <td> <select class="selectLaber" name="singleOrdouble0"> -- Gitblit v1.9.1