#TRS-ZS-608 浙商TRS-客户保证金报送
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user