|
|
@ -376,7 +376,7 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<!-- 页签 --> |
|
|
<!-- 页签 --> |
|
|
<el-tabs v-model="activeTable" style="margin-top: 0px; width: 100%; min-height: 448px;" type="border-card" @tab-click="tabClick" class="customer-tab"> |
|
|
|
|
|
|
|
|
<el-tabs v-model="activeTable" style="margin-top: 0px; width: 100%; min-height: 500px;" type="border-card" @tab-click="tabClick" class="customer-tab"> |
|
|
<!-- 报价详细信息页签 --> |
|
|
<!-- 报价详细信息页签 --> |
|
|
<el-tab-pane label="报价详细信息" name="quotation_detail_information" style=""> |
|
|
<el-tab-pane label="报价详细信息" name="quotation_detail_information" style=""> |
|
|
<el-form :inline="true" label-position="top" :model="quotationDetailData" style="margin-left: 10px;margin-top: 10px;"> |
|
|
<el-form :inline="true" label-position="top" :model="quotationDetailData" style="margin-left: 10px;margin-top: 10px;"> |
|
|
@ -489,9 +489,9 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<!-- 报价详细信息页签 --> |
|
|
|
|
|
|
|
|
<!-- 项目信息页签 --> |
|
|
<el-tab-pane label="项目信息" name="project_information"> |
|
|
<el-tab-pane label="项目信息" name="project_information"> |
|
|
<el-form :inline="true" label-position="top" :model="projectInformationData" style="margin-left: 10px;margin-top: 5px;"> |
|
|
|
|
|
|
|
|
<el-form label-position="top" :model="projectInformationData" style="margin-left: 10px;margin-top: 5px;margin-right: 10px"> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="8"> |
|
|
<el-col :span="8"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<div class="grid-content bg-purple"> |
|
|
@ -538,15 +538,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="20"> |
|
|
|
|
|
<el-col :span="24"> |
|
|
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
|
|
<el-form-item label="项目描述"> |
|
|
|
|
|
<el-input v-model="projectInformationData.projectDesc" readonly></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</div> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
|
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="8"> |
|
|
<el-col :span="8"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<div class="grid-content bg-purple"> |
|
|
@ -570,15 +561,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="20"> |
|
|
|
|
|
<el-col :span="24"> |
|
|
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
|
|
<el-form-item label="其它特殊要求"> |
|
|
|
|
|
<el-input v-model="projectInformationData.remark" readonly></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</div> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
|
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
<div class="grid-content bg-purple"> |
|
|
<div class="grid-content bg-purple"> |
|
|
@ -609,6 +591,24 @@ |
|
|
</div> |
|
|
</div> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
|
|
<el-col :span="24"> |
|
|
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
|
|
<el-form-item label="项目描述"> |
|
|
|
|
|
<el-input v-model="projectInformationData.projectDesc" readonly></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</div> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
|
|
|
<el-row :gutter="20"> |
|
|
|
|
|
<el-col :span="24"> |
|
|
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
|
|
<el-form-item label="其它特殊要求"> |
|
|
|
|
|
<el-input v-model="projectInformationData.remark" readonly></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</div> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
</el-tabs> |
|
|
</el-tabs> |
|
|
|