NonInventPurchasingSystem/CPRNIMS.WebApps/Views/Shared/PagesView/PO/_POScripts.cshtml
2026-03-11 14:26:41 +08:00

32 lines
1.6 KiB
Plaintext

<div id="IndexCardContainer">
</div>
<input hidden id="roleRights" value="@ViewBag.UserRoles" />
<div id="overlay" class="overlay" style="display: none;">
<div id="loader" class="loader"></div>
</div>
<link href="~/css/common/rowhighlighter.css" rel="stylesheet" />
<script src="~/jsfunctions/po/ComponentsV4.js"></script>
<script src="~/jsfunctions/common/componentid.js"></script>
<script src="~/jsfunctions/common/indexcard.js"></script>
<script src="~/jsfunctions/common/termsV2.js"></script>
<script src="~/jsfunctions/common/ColumnCommonV2.js"></script>
<script src="~/jsfunctions/common/genericcrud.js"></script>
<script src="~/jsfunctions/common/ParamConfigV2.js"></script>
<script src="~/jsfunctions/common/PostPutV2.js"></script>
<script src="~/jsfunctions/common/PRWOCanvassV2.js"></script>
<script src="~/jsfunctions/po/POButtonV9.js"></script>
<script src="~/jsfunctions/po/PrintingV2.js"></script>
<script src="~/JsFunctions/PO/POColumn.js"></script>
<script src="~/jsfunctions/po/ApiV4.js"></script>
<script src="~/jsfunctions/po/populatetable.js"></script>
<script src="~/jsfunctions/po/POVarV6.js"></script>
<script src="~/jsfunctions/po/POViewV4.js"></script>
<script src="~/jsfunctions/po/PopulateDopdownV4.js"></script>
<script src="~/jsfunctions/po/POPutPostV4.js"></script>
<script src="~/jsfunctions/po/rowCallBackV5.js"></script>
<script src="~/jsfunctions/utilities/NewStyle.js"></script>
<script src="~/jsfunctions/utilities/utilsV3.js"></script>
<script src="~/jsfunctions/utilities/StylesV3.js"></script>
<script src="~/jsfunctions/utilities/searchengine.js"></script>