feat: 拼箱

20240912_adapter
chenhc 6 months ago
parent 35d1d14ca2
commit cb027420bb

@ -91,9 +91,9 @@
<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-column>
</el-table>
<pagination
@ -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",
@ -138,7 +139,7 @@ export default {
newSpDistributionVisible: false,
filterQuery: {
billAction: null,
billNo: "",
billNo: "",
page: 1,
limit: 10,
corpName: null

Loading…
Cancel
Save