* Finish create user page.

This commit is contained in:
wangyuting
2023-06-20 13:34:22 +08:00
parent 3fcfa27e0d
commit d113078492
4 changed files with 75 additions and 60 deletions
+4 -1
View File
@@ -27,10 +27,11 @@ foreach($visionList as $key => $label)
formPanel
(
import('/js/md5.js', 'js'),
on::change('input[name=type]', 'changeType'),
on::change('#addCompany', 'changeAddCompany'),
on::change('input[name^=visions]', 'changeVision'),
on::change('#password1,#password2', 'changePassword'),
on::change('#password1,#password2,#verifyPassword', 'changePassword'),
on::click('button[type=submit]', 'clickSubmit'),
set::title($title),
formRow
@@ -71,6 +72,8 @@ formPanel
checkbox
(
set::id('addCompany'),
set::name('new[]'),
set::value('0'),
set::text($lang->company->create),
)
)