Commit 72b890f4 authored by 华国豪's avatar 华国豪 🙄

1

parent 29fdaa83
......@@ -2342,7 +2342,7 @@
checkdAll(val){
if (val) {
this.SQguestList.map(x=>{
x.check = x.isApplyPhoto == 1 ? false : true
x.check = true
})
} else {
this.SQguestList.map(x=>{
......@@ -2359,7 +2359,7 @@
return
}
item.guestList.map(x=>{
x.check = x.isApplyPhoto == 1 ? false : true
x.check = true
})
this.SQguestList = item.guestList
this.SQOrderId = item.orderId
......
......@@ -874,6 +874,17 @@
display: block;
cursor: pointer;
}
.SQguestList{
display: flex;
flex-wrap: wrap;
}
.SQguestList label{
display: inline-block;
min-width: 100px;
display: flex;
align-items: center;
margin-top: 8px;
}
</style>
<template>
......@@ -2080,7 +2091,9 @@
<div v-if="item.orderState==2"
@click='Discount(item.tcid),SOMsg.OrderId = item.orderId,SOMsg.OrderUnitPrice = item.unit_Price'>
申请优惠</div>
<div
@click='ShenQingPhoto(item)'>
申请照片</div>
<div
v-if="item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2'||item.orderState=='3')&& item.isCanClear==0"
@click='deleteItem(item)'>取消</div>
......@@ -3112,7 +3125,7 @@
checkdAll(val){
if (val) {
this.SQguestList.map(x=>{
x.check = x.isApplyPhoto == 1 ? false : true
x.check = true
})
} else {
this.SQguestList.map(x=>{
......@@ -3129,7 +3142,7 @@
return
}
item.guestList.map(x=>{
x.check = x.isApplyPhoto == 1 ? false : true
x.check = true
})
this.SQguestList = item.guestList
this.SQOrderId = item.orderId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment