From c0b871d491731e4b32f3c9249770c1d4aee4f7f5 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期二, 08 七月 2025 10:47:37 +0800
Subject: [PATCH] Merge branch 'ycds-wms-dev' of http://47.97.1.152:5880/r/zy-asrs-master into ycds-wms-dev

---
 construction-data/src/components/datav/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue
index e5deecc..ce7e6cf 100644
--- a/construction-data/src/components/datav/index.vue
+++ b/construction-data/src/components/datav/index.vue
@@ -83,7 +83,7 @@
 <!--                    </el-col>-->
 <!--                  </el-row>-->
                   <div class="pick-wall-box">
-                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" @click.native="lightClick(item)">
+                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index">
                       <div class="seed-bracket" :style="getLightStatus(item)" />
                     </el-col>
                   </div>
@@ -252,7 +252,7 @@
       // eslint-disable-next-line no-undef
       $ajax.post('/api/bind/shipping/platform', {orderId: order.id, waveId: order.waveId, platformId: plat.id}).then(response => {
         if (response.code === 200) {
-          that.fetch()
+          that.refreshData()
           //闅愯棌鍙戣揣鍖�,鎵ц鎵撳嵃
         } else {
           this.$message.error(response.msg)
@@ -406,7 +406,7 @@
     getTaskDetl (data) {
       let that = this
       // eslint-disable-next-line no-undef
-      $ajax.post('wave/task/detl/qutify/', { taskNo: data.taskNo, matnr: data.matnr }).then(response => {
+      $ajax.post('wave/task/detl/qutify/', { taskNo: data.taskNo, matnr: data.matnr, waveNo: data.waveNo }).then(response => {
         if (response.code === 200) {
           that.taskDetls = []
           // this.show = false

--
Gitblit v1.9.1