|
@@ -24,6 +24,9 @@
|
|
|
<view class="refund-label">备注信息:</view>
|
|
<view class="refund-label">备注信息:</view>
|
|
|
<view class="list">{{remark}}</view>
|
|
<view class="list">{{remark}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view style="text-align:center;">
|
|
|
|
|
+ <button class="admin-button-com big blue" style="margin:0 auto;" @click="goWaste()">去报损</button>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
@@ -40,6 +43,9 @@ export default {
|
|
|
onShow() {
|
|
onShow() {
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ goWaste(){
|
|
|
|
|
+ this.$util.pageTo({ url: '/pagesOrder/refundSuccess?id='+this.option.id})
|
|
|
|
|
+ },
|
|
|
init() {
|
|
init() {
|
|
|
refundDetail({ id: this.option.id }).then(res=>{
|
|
refundDetail({ id: this.option.id }).then(res=>{
|
|
|
this.product = res.data.itemList||[];
|
|
this.product = res.data.itemList||[];
|