From 264261e0b525eb4471f2cb73c59f188f0edf3c7d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 22 七月 2024 15:36:31 +0800
Subject: [PATCH] 采购订单 增加 按钮 发起审批 , 点击 按钮, 系统根据 当前用户 单据类型 找到对应的 默认 审批流 以及 审批的相关人员,并显示在 界面上(该模块 尽量与 查看审批进度的 模块 通用 )。 发起人点击 确认, 单据 变为 审核中 状态, 并 开始 审批。 审批流 可以 手工选择(必须是 该单据类型 跟 当前用户 相关的流程) 采购订单 增加 按钮, 查看审批进度, 点击按钮,系统根据 当前单据 显示 对应的 审批流程以及已审批的情况。

---
 WebAPI/Properties/Settings.settings |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Properties/Settings.settings b/WebAPI/Properties/Settings.settings
index 4eee4ca..b5c0318 100644
--- a/WebAPI/Properties/Settings.settings
+++ b/WebAPI/Properties/Settings.settings
@@ -3,7 +3,7 @@
   <Profiles />
   <Settings>
     <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application">
-      <Value Profile="(Default)">http://192.168.63.53/WEBS-WMS/WebService1.asmx</Value>
+      <Value Profile="(Default)">http://192.168.0.81/WEBS-WMS/WebService1.asmx</Value>
     </Setting>
   </Settings>
 </SettingsFile>
\ No newline at end of file

--
Gitblit v1.9.1