|
@@ -7,7 +7,7 @@
|
|
|
<li>
|
|
<li>
|
|
|
<input id="timetk" value="{date('Y-m-d', strtotime('-1 month'))} 00:00" name="timetkk" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
<input id="timetk" value="{date('Y-m-d', strtotime('-1 month'))} 00:00" name="timetkk" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
|
至
|
|
至
|
|
|
- <input id="timetj" value="{date('Y-m-d H:i',time())}" name="timetjj" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
|
|
|
|
+ <input id="timetj" value="{date('Y-m-d',strtotime('-6 days'))} 00:00" name="timetjj" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
<li><span>确 定</span></li>
|
|
<li><span>确 定</span></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
@@ -15,11 +15,12 @@
|
|
|
<table class="datatitle data" border="0" style="border-collapse:collapse;">
|
|
<table class="datatitle data" border="0" style="border-collapse:collapse;">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
|
|
<td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
|
|
|
-<td>编码</td>
|
|
|
|
|
-<td>品名</td>
|
|
|
|
|
-<td>备注</td>
|
|
|
|
|
|
|
+<td>订单编码</td>
|
|
|
|
|
+<td>订单时间</td>
|
|
|
<td>打印时间</td>
|
|
<td>打印时间</td>
|
|
|
-<td>操作时间</td>
|
|
|
|
|
|
|
+<td>申报条数</td>
|
|
|
|
|
+<td>仓库品名</td>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
@@ -29,21 +30,19 @@
|
|
|
<div class="bomf"></div>
|
|
<div class="bomf"></div>
|
|
|
</div>
|
|
</div>
|
|
|
<script>
|
|
<script>
|
|
|
-var dataurl = "/workshopshow/xdgxwjsrkshow";
|
|
|
|
|
-var editurl = "/workshopshow/xdgxwjsrkshow";
|
|
|
|
|
|
|
+var dataurl = "/workshopshow/dyc7twchshow";
|
|
|
|
|
+var editurl = "/workshopshow/dyc7twchshow";
|
|
|
// var editdj = 1;
|
|
// var editdj = 1;
|
|
|
// var editt = "用户管理 - 修改";
|
|
// var editt = "用户管理 - 修改";
|
|
|
var customon = 1;
|
|
var customon = 1;
|
|
|
function custom(){
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
$(".data tr").each(function() {
|
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
|
- $(this).find('td:eq(1)').css("width","11%");
|
|
|
|
|
- $(this).find('td:eq(2)').css("width","25%");
|
|
|
|
|
- $(this).find('td:eq(3)').css("width","25%");
|
|
|
|
|
- $(this).find('td:eq(4)').css("width","10%");
|
|
|
|
|
- $(this).find('td:eq(5)').css("width","10%");
|
|
|
|
|
- $(this).find('td:eq(6)').css("width","15%");
|
|
|
|
|
-
|
|
|
|
|
|
|
+ $(this).find('td:eq(1)').css("width","10%");
|
|
|
|
|
+ $(this).find('td:eq(2)').css("width","8%");
|
|
|
|
|
+ $(this).find('td:eq(3)').css("width","8%");
|
|
|
|
|
+ $(this).find('td:eq(4)').css("width","8%");
|
|
|
|
|
+ $(this).find('td:eq(5)').css("width","50%");
|
|
|
});}
|
|
});}
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|