@@ -216,7 +216,7 @@ function initCooperativeEnterprisesSelect() {
}
var html = '';
$.each(res.data, function (commentIndex, comment) {
- html += '<option value="' + comment.id + '">' + comment.projectName + '</option>';
+ html += '<option value="' + comment.id + '">' + comment.projectName + " "+comment.contractNo+'</option>';
});
$('#project').empty();
$('#project').html(html);