From 565c64fb35730c9215338737d6a549742c587709 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 02 二月 2026 20:26:47 +0800
Subject: [PATCH] 直接调拨单 生产调拨单校验 修复 扫描仓位后,仓位下拉框中没有值的问题
---
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue b/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
index f076bce..14b9aea 100644
--- a/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
+++ b/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -642,6 +642,7 @@
HMainSourceEntryID: "1",
HMainSourceBillNo: "",
HStockOrgID: uni.getStorageSync('OrganizationID'),
+ HRemarkSN: '' // SN鐮佽褰�
},
// 妫�楠岄」鐩拰鎶芥牱妫�楠� 鍊�
checkItems: {},
@@ -689,6 +690,7 @@
});
},
async getSourceBillInfo(HBarCode) {
+ let HBarCodeOld = HBarCode
console.log('HBarCode: ', HBarCode);
let res = await CommonUtils.doRequest2Async({
url: "/WEBSController/get_CheckBillBarCode_Json_CheckItem",
@@ -767,6 +769,7 @@
this.hform.HProcID = data[0].HProcID
this.hform.HProcName = data[0].褰撳墠宸ュ簭
}
+ this.hform.HRemarkSN = HBarCodeOld // 鎵�鎵弿鐨勬潯鐮佸瓨SN瀛楁
this.get_CheckItem();
} else {
CommonUtils.showTips({
@@ -855,7 +858,7 @@
this.hform.HProcID = data[0].HProcID
this.hform.HProcName = data[0].褰撳墠宸ュ簭
}
-
+
this.get_CheckItem();
this.hasSourceBill = true
this.$refs['billList'].exit()
--
Gitblit v1.9.1