波次和运费设置jsp
parent
1063c73dfe
commit
5cbe25ac59
|
@ -0,0 +1,192 @@
|
||||||
|
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
|
<%@include file="/context/mytags.jsp"%>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>运费配置</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/vendor.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap-theme.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/app.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/style.css" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/tablefrom.css" type="text/css"/>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="plug-in/jquery/jquery-1.8.3.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/dataformat.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/jquery.easyui.min.1.3.2.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/locale/zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/syUtil.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/My97DatePicker/WdatePicker.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/lhgDialog/lhgdialog.min.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/curdtools_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/easyuiextend.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_v5.3.1_min_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_Datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/plugin/passwordStrength/passwordStrength-min.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.config.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.all.min.js"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
//编写自定义JS代码
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="tmsYufeiConfController.do?doAdd" tiptype="1" >
|
||||||
|
<input type="hidden" id="btn_sub" class="btn_sub"/>
|
||||||
|
<input type="hidden" id="id" name="id"/>
|
||||||
|
<div class="tab-wrapper">
|
||||||
|
<!-- tab -->
|
||||||
|
<ul class="nav nav-tabs">
|
||||||
|
<li role="presentation" class="active"><a href="javascript:void(0);">运费配置</a></li>
|
||||||
|
</ul>
|
||||||
|
<!-- tab内容 -->
|
||||||
|
<div class="con-wrapper" id="con-wrapper1" style="display: block;">
|
||||||
|
<div class="row form-wrapper">
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>配送点:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="peisondian" name="peisondian" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfType" name="yfType" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfTypeName" name="yfTypeName" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfPrice" name="yfPrice" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<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>备注1:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfBz1" name="yfBz1" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备注1</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备注2:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfBz2" name="yfBz2" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备注2</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备注3:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfBz3" name="yfBz3" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备注3</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row" id = "sub_tr" style="display: none;">
|
||||||
|
<div class="col-xs-12 layout-header">
|
||||||
|
<div class="col-xs-6"></div>
|
||||||
|
<div class="col-xs-6"><button type="button" onclick="neibuClick();" class="btn btn-default">提交</button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="con-wrapper" id="con-wrapper2" style="display: block;"></div>
|
||||||
|
</div>
|
||||||
|
</t:formvalid>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function(){
|
||||||
|
//查看模式情况下,删除和上传附件功能禁止使用
|
||||||
|
if(location.href.indexOf("load=detail")!=-1){
|
||||||
|
$(".jeecgDetail").hide();
|
||||||
|
}
|
||||||
|
|
||||||
|
if(location.href.indexOf("mode=read")!=-1){
|
||||||
|
//查看模式控件禁用
|
||||||
|
$("#formobj").find(":input").attr("disabled","disabled");
|
||||||
|
}
|
||||||
|
if(location.href.indexOf("mode=onbutton")!=-1){
|
||||||
|
//其他模式显示提交按钮
|
||||||
|
$("#sub_tr").show();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
var neibuClickFlag = false;
|
||||||
|
function neibuClick() {
|
||||||
|
neibuClickFlag = true;
|
||||||
|
$('#btn_sub').trigger('click');
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
<script src = "webpage/com/zzjee/base/tmsYufeiConf.js"></script>
|
||||||
|
</html>
|
|
@ -0,0 +1,192 @@
|
||||||
|
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
|
<%@include file="/context/mytags.jsp"%>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>运费配置</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/vendor.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap-theme.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/app.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/style.css" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/tablefrom.css" type="text/css"/>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="plug-in/jquery/jquery-1.8.3.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/dataformat.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/jquery.easyui.min.1.3.2.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/locale/zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/syUtil.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/My97DatePicker/WdatePicker.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/lhgDialog/lhgdialog.min.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/curdtools_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/easyuiextend.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_v5.3.1_min_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_Datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/plugin/passwordStrength/passwordStrength-min.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.config.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.all.min.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
//编写自定义JS代码
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="tmsYufeiConfController.do?doUpdate" tiptype="1" >
|
||||||
|
<input type="hidden" id="btn_sub" class="btn_sub"/>
|
||||||
|
<input type="hidden" name="id" value='${tmsYufeiConfPage.id}' >
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tab-wrapper">
|
||||||
|
<!-- tab -->
|
||||||
|
<ul class="nav nav-tabs">
|
||||||
|
<li role="presentation" class="active"><a href="javascript:void(0);">运费配置</a></li>
|
||||||
|
</ul>
|
||||||
|
<!-- tab内容 -->
|
||||||
|
<div class="con-wrapper" id="con-wrapper1" style="display: block;">
|
||||||
|
<div class="row form-wrapper">
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>配送点:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="peisondian" name="peisondian" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.peisondian}' />
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfType" name="yfType" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.yfType}' />
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfTypeName" name="yfTypeName" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.yfTypeName}' />
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfPrice" name="yfPrice" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.yfPrice}' />
|
||||||
|
<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>备注1:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfBz1" name="yfBz1" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.yfBz1}' />
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备注1</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备注2:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfBz2" name="yfBz2" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.yfBz2}' />
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备注2</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备注3:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="yfBz3" name="yfBz3" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${tmsYufeiConfPage.yfBz3}' />
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备注3</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row" id = "sub_tr" style="display: none;">
|
||||||
|
<div class="col-xs-12 layout-header">
|
||||||
|
<div class="col-xs-6"></div>
|
||||||
|
<div class="col-xs-6"><button type="button" onclick="neibuClick();" class="btn btn-default">提交</button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="con-wrapper" id="con-wrapper2" style="display: block;"></div>
|
||||||
|
</div>
|
||||||
|
</t:formvalid>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function(){
|
||||||
|
//查看模式情况下,删除和上传附件功能禁止使用
|
||||||
|
if(location.href.indexOf("load=detail")!=-1){
|
||||||
|
$(".jeecgDetail").hide();
|
||||||
|
}
|
||||||
|
|
||||||
|
if(location.href.indexOf("mode=read")!=-1){
|
||||||
|
//查看模式控件禁用
|
||||||
|
$("#formobj").find(":input").attr("disabled","disabled");
|
||||||
|
}
|
||||||
|
if(location.href.indexOf("mode=onbutton")!=-1){
|
||||||
|
//其他模式显示提交按钮
|
||||||
|
$("#sub_tr").show();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
var neibuClickFlag = false;
|
||||||
|
function neibuClick() {
|
||||||
|
neibuClickFlag = true;
|
||||||
|
$('#btn_sub').trigger('click');
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
<script src = "webpage/com/zzjee/base/tmsYufeiConf.js"></script>
|
||||||
|
</html>
|
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
|
||||||
|
//通用弹出式文件上传
|
||||||
|
function commonUpload(callback){
|
||||||
|
$.dialog({
|
||||||
|
content: "url:systemController.do?commonUpload",
|
||||||
|
lock : true,
|
||||||
|
title:"文件上传",
|
||||||
|
zIndex:2100,
|
||||||
|
width:700,
|
||||||
|
height: 200,
|
||||||
|
parent:windowapi,
|
||||||
|
cache:false,
|
||||||
|
ok: function(){
|
||||||
|
var iframe = this.iframe.contentWindow;
|
||||||
|
iframe.uploadCallback(callback);
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
cancelVal: '关闭',
|
||||||
|
cancel: function(){
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
function decode(value, id) {//value传入值,id接受值
|
||||||
|
var last = value.lastIndexOf("/");
|
||||||
|
var filename = value.substring(last + 1, value.length);
|
||||||
|
$("#" + id).text(decodeURIComponent(filename));
|
||||||
|
}
|
|
@ -0,0 +1,58 @@
|
||||||
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
|
<%@include file="/context/mytags.jsp"%>
|
||||||
|
<t:base type="jquery,easyui,tools,DatePicker"></t:base>
|
||||||
|
<div class="easyui-layout" fit="true">
|
||||||
|
<div region="center" style="padding:0px;border:0px">
|
||||||
|
<t:datagrid name="tmsYufeiConfList" checkbox="true" pagination="true" fitColumns="false" title="运费配置" actionUrl="tmsYufeiConfController.do?datagrid" idField="id" fit="true" queryMode="group">
|
||||||
|
<t:dgCol title="id" field="id" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="创建人名称" field="createName" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="创建人登录名称" field="createBy" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="创建日期" field="createDate" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="更新人名称" field="updateName" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="更新人登录名称" field="updateBy" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="更新日期" field="updateDate" formatter="yyyy-MM-dd" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="流程状态" field="bpmStatus" hidden="true" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="配送点" field="peisondian" query="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="运费类型" field="yfType" query="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="运费名称" field="yfTypeName" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="运费单价" field="yfPrice" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="备注1" field="yfBz1" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="备注2" field="yfBz2" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="备注3" field="yfBz3" queryMode="group" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
|
||||||
|
<t:dgDelOpt title="删除" url="tmsYufeiConfController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/>
|
||||||
|
<t:dgToolBar title="录入" icon="icon-add" url="tmsYufeiConfController.do?goAdd" funname="add"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="编辑" icon="icon-edit" url="tmsYufeiConfController.do?goUpdate" funname="update"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="批量删除" icon="icon-remove" url="tmsYufeiConfController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="查看" icon="icon-search" url="tmsYufeiConfController.do?goUpdate" funname="detail"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="导出" icon="icon-putout" funname="ExportXls"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="模板下载" icon="icon-putout" funname="ExportXlsByT"></t:dgToolBar>
|
||||||
|
</t:datagrid>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src = "webpage/com/zzjee/base/tmsYufeiConfList.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function(){
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//导入
|
||||||
|
function ImportXls() {
|
||||||
|
openuploadwin('Excel导入', 'tmsYufeiConfController.do?upload', "tmsYufeiConfList");
|
||||||
|
}
|
||||||
|
|
||||||
|
//导出
|
||||||
|
function ExportXls() {
|
||||||
|
JeecgExcelExport("tmsYufeiConfController.do?exportXls","tmsYufeiConfList");
|
||||||
|
}
|
||||||
|
|
||||||
|
//模板下载
|
||||||
|
function ExportXlsByT() {
|
||||||
|
JeecgExcelExport("tmsYufeiConfController.do?exportXlsByT","tmsYufeiConfList");
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
|
@ -0,0 +1,164 @@
|
||||||
|
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
|
<%@include file="/context/mytags.jsp"%>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>波次配置</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/vendor.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap-theme.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/app.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/style.css" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/tablefrom.css" type="text/css"/>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="plug-in/jquery/jquery-1.8.3.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/dataformat.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/jquery.easyui.min.1.3.2.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/locale/zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/syUtil.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/My97DatePicker/WdatePicker.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/lhgDialog/lhgdialog.min.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/curdtools_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/easyuiextend.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_v5.3.1_min_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_Datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/plugin/passwordStrength/passwordStrength-min.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.config.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.all.min.js"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
//编写自定义JS代码
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="wmsWaveConfController.do?doAdd" tiptype="1" >
|
||||||
|
<input type="hidden" id="btn_sub" class="btn_sub"/>
|
||||||
|
<input type="hidden" id="id" name="id"/>
|
||||||
|
<div class="tab-wrapper">
|
||||||
|
<!-- tab -->
|
||||||
|
<ul class="nav nav-tabs">
|
||||||
|
<li role="presentation" class="active"><a href="javascript:void(0);">波次配置</a></li>
|
||||||
|
</ul>
|
||||||
|
<!-- tab内容 -->
|
||||||
|
<div class="con-wrapper" id="con-wrapper1" style="display: block;">
|
||||||
|
<div class="row form-wrapper">
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>配送点:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="peisondian" name="peisondian" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="waveType" name="waveType" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<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>备用1:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="wvBy1" name="wvBy1" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备用1</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备用2:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="wvBy2" name="wvBy2" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备用2</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备用3:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="wvBy3" name="wvBy3" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
/>
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备用3</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row" id = "sub_tr" style="display: none;">
|
||||||
|
<div class="col-xs-12 layout-header">
|
||||||
|
<div class="col-xs-6"></div>
|
||||||
|
<div class="col-xs-6"><button type="button" onclick="neibuClick();" class="btn btn-default">提交</button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="con-wrapper" id="con-wrapper2" style="display: block;"></div>
|
||||||
|
</div>
|
||||||
|
</t:formvalid>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function(){
|
||||||
|
//查看模式情况下,删除和上传附件功能禁止使用
|
||||||
|
if(location.href.indexOf("load=detail")!=-1){
|
||||||
|
$(".jeecgDetail").hide();
|
||||||
|
}
|
||||||
|
|
||||||
|
if(location.href.indexOf("mode=read")!=-1){
|
||||||
|
//查看模式控件禁用
|
||||||
|
$("#formobj").find(":input").attr("disabled","disabled");
|
||||||
|
}
|
||||||
|
if(location.href.indexOf("mode=onbutton")!=-1){
|
||||||
|
//其他模式显示提交按钮
|
||||||
|
$("#sub_tr").show();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
var neibuClickFlag = false;
|
||||||
|
function neibuClick() {
|
||||||
|
neibuClickFlag = true;
|
||||||
|
$('#btn_sub').trigger('click');
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
<script src = "webpage/com/zzjee/base/wmsWaveConf.js"></script>
|
||||||
|
</html>
|
|
@ -0,0 +1,164 @@
|
||||||
|
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
|
<%@include file="/context/mytags.jsp"%>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<title>波次配置</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/vendor.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap-theme.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/bootstrap.css">
|
||||||
|
<link rel="stylesheet" href="online/template/ledefault/css/app.css">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/style.css" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="plug-in/Validform/css/metrole/tablefrom.css" type="text/css"/>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="plug-in/jquery/jquery-1.8.3.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/dataformat.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/jquery.easyui.min.1.3.2.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/easyui/locale/zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/syUtil.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/My97DatePicker/WdatePicker.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/lhgDialog/lhgdialog.min.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/curdtools_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/tools/easyuiextend.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_v5.3.1_min_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/Validform_Datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/js/datatype_zh-cn.js"></script>
|
||||||
|
<script type="text/javascript" src="plug-in/Validform/plugin/passwordStrength/passwordStrength-min.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.config.js"></script>
|
||||||
|
<script type="text/javascript" charset="utf-8" src="plug-in/ueditor/ueditor.all.min.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
//编写自定义JS代码
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="wmsWaveConfController.do?doUpdate" tiptype="1" >
|
||||||
|
<input type="hidden" id="btn_sub" class="btn_sub"/>
|
||||||
|
<input type="hidden" name="id" value='${wmsWaveConfPage.id}' >
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tab-wrapper">
|
||||||
|
<!-- tab -->
|
||||||
|
<ul class="nav nav-tabs">
|
||||||
|
<li role="presentation" class="active"><a href="javascript:void(0);">波次配置</a></li>
|
||||||
|
</ul>
|
||||||
|
<!-- tab内容 -->
|
||||||
|
<div class="con-wrapper" id="con-wrapper1" style="display: block;">
|
||||||
|
<div class="row form-wrapper">
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>配送点:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="peisondian" name="peisondian" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${wmsWaveConfPage.peisondian}' />
|
||||||
|
<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>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="waveType" name="waveType" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${wmsWaveConfPage.waveType}' />
|
||||||
|
<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>备用1:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="wvBy1" name="wvBy1" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${wmsWaveConfPage.wvBy1}' />
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备用1</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备用2:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="wvBy2" name="wvBy2" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${wmsWaveConfPage.wvBy2}' />
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备用2</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row show-grid">
|
||||||
|
<div class="col-xs-3 text-center">
|
||||||
|
<b>备用3:</b>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-3">
|
||||||
|
<input id="wvBy3" name="wvBy3" type="text" class="form-control"
|
||||||
|
ignore="ignore"
|
||||||
|
value='${wmsWaveConfPage.wvBy3}' />
|
||||||
|
<span class="Validform_checktip" style="float:left;height:0px;"></span>
|
||||||
|
<label class="Validform_label" style="display: none">备用3</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row" id = "sub_tr" style="display: none;">
|
||||||
|
<div class="col-xs-12 layout-header">
|
||||||
|
<div class="col-xs-6"></div>
|
||||||
|
<div class="col-xs-6"><button type="button" onclick="neibuClick();" class="btn btn-default">提交</button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="con-wrapper" id="con-wrapper2" style="display: block;"></div>
|
||||||
|
</div>
|
||||||
|
</t:formvalid>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function(){
|
||||||
|
//查看模式情况下,删除和上传附件功能禁止使用
|
||||||
|
if(location.href.indexOf("load=detail")!=-1){
|
||||||
|
$(".jeecgDetail").hide();
|
||||||
|
}
|
||||||
|
|
||||||
|
if(location.href.indexOf("mode=read")!=-1){
|
||||||
|
//查看模式控件禁用
|
||||||
|
$("#formobj").find(":input").attr("disabled","disabled");
|
||||||
|
}
|
||||||
|
if(location.href.indexOf("mode=onbutton")!=-1){
|
||||||
|
//其他模式显示提交按钮
|
||||||
|
$("#sub_tr").show();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
var neibuClickFlag = false;
|
||||||
|
function neibuClick() {
|
||||||
|
neibuClickFlag = true;
|
||||||
|
$('#btn_sub').trigger('click');
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
<script src = "webpage/com/zzjee/base/wmsWaveConf.js"></script>
|
||||||
|
</html>
|
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
|
||||||
|
//通用弹出式文件上传
|
||||||
|
function commonUpload(callback){
|
||||||
|
$.dialog({
|
||||||
|
content: "url:systemController.do?commonUpload",
|
||||||
|
lock : true,
|
||||||
|
title:"文件上传",
|
||||||
|
zIndex:2100,
|
||||||
|
width:700,
|
||||||
|
height: 200,
|
||||||
|
parent:windowapi,
|
||||||
|
cache:false,
|
||||||
|
ok: function(){
|
||||||
|
var iframe = this.iframe.contentWindow;
|
||||||
|
iframe.uploadCallback(callback);
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
cancelVal: '关闭',
|
||||||
|
cancel: function(){
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
function decode(value, id) {//value传入值,id接受值
|
||||||
|
var last = value.lastIndexOf("/");
|
||||||
|
var filename = value.substring(last + 1, value.length);
|
||||||
|
$("#" + id).text(decodeURIComponent(filename));
|
||||||
|
}
|
|
@ -0,0 +1,56 @@
|
||||||
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
|
<%@include file="/context/mytags.jsp"%>
|
||||||
|
<t:base type="jquery,easyui,tools,DatePicker"></t:base>
|
||||||
|
<div class="easyui-layout" fit="true">
|
||||||
|
<div region="center" style="padding:0px;border:0px">
|
||||||
|
<t:datagrid name="wmsWaveConfList" checkbox="false" pagination="true" fitColumns="false" title="波次配置" actionUrl="wmsWaveConfController.do?datagrid" idField="id" fit="true" queryMode="group">
|
||||||
|
<t:dgCol title="主键" field="id" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="创建人名称" field="createName" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="创建人登录名称" field="createBy" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="创建日期" field="createDate" formatter="yyyy-MM-dd" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="更新人名称" field="updateName" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="更新人登录名称" field="updateBy" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="更新日期" field="updateDate" formatter="yyyy-MM-dd" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="流程状态" field="bpmStatus" hidden="true" queryMode="single" dictionary="bpm_status" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="配送点" field="peisondian" query="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="波次类型" field="waveType" query="true" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="备用1" field="wvBy1" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="备用2" field="wvBy2" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="备用3" field="wvBy3" queryMode="single" width="120"></t:dgCol>
|
||||||
|
<t:dgCol title="操作" field="opt" width="100"></t:dgCol>
|
||||||
|
<t:dgDelOpt title="删除" url="wmsWaveConfController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/>
|
||||||
|
<t:dgToolBar title="录入" icon="icon-add" url="wmsWaveConfController.do?goAdd" funname="add"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="编辑" icon="icon-edit" url="wmsWaveConfController.do?goUpdate" funname="update"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="批量删除" icon="icon-remove" url="wmsWaveConfController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="查看" icon="icon-search" url="wmsWaveConfController.do?goUpdate" funname="detail"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="导入" icon="icon-put" funname="ImportXls"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="导出" icon="icon-putout" funname="ExportXls"></t:dgToolBar>
|
||||||
|
<t:dgToolBar title="模板下载" icon="icon-putout" funname="ExportXlsByT"></t:dgToolBar>
|
||||||
|
</t:datagrid>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src = "webpage/com/zzjee/base/wmsWaveConfList.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function(){
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//导入
|
||||||
|
function ImportXls() {
|
||||||
|
openuploadwin('Excel导入', 'wmsWaveConfController.do?upload', "wmsWaveConfList");
|
||||||
|
}
|
||||||
|
|
||||||
|
//导出
|
||||||
|
function ExportXls() {
|
||||||
|
JeecgExcelExport("wmsWaveConfController.do?exportXls","wmsWaveConfList");
|
||||||
|
}
|
||||||
|
|
||||||
|
//模板下载
|
||||||
|
function ExportXlsByT() {
|
||||||
|
JeecgExcelExport("wmsWaveConfController.do?exportXlsByT","wmsWaveConfList");
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
Loading…
Reference in New Issue