|
@@ -221,9 +221,9 @@
|
|
|
<span>{{ scope.row.specification }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
|
|
|
+ <!-- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="实装厂产品编码" prop="realMaterialOldNumber" min-width="200" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column> -->
|
|
|
<el-table-column
|
|
|
align="right"
|
|
|
label="单价"
|
|
@@ -331,7 +331,7 @@
|
|
|
/>
|
|
|
<el-table-column
|
|
|
align="right"
|
|
|
- label="收差全额"
|
|
|
+ label="收差金额"
|
|
|
prop="diffAmount"
|
|
|
min-width="160"
|
|
|
show-overflow-tooltip
|