| | |
| | | @if(shiro.hasPermission("/tDriver/changeCar")){ |
| | | <#button name="更换/绑定车辆" icon="fa-remove" clickFun="YesDriver.changeCar()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/deductmoney")){ |
| | | <#button name="添加扣款" icon="fa-remove" clickFun="YesDriver.deductmoney()" space="true"/> |
| | | @} |
| | | </div> |
| | | <#table id="YesDriverTable"/> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <script src="${ctxPath}/static/modular/system/tDriver/yesDriver.js"></script> |
| | | <script src="${ctxPath}/static/crypto-js/crypto-js.js"></script> |
| | | <script> |
| | | laydate.render({ |
| | | elem: '#insertTime' |