|
@@ -1,5 +1,13 @@
|
|
|
<template>
|
|
|
- <view class="shuntBack-detail-wrap" :style="`backgroundImage:linear-gradient(180deg, ${$config('primaryColor')}, #F5F6F7 12%)`">
|
|
|
+ <view class="shuntBack-detail-wrap">
|
|
|
+ <u-navbar back-text="调回详情" :border-bottom="false" :background="{backgroundColor: $config('primaryColor')}" back-icon-color="#fff" :back-text-style="{ color: '#fff' }">
|
|
|
+ <view slot='right' style="padding: 0 30upx;color: #ffffff;" @click="refundModal = true"
|
|
|
+ v-if="basicInfoData&&basicInfoData.shelfInfo.state!='WRITE_OFF'&&basicInfoData.shelfInfo.state!='SUSPEND'">
|
|
|
+ <u-icon name="chuangjiandingdan" custom-prefix="iscm-icon"></u-icon>
|
|
|
+ <text style="margin-left: 6rpx;">生成销售退货单</text>
|
|
|
+ </view>
|
|
|
+ </u-navbar>
|
|
|
+
|
|
|
<view class="shuntBack-detail-body">
|
|
|
<view class="head-info" v-if="basicInfoData">
|
|
|
<view class="states">
|
|
@@ -86,9 +94,6 @@
|
|
|
this.getDetail()
|
|
|
this.getPartList()
|
|
|
},
|
|
|
- onNavigationBarButtonTap(){
|
|
|
- this.refundModal = true;
|
|
|
- },
|
|
|
methods: {
|
|
|
// 查询详情
|
|
|
getDetail(){
|