1,批量导入转移。2,收货

master
e 2018-09-22 22:46:28 +08:00
parent 5270ffa565
commit cd4e536076
2 changed files with 13 additions and 1 deletions

View File

@ -113,6 +113,16 @@
style="background: url('plug-in/ace/images/datetime.png') no-repeat scroll right center transparent;" class="form-control" onClick="WdatePicker()" value='${wmToMoveGoodsPage.goodsProData}' /> style="background: url('plug-in/ace/images/datetime.png') no-repeat scroll right center transparent;" class="form-control" onClick="WdatePicker()" value='${wmToMoveGoodsPage.goodsProData}' />
<span class="Validform_checktip" style="float:left;height:0px;"></span> <span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">生产日期</label> <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>
</div> </div>

View File

@ -21,6 +21,8 @@
<t:dgCol title="数量" field="goodsQua" extendParams="editor:'text'" queryMode="group" width="70"></t:dgCol> <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="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="goodsProData" formatter="yyyy-MM-dd" queryMode="group" width="80"></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="baseUnit" queryMode="group" width="50"></t:dgCol>
<t:dgCol title="客户编码" field="cusCode" query="true" queryMode="single" width="80"></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="cusName" query="true" queryMode="single" width="120"></t:dgCol>