From 777eb41b54602375bf6e7a0f26207f5fbaf27031 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 06 三月 2023 16:36:33 +0800
Subject: [PATCH] 1.节拍工价新增、编辑加工价类型字段区分自制、外协 2.工序编辑,工序类型切换保存时删除对应节拍工价表 3.工单派发时判断区分自制、外协工序 4.计件工资报表增加剔除工序参数

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

diff --git a/VueWebApi/Models/UpdateProductReport.cs b/VueWebApi/Models/UpdateProductReport.cs
index 7a260d4..018a532 100644
--- a/VueWebApi/Models/UpdateProductReport.cs
+++ b/VueWebApi/Models/UpdateProductReport.cs
@@ -24,12 +24,15 @@
         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; }  //鎶ュ伐鏁伴噺
+        public string report_dvalue { get; set; } //鎶ュ伐鏁伴噺宸��
         public string ng_qty { get; set; }  //涓嶈壇鏁伴噺
+        public string ng_dvalue { get; set; } //涓嶈壇鏁伴噺宸��
         public string bad_qty { get; set; }  //鎶ュ簾鏁伴噺
+        public string bad_dvalue { get; set; }  //鎶ュ簾鏁伴噺宸��
         public string bad_money { get; set; }  //鎶ュ簾閲戦
+        public string badmoney_dvalue { get; set; }  //鎶ュ簾宸��
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3