提交 ac566c13 authored 作者: 刘旭's avatar 刘旭

优化

上级 e6a17616
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<view <view
v-if="current == 1" v-if="current == 1"
class="evaluate btn" class="evaluate btn"
@tap="pushOrder(res.id)" @tap="orderPush(res.id)"
> >
推送订单 推送订单
</view> </view>
...@@ -279,7 +279,7 @@ let orderQuotation = (orderId: number) => { ...@@ -279,7 +279,7 @@ let orderQuotation = (orderId: number) => {
} }
// 推送订单 // 推送订单
let pushOrder = (orderId: number) => { let orderPush = (orderId: number) => {
show.value = true show.value = true
content.value = '确认将状态推送到待生产?' content.value = '确认将状态推送到待生产?'
orderIds.value = orderId orderIds.value = orderId
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论