|
@@ -334,7 +334,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" maxlength="100" />
|
|
<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 ?>" />
|
|
<input type="hidden" name="id" value="<?= $id ?>" />
|
|
@@ -1021,7 +1021,7 @@ if (!empty($id) && is_numeric($id)) {
|
|
});
|
|
});
|
|
|
|
|
|
if (!orderCode) {
|
|
if (!orderCode) {
|
|
- alert('销售订单号不能为空');
|
|
|
|
|
|
+ alert('销售开单号不能为空');
|
|
$('#order_code').focus();
|
|
$('#order_code').focus();
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|