diff --git a/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs b/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs index 1c68380..7dc4942 100644 --- a/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs +++ b/WMS-BS/NFine.Application/WMS/WMSCreateItemLotApp.cs @@ -991,7 +991,7 @@ where a.Status='2'"; object Figure = GetDecimalDigits(); #region [SQL] string sql = @"select a.ID, '' as 'POCode',-- d.POCode,d.Sequence as POSequence, -'' as POSequence,a.ModificationDate,a.TrackingNumber,a.NonconformingForm, +'' as POSequence,a.ModificationDate,a.TrackingNumber,a.NonconformingForm,a.POID, a.DNCode,a.Sequence,a.VenCode,a.DepCode AS VenName,a.WHCode,a.InvCode,a.DNID,a.DNDetailID,a.WorkPoint,a.InspectionType,a.InvoDescribe,a.Unity,a.StockIndicator, b.InvName,b.InvStd,b.InvDesc,b.InvUnit, b.DrawingNo, b.Version AS Version1, detail.LocationCode AS Area, CAST(a.Quantity AS DECIMAL(18,{0})) as Quantity ,CAST(a.Amount AS DECIMAL(18,{0})) as Amount,CAST(a.RCVQuantity AS DECIMAL(18,{0})) as RCVQuantity,CAST(a.UnitPrice AS DECIMAL(18,{0})) as UnitPrice,a.Currency,a.CreatePerson,a.CreateDateTime,CAST(c.LOTQTY AS DECIMAL(18,{0})) as LOTQTY @@ -1062,6 +1062,10 @@ where a.DNType='1' and a.Status='2' and a.ASNCode is null sql += " and (a.RCVQuantity 0) { - - // $.modalAlert("操作成功"); - // return; - //} - } - - function btnBatchCreateCP() { - debugger; - $("#PickID").val(''); - var sign = ''; - var objID = ''; - var arr = []; - - var objList = $("#gridList").jqGrid('getGridParam', 'selarrrow'); - if (objList.length <= 0) { - $.modalAlert("请先选择单据!", "warning"); - return; - } - for (var i = 0; i < objList.length; i++) { - - if (objList[i] != undefined) { - objID += "'" + objList[i] + "',"; - - } - - - //objArr = "" + objArr + "|"; - //arr.push(objArr); - } - objID = objID.substring(0, objID.length - 1); - - $.ajax({ - url: "/WMS/WMSCreateItemLot/SubmitKLCPRK?ids=" + objID, - dataType: "json", - type: "post", - async: false, - param: { - keyValue: JSON.stringify(objID) - }, - success: function (data) { - sign = data.count; - } - }); - if (sign>0) { - - $.modalAlert("操作成功"); + if (sign != '') { + $.modalAlertNew('',sign,); return; } } - + + @@ -3388,6 +3361,13 @@ + : + +
+ +
+ +
@@ -3417,11 +3397,11 @@ @*: - -
- -
- *@ + +
+ +
+ *@ diff --git a/WMS-BS/NFine.Web/Configs/database.config b/WMS-BS/NFine.Web/Configs/database.config index 76f1af5..b936136 100644 --- a/WMS-BS/NFine.Web/Configs/database.config +++ b/WMS-BS/NFine.Web/Configs/database.config @@ -6,8 +6,9 @@ + - + diff --git a/WMS-BS/NFine.Web/Content/img/nwlogo2.png b/WMS-BS/NFine.Web/Content/img/nwlogo2.png new file mode 100644 index 0000000..8ad40bd Binary files /dev/null and b/WMS-BS/NFine.Web/Content/img/nwlogo2.png differ diff --git a/WMS-BS/NFine.Web/Views/Home/Index.cshtml b/WMS-BS/NFine.Web/Views/Home/Index.cshtml index 865e2dc..c5fe8ec 100644 --- a/WMS-BS/NFine.Web/Views/Home/Index.cshtml +++ b/WMS-BS/NFine.Web/Views/Home/Index.cshtml @@ -30,6 +30,15 @@
+ +