|
|
@@ -510,8 +510,8 @@
|
|
|
<view class="option-group">
|
|
|
<view class="option-label">退货方式</view>
|
|
|
<view class="button-group">
|
|
|
- <button @click="form.forwardStock = 1" class="admin-button-com big" :class="form.forwardStock == 1 ? 'blue' : 'default'">货不退回</button>
|
|
|
- <button @tap="form.forwardStock = 0" class="admin-button-com big" :class="form.forwardStock == 0? 'blue' : 'default'">货退回来</button>
|
|
|
+ <button @click="form.forwardStock = 1" class="admin-button-com big" :class="form.forwardStock == 1 ? 'blue' : 'default'">库存不变</button>
|
|
|
+ <button @tap="form.forwardStock = 0" class="admin-button-com big" :class="form.forwardStock == 0? 'blue' : 'default'">库存退回</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|