44323
2023-11-15 07811c07c6e23f179d284fc2fde13cc9218d967b
cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop_info.js
@@ -228,6 +228,7 @@
    let name = $("#name").val()
    let phone = $("#phone").val()
    var elementById = document.getElementById("radio1");
    if (elementById != null){
    if (elementById.checked) {
        if (pCode == '' && $("#role").val() == "1") {
            Feng.info("请选择省")
@@ -238,7 +239,6 @@
            return;
        }
    }
    if (!elementById.checked){
        if(pCode1=='' && $("#role").val()=="1"){
            Feng.info("请选择省")
@@ -249,6 +249,9 @@
            return;
        }
    }
    }
    if(name==''){
        Feng.info("门店名称不能为空")
        return;