合同弹框尺寸调整,办事处区域bug

master
wangjiuyun 2025-05-22 17:34:40 +08:00
parent 2d2b15283f
commit 6601efd83f
4 changed files with 16 additions and 3 deletions

View File

@ -287,6 +287,13 @@
}]
};
$.table.init(options);
parent.layer.style(parent.layer.index, {
width: '1100px',
height: '630px',
top: '30px',
left: '300px'
});
});
function addRow(row) {

View File

@ -321,6 +321,12 @@
$(function () {
initTable([[${orderInfo.orderListList}]])
parent.layer.style(parent.layer.index, {
width: '1100px',
height: '630px',
top: '30px',
left: '300px'
});
});
function downloadTem() {

View File

@ -133,11 +133,11 @@
<th>版本号</th>
<th>合同名称</th>
<th>销售人员姓名</th>
<th>邮箱</th>
<th>销售人员邮箱</th>
<th>最终客户名称</th>
<th>联系人</th>
<th>电话</th>
<th>邮箱</th>
<th>客户邮箱</th>
</tr>
</thead>
<tbody>

View File

@ -37,7 +37,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">市:</label>
<div class="col-sm-8">
<select name="province" th:data-value="*{city}" class="city form-control m-b" data-first-title="选择省">
<select name="city" th:data-value="*{city}" class="city form-control m-b" data-first-title="选择省">
<option value="">请选择</option>
</select>