财务表总计修改

dev
zhaocheng 5 years ago
parent 8521cc78f7
commit 0488b0481f
  1. 1
      frontend/views/finance/budian-list.php
  2. 1
      frontend/views/finance/chuna-gongzi-list.php
  3. 1
      frontend/views/finance/gongzi-all-list.php
  4. 1
      frontend/views/finance/pay2-list.php
  5. 1
      frontend/views/finance/receipt-lirun.php
  6. 1
      frontend/views/finance/receipt.php
  7. 1
      frontend/views/finance/ticheng-jisuan.php
  8. 1
      frontend/views/insurer/finance-mng.php

@ -135,6 +135,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -136,6 +136,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -139,6 +139,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -139,6 +139,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -156,6 +156,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -156,6 +156,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -220,6 +220,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

@ -134,6 +134,7 @@ use \common\libs\MyLib;
'</div>'
});
html += '</td></tr></tfoot>';
$('#listTable').find('tfoot').remove();
$('#listTable').append(html);
return res;
}

Loading…
Cancel
Save