From 604518cc05436d2179c3875e1aad3853123f625f Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期二, 07 四月 2026 12:33:48 +0800
Subject: [PATCH] 优化设备模具保养任务下推单据,解决设备模具保养任务保存时,反写保养计划不对的情况
---
pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue b/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
index f667be1..101d76b 100644
--- a/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
+++ b/pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
@@ -91,6 +91,12 @@
<view class="detail" v-if="item.璁″垝缁撴潫鏃堕棿鐐�">
<text>璁″垝缁撴潫鏃堕棿鐐癸細</text>{{item.璁″垝缁撴潫鏃堕棿鐐�.substr(0,10)}}
</view>
+ <view class="detail" v-if="false">
+ <text>淇濆吇璁″垝鍗曚富ID锛�</text>{{item.HPlanHInterID}}
+ </view>
+ <view class="detail" v-if="false">
+ <text>淇濆吇璁″垝鍗曞瓙ID锛�</text>{{item.HPlanHEntryID}}
+ </view>
</view>
<view class="card-detail" v-if="showDetail == item.hmainid">
<view class="detail" v-if="item.鍒跺崟浜�">
@@ -281,7 +287,7 @@
},
methods: {
pushBill(currTab, item) {
- let Query = `?operationType=4&HBarCode=${item['璁惧浠g爜']}`
+ let Query = `?operationType=4&HBarCode=${item['璁惧浠g爜']}&HPlanHInterID=${item['HPlanHInterID']}&HPlanHEntryID=${item['HPlanHEntryID']}`
if(currTab == 0) {
uni.navigateTo({
url: '/pages/MJGL/Sb_EquipMaintainBill/Sb_EquipMaintainBill' + Query
--
Gitblit v1.9.1