From 3a6e5f15efbd30fd68df8535db37e19ab1ea069e Mon Sep 17 00:00:00 2001 From: lilili Date: Mon, 10 Apr 2023 10:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=B0=E5=A2=9E=E5=BA=93?= =?UTF-8?q?=E4=BD=8D=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/BasicSettings/ICSStackWMSAdd.cshtml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSStackWMSAdd.cshtml b/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSStackWMSAdd.cshtml index 8259f99..bf11429 100644 --- a/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSStackWMSAdd.cshtml +++ b/WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSStackWMSAdd.cshtml @@ -175,11 +175,11 @@ StackName = $("#sel_Warehouse").find("option:selected").text() + "仓库"; if (Qu!="") { StackCode += "-" + Qu; - StackName += Qu + "区"; + StackName += Qu + "区域"; } if (Pai!="") { StackCode += "-" + Pai; - StackName += Pai + "排"; + StackName += Pai + "区"; } if (Jia!="") { StackCode += "-" + Jia; @@ -187,11 +187,11 @@ } if (Ceng!="") { StackCode += "-" + Ceng; - StackName += Ceng + "层"; + StackName += Ceng + "列"; } if (Ge!="") { StackCode += "-" + Ge; - StackName += Ge + "格"; + StackName += Ge + "层"; } var objArr = { ID:ID, @@ -245,11 +245,11 @@ 库位编号: - + @*-*@ - + @*-*@ @@ -257,29 +257,29 @@ @*-*@ - + @*-*@ - + 格式: -  区 +  区域 -  排 +  区  货架 -  层 +  列 -  格 +  层