|
@@ -336,7 +336,7 @@ if (!empty($id) && is_numeric($id)) {
|
|
|
<tr>
|
|
|
<th width="8%">销售订单号</th>
|
|
|
<td>
|
|
|
- <input type="text" id="order_code" name="order_code" value="<?= htmlspecialcharsFix($order['order_code']) ?>" class="txt1" />
|
|
|
+ <input type="text" id="order_code" name="order_code" value="<?= htmlspecialcharsFix($order['order_code']) ?>" class="txt1" maxlength="100" />
|
|
|
<input type="hidden" name="id" value="<?= $id ?>" />
|
|
|
</td>
|
|
|
</tr>
|