|
@@ -268,7 +268,7 @@ if (!empty($id) && is_numeric($id)) {
|
|
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">
|
|
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
- <th width="8%">订单号</th>
|
|
|
|
|
|
+ <th width="8%">销售订单号</th>
|
|
<td>
|
|
<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" />
|
|
<input type="hidden" name="id" value="<?= $id ?>" />
|
|
<input type="hidden" name="id" value="<?= $id ?>" />
|
|
@@ -1064,7 +1064,7 @@ if (!empty($id) && is_numeric($id)) {
|
|
});
|
|
});
|
|
|
|
|
|
if (!orderCode) {
|
|
if (!orderCode) {
|
|
- alert('订单号不能为空');
|
|
|
|
|
|
+ alert('销售订单号不能为空');
|
|
$('#order_code').focus();
|
|
$('#order_code').focus();
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|