This commit is contained in:
58261 2018-09-25 19:10:09 +08:00
parent 4790f21882
commit 7a0ed90286

View File

@ -32,7 +32,7 @@
var originalType = sCustCheckedTypes[0];
var otherTypes = sCustCheckedTypes[1];
//初始化页面选项
var custtypes = {'cust_type.cust':'承租人','cust_type.vndr':'合作方-供应商','cust_type.manufacturer':'合作方-制造商','cust_type.assuror':'合作方-担保人','cust_type.othertype':'合作方-其他合作方'};
var custtypes = {'cust_type.cust':'承租人','cust_type.vndr':'合作方-供应商','cust_type.manufacturer':'合作方-制造商','cust_type.assuror':'合作方-担保人/抵押人','cust_type.othertype':'合作方-其他合作方'};
delete custtypes[originalType];//不显示原始客户类别
var tdCusttypes = $('input[name="custtype"]');