|
@@ -37,10 +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">
|
|
|
|
|
|
+ <!-- <el-col :span="8" class="item">
|
|
<div class="label">文件编码</div>
|
|
<div class="label">文件编码</div>
|
|
<div class="value">{{detailData.itemFileNo}}</div>
|
|
<div class="value">{{detailData.itemFileNo}}</div>
|
|
- </el-col>
|
|
|
|
|
|
+ </el-col> -->
|
|
|
|
|
|
|
|
|
|
<el-col :span="8" class="item">
|
|
<el-col :span="8" class="item">
|
|
@@ -142,8 +142,8 @@
|
|
<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="left" label="文件编号" prop="itemFileNo" min-width="200" show-overflow-tooltip>
|
|
|
|
- </el-table-column> -->
|
|
|
|
|
|
+ <el-table-column align="left" label="文件编号" prop="itemFileNo" min-width="200" show-overflow-tooltip>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column align="right" label="含税单价" prop="singlePayPrice" min-width="100" show-overflow-tooltip>
|
|
<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}}
|