合同弹框尺寸调整,办事处区域bug
parent
2d2b15283f
commit
6601efd83f
|
@ -287,6 +287,13 @@
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
$.table.init(options);
|
$.table.init(options);
|
||||||
|
|
||||||
|
parent.layer.style(parent.layer.index, {
|
||||||
|
width: '1100px',
|
||||||
|
height: '630px',
|
||||||
|
top: '30px',
|
||||||
|
left: '300px'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
function addRow(row) {
|
function addRow(row) {
|
||||||
|
|
|
@ -321,6 +321,12 @@
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
initTable([[${orderInfo.orderListList}]])
|
initTable([[${orderInfo.orderListList}]])
|
||||||
|
parent.layer.style(parent.layer.index, {
|
||||||
|
width: '1100px',
|
||||||
|
height: '630px',
|
||||||
|
top: '30px',
|
||||||
|
left: '300px'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
function downloadTem() {
|
function downloadTem() {
|
||||||
|
|
|
@ -133,11 +133,11 @@
|
||||||
<th>版本号</th>
|
<th>版本号</th>
|
||||||
<th>合同名称</th>
|
<th>合同名称</th>
|
||||||
<th>销售人员姓名</th>
|
<th>销售人员姓名</th>
|
||||||
<th>邮箱</th>
|
<th>销售人员邮箱</th>
|
||||||
<th>最终客户名称</th>
|
<th>最终客户名称</th>
|
||||||
<th>联系人</th>
|
<th>联系人</th>
|
||||||
<th>电话</th>
|
<th>电话</th>
|
||||||
<th>邮箱</th>
|
<th>客户邮箱</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-4 control-label">市:</label>
|
<label class="col-sm-4 control-label">市:</label>
|
||||||
<div class="col-sm-8">
|
<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>
|
<option value="">请选择</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue