Pu Zhibing
2024-11-15 dedfc9f1a3fb311874a360324447e717f3034c4a
ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tDriver/yesDriver_info.js
@@ -730,9 +730,14 @@
 */
YesDriverInfoDlg.companyTypeClick = function (e) {
    if (1 == e){
        $("#companyDiv").hide();
        $("#oneId").hide();
        $("#twoId").hide();
    } else if (2 == e){
        $("#companyDiv").show();
        $("#oneId").show();
        $("#twoId").hide();
    }else if (3 == e){
        $("#oneId").hide();
        $("#twoId").show();
    }
}