| | |
| | | /** |
| | | * 查看 |
| | | */ |
| | | TWithdrawal.detail = function () { |
| | | if (this.check()) { |
| | | var index = layer.open({ |
| | | type: 2, |
| | | title: '查看详情', |
| | | area: ['100%', '100%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/withdrawal/tWithdrawal_detail/' + TWithdrawal.seItem.id |
| | | }); |
| | | this.layerIndex = index; |
| | | } |
| | | TWithdrawal.detail = function (id) { |
| | | var index = layer.open({ |
| | | type: 2, |
| | | title: '查看详情', |
| | | area: ['100%', '100%'], //宽高 |
| | | fix: false, //不固定 |
| | | maxmin: true, |
| | | content: Feng.ctxPath + '/withdrawal/tWithdrawal_update/' + id |
| | | }); |
| | | this.layerIndex = index; |
| | | }; |
| | | |
| | | |
| | | /** |
| | | * 删除分公司管理 |
| | |
| | | }); |
| | | } |
| | | }; |
| | | |
| | | /** |
| | | * 导出 |
| | | */ |
| | | TWithdrawal.export = function () { |
| | | window.location.href=Feng.ctxPath + "/withdrawal/excel?insertTime="+$("#insertTime").val()+ |
| | | "&driverName="+$("#driverName").val()+ |
| | | "&status="+$("#status").val(); |
| | | }; |
| | | /** |
| | | * 查询分公司管理列表 |
| | | */ |