mirror of
https://shylinux.com/x/enterprise
synced 2025-07-01 20:41:20 +08:00
add some
This commit is contained in:
parent
e470369408
commit
05aa8296e0
@ -23,6 +23,8 @@ func (s Table) Inputs(m *ice.Message, arg ...string) {
|
|||||||
case model.COMPANY_UID:
|
case model.COMPANY_UID:
|
||||||
m.Cmdy(company{}, s.Select).Cut(model.UID, model.NAME).RenameAppend(model.UID, arg[0])
|
m.Cmdy(company{}, s.Select).Cut(model.UID, model.NAME).RenameAppend(model.UID, arg[0])
|
||||||
m.DisplayInputKeyNameIconTitle()
|
m.DisplayInputKeyNameIconTitle()
|
||||||
|
case model.COMPANY_NAME, model.CITY_NAME:
|
||||||
|
m.Cmdy(Portal{}, "placeList", m.Option(model.USER_UID)).Cut(arg[0])
|
||||||
default:
|
default:
|
||||||
s.Table.Inputs(m, arg...)
|
s.Table.Inputs(m, arg...)
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ const (
|
|||||||
COMPANY_UID = "company_uid"
|
COMPANY_UID = "company_uid"
|
||||||
COMPANY_NAME = "company_name"
|
COMPANY_NAME = "company_name"
|
||||||
CITY_UID = "city_uid"
|
CITY_UID = "city_uid"
|
||||||
|
CITY_NAME = "city_name"
|
||||||
)
|
)
|
||||||
|
|
||||||
type UserGroup struct {
|
type UserGroup struct {
|
||||||
|
@ -3,10 +3,8 @@ package main
|
|||||||
import (
|
import (
|
||||||
"shylinux.com/x/ice"
|
"shylinux.com/x/ice"
|
||||||
|
|
||||||
_ "shylinux.com/x/enterprise/src/development"
|
|
||||||
_ "shylinux.com/x/enterprise/src/gongyinglian"
|
_ "shylinux.com/x/enterprise/src/gongyinglian"
|
||||||
_ "shylinux.com/x/enterprise/src/guanlixitong"
|
_ "shylinux.com/x/enterprise/src/guanlixitong"
|
||||||
_ "shylinux.com/x/enterprise/src/operation"
|
|
||||||
_ "shylinux.com/x/enterprise/src/shichangyingxiao"
|
_ "shylinux.com/x/enterprise/src/shichangyingxiao"
|
||||||
_ "shylinux.com/x/enterprise/src/zijinlian"
|
_ "shylinux.com/x/enterprise/src/zijinlian"
|
||||||
)
|
)
|
||||||
|
@ -93,6 +93,13 @@
|
|||||||
"time": "2024-08-03 16:48:44.294"
|
"time": "2024-08-03 16:48:44.294"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"f28c03b5bdbbe92ebc89dabca5e7d4de": {
|
||||||
|
"meta": {
|
||||||
|
"index": "web.team.gonganxitong.member",
|
||||||
|
"order": "80",
|
||||||
|
"time": "2024-09-03 01:27:08.433"
|
||||||
|
}
|
||||||
|
},
|
||||||
"fa5ff99e330772f88b929de7762a36f1": {
|
"fa5ff99e330772f88b929de7762a36f1": {
|
||||||
"meta": {
|
"meta": {
|
||||||
"index": "web.team.guanlixitong.target",
|
"index": "web.team.guanlixitong.target",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user