|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
<el-table-column label="操作" width="120px">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)">删除</el-button>
|
|
|
|
|
<el-button type="text" size="small" @click.native="newDistributionForm(scope.$index, scope.row)">拼箱</el-button>
|
|
|
|
|
<!-- <el-button type="text" size="small" @click.native="newDistributionForm(scope.$index, scope.row)">拼箱</el-button>-->
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
@ -129,6 +129,7 @@ import {getList,delRelCode} from "@/api/collect/relCode";
|
|
|
|
|
import {getAdminId, getToken} from '@/utils/auth';
|
|
|
|
|
import operateRelCode from "@/views/collect/relCode/operateRelCode"
|
|
|
|
|
import Treeselect from "@riophae/vue-treeselect";
|
|
|
|
|
import A from "@/plugins/KeyScaner";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "relCode",
|
|
|
|
|