| @@ -18,6 +18,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { | |||||
| //新闻详情 | //新闻详情 | ||||
| tools.doGet(contractionList, { | tools.doGet(contractionList, { | ||||
| code:getQueryVariable('id'), | code:getQueryVariable('id'), | ||||
| translate_dict: '1', | |||||
| bookId: JSON.parse(tools.getCookie('user')).bookId, | bookId: JSON.parse(tools.getCookie('user')).bookId, | ||||
| deptId: JSON.parse(tools.getCookie('user')).deptId | deptId: JSON.parse(tools.getCookie('user')).deptId | ||||
| }, module.newsDetail , true); | }, module.newsDetail , true); | ||||
| @@ -27,6 +28,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { | |||||
| pageSize:10, | pageSize:10, | ||||
| orderByColumn: 'buildingTime', | orderByColumn: 'buildingTime', | ||||
| isAsc: 'desc', | isAsc: 'desc', | ||||
| translate_dict: '1', | |||||
| bookId: JSON.parse(tools.getCookie('user')).bookId, | bookId: JSON.parse(tools.getCookie('user')).bookId, | ||||
| deptId: JSON.parse(tools.getCookie('user')).deptId | deptId: JSON.parse(tools.getCookie('user')).deptId | ||||
| }, module.newsList , true); | }, module.newsList , true); | ||||
| @@ -59,7 +61,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { | |||||
| var content = data.rows[0]; | var content = data.rows[0]; | ||||
| $('#name').html(content.name); | $('#name').html(content.name); | ||||
| $('#code').html('合同编码:' + content.code); | $('#code').html('合同编码:' + content.code); | ||||
| $('#biddingType').html('合同类型:'+content.biddingType); | |||||
| $('#biddingType').html('合同类型:'+content.assetType); | |||||
| $('#secondParty').html('合同乙方:'+content.secondParty); | $('#secondParty').html('合同乙方:'+content.secondParty); | ||||
| $('#settleType').html('结款方式:'+content.settleType); | $('#settleType').html('结款方式:'+content.settleType); | ||||
| $('#totalAmount').html('合同金额:'+content.totalAmount); | $('#totalAmount').html('合同金额:'+content.totalAmount); | ||||