|
|
@@ -260,6 +260,8 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t |
|
|
|
$("#outProjectInformationContent").html(outProjectInformationData); |
|
|
|
var outProjectInformationData2 = template('outProjectInformationData2', module.data); |
|
|
|
$("#outProjectInformationContent2").html(outProjectInformationData2); |
|
|
|
|
|
|
|
$('#unit').html('出价('+unit+')') |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|