修复代客下单问题
This commit is contained in:
@@ -173,7 +173,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="单位" prop="conUnit">
|
<el-table-column label="单位" prop="conUnit">
|
||||||
<!-- <template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<el-select v-model="scope.row.conUnit" reserve-keyword placeholder="请输入关键词">
|
<el-select v-model="scope.row.conUnit" reserve-keyword placeholder="请输入关键词">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in returnConUnits(scope.row.consInfoId)"
|
v-for="item in returnConUnits(scope.row.consInfoId)"
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
:value="item"
|
:value="item"
|
||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</template> -->
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="使用数量" prop="surplusStock" min-width="150px">
|
<el-table-column label="使用数量" prop="surplusStock" min-width="150px">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
|
|||||||
@@ -347,14 +347,14 @@ async function areainit() {
|
|||||||
}
|
}
|
||||||
async function diancanShow(item, key) {
|
async function diancanShow(item, key) {
|
||||||
if (!key) {
|
if (!key) {
|
||||||
router.push({ path: "/tool/index", query: { tableCode: item.tableCode } });
|
router.push({ path: "/Instead", query: { tableCode: item.tableCode } });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (key == "isAddGoods") {
|
if (key == "isAddGoods") {
|
||||||
router.push({ path: "/tool/index", query: { id: item.orderId, key } });
|
router.push({ path: "/Instead", query: { id: item.orderId, key } });
|
||||||
}
|
}
|
||||||
if (key == "isPayOrder") {
|
if (key == "isPayOrder") {
|
||||||
router.push({ path: "/tool/index", query: { id: item.orderId, key } });
|
router.push({ path: "/Instead", query: { id: item.orderId, key } });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const tabClick = (tab) => {
|
const tabClick = (tab) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user