spring
9 天以前 b9b69ab04e9f10550c57d31e5017e482c7c96c39
src/views/consumablesLogistics/dispatchLog/Record.vue
@@ -72,13 +72,13 @@
               show-overflow-tooltip
            />
            <el-table-column
               label="出库数量"
               prop="stockOutNum"
               label="数量"
               prop="qualitity"
               show-overflow-tooltip
            />
            <el-table-column
               label="净重(吨)"
               prop="netWeight"
               label="采购员"
               prop="purchaser"
               show-overflow-tooltip
            />
            <el-table-column
@@ -93,20 +93,7 @@
            {{ getRecordType(scope.row.recordType) }}
          </template>
        </el-table-column> -->
        <el-table-column
            label="车牌"
            prop="licensePlateNo"
            show-overflow-tooltip
        />
      <el-table-column label="操作"
                         width="120"
                         align="center">
          <template #default="scope">
            <el-button type="primary"
                       size="mini"
                       @click="handlePreview(scope.row)">导出过磅单</el-button>
          </template>
        </el-table-column>
        <!-- 不再展示过磅相关字段与导出操作 -->
         </el-table>
         <pagination
            v-show="total > 0"