fix bug in fainal 3
parent
10b79312b7
commit
2788bb8562
|
|
@ -257,7 +257,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> 報價單名稱 </th>
|
<th> 報價單名稱 </th>
|
||||||
<th> 建立時間 </th>
|
<th> 異動時間 </th>
|
||||||
<th> 窗口 </th>
|
<th> 窗口 </th>
|
||||||
<th style="width: 30px;"> </th>
|
<th style="width: 30px;"> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -1014,7 +1014,7 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (quotation_method == "edit") {
|
if (quotation_method == "edit") {
|
||||||
quotationTable.fnUpdate(obj, quotationPos);
|
quotationTable.fnUpdate(obj, quotationRowPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue