|
|
|
@ -109,23 +109,23 @@
|
|
|
|
|
{{ goods.createTime }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tips margin0" v-if="goods.state == 5 && (goods.financeRemark ||goods.materialRemark || goods.dispacherRemark)">
|
|
|
|
|
<view class="tips margin0" v-if="goods.state == 5 && (goods.financeRemark ||goods.materialRemark)">
|
|
|
|
|
<view class="tips_name">退单原因</view>
|
|
|
|
|
<view class="textarea_box" v-if="goods.materialRemark">
|
|
|
|
|
<textarea disabled="true" placeholder-class="font-size: 24upx" maxlength="-1"
|
|
|
|
|
v-model="goods.materialRemark">
|
|
|
|
|
</textarea>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="textarea_box" v-else-if="goods.dispacherRemark">
|
|
|
|
|
<!-- <view class="textarea_box" v-else-if="goods.dispacherRemark">
|
|
|
|
|
<textarea disabled="true" placeholder-class="font-size: 24upx" maxlength="-1"
|
|
|
|
|
v-model="goods.dispacherRemark">
|
|
|
|
|
</textarea>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="textarea_box" v-else-if="goods.financeRemark">
|
|
|
|
|
</view> -->
|
|
|
|
|
<view class="textarea_box" v-if="goods.financeRemark">
|
|
|
|
|
<textarea disabled="true" placeholder-class="font-size: 24upx" maxlength="-1"
|
|
|
|
|
v-model="goods.financeRemark">
|
|
|
|
|
</textarea>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="textarea_box" v-else-if="goods.materialRemark">
|
|
|
|
|
<textarea disabled="true" placeholder-class="font-size: 24upx" maxlength="-1"
|
|
|
|
|
v-model="goods.materialRemark">
|
|
|
|
|
</textarea>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tips">
|
|
|
|
|
<view class="tips_name">订单备注</view>
|
|
|
|
@ -167,7 +167,6 @@
|
|
|
|
|
<!-- <view class="btns shouhou" @click="jumpSale">退款/售后</view> -->
|
|
|
|
|
<!-- <view class="btns" :style="'background:' + colors + ';margin-left:20upx;'">再次购买</view> -->
|
|
|
|
|
<view class="btns shouhou" @tap="onafterSale">退款/售后</view>
|
|
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
<block v-if="goods.state == 4">
|
|
|
|
|
<view class="btns shouhou" @click="delOrder">删除订单</view>
|
|
|
|
|