Compare commits
No commits in common. "2836b3c18a43f3899ab2713b1ed7d9872b7a3187" and "6e65260cc4d084309f2aeead3cbb9c9c0ee67add" have entirely different histories.
2836b3c18a
...
6e65260cc4
|
|
@ -287,13 +287,6 @@
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
$.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,12 +321,6 @@
|
||||||
|
|
||||||
$(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="city" th:data-value="*{city}" class="city form-control m-b" data-first-title="选择省">
|
<select name="province" 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