|
|
@@ -58,10 +58,15 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { |
|
|
|
if (data.code == 200) { |
|
|
|
var content = data.rows[0]; |
|
|
|
$('#name').html(content.name); |
|
|
|
$('#code').html('资产编码:' + content.code); |
|
|
|
$('#code').html('资源编码:' + content.code); |
|
|
|
$('#biddingType').html('资源分类:'+content.resourceSort); |
|
|
|
$('#secondParty').html('资源类型:'+content.resourceType); |
|
|
|
$('#settleType').html('面积:'+content.totalArea); |
|
|
|
$('#location').html('坐落位置:'+(content.location || '')); |
|
|
|
$('#east').html('东至:'+(content.east || '')); |
|
|
|
$('#west').html('西至:'+(content.west || '')); |
|
|
|
$('#south').html('南至:'+(content.south || '')); |
|
|
|
$('#north').html('北至:'+(content.north || '')); |
|
|
|
$('#settleType').html('面积:'+content.totalArea + '亩'); |
|
|
|
$('#totalAmount').html('使用情况:'+content.useType); |
|
|
|
} |
|
|
|
} |
|
|
|