gaoluyang
4 天以前 fe631515b71782a10a750874f6d4582fe027cd22
src/views/procurementManagement/invoiceEntry/indexOld.vue
@@ -37,6 +37,7 @@
        :summary-method="summarizeMainTable"
        @expand-change="expandChange"
        height="calc(100vh - 18.5em)"
        stripe
      >
        <el-table-column align="center" type="selection" width="55" />
        <el-table-column type="expand">
@@ -46,6 +47,7 @@
              border
              show-summary
              :summary-method="summarizeChildrenTable"
              stripe
            >
              <el-table-column
                align="center"
@@ -278,6 +280,7 @@
          :data="productData"
          border
          @selection-change="productSelected"
          stripe
          show-summary
          style="width: 100%"
          :summary-method="summarizeChildrenTable"
@@ -318,6 +321,7 @@
                v-model="scope.row.ticketsNum"
                placeholder="请选择"
                :min="0"
                        :precision="2"
                :step="0.1"
                clearable
                style="width: 100%"
@@ -338,6 +342,7 @@
                v-model="scope.row.ticketsAmount"
                placeholder="请选择"
                :min="0"
                        :precision="2"
                :step="0.1"
                clearable
                style="width: 100%"