From 39b5aa730edf14c9215935a5fc836be8e8345e1c Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Tue, 26 Jan 2021 21:20:54 +0800 Subject: [PATCH] 划扣bug --- zq-erp/src/main/resources/templates/views/super/sysCompany-form.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html b/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html index 73347ad..0c82ad2 100644 --- a/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html +++ b/zq-erp/src/main/resources/templates/views/super/sysCompany-form.html @@ -56,7 +56,7 @@ <div class="form-group"> <label class="col-sm-2 control-label">联系电话</label> <div class="col-sm-4"> - <input type="text" dataType="m" class="form-control" + <input type="text" dataType="*11-11" class="form-control" name="comBossTel" ignore="ignore" th:value="${obj.comBossTel }" nullmsg="联系电话不能为空"> <div class="Validform_checktip"></div> -- Gitblit v1.9.1