#TRS-ZS-608 浙商TRS-客户保证金报送

This commit is contained in:
嬴政 时
2025-08-08 16:03:59 +08:00
parent f4ef47e654
commit 49c97fa7b8
5 changed files with 28 additions and 4 deletions
@@ -1680,7 +1680,15 @@ $(function () {
$("#LicenseValidTime").show();
$("#clickLongOrShortLicense").text("长期");
}
$("[name=meta_ClientTagDesc]").prop("disabled", "disabled");
$("[name=meta_ClientTag]").change(() => {
$("[name=meta_ClientTagDesc]").get(0).selectedIndex = $('[name=meta_ClientTag] option:selected').index()
page.client.meta_ClientTagDesc = $("[name=meta_ClientTagDesc]").val();
});
if (!page.isNewClient) {
$("[name=meta_ClientTag]").val(page.client.MetaDic.ClientTag);
$("[name=meta_ClientTag]").change();
}
createTopVue();
if (!pageData.isGuoJun) {
$(".showmore").mouseenter(//进入元素
@@ -1715,7 +1723,7 @@ $(function () {
input.attr('type', 'text');
$(this).addClass("glyphicon-eye-open");
$(this).removeClass("glyphicon-eye-close");
} else {
input.attr('type', 'password');
$(this).removeClass("glyphicon-eye-open");