2
lkk
2025-01-17 d23ab1d66456d5dd8aa8645bb262deef4e70a9eb
src/views/system/tijian/index.vue
@@ -673,6 +673,7 @@
                    width="260px"
                  >
                  </el-table-column>
                  <el-table-column prop="proPrice" label="原价" width="56px">
                  </el-table-column>
@@ -779,6 +780,8 @@
                    :span-method="objectSpanMethod"
                  >
                    <el-table-column prop="propinName" label="检查项目">
                    </el-table-column>
                    <el-table-column prop="sl" label="数量" width="56px">
                    </el-table-column>
                    <el-table-column
                      prop="proPrice"
@@ -3260,7 +3263,7 @@
          if (this.DataList.length != 0) {
            this.list1 = false;
            this.DataList.forEach((item) => {
              this.marryall += item.proPrice;
              this.marryall = item.proPrice * item.sl;
            });
          }
        });