Authored by caoyan

寄存

... ... @@ -469,6 +469,8 @@ function getOrderInfo(orderCode){
attributesStr = '全新瑕疵';
}else if("6" == attributes){
attributesStr = '二手';
}else if("7" == attributes){
attributesStr = '寄存';
}else if("17" == attributes){
attributesStr = '海外直邮';
}
... ...
... ... @@ -136,6 +136,7 @@
<option value="4">预售</option>
<option value="5">全新瑕疵</option>
<option value="6">二手</option>
<option value="7">寄存</option>
<option value="11">海外直邮</option>
</select>
<label>买家下单时间:</label>
... ...