|
@@ -316,8 +316,8 @@ if ($customerId > 0) {
|
|
|
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <th width="8%" nowrap>销售订单号</th>
|
|
|
- <td><input type="text" id="order_code" name="order_code" value="" class="txt1" placeholder="请输入销售订单号 (多个用 / 分隔) " maxlength="100" /></td>
|
|
|
+ <th width="8%" nowrap>销售开单号</th>
|
|
|
+ <td><input type="text" id="order_code" name="order_code" value="" class="txt1" placeholder="请输入销售开单号 (多个用 / 分隔) " maxlength="100" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="8%" nowrap>订单类型</th>
|
|
@@ -890,7 +890,7 @@ if ($customerId > 0) {
|
|
|
});
|
|
|
|
|
|
if (!orderCode) {
|
|
|
- alert('销售订单号不能为空');
|
|
|
+ alert('销售开单号不能为空');
|
|
|
$('#order_code').focus();
|
|
|
return false;
|
|
|
}
|