浏览代码

Merge branch 'master' of git.huaml.com:zhh/front-end

shizhongqi 4 月之前
父节点
当前提交
ce37703e78
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hdApp/src/admin/billing/affirm.vue

+ 2 - 2
hdApp/src/admin/billing/affirm.vue

@@ -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>