This commit is contained in:
parent
669c288cd4
commit
9b56c6144e
|
|
@ -89,7 +89,7 @@
|
|||
<el-row class="cart-th">
|
||||
<el-col :span="2">
|
||||
<div>
|
||||
<el-checkbox v-model="allChecked" @change="onChangeAll" :key="allKey">
|
||||
<el-checkbox v-model="allChecked" @change="onChangeAll" :key="allKey" style="color: #fff">
|
||||
全选
|
||||
</el-checkbox>
|
||||
</div>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
</el-row>
|
||||
|
||||
<div class="cart-tbody" v-for="(item, index) in cardList" :key="index">
|
||||
<el-row style="border-bottom: 1px solid #ccc">
|
||||
<!-- <el-row style="border-bottom: 1px solid #ccc">
|
||||
<el-col :span="1">
|
||||
<div style="text-align: center">
|
||||
<el-checkbox
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
<div class="user-name">{{ item.companyPersonPhoneKey.person }}</div>
|
||||
<div class="user-phone">{{ item.companyPersonPhoneKey.personPhone }}</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
|
||||
<el-row class="cart-list" v-for="(goods, j) in item.devInfoVoList" :key="goods.id">
|
||||
<el-col :span="1">
|
||||
|
|
@ -1119,10 +1119,15 @@ isShowPriceFun()
|
|||
}
|
||||
|
||||
.cart-th {
|
||||
margin: 15px 0;
|
||||
padding: 15px 0;
|
||||
font-size: 18px;
|
||||
background-color: #58B99E;
|
||||
div {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
</svg>
|
||||
<div style="font-size: 30px">{{ pageData.personPhone }}</div>
|
||||
</div>
|
||||
<div style="text-align: right">
|
||||
<!-- <div style="text-align: right">
|
||||
<el-button
|
||||
round
|
||||
type="primary"
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
@click="onChat"
|
||||
>在线聊</el-button
|
||||
>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="businessInfo">
|
||||
|
|
@ -192,14 +192,15 @@
|
|||
style="width: 500px; height: 500px; object-fit: cover"
|
||||
/>
|
||||
</div>
|
||||
<div v-if="!pageData.detailsFileList || pageData.detailsFileList.length == 0" style="margin-top: 10px">暂无相关图片</div>
|
||||
</div>
|
||||
<div class="appearance">
|
||||
<div
|
||||
class="publicTitle"
|
||||
v-if="pageData.insurancePdf && pageData.insurancePdf.length > 0"
|
||||
>
|
||||
证书展示
|
||||
</div>
|
||||
<div v-if="!pageData.insurancePdf || pageData.insurancePdf.length == 0" style="margin-top: 10px">暂无相关证书</div>
|
||||
<div
|
||||
class="certificate"
|
||||
v-if="pageData.insurancePdf && pageData.insurancePdf.length > 0"
|
||||
|
|
|
|||
|
|
@ -88,13 +88,13 @@
|
|||
</el-form>
|
||||
|
||||
<el-row class="cart-th">
|
||||
<el-col :span="2">
|
||||
<!-- <el-col :span="2"> -->
|
||||
<!-- <div>
|
||||
<el-checkbox v-model="allChecked" @change="onChangeAll" :key="allKey">
|
||||
全选
|
||||
</el-checkbox>
|
||||
</div> -->
|
||||
</el-col>
|
||||
<!-- </el-col> -->
|
||||
<el-col :span="8">
|
||||
<div>装备信息</div>
|
||||
</el-col>
|
||||
|
|
@ -119,31 +119,31 @@
|
|||
</el-row>
|
||||
|
||||
<div class="cart-tbody" v-for="(item, index) in orderList" :key="index">
|
||||
<el-row style="border-bottom: 1px solid #ccc">
|
||||
<!-- <el-row style="border-bottom: 1px solid #ccc">
|
||||
<el-col :span="1">
|
||||
<div style="text-align: center">
|
||||
<div style="text-align: center"> -->
|
||||
<!-- <el-checkbox
|
||||
v-model="item.isChecked"
|
||||
@change="onChangeCompany($event, index, item)"
|
||||
>
|
||||
</el-checkbox> -->
|
||||
</div>
|
||||
<!-- </div>
|
||||
</el-col>
|
||||
<el-col :span="22" class="cart-user-info">
|
||||
<div>{{ item.companyName }}</div>
|
||||
<div class="user-name">{{ item.person }}</div>
|
||||
<div class="user-phone">{{ item.personPhone }}</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
|
||||
<el-row class="cart-list">
|
||||
<el-col :span="1">
|
||||
<!-- <el-col :span="1"> -->
|
||||
<!-- <div style="text-align: center">
|
||||
<el-checkbox v-model="goods.isChecked" @change="onChangeGoods(index)">
|
||||
</el-checkbox>
|
||||
</div> -->
|
||||
</el-col>
|
||||
<el-col :span="9" class="goods-info">
|
||||
<!-- </el-col> -->
|
||||
<el-col :span="8" class="goods-info">
|
||||
<img :src="item.picUrl" alt="" />
|
||||
<div class="goods-code">
|
||||
<div style="font-size: 14px; font-weight: bold">
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
<!-- </div>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="3">
|
||||
<div>
|
||||
<div style="margin-left: 30px">
|
||||
<el-button
|
||||
@click="onDeleteGoods(index)"
|
||||
link
|
||||
|
|
@ -727,10 +727,15 @@ isShowPriceFun()
|
|||
}
|
||||
|
||||
.cart-th {
|
||||
margin: 15px 0;
|
||||
padding: 15px 0;
|
||||
font-size: 18px;
|
||||
background-color: #58B99E;
|
||||
div {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue