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