gaoluyang
2025-06-06 89a87a389d1e1a1a363aa39637694c044511af98
src/views/procurementManagement/invoiceEntry/index.vue
@@ -107,9 +107,7 @@
          <el-form-item label="产品信息:" prop="entryDate">
          </el-form-item>
        </el-row>
        <el-table :data="productData" border @selection-change="productSelected" show-summary style="width: 100%">
          :summary-method="summarizeChildrenTable"
          >
        <el-table :data="productData" border @selection-change="productSelected" show-summary style="width: 100%" :summary-method="summarizeChildrenTable">
          <el-table-column align="center" label="序号" type="index" width="60" />
          <el-table-column label="产品大类" prop="productCategory" />
          <el-table-column label="规格型号" prop="specificationModel" />