From 558e737c771dc112bf05dc86d008be78d4cadc28 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 08 四月 2025 13:44:49 +0800
Subject: [PATCH] 工程项目 任务安装费,附属费,考核费,工费 增加双加返回,项目费用增加双击返回
---
WebTM/views/项目管理/工程项目/PM_ProjectBillList.html | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_ProjectBillList.html" "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_ProjectBillList.html"
index 0f0d08e..5b65e58 100644
--- "a/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_ProjectBillList.html"
+++ "b/WebTM/views/\351\241\271\347\233\256\347\256\241\347\220\206/\345\267\245\347\250\213\351\241\271\347\233\256/PM_ProjectBillList.html"
@@ -718,9 +718,11 @@
else {
HOrgID = $("#HOrgID").val();//缁勭粐
}
- if (HDeptID !=0) {
- sWhere += " and HDeptID = '" + HDeptID + "'";
- }
+ if (HBillSubType == "浠诲姟绫�") {
+ if (HDeptID != 0) {
+ sWhere += " and HDeptID = '" + HDeptID + "'";
+ }
+ }
if (HBillNo) {
sWhere += " and 鍗曟嵁鍙� like '%" + HBillNo + "%'";
}
--
Gitblit v1.9.1