|
|
|
@ -80,56 +80,6 @@
|
|
|
|
|
>
|
|
|
|
|
</el-pagination>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<!-- <el-card class="el-card">-->
|
|
|
|
|
<!-- <el-table v-loading="detailLoading"-->
|
|
|
|
|
<!-- :data="detailList"-->
|
|
|
|
|
<!-- style="width: 100%">-->
|
|
|
|
|
<!-- <el-table-column type="index" label="序号" width="50"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="产品名称" prop="productName" width="200"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="包装规格" prop="spec" width="200"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="批次号" prop="batchNo" width="100"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="生产日期" prop="productDate" width="100"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="失效日期" prop="expireDate" width="100"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="配货数量" prop="count" width="100"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="实际数量" prop="reCount" width="100"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="扫码数量" prop="sweepCount" width="100"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="操作" fixed="right" width="250">-->
|
|
|
|
|
<!-- <template slot-scope="scope" v-if="rowStatus === '201'">-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native="handleDetailForm(scope.$index, scope.row)"-->
|
|
|
|
|
<!-- >编辑-->
|
|
|
|
|
<!-- </el-button-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native="copyDetail(scope.row)"-->
|
|
|
|
|
<!-- >复制-->
|
|
|
|
|
<!-- </el-button-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native="deleteStockOrderDetail(scope.row)"-->
|
|
|
|
|
<!-- >删除-->
|
|
|
|
|
<!-- </el-button-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- </el-table>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-pagination-->
|
|
|
|
|
<!-- :page-size="detailQuery.limit"-->
|
|
|
|
|
<!-- @current-change="detailHandleCurrentChange"-->
|
|
|
|
|
<!-- layout="prev, pager, next"-->
|
|
|
|
|
<!-- :total="detailTotal"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- </el-pagination>-->
|
|
|
|
|
<!-- </el-card>-->
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="编辑"
|
|
|
|
|
:visible.sync="errorDistributionVisible"
|
|
|
|
|