From 0fcfb3b101641242fdcfa6cc03bd0818f11a9b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE=E7=94=B7?= <446507344@qq.com> Date: Fri, 22 Dec 2023 11:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=89=BF=E7=84=8A=E6=8E=A5=E5=B7=A5?= =?UTF-8?q?=E4=BD=8D=EF=BC=8C=E8=A3=85=E9=A5=B0=E6=9D=A1=E6=9D=A1=E7=A0=81?= =?UTF-8?q?=EF=BC=8C=E6=89=B9=E6=AC=A1=E7=A0=81=E6=94=B9=E6=88=90=E5=94=AF?= =?UTF-8?q?=E4=B8=80=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/QMAPP.Web/Web.config | 11 +++++++- APPMD/QMAPP.MD.Web/Web.config | 9 ++++++- APPQ5/QMAPP.FJC.DAL/MD/MaterialDAL.cs | 6 +++++ APPQ5/QMAPP.FJC.Web/Web.config | 9 ++++++- APPQ5/QMAPP.WinForm/App.config | 26 ++++++++++--------- .../Forms/Operation/OperationForm.cs | 2 +- .../WCF/QMFrameWork.WebServiceHost/Web.config | 11 ++++++-- 7 files changed, 56 insertions(+), 18 deletions(-) diff --git a/APP/QMAPP.Web/Web.config b/APP/QMAPP.Web/Web.config index 540b902..18a3b45 100644 --- a/APP/QMAPP.Web/Web.config +++ b/APP/QMAPP.Web/Web.config @@ -52,8 +52,17 @@ --> - + + + + + + - + + + + + + + + + + + + --> + + + diff --git a/APPQ5/QMAPP.WinForm/App.config b/APPQ5/QMAPP.WinForm/App.config index a48b964..ebe4928 100644 --- a/APPQ5/QMAPP.WinForm/App.config +++ b/APPQ5/QMAPP.WinForm/App.config @@ -2,23 +2,25 @@ + + + + + - - - - - - - - diff --git a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs index 0669b3a..cf8e8c5 100644 --- a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs +++ b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs @@ -978,7 +978,7 @@ namespace QMAPP.WinForm.Forms.Operation PID = Guid.NewGuid().ToString(), PRODUCT_PID = ProductNew.PID, WORKCELL_CODE = ProductList.WORKCELL_CODE, - WORKLOC_CODE = ProductList.WORKLOC_CODE, + WORKLOC_CODE = "", IN_WORKCELL_TIME = DateTime.Now, WORK_START_TIME = DateTime.Now, WORK_END_TIME = DateTime.Now, diff --git a/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config b/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config index 0760c7e..6246570 100644 --- a/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config +++ b/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config @@ -67,7 +67,11 @@ + + + + + --> @@ -98,7 +102,10 @@ - + + +