|
|
@@ -25,7 +25,10 @@
|
|
|
<view class="list">{{remark}}</view>
|
|
|
</view>
|
|
|
<view style="text-align:center;">
|
|
|
- <button class="admin-button-com big blue" style="margin:0 auto;" @click="goWaste()">去报损</button>
|
|
|
+ <button class="admin-button-com big blue" style="margin:30upx auto 10upx auto;width:50%;" @click="goBack()">返回</button>
|
|
|
+ </view>
|
|
|
+ <view style="text-align:center;">
|
|
|
+ <button class="admin-button-com big blue" style="margin:20upx auto 10upx auto;width:50%;" @click="goWaste()">去报损</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
@@ -43,6 +46,9 @@ export default {
|
|
|
onShow() {
|
|
|
},
|
|
|
methods: {
|
|
|
+ goBack(){
|
|
|
+ uni.navigateBack()
|
|
|
+ },
|
|
|
goWaste(){
|
|
|
this.$util.pageTo({ url: '/pagesOrder/refundSuccess?id='+this.option.id})
|
|
|
},
|