Bläddra i källkod

加油记录、监测加油统计页面显示调整

chenwen 3 år sedan
förälder
incheckning
5bfc7ffd63
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      src/main/webapp/page/js/oilAddLog.js
  2. 1 1
      src/main/webapp/page/js/oilMonitorRpt.js

+ 1 - 0
src/main/webapp/page/js/oilAddLog.js

@@ -171,6 +171,7 @@ layui.use(['element','mylayer','newtable','laydate','myform','page','autocomplet
 										 else{
 											 layer.msg("操作成功");
 											 layer.close(index);
+											 table.refresh("LAY-tab-oil");
 										 }
 									 },function(){
 										 layer.msg("网络请求出现错误");

+ 1 - 1
src/main/webapp/page/js/oilMonitorRpt.js

@@ -68,7 +68,7 @@ layui.use(['element','mylayer','newtable','laydate','myform','page','autocomplet
 										 {field: 'startVolume', title: '月初油量(升)', align:'center',width:120,sort:true},
 				  						 {field: 'endVolume', title: '月终油量(升)', align:'center',width:120,sort:true},
 				  						 {field: 'costVolume', title: '耗油量(升)', align:'center',width:120,sort:true},
-				  						 {field: 'addVolume', title: '加油量(升)', align:'center',width:120,sort:true},
+				  						 {field: 'addVolume', title: '监测加油量(升)', align:'center',width:140,sort:true},
 				  						 {field: 'rptVolume', title: '上报加油量(升)', align:'center',width:140,sort:true},
 				  						 {field: 'diffVolume', title: '加油量差额(升)', align:'center',width:140,sort:true},
 				  						 {field: 'oilData', title: '油量数据', align:'center',width:160,templet:'#toolbar'}