From 6fc5583176c175855daf04a9ed925e0eb769d6e1 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 10 三月 2026 09:17:31 +0800
Subject: [PATCH] App 报工台页面 添加 首检 巡检 末检按钮 跳转到检验单制单页面
---
pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue b/pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue
index dc81f37..faf44e9 100644
--- a/pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue
+++ b/pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue
@@ -1819,11 +1819,11 @@
return
}
// 鏍规嵁 鎻愪氦杩斿洖 鐨勬槸鍚﹀厑璁告樉绀烘彁绀轰俊鎭� 鍒ゆ柇鏄洿鎺ユ柊澧炲崟鎹繕鏄彁绀轰俊鎭�
- if(res.data.NotShowTips) {
+ if (res.data.NotShowTips) {
this.addNew()
return
}
-
+
uni.showModal({
title: "鎻愮ず",
content: res.data.Message + "銆傛槸鍚﹁繑鍥烇紵",
@@ -2136,6 +2136,18 @@
this.hform.HTakeSampleCheckBillNo = e.HBillNo;
this.hform.HTakeSampleCheckBillID = e.linterid;
//鍙栨牱鍗曟煡璇㈡暟鎹�
+ } else if (e.HSouceBillType == "3772") {
+ if (uni.getStorageSync('Organization') == "瀹佹尝甯傚崕鑸熷寘瑁呮湁闄愬叕鍙�") {
+ this.HSourceBillType = "宸ュ簭娴佽浆鍗�"; // 鏄剧ず鍚嶇О
+ this.hform.HSourceBillType = "3772"; // 瀵瑰簲鐨勫��
+ this.hform.HSourceBillNo = e.HBillNo
+ }
+
+ this.hform.HProcExchBillNo = e.HBillNo
+ this.hform.HProcExchInterID = e.linterid
+ this.hform.HProcExchEntryID = e.hsubid
+
+ await this.LoadingInformation_ProcExchange(e.HBillNo)
}
} else if (this.operationType == 3) {
await this.RoadBillMain();
--
Gitblit v1.9.1