|
|
@ -76,8 +76,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="" @tap='codeFn' :style="{marginBottom:!moreOpen?'':'0',background:details.orderWfStatus==0?'#2866FF':'#BBBBBB'}" |
|
|
|
<view v-if="details.orderWfStatus==0" @tap='codeFn' :style="{marginBottom:!moreOpen?'':'0',background:'#228B22'}" |
|
|
|
class="writeOff felx justifyContent alignItems ">待核销</view> |
|
|
|
class="writeOff felx justifyContent alignItems ">待核销</view> |
|
|
|
|
|
|
|
<view v-else :style="{marginBottom:!moreOpen?'':'0',background:'#BBBBBB'}" |
|
|
|
|
|
|
|
class="writeOff felx justifyContent alignItems ">已核销</view> |
|
|
|
<view v-if="!moreOpen" @click="moreOpen=!moreOpen" class="moreButten felx justifyContent alignItems smallText "> |
|
|
|
<view v-if="!moreOpen" @click="moreOpen=!moreOpen" class="moreButten felx justifyContent alignItems smallText "> |
|
|
|
更多信息&退款信息 |
|
|
|
更多信息&退款信息 |
|
|
|
<uni-icons :style="{transform:moreOpen?'rotate(180deg)':'rotate(0deg)',transition:'transform .3s' }" size="15" class="content-clear-icon" type="bottom" color="#c0c4cc" ></uni-icons> |
|
|
|
<uni-icons :style="{transform:moreOpen?'rotate(180deg)':'rotate(0deg)',transition:'transform .3s' }" size="15" class="content-clear-icon" type="bottom" color="#c0c4cc" ></uni-icons> |
|
|
|