|
@@ -164,9 +164,9 @@
|
|
min-width="160"
|
|
min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
- <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="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
|
|
<el-table-column
|
|
align="center"
|
|
align="center"
|
|
label="单价"
|
|
label="单价"
|
|
@@ -206,7 +206,7 @@
|
|
min-width="160"
|
|
min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
align="right"
|
|
align="right"
|
|
label="合同数量"
|
|
label="合同数量"
|
|
prop="contractQty"
|
|
prop="contractQty"
|
|
@@ -255,7 +255,7 @@
|
|
{{comTotal(scope.row.contractQty,scope.row.contractPrice)}}
|
|
{{comTotal(scope.row.contractQty,scope.row.contractPrice)}}
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
<el-table-column
|
|
<el-table-column
|
|
align="right"
|
|
align="right"
|
|
label="押金金额"
|
|
label="押金金额"
|
|
@@ -267,7 +267,7 @@
|
|
{{ scope.row.depositAmount | numToFixed }}
|
|
{{ scope.row.depositAmount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
align="center"
|
|
align="center"
|
|
label="上交资料"
|
|
label="上交资料"
|
|
prop="dataQty"
|
|
prop="dataQty"
|
|
@@ -305,7 +305,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.diffPolicyPrice | numToFixed }}
|
|
{{ scope.row.diffPolicyPrice | numToFixed }}
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -598,13 +598,13 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
- for (let i = 0; i < this.details.length; i++) {
|
|
|
|
- this.details.items[i].contractAmount = this.details.items[i].contractQty * this.details.items[i].contractPrice
|
|
|
|
- if (this.details.items[i].contractAmount) {
|
|
|
|
- return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
|
- }
|
|
|
|
|
|
+ // for (let i = 0; i < this.details.length; i++) {
|
|
|
|
+ // this.details.items[i].contractAmount = this.details.items[i].contractQty * this.details.items[i].contractPrice
|
|
|
|
+ // if (this.details.items[i].contractAmount) {
|
|
|
|
+ // return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
|
+ // }
|
|
|
|
|
|
- }
|
|
|
|
|
|
+ // }
|
|
|
|
|
|
this.fileList.forEach((el) => {
|
|
this.fileList.forEach((el) => {
|
|
|
|
|