From e8c269640263d78f885a32422b5b09d4e4980ff8 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 10 十二月 2025 17:34:37 +0800
Subject: [PATCH] 1
---
pages/caigouruku/POStockInBill.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pages/caigouruku/POStockInBill.vue b/pages/caigouruku/POStockInBill.vue
index 444b4e7..1408678 100644
--- a/pages/caigouruku/POStockInBill.vue
+++ b/pages/caigouruku/POStockInBill.vue
@@ -437,6 +437,10 @@
console.log('浠撲綅鐮�: ', e);
let index = this.HStockPlaceNameList.findIndex(elem => elem['鏉$爜缂栧彿'] == e)
console.log('index: ', index);
+ // 涓嶅厛缃┖鐨勮瘽锛屾暟鎹啀娆℃壂鎻忕浉鍚岀殑浠撲綅鐮� 涓嶄細瑙﹀彂缁勪欢鍐呯殑鍒锋柊
+ this.hform.HStockPlaceID = 0
+ this.hform.HStockPlaceName = ''
+ await this.$nextTick()
if (index == -1) {
uni.showToast({
icon: 'none',
@@ -789,6 +793,7 @@
},
//閫夋嫨浠撲綅
HStockPlaceNameChange(e) {
+ console.log('e: ',e);
let index = this.HStockPlaceNameList.findIndex(elem => elem['浠撲綅鍚嶇О'] == e)
if (index != -1) {
--
Gitblit v1.9.1