fix bug in fainal 3

master
嘉祥 詹 2024-09-16 11:09:10 +08:00
parent 10b79312b7
commit 2788bb8562
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -1014,7 +1014,7 @@ $(document).ready(function () {
} }
if (quotation_method == "edit") { if (quotation_method == "edit") {
quotationTable.fnUpdate(obj, quotationPos); quotationTable.fnUpdate(obj, quotationRowPos);
} }