diff --git a/frontend/views/finance/budian-list.php b/frontend/views/finance/budian-list.php index 21be2f5..5861f86 100644 --- a/frontend/views/finance/budian-list.php +++ b/frontend/views/finance/budian-list.php @@ -135,6 +135,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/finance/chuna-gongzi-list.php b/frontend/views/finance/chuna-gongzi-list.php index 2047713..38ad88f 100644 --- a/frontend/views/finance/chuna-gongzi-list.php +++ b/frontend/views/finance/chuna-gongzi-list.php @@ -136,6 +136,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/finance/gongzi-all-list.php b/frontend/views/finance/gongzi-all-list.php index 646db63..0f2f957 100644 --- a/frontend/views/finance/gongzi-all-list.php +++ b/frontend/views/finance/gongzi-all-list.php @@ -139,6 +139,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/finance/pay2-list.php b/frontend/views/finance/pay2-list.php index 38c3441..a1ea401 100644 --- a/frontend/views/finance/pay2-list.php +++ b/frontend/views/finance/pay2-list.php @@ -139,6 +139,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/finance/receipt-lirun.php b/frontend/views/finance/receipt-lirun.php index 4582a22..04fcf0c 100644 --- a/frontend/views/finance/receipt-lirun.php +++ b/frontend/views/finance/receipt-lirun.php @@ -156,6 +156,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/finance/receipt.php b/frontend/views/finance/receipt.php index ffab537..7d3bd69 100644 --- a/frontend/views/finance/receipt.php +++ b/frontend/views/finance/receipt.php @@ -156,6 +156,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/finance/ticheng-jisuan.php b/frontend/views/finance/ticheng-jisuan.php index 6e9c548..a419f19 100644 --- a/frontend/views/finance/ticheng-jisuan.php +++ b/frontend/views/finance/ticheng-jisuan.php @@ -220,6 +220,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; } diff --git a/frontend/views/insurer/finance-mng.php b/frontend/views/insurer/finance-mng.php index 8611681..965ef94 100644 --- a/frontend/views/insurer/finance-mng.php +++ b/frontend/views/insurer/finance-mng.php @@ -134,6 +134,7 @@ use \common\libs\MyLib; '' }); html += ''; + $('#listTable').find('tfoot').remove(); $('#listTable').append(html); return res; }