lvhao 20 hours ago
parent
commit
a0d7308c9f
1 changed files with 50 additions and 0 deletions
  1. 50 0
      template/erp/workshopshow_gxlzc3show.html

+ 50 - 0
template/erp/workshopshow_gxlzc3show.html

@@ -0,0 +1,50 @@
+{Template header}
+<body>
+<div class="warp">
+<div class="fixed">
+<ul class="search" >
+
+<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'})">
+        至&nbsp;&nbsp;&nbsp;&nbsp; 
+    <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>
+    <li><span>确 定</span></li>
+</ul>
+
+
+<table class="datatitle data" border="0" style="border-collapse:collapse;">
+<tr>
+<td><label onClick="swapCheck()"><input name="checkbox" type="checkbox" class="regular-checkbox"></label></td>
+<td>编码</td>
+<td>品名</td>
+<td>备注</td>
+<td>打印时间</td>
+<td>操作时间</td>
+
+</tr>
+</table>
+</div>
+<table class="datatext data" border="0" style="border-collapse:collapse;">
+</table>
+<div class="bomf"></div>
+</div>
+<script>
+var dataurl = "/workshopshow/gxlzc3show";
+var editurl = "/workshopshow/gxlzc3show";
+// var editdj = 1;
+// var editt = "用户管理 - 修改";
+var customon = 1;
+function custom(){
+$(".data tr").each(function() {
+    $(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%");
+  
+});}
+
+</script>
+{Template footer}