From b25be565b2d9b856179d207aa5099abd3ae3fa45 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 13 四月 2026 17:33:22 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
---
pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill.vue | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill.vue b/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill.vue
index 4b6410c..bacdbbe 100644
--- a/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill.vue
+++ b/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill.vue
@@ -622,7 +622,7 @@
this.hform.HQty = 1
// 鑾峰彇妫�楠岃绋�
- this.GetItemByEquipFile()
+ await this.GetItemByEquipFile()
} else {
CommonUtils.showTips({
title: "娓╅Θ鎻愮ず",
@@ -794,7 +794,7 @@
}
}
},
- onLoad(e) {
+ async onLoad(e) {
console.log('e: ', e);
if (!e.operationType) {
this.operationType = 1
@@ -813,8 +813,20 @@
} else if (this.operationType == 4) {
// 涓嬫帹
let HBarCode = e.HBarCode
+ let HPlanHInterID = e.HPlanHInterID
+ let HPlanHEntryID = e.HPlanHEntryID
this.getMaxNum()
- this.GetMessageByBarCode(HBarCode)
+ //this.GetMessageByBarCode(HBarCode)
+ if (HBarCode) {
+ await this.GetMessageByBarCode(HBarCode)
+ if(uni.getStorageSync('Organization')=='瀹佹尝甯傚崕鑸熷寘瑁呮湁闄愬叕鍙�'){
+ //淇濆吇璁″垝鐨処D鏍规嵁淇濆吇浠诲姟涓嬫帹鐨勫疄闄卛d杩涜璧嬪��
+ this.hform.HEquipMaintainPlanInterID = (HPlanHInterID == null ? this.hform.HEquipMaintainPlanInterID : HPlanHInterID) =="" ? this.hform.HEquipMaintainPlanInterID : HPlanHInterID
+ this.hform.HEquipMaintainPlanEntryID = (HPlanHEntryID == null ? this.hform.HEquipMaintainPlanEntryID : HPlanHEntryID) =="" ? this.hform.HEquipMaintainPlanEntryID : HPlanHEntryID
+ this.hform.HMainSourceInterID = (HPlanHInterID == null ? this.hform.HMainSourceInterID : HPlanHInterID) =="" ? this.hform.HMainSourceInterID : HPlanHInterID
+ this.hform.HMainSourceEntryID = (HPlanHEntryID == null ? this.hform.HMainSourceEntryID : HPlanHEntryID) =="" ? this.hform.HMainSourceEntryID : HPlanHEntryID
+ }
+ }
}
this.getHDeptList()
--
Gitblit v1.9.1