|
|
@ -565,11 +565,11 @@ |
|
|
<el-tabs v-model="activeTable" type="border-card" style="margin-top: 0px;" |
|
|
<el-tabs v-model="activeTable" type="border-card" style="margin-top: 0px;" |
|
|
@tab-click="tabClick" class="customer-tab"> |
|
|
@tab-click="tabClick" class="customer-tab"> |
|
|
<el-tab-pane label="基本信息" name="priceCheck"> |
|
|
<el-tab-pane label="基本信息" name="priceCheck"> |
|
|
<price-check-properties ref="tabProperties" v-model:data-list="priceCheckPropertiesList" |
|
|
|
|
|
|
|
|
<price-check-properties :disabled="quotationCurrentRow.quotationStatus === '已完成'" ref="tabProperties" v-model:data-list="priceCheckPropertiesList" |
|
|
:quotation-no="quotationCurrentRow.quotationNo" height="45vh"></price-check-properties> |
|
|
:quotation-no="quotationCurrentRow.quotationNo" height="45vh"></price-check-properties> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<el-tab-pane label="采购详细信息" name="tabMaterialSourcing"> |
|
|
<el-tab-pane label="采购详细信息" name="tabMaterialSourcing"> |
|
|
<price-check-detail :quote="quotationCurrentRow" :data-list="priceCheckDetailList" @refresh="getPriceCheckDetailList" :height="500"></price-check-detail> |
|
|
|
|
|
|
|
|
<price-check-detail :disabled="quotationCurrentRow.quotationStatus === '已完成'" :quote="quotationCurrentRow" :data-list="priceCheckDetailList" @refresh="getPriceCheckDetailList" :height="500"></price-check-detail> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<!-- 项目信息页签 --> |
|
|
<!-- 项目信息页签 --> |
|
|
<el-tab-pane label="项目信息" name="project_information"> |
|
|
<el-tab-pane label="项目信息" name="project_information"> |
|
|
@ -695,7 +695,7 @@ |
|
|
<inquiry-quote-detail :quotation="quotationCurrentRow"></inquiry-quote-detail> |
|
|
<inquiry-quote-detail :quotation="quotationCurrentRow"></inquiry-quote-detail> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<el-tab-pane label="附件信息" name="oss_file" > |
|
|
<el-tab-pane label="附件信息" name="oss_file" > |
|
|
<oss-components label="申请单号" style="margin-top: 5px" height="44vh" :columns="ossColumns" :order-ref1="quotationCurrentRow.site" :order-ref2="quotationCurrentRow.quotationNo"></oss-components> |
|
|
|
|
|
|
|
|
<oss-components label="申请单号" style="margin-top: 5px" height="44vh" :disabled="quotationCurrentRow.quotationStatus === '已完成'" :columns="ossColumns" :order-ref1="quotationCurrentRow.site" :order-ref2="quotationCurrentRow.quotationNo"></oss-components> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
|
|
|
|
|
|
<!-- 审批信息 --> |
|
|
<!-- 审批信息 --> |
|
|
@ -708,8 +708,7 @@ |
|
|
<Chooselist ref="baseList" @getBaseData="getBaseData"></Chooselist> |
|
|
<Chooselist ref="baseList" @getBaseData="getBaseData"></Chooselist> |
|
|
|
|
|
|
|
|
<!-- 上传文件的modal --> |
|
|
<!-- 上传文件的modal --> |
|
|
<quotationUploadFile ref="quotationUploadFile" @refreshPageTables="getFileContentData()" |
|
|
|
|
|
v-drag></quotationUploadFile> |
|
|
|
|
|
|
|
|
<quotationUploadFile ref="quotationUploadFile" @refreshPageTables="getFileContentData()" v-drag></quotationUploadFile> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
|