Browse Source

调整新增库位显示内容

master
lilili 2 years ago
parent
commit
3a6e5f15ef
  1. 24
      WMS-BS/NFine.Web/Areas/WMS/Views/BasicSettings/ICSStackWMSAdd.cshtml

24
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 @@
<tr>
<th class="formTitle">库位编号:</th>
<td class="formValue">
<input id="Qu" name="Qu" type="text" class="form-control required" style="width:80px;" maxlength="10" placeholder="区" />
<input id="Qu" name="Qu" type="text" class="form-control required" style="width:80px;" maxlength="10" placeholder="区" />
</td>
@*<td id="ISO">-</td>*@
<td class="formValue">
<input id="Pai" name="Pai" type="text" class="form-control required" style="width: 80px;" maxlength="10" placeholder="" />
<input id="Pai" name="Pai" type="text" class="form-control required" style="width: 80px;" maxlength="10" placeholder="" />
</td>
@*<td style="width:30px">-</td>*@
<td class="formValue">
@ -257,29 +257,29 @@
</td>
@*<td style="width:30px">-</td>*@
<td class="formValue">
<input id="Ceng" name="Ceng" type="text" class="form-control required" style="width: 80px;" maxlength="10" placeholder="" />
<input id="Ceng" name="Ceng" type="text" class="form-control required" style="width: 80px;" maxlength="10" placeholder="" />
</td>
@*<td style="width:30px">-</td>*@
<td class="formValue">
<input id="Ge" name="Ge" type="text" class="form-control required" style="width: 80px;" maxlength="10" placeholder="" />
<input id="Ge" name="Ge" type="text" class="form-control required" style="width: 80px;" maxlength="10" placeholder="" />
</td>
</tr>
<tr>
<th class="formTitle">格式:</th>
<td class="formValue">
<span>&nbsp;区</span>
<span>&nbsp;区</span>
</td>
<td class="formValue">
<span>&nbsp;</span>
<span>&nbsp;</span>
</td>
<td class="formValue">
<span>&nbsp;货架</span>
</td>
<td class="formValue">
<span>&nbsp;</span>
<span>&nbsp;</span>
</td>
<td class="formValue">
<span>&nbsp;</span>
<span>&nbsp;</span>
</td>
</tr>
</table>

Loading…
Cancel
Save