From 20879fb51927c6a192fe50b6fe5ab19600d83641 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期四, 24 十月 2024 20:04:10 +0800 Subject: [PATCH] 1 --- WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs b/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs index 99abdc1..2ef736a 100644 --- a/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs +++ b/WebAPI/Controllers/SCGL/Sc_MESBeginWorkBillController.cs @@ -883,14 +883,15 @@ string sReturn = ""; if (oSystemParameter.ShowBill(ref sReturn) == true) { - if (oSystemParameter.omodel.Sc_ICMOBillWorkQtyStatus_AutoCheck == "Y") //绯荤粺鍙傛暟 鑷姩瀹℃牳 - { - objJsonResult.Verify = "Y"; - } - else - { - objJsonResult.Verify = "N"; - } + objJsonResult.Verify = "Y"; + //if (oSystemParameter.omodel.Sc_ICMOBillWorkQtyStatus_AutoCheck == "Y") //绯荤粺鍙傛暟 鑷姩瀹℃牳 + //{ + // objJsonResult.Verify = "Y"; + //} + //else + //{ + // objJsonResult.Verify = "N"; + //} } } -- Gitblit v1.9.1