From 4210fdce014886374193400e485edce170c05f78 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 04 三月 2023 11:29:07 +0800
Subject: [PATCH] 1.工单派发选择工艺路线或选择生产车间时判断绑定条件接口开发
2.组织架构删除update改为delete
3.工艺路线新增else if改为if
4.节拍工价根据工序线编码查找关联设备集合

---
 VueWebApi/Models/UpdateProductReport.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/Models/UpdateProductReport.cs b/VueWebApi/Models/UpdateProductReport.cs
index b4c6e1c..018a532 100644
--- a/VueWebApi/Models/UpdateProductReport.cs
+++ b/VueWebApi/Models/UpdateProductReport.cs
@@ -24,7 +24,6 @@
         public string first_choke { get; set; }  //鏄惁棣栭亾宸ュ簭
         public string last_choke { get; set; }  //鏄惁鏈亾宸ュ簭
         public string unprice { get; set; }  //宸ュ簭鍗曚环
-        public string usergroup_code { get; set; }  //鐢ㄦ埛缁勭紪鐮�
         public string usercode { get; set; }  //鎶ュ伐浜哄憳缂栫爜
         public string report_date { get; set; }  //鎶ュ伐鏃堕棿
         public string report_qty { get; set; }  //鎶ュ伐鏁伴噺

--
Gitblit v1.9.3