|
@@ -259,117 +259,181 @@
|
|
<!-- 详情 -->
|
|
<!-- 详情 -->
|
|
<div class="goodsNameCss">
|
|
<div class="goodsNameCss">
|
|
<el-dialog :append-to-body="true" fullscreen :visible.sync="viewDialog" title="标的详情" center>
|
|
<el-dialog :append-to-body="true" fullscreen :visible.sync="viewDialog" title="标的详情" center>
|
|
|
|
+ <el-card class="box-card" shadow="nerver">
|
|
|
|
+ <div slot="header" class="clearfix">
|
|
|
|
+ <span class="topClass">基本信息</span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <el-row type="flex" class="row-bg">
|
|
|
|
+ <el-col :span="8" class="flex_text">
|
|
|
|
+ 标题 : <span class="flex_name"> {{bidInfo.tenderTitle}}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8" class="flex_text">
|
|
|
|
+ 状态 : <span class="flex_name"> <el-tag effect="plain" v-if="bidInfo.status ==1">进行中</el-tag>
|
|
|
|
+ <el-tag effect="plain" v-if="bidInfo.status ==2" type="info">已结束</el-tag>
|
|
|
|
+ <el-tag effect="plain" v-if="bidInfo.status ==3" type="danger">已作废</el-tag>
|
|
|
|
+ <el-tag effect="plain" v-if="bidInfo.status ==4" type="warning">未开始</el-tag>
|
|
|
|
+ </span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8" class="flex_text">
|
|
|
|
+ 招标类型 : <span class="flex_name"><el-tag v-if="bidInfo.tenderType == 1" >物流</el-tag>
|
|
|
|
+ <el-tag v-if="bidInfo.tenderType == 2" >原料</el-tag>
|
|
|
|
+ <el-tag v-if="bidInfo.tenderType == 3" >销售</el-tag>
|
|
|
|
+ <el-tag v-if="bidInfo.tenderType == 4" >加工承揽</el-tag>
|
|
|
|
+ </span>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row type="flex" class="row-bg">
|
|
|
|
+ <el-col :span="8" class="flex_text">
|
|
|
|
+ 招标规则 : <span class="flex_name"> <el-tag v-if="bidInfo.tenderRule == 1" type="success" effect="plain">价低者得</el-tag>
|
|
|
|
+ <el-tag v-if="bidInfo.tenderRule == 2" effect="plain" >价高者得</el-tag></span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8" class="flex_text">
|
|
|
|
+ 开始时间 : <span class="flex_name"> {{bidInfo.startTime}} </span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8" class="flex_text">
|
|
|
|
+ 截止时间 : <span class="flex_name">{{bidInfo.endTime}}
|
|
|
|
+ </span>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row type="flex" class="row-bg">
|
|
|
|
+ <el-col :span="24" class="flex_text">
|
|
|
|
+ 备注:<span class="flex_name">{{bidInfo.tenderRemark}}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-card>
|
|
|
|
+
|
|
|
|
+
|
|
<el-card class="box-card" shadow="nerver">
|
|
<el-card class="box-card" shadow="nerver">
|
|
- <div slot="header" class="clearfix">
|
|
|
|
- <span class="topClass">投的详情</span>
|
|
|
|
- </div>
|
|
|
|
- <div class="head-container" style="margin: 30px 0 10px 0;">
|
|
|
|
- <span style="fontSize:13px">货物名称</span>
|
|
|
|
- <el-input
|
|
|
|
- v-model="param.goodsName"
|
|
|
|
- clearable
|
|
|
|
- placeholder="请输入货物名称"
|
|
|
|
- style="width: 200px;"
|
|
|
|
- size="small"
|
|
|
|
- class="filter-item"
|
|
|
|
- @keyup.enter.native="getParam"
|
|
|
|
- @clear="getParam"
|
|
|
|
- />
|
|
|
|
- <span style="fontSize:13px;marginLeft:30px">始发地</span>
|
|
|
|
- <el-input
|
|
|
|
- v-model="param.departureName"
|
|
|
|
- clearable
|
|
|
|
- placeholder="请输入始发地"
|
|
|
|
- style="width: 200px;"
|
|
|
|
- size="small"
|
|
|
|
- class="filter-item"
|
|
|
|
- @keyup.enter.native="getParam"
|
|
|
|
- @clear="getParam"
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
- <span style="fontSize:13px;marginLeft:30px;">目的地</span>
|
|
|
|
- <el-input
|
|
|
|
- v-model="param.destinationName"
|
|
|
|
- clearable
|
|
|
|
- placeholder="请输入货物名称"
|
|
|
|
- style="width: 200px;"
|
|
|
|
- size="small"
|
|
|
|
- class="filter-item"
|
|
|
|
- @keyup.enter.native="getParam"
|
|
|
|
- @clear="getParam"
|
|
|
|
- />
|
|
|
|
- <!-- 搜索 -->
|
|
|
|
- <span style="fontSize:13px;marginLeft:30px;">是否有人投标</span>
|
|
|
|
- <el-select v-model="param.logisticsIsTender" size="small" @keyup.enter.native="getParam" @clear="getParam" clearable placeholder="请选择">
|
|
|
|
- <el-option label="未投标" value="0"> </el-option>
|
|
|
|
- <el-option label="有投标" value="1"> </el-option>
|
|
|
|
- </el-select>
|
|
|
|
- <el-button class="filter-item" style="marginLeft:20px;marginBottom:20px" size="small" type="primary" icon="el-icon-search" plain @click="getParam">搜索</el-button>
|
|
|
|
- <div style="height:20px"></div>
|
|
|
|
- <el-table center :data="Paramdata" :header-cell-style="{ background: '#f5f7fa', }" border v-loading="tableLoading" stripe style="width: 100%;">
|
|
|
|
-
|
|
|
|
- <el-table-column prop="goodsName" fixed="left" label="货品名称" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="goodsNumber" label="数量(吨)" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="departureName" label="始发地" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="destinationName" label="目的地" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="predictDistance" label="预估运输距离(公里/海里)" width="128" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="transportUnitPrice" label="运输单价含税价(元/吨)" width="120" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="appendix" label="附件" align="center" width="100">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-link v-if="scope.row.receiptPathUrl" :href="'http://view.officeapps.live.com/op/view.aspx?src='+scope.row.receiptPathUrl" type="primary" target="_target"><i class="el-icon-view"></i> 查看</el-link>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column label="状态" align="center" width="100">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-tag effect="plain" v-if="scope.row.status ==1">进行中</el-tag>
|
|
|
|
- <el-tag effect="plain" v-if="scope.row.status ==2" type="info">已结束</el-tag>
|
|
|
|
- <el-tag effect="plain" v-if="scope.row.status ==3" type="danger">已作废</el-tag>
|
|
|
|
- <el-tag effect="plain" v-if="scope.row.status ==4" type="warning">未开始</el-tag>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="logisticsIsTender" label="是否有人投标" :show-overflow-tooltip="true" align="center" >
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-tag v-if="scope.row.logisticsIsTender == 0" type="info">未投标</el-tag>
|
|
|
|
- <el-tag v-if="scope.row.logisticsIsTender == 1" type="warning">有投标</el-tag>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="tenderLogisticsRule" label="中标规则" :show-overflow-tooltip="true" align="center" >
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-tag v-if="scope.row.tenderLogisticsRule == 1" type="success" effect="plain">价低者得</el-tag>
|
|
|
|
- <el-tag v-if="scope.row.tenderLogisticsRule == 2" effect="plain" >价高者得</el-tag>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="startTime" label="起始时间" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="endTime" label="结束时间" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="createTime" label="创建时间" :show-overflow-tooltip="true" align="center" />
|
|
|
|
- <el-table-column prop="logisticsRemark" label="备注" :show-overflow-tooltip="true" align="center" />
|
|
|
|
-
|
|
|
|
- </el-table>
|
|
|
|
- <div class="pagination">
|
|
|
|
- <el-pagination
|
|
|
|
- :current-page.sync="param.current"
|
|
|
|
- :page-size="param.size"
|
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
- :total="total1"
|
|
|
|
- :page-sizes="[10, 20, 30, 50]"
|
|
|
|
- background
|
|
|
|
- @size-change="handleSizeChangeParam"
|
|
|
|
- @current-change="handleCurrentChangeParam"
|
|
|
|
- />
|
|
|
|
|
|
+ <el-tabs v-model="activeName" @tab-click="handleClick" type="border-card">
|
|
|
|
+ <el-tab-pane label="标的详情" name="first">
|
|
|
|
+ <div slot="header" class="clearfix">
|
|
|
|
+ <span class="topClass">投的详情</span>
|
|
</div>
|
|
</div>
|
|
- <div style="height:60px"></div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="head-container" style="margin: 30px 0 10px 0;">
|
|
|
|
+ <span style="fontSize:13px">货物名称</span>
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="param.goodsName"
|
|
|
|
+ clearable
|
|
|
|
+ placeholder="请输入货物名称"
|
|
|
|
+ style="width: 200px;"
|
|
|
|
+ size="small"
|
|
|
|
+ class="filter-item"
|
|
|
|
+ @keyup.enter.native="getParam"
|
|
|
|
+ @clear="getParam"
|
|
|
|
+ />
|
|
|
|
+ <span style="fontSize:13px;marginLeft:30px">始发地</span>
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="param.departureName"
|
|
|
|
+ clearable
|
|
|
|
+ placeholder="请输入始发地"
|
|
|
|
+ style="width: 200px;"
|
|
|
|
+ size="small"
|
|
|
|
+ class="filter-item"
|
|
|
|
+ @keyup.enter.native="getParam"
|
|
|
|
+ @clear="getParam"
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+ <span style="fontSize:13px;marginLeft:30px;">目的地</span>
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="param.destinationName"
|
|
|
|
+ clearable
|
|
|
|
+ placeholder="请输入货物名称"
|
|
|
|
+ style="width: 200px;"
|
|
|
|
+ size="small"
|
|
|
|
+ class="filter-item"
|
|
|
|
+ @keyup.enter.native="getParam"
|
|
|
|
+ @clear="getParam"
|
|
|
|
+ />
|
|
|
|
+ <!-- 搜索 -->
|
|
|
|
+ <span style="fontSize:13px;marginLeft:30px;">是否有人投标</span>
|
|
|
|
+ <el-select v-model="param.logisticsIsTender" size="small" @keyup.enter.native="getParam" @clear="getParam" clearable placeholder="请选择">
|
|
|
|
+ <el-option label="未投标" value="0"> </el-option>
|
|
|
|
+ <el-option label="有投标" value="1"> </el-option>
|
|
|
|
+ </el-select>
|
|
|
|
+ <el-button class="filter-item" style="marginLeft:20px;marginBottom:20px" size="small" type="primary" icon="el-icon-search" plain @click="getParam">搜索</el-button>
|
|
|
|
+ <div style="height:20px"></div>
|
|
|
|
+ <el-table center :data="Paramdata" :header-cell-style="{ background: '#f5f7fa', }" border v-loading="tableLoading" stripe style="width: 100%;">
|
|
|
|
+
|
|
|
|
+ <el-table-column prop="goodsName" fixed="left" label="货品名称" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="goodsNumber" label="数量(吨)" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="departureName" label="始发地" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="destinationName" label="目的地" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="predictDistance" label="预估运输距离(公里/海里)" width="128" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="transportUnitPrice" label="运输单价含税价(元/吨)" width="120" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="appendix" label="附件" align="center" width="100">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-link v-if="scope.row.receiptPathUrl" :href="'http://view.officeapps.live.com/op/view.aspx?src='+scope.row.receiptPathUrl" type="primary" target="_target"><i class="el-icon-view"></i> 查看</el-link>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column label="状态" align="center" width="100">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-tag effect="plain" v-if="scope.row.status ==1">进行中</el-tag>
|
|
|
|
+ <el-tag effect="plain" v-if="scope.row.status ==2" type="info">已结束</el-tag>
|
|
|
|
+ <el-tag effect="plain" v-if="scope.row.status ==3" type="danger">已作废</el-tag>
|
|
|
|
+ <el-tag effect="plain" v-if="scope.row.status ==4" type="warning">未开始</el-tag>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="logisticsIsTender" label="是否有人投标" :show-overflow-tooltip="true" align="center" >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-tag v-if="scope.row.logisticsIsTender == 0" type="info">未投标</el-tag>
|
|
|
|
+ <el-tag v-if="scope.row.logisticsIsTender == 1" type="warning">有投标</el-tag>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="tenderLogisticsRule" label="中标规则" :show-overflow-tooltip="true" align="center" >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-tag v-if="scope.row.tenderLogisticsRule == 1" type="success" effect="plain">价低者得</el-tag>
|
|
|
|
+ <el-tag v-if="scope.row.tenderLogisticsRule == 2" effect="plain" >价高者得</el-tag>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="startTime" label="起始时间" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="endTime" label="结束时间" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="createTime" label="创建时间" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+ <el-table-column prop="logisticsRemark" label="备注" :show-overflow-tooltip="true" align="center" />
|
|
|
|
+
|
|
|
|
+ </el-table>
|
|
|
|
+ <div class="pagination">
|
|
|
|
+ <el-pagination
|
|
|
|
+ :current-page.sync="param.current"
|
|
|
|
+ :page-size="param.size"
|
|
|
|
+ layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
+ :total="total1"
|
|
|
|
+ :page-sizes="[10, 20, 30, 50]"
|
|
|
|
+ background
|
|
|
|
+ @size-change="handleSizeChangeParam"
|
|
|
|
+ @current-change="handleCurrentChangeParam"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
|
|
+ <div style="height:60px"></div>
|
|
|
|
+ </div>
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ <el-tab-pane label="投标详情" name="second">
|
|
|
|
+ <!-- <el-card class="box-card" shadow="nerver"> -->
|
|
|
|
+ <!-- <div slot="header" class="clearfix">
|
|
|
|
+ <span class="topClass">投标详情</span>
|
|
|
|
+ </div> -->
|
|
|
|
+ <ckTable ref="ckTable" @change="costPlannedAmountChange($event)"></ckTable>
|
|
|
|
+ <!-- </el-card> -->
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+
|
|
|
|
+ </el-tabs>
|
|
</el-card>
|
|
</el-card>
|
|
- <el-card class="box-card" shadow="nerver">
|
|
|
|
|
|
+
|
|
|
|
+ <!-- <el-card class="box-card" shadow="nerver">
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
<span class="topClass">投标详情</span>
|
|
<span class="topClass">投标详情</span>
|
|
</div>
|
|
</div>
|
|
- <ckTable ref="ckTable"></ckTable>
|
|
|
|
- </el-card>
|
|
|
|
|
|
+ <ckTable ref="ckTable" @change="costPlannedAmountChange($event)"></ckTable>
|
|
|
|
+ </el-card> -->
|
|
|
|
+
|
|
<div slot="footer" class="paginationParam">
|
|
<div slot="footer" class="paginationParam">
|
|
- <el-button @click="viewDialog = false">取消</el-button>
|
|
|
|
- <el-button :loading="loading" type="primary" @click="viewDialog = false">确认</el-button>
|
|
|
|
|
|
+ <!-- <el-button @click="viewDialog = false">取消</el-button> -->
|
|
|
|
+ <el-button :loading="loading" type="primary" @click="viewDialog = false">返回</el-button>
|
|
|
|
+ <!-- <el-button :loading="loading" type="primary" @click="viewDialog = false">确认</el-button> -->
|
|
</div>
|
|
</div>
|
|
|
|
+ <el-dialog :title="goodsName" width="90%" center :visible.sync="dialogTableVisible" append-to-body>
|
|
|
|
+ <ckDialog ref="ckDialog"></ckDialog>
|
|
|
|
+ </el-dialog>
|
|
|
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
@@ -382,9 +446,11 @@
|
|
import { getTableList, getQueryId, getQueryAdd, getQueryEdit, getQueryDelete, loadCustomer,apiFile } from '@/api/bid'
|
|
import { getTableList, getQueryId, getQueryAdd, getQueryEdit, getQueryDelete, loadCustomer,apiFile } from '@/api/bid'
|
|
import { Notification, MessageBox } from 'element-ui'
|
|
import { Notification, MessageBox } from 'element-ui'
|
|
import ckTable from './table.vue'
|
|
import ckTable from './table.vue'
|
|
|
|
+import ckDialog from './dialog.vue'
|
|
export default {
|
|
export default {
|
|
components:{
|
|
components:{
|
|
- ckTable
|
|
|
|
|
|
+ ckTable,
|
|
|
|
+ ckDialog
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
const checkTel = (rule, value, callback) => {
|
|
const checkTel = (rule, value, callback) => {
|
|
@@ -467,13 +533,29 @@ export default {
|
|
bidDate: [],
|
|
bidDate: [],
|
|
buton: false,
|
|
buton: false,
|
|
fileUrl:"",
|
|
fileUrl:"",
|
|
- tableLoading:false
|
|
|
|
|
|
+ tableLoading:false,
|
|
|
|
+ dialogTableVisible:false,
|
|
|
|
+ goodsName:"",
|
|
|
|
+ activeName:"first",
|
|
|
|
+ bidInfo:{}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.getDictData()
|
|
this.getDictData()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // 投标详情 向父元素传递数据
|
|
|
|
+ costPlannedAmountChange(val){
|
|
|
|
+ console.log(val)
|
|
|
|
+
|
|
|
|
+ this.dialogTableVisible = true
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ this.goodsName = val.goodsName
|
|
|
|
+ this.$refs.ckDialog.priceData = val
|
|
|
|
+ this.$refs.ckDialog.getTenantList()
|
|
|
|
+ console.log(this.$refs.ckDialog)
|
|
|
|
+ }, 300);
|
|
|
|
+ },
|
|
onApplyDate(){
|
|
onApplyDate(){
|
|
let startTime
|
|
let startTime
|
|
let endTime
|
|
let endTime
|
|
@@ -762,10 +844,18 @@ window.open(officeUrl,'_target')
|
|
this.fileUrl = res.data.data.path
|
|
this.fileUrl = res.data.data.path
|
|
})
|
|
})
|
|
console.log(data)
|
|
console.log(data)
|
|
|
|
+ },
|
|
|
|
+ handleClick(row,val){
|
|
|
|
+ console.log(row,val)
|
|
|
|
+ if(row.name == "second"){
|
|
|
|
+ this.$refs.ckTable.tenderParentId = this.param.tenderParentId
|
|
|
|
+ this.$refs.ckTable.getTenantList()
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 详情
|
|
// 详情
|
|
handleView(row) {
|
|
handleView(row) {
|
|
this.param.tenderParentId = row.tenderParentId
|
|
this.param.tenderParentId = row.tenderParentId
|
|
|
|
+ this.bidInfo = row
|
|
this.param.current = 1
|
|
this.param.current = 1
|
|
this.getParam()
|
|
this.getParam()
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
@@ -874,12 +964,12 @@ window.open(officeUrl,'_target')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.paginationParam{
|
|
.paginationParam{
|
|
- position: fixed;
|
|
|
|
- // bottom: 50px;
|
|
|
|
- bottom: 0;
|
|
|
|
|
|
+ // bottom: 0;
|
|
|
|
+ // left: 0;
|
|
line-height: 80px;
|
|
line-height: 80px;
|
|
width: 100%;
|
|
width: 100%;
|
|
// left: 45%;
|
|
// left: 45%;
|
|
|
|
+ // text-align: right;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
@@ -896,4 +986,34 @@ window.open(officeUrl,'_target')
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
color: #409EFF;
|
|
color: #409EFF;
|
|
}
|
|
}
|
|
|
|
+/deep/.el-dialog.is-fullscreen {
|
|
|
|
+
|
|
|
|
+ background-color: #f5f7f9;
|
|
|
|
+}
|
|
|
|
+.box-card{
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ .row-bg{
|
|
|
|
+ padding: 15px 40px 0 40px;
|
|
|
|
+ .flex_text{
|
|
|
|
+ line-height: 50px;
|
|
|
|
+ color: #8C8C8C;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ // border:1px solid red;
|
|
|
|
+ // font-weight: 600;
|
|
|
|
+ }
|
|
|
|
+ .flex_name{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ padding-left: 25px;
|
|
|
|
+ color: #575757;
|
|
|
|
+ font-weight: 550;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+}
|
|
|
|
+/deep/ .el-card__body{
|
|
|
|
+ padding: 20px 0;
|
|
|
|
+}
|
|
|
|
+/deep/.el-tabs__nav-wrap::after {
|
|
|
|
+
|
|
|
|
+ background-color: #dfe4ed00;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|