1,批量导入转移。2,收货
parent
5270ffa565
commit
cd4e536076
|
@ -114,6 +114,16 @@
|
|||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">生产日期</label>
|
||||
</div>
|
||||
<div class="col-xs-3 text-center">
|
||||
<b>到生产日期:</b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<input id="toGoodsProData" name="toGoodsProData" type="text"
|
||||
ignore="ignore"
|
||||
style="background: url('plug-in/ace/images/datetime.png') no-repeat scroll right center transparent;" class="form-control" onClick="WdatePicker()" value='${wmToMoveGoodsPage.toGoodsProData}' />
|
||||
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||
<label class="Validform_label" style="display: none">到生产日期</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
<t:dgCol title="数量" field="goodsQua" extendParams="editor:'text'" queryMode="group" width="70"></t:dgCol>
|
||||
<t:dgCol title="基本单位数量" field="baseGoodscount" extendParams="editor:'text'" queryMode="group" width="70"></t:dgCol>
|
||||
<t:dgCol title="生产日期" field="goodsProData" formatter="yyyy-MM-dd" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="单位" field="baseUnit" queryMode="group" width="50"></t:dgCol>
|
||||
<t:dgCol title="到生产日期" field="toGoodsProData" formatter="yyyy-MM-dd" queryMode="group" width="80"></t:dgCol>
|
||||
|
||||
<t:dgCol title="单位" field="baseUnit" queryMode="group" width="50"></t:dgCol>
|
||||
<t:dgCol title="客户编码" field="cusCode" query="true" queryMode="single" width="80"></t:dgCol>
|
||||
<t:dgCol title="客户名称" field="cusName" query="true" queryMode="single" width="120"></t:dgCol>
|
||||
<t:dgCol title="源托盘" field="tinFrom" query="true" queryMode="single" width="70"></t:dgCol>
|
||||
|
|
Loading…
Reference in New Issue