Merge branch 'sprint/247_tianshujie_72323' into 'master'

* Finish task #72323.

See merge request easycorp/zentaopms!5767
This commit is contained in:
李玉春
2022-10-17 09:23:58 +00:00
@@ -53,7 +53,7 @@
</p>
</div>
<?php else:?>
<form class='main-table table-productplan' method='post' id='productplanForm' action='<?php echo inlink('batchEdit', "productID=$product->id&branch=$branch")?>'>
<form class='main-table table-productplan' method='post' id='productplanForm' action='<?php echo inlink('batchEdit', "productID=$product->id&branch=$branch")?>' data-preserve-nested='true'>
<table class='table has-sort-head' id="productplanList">
<thead>
<?php $vars = "productID=$productID&branch=$branch&browseType=$browseType&queryID=$queryID&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>