瀏覽代碼

优化合同功能

hurugang 3 年之前
父節點
當前提交
0ca247539a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/js/mz/toll_administration.js

+ 1 - 1
src/main/resources/static/js/mz/toll_administration.js

@@ -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);