|
@ -175,11 +175,11 @@ |
|
|
StackName = $("#sel_Warehouse").find("option:selected").text() + "仓库"; |
|
|
StackName = $("#sel_Warehouse").find("option:selected").text() + "仓库"; |
|
|
if (Qu!="") { |
|
|
if (Qu!="") { |
|
|
StackCode += "-" + Qu; |
|
|
StackCode += "-" + Qu; |
|
|
StackName += Qu + "区"; |
|
|
|
|
|
|
|
|
StackName += Qu + "区域"; |
|
|
} |
|
|
} |
|
|
if (Pai!="") { |
|
|
if (Pai!="") { |
|
|
StackCode += "-" + Pai; |
|
|
StackCode += "-" + Pai; |
|
|
StackName += Pai + "排"; |
|
|
|
|
|
|
|
|
StackName += Pai + "区"; |
|
|
} |
|
|
} |
|
|
if (Jia!="") { |
|
|
if (Jia!="") { |
|
|
StackCode += "-" + Jia; |
|
|
StackCode += "-" + Jia; |
|
@ -187,11 +187,11 @@ |
|
|
} |
|
|
} |
|
|
if (Ceng!="") { |
|
|
if (Ceng!="") { |
|
|
StackCode += "-" + Ceng; |
|
|
StackCode += "-" + Ceng; |
|
|
StackName += Ceng + "层"; |
|
|
|
|
|
|
|
|
StackName += Ceng + "列"; |
|
|
} |
|
|
} |
|
|
if (Ge!="") { |
|
|
if (Ge!="") { |
|
|
StackCode += "-" + Ge; |
|
|
StackCode += "-" + Ge; |
|
|
StackName += Ge + "格"; |
|
|
|
|
|
|
|
|
StackName += Ge + "层"; |
|
|
} |
|
|
} |
|
|
var objArr = { |
|
|
var objArr = { |
|
|
ID:ID, |
|
|
ID:ID, |
|
@ -245,11 +245,11 @@ |
|
|
<tr> |
|
|
<tr> |
|
|
<th class="formTitle">库位编号:</th> |
|
|
<th class="formTitle">库位编号:</th> |
|
|
<td class="formValue"> |
|
|
<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> |
|
|
@*<td id="ISO">-</td>*@ |
|
|
@*<td id="ISO">-</td>*@ |
|
|
<td class="formValue"> |
|
|
<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> |
|
|
@*<td style="width:30px">-</td>*@ |
|
|
@*<td style="width:30px">-</td>*@ |
|
|
<td class="formValue"> |
|
|
<td class="formValue"> |
|
@ -257,29 +257,29 @@ |
|
|
</td> |
|
|
</td> |
|
|
@*<td style="width:30px">-</td>*@ |
|
|
@*<td style="width:30px">-</td>*@ |
|
|
<td class="formValue"> |
|
|
<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> |
|
|
@*<td style="width:30px">-</td>*@ |
|
|
@*<td style="width:30px">-</td>*@ |
|
|
<td class="formValue"> |
|
|
<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> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<th class="formTitle">格式:</th> |
|
|
<th class="formTitle">格式:</th> |
|
|
<td class="formValue"> |
|
|
<td class="formValue"> |
|
|
<span> 区</span> |
|
|
|
|
|
|
|
|
<span> 区域</span> |
|
|
</td> |
|
|
</td> |
|
|
<td class="formValue"> |
|
|
<td class="formValue"> |
|
|
<span> 排</span> |
|
|
|
|
|
|
|
|
<span> 区</span> |
|
|
</td> |
|
|
</td> |
|
|
<td class="formValue"> |
|
|
<td class="formValue"> |
|
|
<span> 货架</span> |
|
|
<span> 货架</span> |
|
|
</td> |
|
|
</td> |
|
|
<td class="formValue"> |
|
|
<td class="formValue"> |
|
|
<span> 层</span> |
|
|
|
|
|
|
|
|
<span> 列</span> |
|
|
</td> |
|
|
</td> |
|
|
<td class="formValue"> |
|
|
<td class="formValue"> |
|
|
<span> 格</span> |
|
|
|
|
|
|
|
|
<span> 层</span> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
</table> |
|
|
</table> |
|
|