src/views/system/tijian/index.vue
@@ -351,6 +351,8 @@ </el-table-column> <el-table-column prop="proName" label="明细项目" width="260px"> </el-table-column> <el-table-column prop="sl" label="数量" width="56px"> </el-table-column> <el-table-column prop="proPrice" label="原价" width="56px"> </el-table-column> @@ -2554,7 +2556,7 @@ if (this.DataLists.length >= 1) { this.marryalls = 0; this.DataLists.forEach((item1) => { this.marryalls += item1.proPrice; this.marryalls += item1.proPrice * item1.sl; this.packagedataList.forEach((item3) => { if (item1.proParentId == item3.proId) {