|
@@ -521,8 +521,8 @@
|
|
|
<span class="style01" style="width: 60%;">配送方式:
|
|
<span class="style01" style="width: 60%;">配送方式:
|
|
|
<select ng-if="order.status == 501" class="select" ng-switch="order.deliverytype" style="opacity: 1;" >
|
|
<select ng-if="order.status == 501" class="select" ng-switch="order.deliverytype" style="opacity: 1;" >
|
|
|
<option ng-switch-when="1301">第三方配送</option>
|
|
<option ng-switch-when="1301">第三方配送</option>
|
|
|
- <option ng-switch-when="1301">卖家配送</option>
|
|
|
|
|
- <option ng-switch-when="1301">上门自提</option>
|
|
|
|
|
|
|
+ <!--<option ng-switch-when="1301">卖家配送</option>-->
|
|
|
|
|
+ <!--<option ng-switch-when="1301">上门自提</option>-->
|
|
|
<!--<option ng-switch-when="1302">上门自提</option>-->
|
|
<!--<option ng-switch-when="1302">上门自提</option>-->
|
|
|
</select>
|
|
</select>
|
|
|
<em ng-if="order.status != 501">物流配送</em>
|
|
<em ng-if="order.status != 501">物流配送</em>
|