会员管理

This commit is contained in:
duan
2024-10-25 14:37:22 +08:00
parent 2cf3fe512b
commit baf3ebbc1b
4 changed files with 105 additions and 33 deletions

View File

@@ -290,7 +290,6 @@
go.to('PAGES_USER_ADD')
}
let callTabletakeNumberEvent = async () => {
console.log(datas.form, '调试1')
let res = await midfiyAccount({
id: datas.activeUser.id,
...datas.form
@@ -334,9 +333,8 @@
} else if (i == 1) {
hasPermission('允许管理会员信息').then(ele => {
if (ele) {
toUrl('PAGES_SALES_WAREHOUSEENTRY', {
consId: actionSheet.activeId,
item: JSON.stringify(actionSheet.active)
go.to('PAGES_USER_ADD', {
item: JSON.stringify(datas.activeUser)
})
}
})