From 7a4c218909936721fe281737491d10efc7378e09 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 19 七月 2024 17:53:30 +0800 Subject: [PATCH] 优化工单信息页面 --- 代码管理/PCS/WCS_Server/WIDESEA_WCS/JobsPart/Common/AutoUpdateWork.cs | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/JobsPart/Common/AutoUpdateWork.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/JobsPart/Common/AutoUpdateWork.cs" index 9854254..9c6a951 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/JobsPart/Common/AutoUpdateWork.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/JobsPart/Common/AutoUpdateWork.cs" @@ -148,7 +148,7 @@ heatID = mes_Detail.heatID, jobID = mes_Detail.jobID, mes_detail_id = mes_Detail.mes_detail_id, - mes_headID = mes_Detail.mes_headID, + mes_headID = mes_Detail.mes_id, operatetype = string.IsNullOrEmpty(mes_Detail.Status) ? "瓒呮椂娓呯悊" : operatetype, SN = mes_Detail.SN, Status = mes_Detail.Status, @@ -178,10 +178,6 @@ operatetype = operatetype, processCode = mes_Head.processCode, mes_id = mes_Head.mes_id, - skip_op_1 = mes_Head.skip_op_1, - skip_op_2 = mes_Head.skip_op_2, - skip_op_3 = mes_Head.skip_op_3, - stackNoRange = mes_Head.stackNoRange, productDesc = mes_Head.productDesc, productName = mes_Head.productName, reqID = mes_Head.reqID, -- Gitblit v1.9.3