|
@@ -32,8 +32,8 @@
|
|
|
</select>
|
|
|
|
|
|
<select class="my-select" name="salesShippingStatus" id="salesShippingStatus" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|
|
|
- <option value ="11" >已通知配货</option>
|
|
|
- <option value ="1" selected>已发货</option>
|
|
|
+ <option value ="11" >待打单</option>
|
|
|
+ <option value ="1" selected>已打单</option>
|
|
|
</select>
|
|
|
|
|
|
<select class="my-select" name="salesDeliver" id="salesDeliver" style="height: 36px;width: 120px;margin: 0px;margin-bottom: 10px;">
|