盘点界面调整

master
cez 2022-02-26 10:46:47 +08:00
parent 9bae4040f4
commit 8a95da6380
2 changed files with 44 additions and 58 deletions

View File

@ -61,10 +61,7 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">储位</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>托盘编码:</b>
</div>
@ -89,10 +86,7 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">商品编码</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>商品名称:</b>
</div>
@ -117,10 +111,7 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">数量</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>单位:</b>
</div>
@ -145,10 +136,7 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">生产日期</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>批次:</b>
</div>
@ -175,8 +163,18 @@
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>客户:</b>
</div>
<div class="col-xs-3">
<input id="cusCode" name="cusCode" type="text" class="form-control"
ignore="ignore"
value='${wmSttInGoodsPage.cusCode}' />
<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>
@ -190,18 +188,7 @@
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>客户:</b>
</div>
<div class="col-xs-3">
<input id="cusCode" name="cusCode" type="text" class="form-control"
ignore="ignore"
value='${wmSttInGoodsPage.cusCode}' />
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">客户</label>
</div>
</div>
<div class="row show-grid">
@ -215,8 +202,7 @@
<span class="Validform_checktip" style="float:left;height:0px;"></span>
<label class="Validform_label" style="display: none">盘点状态</label>
</div>
</div>
<div class="row show-grid">
<div class="col-xs-3 text-center">
<b>盘点类型:</b>
</div>

View File

@ -30,7 +30,7 @@
<t:dgDelOpt title="删除" url="wmSttInGoodsController.do?doDel&id={id}" urlclass="ace_button" exp="sttSta#eq#计划中" urlfont="fa-trash-o"/>
<%-- <t:dgFunOpt title="差异过账" funname="dorun(id)" urlclass="ace_button" exp="sttSta#eq#已完成" /> --%>
<%-- <t:dgToolBar title="录入" icon="icon-add" url="wmSttInGoodsController.do?goAdd" funname="add"></t:dgToolBar> --%>
<t:dgToolBar title="编辑" icon="icon-edit" url="wmSttInGoodsController.do?goUpdate" funname="update"></t:dgToolBar>
<t:dgToolBar title="编辑" height="400" icon="icon-edit" url="wmSttInGoodsController.do?goUpdate" funname="update"></t:dgToolBar>
<%-- <t:dgToolBar title="批量删除" icon="icon-remove" url="wmSttInGoodsController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar> --%>
<t:dgToolBar title="查看" icon="icon-search" url="wmSttInGoodsController.do?goUpdate" funname="detail"></t:dgToolBar>
<%-- <t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar> --%>