@@ -41,6 +41,7 @@ module.exports = app => {
data.id = info.id;
await this.db.update(this.tableName, data);
data.sign_path = info.sign_path;
+ data.company = info.company;
}
return data;
@@ -98,7 +98,7 @@
<div class="row">
<div class="col-6">
<% const yb = ctx.helper._.find(accountList, { id: ctx.tender.data.user_id }) %>
- <div class="modal-height-500">
+ <div class="modal-height-500" style="overflow: auto;">
<table class="table table-hover table-bordered">
<thead>
<tr><th colspan="4" class="text-center" id="stage_audit"><%- yb.name %>(原报)</th></tr>