|
|
@@ -256,11 +256,12 @@ var bootstrap = function ($, learun) { |
|
|
|
|
|
|
|
//打印 |
|
|
|
$('#detailprint').on('click', function () { |
|
|
|
console.log(ProcessId); |
|
|
|
var createTime = $('#CreateTime').val(); |
|
|
|
createTime = learun.formatDate(createTime, 'yyyy-MM-dd'); |
|
|
|
learun.layerForm({ |
|
|
|
id: 'print', |
|
|
|
title: '北京金隅科技学校固定资产验收单', |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/Ass_Acceptance/Print?keyValue=' + keyValue + '&ProcessId=' + ProcessId, |
|
|
|
url: top.$.rootUrl + '/AssetManagementSystem/Ass_Acceptance/Print?keyValue=' + keyValue + '&ProcessId=' + ProcessId + '&createTime=' + createTime, |
|
|
|
width: 1100, |
|
|
|
height: 800, |
|
|
|
btn: null |
|
|
|