From 9311e8ebeece6a769aefcc29ace8908e9556ef7e Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 6 Aug 2025 17:05:58 +0800 Subject: [PATCH] no message --- pages/task/ktpck.vue | 2 +- pages/task/sgzp.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/task/ktpck.vue b/pages/task/ktpck.vue index 4df503e..18c1f5c 100644 --- a/pages/task/ktpck.vue +++ b/pages/task/ktpck.vue @@ -16,7 +16,7 @@ - 监区 + 托盘类型 diff --git a/pages/task/sgzp.vue b/pages/task/sgzp.vue index 8d7da5a..2f1e741 100644 --- a/pages/task/sgzp.vue +++ b/pages/task/sgzp.vue @@ -133,8 +133,7 @@ return } try { - const obj = Object.assign({}, this.initData, {storagevehicle_code: this.vcode, material_code: this.code, pcsn: this.pcsn, qty: this.qty, prison_area: this.index}) - let res = await groupPlateTwo(obj) + let res = await groupPlateTwo(this.vcode, this.code, this.initData.material_name, this.initData.material_spec, this.pcsn, this.qty, this.index) this.clearUp() uni.showToast({ title: res.message,