1123
This commit is contained in:
parent
d9aee90daf
commit
7e212a9064
|
@ -132,7 +132,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-divider content-position="left" class="customer_divider_text">技术协助</el-divider>
|
<el-divider v-if="showTl || showDy || showZy || showQt" content-position="left" class="customer_divider_text">技术协助</el-divider>
|
||||||
<div v-if="showTl">
|
<div v-if="showTl">
|
||||||
<el-divider content-position="center">特缆协助</el-divider>
|
<el-divider content-position="center">特缆协助</el-divider>
|
||||||
<el-row :gutter="8">
|
<el-row :gutter="8">
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="截面:" v-if="showJmList" class="customer-form-item">
|
<el-form-item label="截面:" v-if="showJmList" class="customer-form-item">
|
||||||
<el-col :span="3" v-for="(item, index) in jmList" :key="index">
|
<el-col :span="3" v-for="(item, index) in jmList" :key="index">
|
||||||
<el-link :underline="false"class="block" :style="selectedJmTag==item.section?'color:#ffba00;font-weight: bold;':'color:#1890ff;'" @click="selJmTag(item)">{{item.section}}</el-link>
|
<el-link :underline="false" class="block" :style="selectedJmTag==item.section?'color:#ffba00;font-weight: bold;':'color:#1890ff;'" @click="selJmTag(item)">{{item.section}}</el-link>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
<!-- 报价详情对话框 -->
|
<!-- 报价详情对话框 -->
|
||||||
<el-dialog :title="title" :visible.sync="open" width="1050px" v-el-drag-dialog append-to-body>
|
<el-dialog :title="title" :visible.sync="open" width="1050px" v-el-drag-dialog append-to-body>
|
||||||
<el-form ref="form" :model="form":rules="rules" label-width="100px">
|
<el-form ref="form" :model="form" :rules="rules" label-width="100px">
|
||||||
<el-row :gutter="8">
|
<el-row :gutter="8">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="询价单位" prop="quotCustomer">
|
<el-form-item label="询价单位" prop="quotCustomer">
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
|
import { checkRole } from "@/utils/permission"; // 权限判断函数
|
||||||
import {toDecimal, versionList,listQuots,getQuotDetail,deleteQuots,updateSelectedResultData,madeQuot,saveQuot,commitQuot } from "@/api/redBook/redBook";
|
import {toDecimal, versionList,listQuots,getQuotDetail,deleteQuots,updateSelectedResultData,madeQuot,saveQuot,commitQuot } from "@/api/redBook/redBook";
|
||||||
/** 弹窗放大、拖拽 */
|
/** 弹窗放大、拖拽 */
|
||||||
import elDragDialog from "@/directive/dialog/dragDialog";
|
import elDragDialog from "@/directive/dialog/dragDialog";
|
||||||
|
@ -247,7 +247,6 @@
|
||||||
this.getVersionList();
|
this.getVersionList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
checkPermi,
|
|
||||||
checkRole,
|
checkRole,
|
||||||
/** 查询报价单列表 */
|
/** 查询报价单列表 */
|
||||||
getList() {
|
getList() {
|
||||||
|
|
|
@ -827,13 +827,6 @@
|
||||||
showZy: false,
|
showZy: false,
|
||||||
showQt: false,
|
showQt: false,
|
||||||
|
|
||||||
// 反馈附件表格数据
|
|
||||||
quotJsqrFileList: [],
|
|
||||||
quotJsqrTlFileNum: 0,
|
|
||||||
quotJsqrDyFileNum: 0,
|
|
||||||
quotJsqrZyFileNum: 0,
|
|
||||||
quotJsqrQtFileNum: 0,
|
|
||||||
|
|
||||||
//技术协助-特缆审核意见编辑状态设置
|
//技术协助-特缆审核意见编辑状态设置
|
||||||
quotJsqrTlCheckRemarkDis: false,
|
quotJsqrTlCheckRemarkDis: false,
|
||||||
//技术协助-特缆组长确认意见编辑状态设置
|
//技术协助-特缆组长确认意见编辑状态设置
|
||||||
|
|
Loading…
Reference in New Issue