فهرست منبع

fleat: order add

igb 3 روز پیش
والد
کامیت
5036618932
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      order_add.php

+ 5 - 5
order_add.php

@@ -316,11 +316,11 @@ if ($customerId > 0) {
         <table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">
             <tbody>
             <tr>
-                <th width="8%">销售订单号</th>
+                <th width="8%" nowrap>销售订单号</th>
                 <td><input type="text" id="order_code" name="order_code" value="" class="txt1" placeholder="请输入销售订单号 (多个用 / 分隔) " /></td>
             </tr>
             <tr>
-                <th width="8%">客户选择</th>
+                <th width="8%" nowrap>客户选择</th>
                 <td>
                     <?php if ($customerInfo): ?>
                     <!-- 已有客户ID,只显示客户信息 -->
@@ -346,11 +346,11 @@ if ($customerId > 0) {
                 </td>
             </tr>
             <tr>
-                <th width="8%">出货日期</th>
+                <th width="8%" nowrap>出货日期</th>
                 <td><input type="date" id="order_date" name="order_date" value="<?= date('Y-m-d') ?>" class="txt1" /></td>
             </tr>
             <tr>
-                <th width="8%" valign="top">产品列表</th>
+                <th width="8%" valign="top" nowrap>产品列表</th>
                 <td>
                     <button type="button" id="add-product-btn" class="add-product-btn">添加产品</button>
                     
@@ -378,7 +378,7 @@ if ($customerId > 0) {
                 </td>
             </tr>
             <tr>
-                <th width="8%">订单备注</th>
+                <th width="8%" nowrap>订单备注</th>
                 <td>
                     <textarea name="notes" rows="3" style="width: 90%;"></textarea>
                 </td>