From 392c2b3d525b11c164dd981ba9a6abf840883fd3 Mon Sep 17 00:00:00 2001 From: wangjiuyun <1595161655@qq.com> Date: Wed, 4 Jun 2025 16:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=B0=E5=A2=9E=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/delivery/orderDetail.html | 484 ------------------ .../resources/templates/project/info/add.html | 339 ++++++++---- .../templates/project/info/selectAgent.html | 93 ++++ .../sip/controller/ProjectInfoController.java | 6 + 4 files changed, 345 insertions(+), 577 deletions(-) delete mode 100644 ruoyi-admin/src/main/resources/templates/manage/delivery/orderDetail.html create mode 100644 ruoyi-admin/src/main/resources/templates/project/info/selectAgent.html diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/orderDetail.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/orderDetail.html deleted file mode 100644 index 13335ef9..00000000 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/orderDetail.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - - - - -
-
-

合同档案信息

- -
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
- -
-
- - - -
-
-
-
-
-
- -
-
- - - -
-
-
-
-
-
- -
-
- - -
-
-
-
- -
-
- -
-
- - -
-
-
-
-
-
- -
- - -
-
- -
-
-
- -
- -
-
- -
-
-
- -
- -
-
-
-
-
- -
- -
-
- -
-
-
- -
- -
-
-
-
-

合同清单列表

-
- -
- - -
- - -
-
- -
-
-
-
-
- - - - - \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/project/info/add.html b/ruoyi-admin/src/main/resources/templates/project/info/add.html index 63817e73..23b281e9 100644 --- a/ruoyi-admin/src/main/resources/templates/project/info/add.html +++ b/ruoyi-admin/src/main/resources/templates/project/info/add.html @@ -74,35 +74,44 @@ - - - + + + + + - - + + - + - - + + - + - + - + - + - + @@ -184,71 +195,78 @@
项目编码*项目名称* + 项目名称*最终客户* +
客户名称* - BG* + + 行业* - 属地 * 代表处 * - + +
项目阶段* - 项目把握度* - @@ -120,53 +129,55 @@ 汇智支撑人员汇智责任人 -
运作机构合作渠道 - 代理商* - - + 联系方式
预计金额(RMB)* 预计下单时间 + 预计发货时间
竞争对手
- - - - - + + + + +
- 其它: + 其它:
配置信息
- - - - + +
添加软件 - -
+ - - + + + + + + + + + + +
序号软件编码软件型号产品编号产品型号描述 数量目录单价(RMB)指导折扣折扣单价(RMB)总价(RMB)目录总价(RMB) 备注操作
- - - - - - - - - - +
+
- 添加硬件 - - - 序号硬件编码硬件型号数量备注
+ + + + + - - - - - - -
服务器配置是否国产 + +
是否国产 - -
+ + +
工作进度
- + +
+ - + +
序号 更新内容 更新人员 更新时间 - -
- +
操作日志
+ + + + + + + + + + +
序号操作人员操作内容操作时间
- diff --git a/ruoyi-admin/src/main/resources/templates/project/info/selectAgent.html b/ruoyi-admin/src/main/resources/templates/project/info/selectAgent.html new file mode 100644 index 00000000..6e806c78 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/project/info/selectAgent.html @@ -0,0 +1,93 @@ + + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ +
+ +
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/ruoyi-sip/src/main/java/com/ruoyi/sip/controller/ProjectInfoController.java b/ruoyi-sip/src/main/java/com/ruoyi/sip/controller/ProjectInfoController.java index 08850df4..5f78bd61 100644 --- a/ruoyi-sip/src/main/java/com/ruoyi/sip/controller/ProjectInfoController.java +++ b/ruoyi-sip/src/main/java/com/ruoyi/sip/controller/ProjectInfoController.java @@ -55,6 +55,12 @@ public class ProjectInfoController extends BaseController { return prefix + "/selectPeople"; } + @GetMapping("selectAgent") + public String selectAgent() + { + return prefix + "/selectAgent"; + } + /** * 查询项目管理列表