收货通知增加计划占用储位数
parent
36a195b06c
commit
15e9d87abd
|
@ -93,6 +93,7 @@ public class WmImNoticeIEntity implements java.io.Serializable {
|
|||
private java.lang.String goodsWeight;
|
||||
/**计划库位*/
|
||||
|
||||
@Excel(name="计划储位数量")
|
||||
private java.lang.String binPlan;
|
||||
/**单位*/
|
||||
@Excel(name="单位")
|
||||
|
|
|
@ -468,13 +468,12 @@
|
|||
<!-- <label class="Validform_label" style="display: none;">单位</label> -->
|
||||
<!-- </td> -->
|
||||
|
||||
<!-- <td align="left"> -->
|
||||
<!-- <input name="wmImNoticeIList[#index#].goodsPrdData" maxlength="32" -->
|
||||
<!-- type="text" class="form-control" onClick="WdatePicker()" style="background: url('plug-in/ace/images/datetime.png') no-repeat scroll right center transparent;width:160px;" -->
|
||||
<!-- ignore="ignore" -->
|
||||
<!-- > -->
|
||||
<!-- <label class="Validform_label" style="display: none;">生产日期</label> -->
|
||||
<!-- </td> -->
|
||||
<td align="left">
|
||||
<input name="wmImNoticeIList[#index#].binPlan" maxlength="32"
|
||||
ignore="ignore"
|
||||
type="text" class="form-control" style="width:120px;text-align: right" >
|
||||
<label class="Validform_label" style="display: none;">计划占用储位数</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<t:dictSelect field="wmImNoticeIList[#index#].binPre" type="radio" extendJson="{class:'form-control',style:'width:150px'}"
|
||||
typeGroupCode="sf_yn" defaultVal="N" hasLabel="false" title="收货完成"></t:dictSelect>
|
||||
|
|
|
@ -429,6 +429,12 @@
|
|||
<!-- > -->
|
||||
<!-- <label class="Validform_label" style="display: none;">生产日期</label> -->
|
||||
<!-- </td> -->
|
||||
<td align="left">
|
||||
<input name="wmImNoticeIList[#index#].binPlan" maxlength="32"
|
||||
ignore="ignore"
|
||||
type="text" class="form-control" style="width:120px;text-align: right" >
|
||||
<label class="Validform_label" style="display: none;">计划占用储位数</label>
|
||||
</td>
|
||||
<td align="left">
|
||||
<t:dictSelect field="wmImNoticeIList[#index#].binPre" type="radio" extendJson="{class:'form-control',style:'width:150px'}"
|
||||
typeGroupCode="sf_yn" defaultVal="N" hasLabel="false" title="收货完成"></t:dictSelect>
|
||||
|
|
|
@ -63,9 +63,9 @@
|
|||
<!-- <th> -->
|
||||
<!-- 单位 -->
|
||||
<!-- </th> -->
|
||||
<!-- <th> -->
|
||||
<!-- 生产日期 -->
|
||||
<!-- </th> -->
|
||||
<th>
|
||||
计划占用储位数
|
||||
</th>
|
||||
<th>
|
||||
收货完成
|
||||
</th>
|
||||
|
@ -93,7 +93,12 @@
|
|||
<label class="Validform_label" style="display: none;">数量</label>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<input name="wmImNoticeIList[0].binPlan" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;text-align: right" >
|
||||
<label class="Validform_label" style="display: none;">计划占用储位数</label>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<t:dictSelect field="wmImNoticeIList[0].binPre" type="radio" extendJson="{class:'form-control',style:'width:150px'}"
|
||||
typeGroupCode="sf_yn" defaultVal="N" hasLabel="false" title="收货完成"></t:dictSelect>
|
||||
|
@ -126,8 +131,7 @@
|
|||
<input name="wmImNoticeIList[${stuts.index }].goodsBatch" type="hidden" value="${poVal.goodsBatch }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].goodsFvol" type="hidden" value="${poVal.goodsFvol }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].goodsWeight" type="hidden" value="${poVal.goodsWeight }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].binPlan" type="hidden" value="${poVal.binPlan }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].goodsQmCount" type="hidden" value="${poVal.goodsQmCount }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].goodsQmCount" type="hidden" value="${poVal.goodsQmCount }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].goodsWqmCount" type="hidden" value="${poVal.goodsWqmCount }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].baseUnit" type="hidden" value="${poVal.baseUnit }"/>
|
||||
<input name="wmImNoticeIList[${stuts.index }].baseGoodscount" type="hidden" value="${poVal.baseGoodscount }"/>
|
||||
|
@ -159,6 +163,12 @@
|
|||
<label class="Validform_label" style="display: none;">数量</label>
|
||||
</td>
|
||||
|
||||
<td align="left">
|
||||
<input name="wmImNoticeIList[${stuts.index }].binPlan" maxlength="32"
|
||||
type="text" class="form-control" style="width:120px;text-align: right" value="${poVal.binPlan }">
|
||||
<label class="Validform_label" style="display: none;">计划占用储位数</label>
|
||||
</td>
|
||||
|
||||
<!-- <td align="left"> -->
|
||||
<%-- <t:dictSelect field="wmImNoticeIList[${stuts.index }].goodsUnit" type="list" extendJson="{class:'form-control',style:'width:250px'}" --%>
|
||||
<%-- dictTable="ba_unit" dictField="unit_code" dictText="unit_zh_name" defaultVal="${poVal.goodsUnit }" hasLabel="false" title="单位"></t:dictSelect> --%>
|
||||
|
|
Loading…
Reference in New Issue