From b4dd0687c7285f3be32860adccfa523a62bfd4c6 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:37 +0800
Subject: [PATCH] 1
---
src/views/modules/shop/pickAddr.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/shop/pickAddr.vue b/src/views/modules/shop/pickAddr.vue
index 9ff90eb..2eaa11c 100644
--- a/src/views/modules/shop/pickAddr.vue
+++ b/src/views/modules/shop/pickAddr.vue
@@ -40,7 +40,7 @@
icon="el-icon-edit"
size="small"
v-if="scope.row.state !=='created'"
- @click.stop="pickHandle(scope.row.orderNo)">场控</el-button>
+ @click.stop="pickHandle(scope.row.orderNo, scope.row.direction)">调整</el-button>
</template>
</avue-crud>
@@ -225,10 +225,10 @@
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
},
// 场控
- pickHandle(id) {
+ pickHandle(id, direction) {
this.pickUpdateVisible = true;
this.$nextTick(() => {
- this.$refs.pickUpdate.init(id);
+ this.$refs.pickUpdate.init(id, direction);
});
},
// tab切换
--
Gitblit v1.9.3