|
@@ -37,6 +37,10 @@
|
|
<div class="label">项目类别</div>
|
|
<div class="label">项目类别</div>
|
|
<div class="value">{{detailData.refProjectName}}</div>
|
|
<div class="value">{{detailData.refProjectName}}</div>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+<el-col :span="8" class="item">
|
|
|
|
+ <div class="label">文件编码</div>
|
|
|
|
+ <div class="value">{{detailData.fileNo}}</div>
|
|
|
|
+ </el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="8" class="item">
|
|
<el-col :span="8" class="item">
|
|
@@ -51,7 +55,7 @@
|
|
<div class="label">使用单位</div>
|
|
<div class="label">使用单位</div>
|
|
<div class="value">{{detailData.refUseUnit}}</div>
|
|
<div class="value">{{detailData.refUseUnit}}</div>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" class="item">
|
|
|
|
|
|
+ <el-col :span="24" class="item">
|
|
<div class="label">行业类别</div>
|
|
<div class="label">行业类别</div>
|
|
<div class="value">{{detailData.refTradeCategory}}</div>
|
|
<div class="value">{{detailData.refTradeCategory}}</div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -138,7 +142,9 @@
|
|
<el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="规格型号" prop="specification" min-width="350" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="规格型号" prop="specification" min-width="350" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column align="right" label="含税单价" prop="singlePayPrice" min-width="100" show-overflow-tooltip>
|
|
|
|
|
|
+ <!-- <el-table-column align="left" label="文件编号" prop="fileNo" min-width="200" show-overflow-tooltip>
|
|
|
|
+ </el-table-column> -->
|
|
|
|
+ <el-table-column align="right" label="含税单价" prop="singlePayPrice" min-width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{scope.row.singlePayPrice | numToFixed}}
|
|
{{scope.row.singlePayPrice | numToFixed}}
|
|
</template>
|
|
</template>
|