|
@@ -27,7 +27,7 @@
|
|
|
<u-button @click="submit" shape="circle" :custom-style="{background:$config('primaryColor')}" type="primary">确定退库</u-button>
|
|
|
</view>
|
|
|
<!-- 确认弹框 -->
|
|
|
- <common-modal :openModal="confirmModal" content="调回产品将退回至经销商仓库,确认退库吗?" confirmText="确认退库" @confirm="modalConfirm" @close="confirmModal=false" />
|
|
|
+ <common-modal :openModal="confirmModal" content="此操作将会扣减数字货架的库存,确认退库吗?" confirmText="确认退库" @confirm="modalConfirm" @close="confirmModal=false" />
|
|
|
<!-- 生成销售退货单弹窗 -->
|
|
|
<common-modal :showTitle="false" :openModal="refundModal" @confirm="refundModalConfirm" @close="refundModal=false">
|
|
|
<view style="font-size: 28upx;">
|