|
@@ -250,8 +250,8 @@ if ($customerId > 0) {
|
|
|
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <th width="8%">订单号</th>
|
|
|
- <td><input type="text" id="order_code" name="order_code" value="" class="txt1" placeholder="请输入订单号" /></td>
|
|
|
+ <th width="8%">销售订单号</th>
|
|
|
+ <td><input type="text" id="order_code" name="order_code" value="" class="txt1" placeholder="请输入销售订单号" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="8%">客户选择</th>
|
|
@@ -893,7 +893,7 @@ if ($customerId > 0) {
|
|
|
});
|
|
|
|
|
|
if (!orderCode) {
|
|
|
- alert('订单号不能为空');
|
|
|
+ alert('销售订单号不能为空');
|
|
|
$('#order_code').focus();
|
|
|
return false;
|
|
|
}
|