From 06ea27bce6337d9ca08ad4ebb447988079b91d86 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 22 四月 2024 17:26:27 +0800
Subject: [PATCH] 1.工程项目的编辑页面,增加 工程信息 页签; 页签里 增加字段 项目类别HProjectClassID,状态,建设单位HBuildComp,地点HBuildAddress,任务编号HWorkNo,受理日期HReDate,图纸编号HPicNo,任务下达HWorkTask,项目内容HProjectNote ; 2.仓储流程的测试并完善功能; 分步式调出单-》分布式调入单 直接调拨单 (注意: 源单类型的下拉框 需要 根据数据库 表动态加载, 关联数量 要准确 , 审核 且 未关闭 未行关闭的行 才能下推 ,关联数量超额后,要 反写 关闭 源单 )

---
 WebTM/views/index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/index.html b/WebTM/views/index.html
index 130595d..966f06f 100644
--- a/WebTM/views/index.html
+++ b/WebTM/views/index.html
@@ -855,6 +855,7 @@
                                     <a>璁惧鎶ヨ〃</a>
                                     <dl class="layui-nav-child">
                                         <dd><a lay-href="璁惧绠$悊/璁惧妗f/Gy_EquipFileBillResume.html">璁惧灞ュ巻琛�</a></dd>
+                                        <dd><a lay-href="璁惧绠$悊/璁惧鎶ヨ〃/Sb_EquipmentLoadReport.html">璁惧璐熻嵎鎶ヨ〃</a></dd>
                                     </dl>
                                 </dd>
                             </dl>

--
Gitblit v1.9.1