|
|
|
@ -109,21 +109,19 @@
|
|
|
|
|
{{ goods.createTime }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tips margin0" v-if="goods.dispacherRemark || goods.financeRemark || goods.materialRemark">
|
|
|
|
|
<view class="tips margin0" v-if="goods.state == 5 && (goods.financeRemark ||goods.materialRemark || goods.dispacherRemark)">
|
|
|
|
|
<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-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-if="goods.financeRemark">
|
|
|
|
|
<view class="textarea_box" v-else-if="goods.financeRemark">
|
|
|
|
|
<textarea disabled="true" placeholder-class="font-size: 24upx" maxlength="-1"
|
|
|
|
|
v-model="goods.financeRemark">
|
|
|
|
|
</textarea>
|
|
|
|
|