From dff4ba951d7d2cccc971db96a85f26babd3e347a Mon Sep 17 00:00:00 2001
From: lsh <lsh@123>
Date: 星期一, 16 三月 2026 13:14:30 +0800
Subject: [PATCH] #
---
pages/inbound/buffStore.vue | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/pages/inbound/buffStore.vue b/pages/inbound/buffStore.vue
index 5817cdb..3b60485 100644
--- a/pages/inbound/buffStore.vue
+++ b/pages/inbound/buffStore.vue
@@ -434,17 +434,9 @@
// 婊℃《鍏ュ簱
async fullInStock() {
- console.log('婊℃《鍏ュ簱锛氭柊鏂欙紙琚嬭锛�, 鏁版嵁:', item)
- if (this.item === '' || this.item === null) {
- uni.showToast({
- title: '璇峰厛閫夋嫨搴撲綅鍑哄簱',
- icon: 'none'
- })
- return
- }
this.repeatClick = true
try {
- const { code, data, msg } = await request('/AGV/task/start/T', {
+ const { code, data, msg } = await request('/AGV/bindAndIn/start/T', {
matNr: this.matNr,
palletBarcode: this.palletBarcode
})
@@ -498,7 +490,7 @@
const { code, data, msg } = await request(
'/callForEmptyContainers',
{
- staNo: this.palletBarcode,
+ staNo: this.palletStaBarcode,
type: '102'
}
)
--
Gitblit v1.9.1