Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
ebce866b
Commit
ebce866b
authored
Jul 20, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f66edb0e
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
36 additions
and
4 deletions
+36
-4
AddHotProductDialog.ts
...s/artist-information/AddHotProduct/AddHotProductDialog.ts
+1
-0
updateHotProduc.ts
...ts/artist-information/UpdateHotProduct/updateHotProduc.ts
+1
-0
AddAccountBankDialog.ts
...count/add-new-bank-account-dialog/AddAccountBankDialog.ts
+2
-0
EditBankAcc.ts
...information/bank-account/edit-bank-account/EditBankAcc.ts
+2
-0
index.vue
src/components/artist-information/hot-product/index.vue
+2
-4
index.vue
src/pages/bai-viet/index.vue
+1
-0
updateInformationArtist.ts
...ges/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
+4
-0
CategoryPost.ts
src/pages/danh-muc-bai-viet/CategoryPost.ts
+3
-0
index.vue
src/pages/don-vi-chu-quan/index.vue
+1
-0
index.vue
src/pages/khach-hang/index.vue
+3
-0
index.vue
src/pages/linh-vuc-hoat-dong/index.vue
+1
-0
index.vue
src/pages/menu/index.vue
+2
-0
index.vue
src/pages/nghe-sy/index.vue
+1
-0
User.ts
src/pages/nguoi-dung/User.ts
+4
-0
UserGroup.ts
src/pages/nhom-nguoi-dung/UserGroup.ts
+3
-0
AddArtist.ts
src/pages/them-nghe-sy/AddArtist.ts
+4
-0
index.vue
src/pages/xep-hang-khach-hang/index.vue
+1
-0
No files found.
src/components/artist-information/AddHotProduct/AddHotProductDialog.ts
View file @
ebce866b
...
...
@@ -61,6 +61,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.addHotProductSccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
};
...
...
src/components/artist-information/UpdateHotProduct/updateHotProduc.ts
View file @
ebce866b
...
...
@@ -80,6 +80,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.updateHotProductSccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
};
const
product_name
=
[
...
...
src/components/artist-information/bank-account/add-new-bank-account-dialog/AddAccountBankDialog.ts
View file @
ebce866b
...
...
@@ -99,6 +99,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.accountNumberExits'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
}
if
(
!
hasError
)
{
...
...
@@ -115,6 +116,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.addAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
}
};
...
...
src/components/artist-information/bank-account/edit-bank-account/EditBankAcc.ts
View file @
ebce866b
...
...
@@ -102,6 +102,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.accountNumberExits'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
}
}
...
...
@@ -119,6 +120,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.editAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
}
};
...
...
src/components/artist-information/hot-product/index.vue
View file @
ebce866b
...
...
@@ -82,11 +82,9 @@
<q-td
style=
"padding: auto; height: 100%"
>
<div
align=
"center"
>
<q-img
fit=
"contain"
:ratio=
"16 / 9"
style=
"width: 9rem"
style=
"width: 5rem; height: 6rem"
:src=
"
rowData.
row.
file === undefined
rowData.file === undefined
? configImg.API_IMAGE_ENDPOINT + rowData.value
: rowData.value
"
...
...
src/pages/bai-viet/index.vue
View file @
ebce866b
...
...
@@ -345,6 +345,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'post.actionMessages.deletePostAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListPost
();
}
...
...
src/pages/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
View file @
ebce866b
...
...
@@ -494,6 +494,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.deleteAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
bankAccounts
.
value
.
splice
(
value
,
1
);
});
...
...
@@ -539,6 +540,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.deleteAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
products
.
value
.
splice
(
value
,
1
);
});
...
...
@@ -617,6 +619,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.deleteStoryAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
stories
.
value
.
splice
(
idx
,
1
);
});
...
...
@@ -883,6 +886,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'artist.actionMessages.editArtistAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
}
}
catch
(
error
)
{}
...
...
src/pages/danh-muc-bai-viet/CategoryPost.ts
View file @
ebce866b
...
...
@@ -144,6 +144,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'postCategory.actionMessages.addPostCategoryAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCategoryPost
();
}
...
...
@@ -177,6 +178,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'postCategory.actionMessages.deletePostCategoryAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCategoryPost
();
}
...
...
@@ -222,6 +224,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'postCategory.actionMessages.updatePostCategoryAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCategoryPost
();
}
...
...
src/pages/don-vi-chu-quan/index.vue
View file @
ebce866b
...
...
@@ -395,6 +395,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'managingUnit.actionMessages.deleteManagingUnitsAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListUnits
();
}
...
...
src/pages/khach-hang/index.vue
View file @
ebce866b
...
...
@@ -348,6 +348,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'customer.actionMessages.deleteUserAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCustomers
();
}
...
...
@@ -379,6 +380,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'customer.actionMessages.addNewUserAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCustomers
();
showDialog
.
value
=
false
;
...
...
@@ -453,6 +455,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'customer.actionMessages.updateUserAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCustomers
();
showDialogUpdate
.
value
=
false
;
...
...
src/pages/linh-vuc-hoat-dong/index.vue
View file @
ebce866b
...
...
@@ -237,6 +237,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'field.actionMessages.deleteFieldAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListField
();
}
...
...
src/pages/menu/index.vue
View file @
ebce866b
...
...
@@ -356,6 +356,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'listMenu.actionMessages.updateSuccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getlistMenu
();
showDialogUpdate
.
value
=
false
;
...
...
@@ -392,6 +393,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'listMenu.actionMessages.deleteSuccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getlistMenu
();
}
...
...
src/pages/nghe-sy/index.vue
View file @
ebce866b
...
...
@@ -457,6 +457,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'artist.actionMessages.deleteArtistAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListArtists
();
}
...
...
src/pages/nguoi-dung/User.ts
View file @
ebce866b
...
...
@@ -201,6 +201,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'userPage.actionMessages.addNewUserAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListUsers
();
...
...
@@ -240,6 +241,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'userPage.actionMessages.deleteUserAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListUsers
();
}
...
...
@@ -281,6 +283,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'userPage.actionMessages.resetPasswordAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListUsers
();
}
...
...
@@ -356,6 +359,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'userPage.actionMessages.updateUserAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListUsers
();
}
...
...
src/pages/nhom-nguoi-dung/UserGroup.ts
View file @
ebce866b
...
...
@@ -49,6 +49,7 @@ const addNewGroupInfo = async ($store: Store<StateInterface>) => {
message
:
i18n
.
global
.
t
(
'userGroupPage.groupInfo.actionMessages.addNewSuccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
changeValueIsDisable
(
EditMode
.
default
);
...
...
@@ -117,6 +118,7 @@ const updateGroupInfo = async ($store: Store<StateInterface>) => {
message
:
i18n
.
global
.
t
(
'userGroupPage.groupInfo.actionMessages.updateSuccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
changeValueIsDisable
(
EditMode
.
default
);
...
...
@@ -183,6 +185,7 @@ const deleteGroup = async ($store: Store<StateInterface>) => {
message
:
i18n
.
global
.
t
(
'userGroupPage.groupInfo.actionMessages.deleteSuccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
changeValueIsDisable
(
EditMode
.
default
);
...
...
src/pages/them-nghe-sy/AddArtist.ts
View file @
ebce866b
...
...
@@ -426,6 +426,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.deleteAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
bankAccounts
.
value
.
splice
(
value
,
1
);
});
...
...
@@ -472,6 +473,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.deleteAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
products
.
value
.
splice
(
value
,
1
);
});
...
...
@@ -540,6 +542,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.deleteStoryAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
stories
.
value
.
splice
(
idx
,
1
);
});
...
...
@@ -791,6 +794,7 @@ export default defineComponent({
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'artist.actionMessages.addNewArtistAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
}
}
catch
(
error
)
{}
...
...
src/pages/xep-hang-khach-hang/index.vue
View file @
ebce866b
...
...
@@ -292,6 +292,7 @@ export default defineComponent({
message
:
i18n
.
global
.
t
(
'customerRank.actionMessages.deleteCustomerRankAccess'
),
actions
:
[{
icon
:
'close'
,
color
:
'white'
}],
});
void
getListCustomerRank
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment