From 4901a4f838dbfa56be1843e36817304ec9feb8d2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 07 十一月 2024 10:06:07 +0800
Subject: [PATCH] 工艺路线:新增时,若公司为乔一,则判断是否设置为默认工序,设置则调用存储过程将该物料其它工艺路线的默认标记取消
---
DAL/ClsPM_ProjectMoneyBillMain.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DAL/ClsPM_ProjectMoneyBillMain.cs b/DAL/ClsPM_ProjectMoneyBillMain.cs
index e0edb14..dcaa3e6 100644
--- a/DAL/ClsPM_ProjectMoneyBillMain.cs
+++ b/DAL/ClsPM_ProjectMoneyBillMain.cs
@@ -18,8 +18,8 @@
base.MvarItemKeySub4 = "";
base.MvarItemKey= "PM_ProjectMoneyBillMain";
base.MvarReportTitle="椤圭洰璐圭敤鍗�";
- base.BillType="4759";
- base.HBillSubType = "4759";
+ base.BillType="4762";
+ base.HBillSubType = "4762";
}
--
Gitblit v1.9.1