spring
9 天以前 e788e5d1e5340bde32a54e0a9165528b4c93a2dd
src/views/consumablesLogistics/dispatchLog/Record.vue
@@ -29,7 +29,7 @@
         <div>
            <el-button @click="handleOut">导出</el-button>
            <el-button type="danger" plain @click="handleDelete">删除</el-button>
            <el-button type="primary" plain @click="handlePrint">打印</el-button>
            <!-- <el-button type="primary" plain @click="handlePrint">打印</el-button> -->
         </div>
      </div>
      <div class="table_list">
@@ -72,15 +72,15 @@
               show-overflow-tooltip
            />
            <el-table-column
               label="出库数量"
               prop="stockOutNum"
               label="数量"
               prop="qualitity"
               show-overflow-tooltip
            />
            <el-table-column
               label="净重(吨)"
               prop="netWeight"
            <!-- <el-table-column
               label="采购员"
               prop="purchaser"
               show-overflow-tooltip
            />
            /> -->
            <el-table-column
               label="出库人"
               prop="createBy"
@@ -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"