效期预警导出
parent
bfa03fd463
commit
89305df797
|
@ -42,10 +42,10 @@ public class MvStockYjEntity implements java.io.Serializable {
|
|||
@Excel(name="基本单位")
|
||||
private java.lang.String baseUnit;
|
||||
/**储位*/
|
||||
|
||||
@Excel(name="储位")
|
||||
private java.lang.String kuWeiBianMa;
|
||||
/**托盘*/
|
||||
|
||||
@Excel(name="托盘")
|
||||
private java.lang.String binId;
|
||||
/**客户编码*/
|
||||
@Excel(name="客户编码")
|
||||
|
@ -73,7 +73,7 @@ public class MvStockYjEntity implements java.io.Serializable {
|
|||
/**剩余天数*/
|
||||
@Excel(name="剩余天数")
|
||||
private java.lang.String resDate;
|
||||
|
||||
@Excel(name="剩余比例")
|
||||
private java.lang.String guoqiBili;
|
||||
|
||||
/**取货次序*/
|
||||
|
|
|
@ -452,7 +452,8 @@ public class SmsSendTask {
|
|||
+ " group by ws.ku_wei_bian_ma,ws.bin_id,ws.goods_id,mb.qu_huo_ci_xu, ws.goods_pro_data having sum(ws.base_goodscount) > 0 order by ws.goods_pro_data , ws.goods_qua ,mb.qu_huo_ci_xu,ws.create_date desc ";
|
||||
List<Map<String, Object>> resultt = new ArrayList<Map<String, Object>>();
|
||||
System.out.print(tsql);
|
||||
if(!"off".equals(ResourceUtil.getConfigByName("hiti"))) {//不启用HITI 此处不操作
|
||||
if(!"off".equals(ResourceUtil.getConfigByName("hiti"))) {
|
||||
//不启用HITI 此处不操作
|
||||
try {
|
||||
resultt = systemService
|
||||
.findForJdbc(tsql, mvgoods.getGoodsId(), wmOmQmIEntity.getCusCode());
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<t:dgCol title="保质期天" field="bzhiQi" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="到期日" field="dqr" query="true" formatter="yyyy-MM-dd" queryMode="single" width="90"></t:dgCol>
|
||||
<t:dgCol title="剩余天数" field="resDate" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="过期比例" field="guoqiBili" query="true" queryMode="group" width="80"></t:dgCol>
|
||||
<t:dgCol title="剩余比例" field="guoqiBili" query="true" queryMode="group" width="80"></t:dgCol>
|
||||
|
||||
<%-- <t:dgCol title="上架次序" field="shangJiaCiXu" queryMode="group" width="80"></t:dgCol> --%>
|
||||
<%-- <t:dgCol title="操作" field="opt" width="100"></t:dgCol> --%>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<%-- <t:dgToolBar title="批量删除" icon="icon-remove" url="mvStockYjController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar> --%>
|
||||
<%-- <t:dgToolBar title="查看" icon="icon-search" url="mvStockYjController.do?goUpdate" funname="detail"></t:dgToolBar> --%>
|
||||
<%-- <t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar> --%>
|
||||
<%--<t:dgToolBar operationCode="export" title="导出" icon="icon-putout" funname="ExportXls"></t:dgToolBar>--%>
|
||||
<t:dgToolBar operationCode="export" title="导出" icon="icon-putout" funname="ExportXls"></t:dgToolBar>
|
||||
<%-- <t:dgToolBar title="模板下载" icon="icon-putout" funname="ExportXlsByT"></t:dgToolBar> --%>
|
||||
</t:datagrid>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue