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
0f5d4a9c
Commit
0f5d4a9c
authored
May 07, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5ba92a03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
21 deletions
+9
-21
index.vue
...components/units-manager/add-update-unit-dialog/index.vue
+0
-7
index.vue
src/pages/don-vi-chu-quan/index.vue
+9
-14
No files found.
src/components/units-manager/add-update-unit-dialog/index.vue
View file @
0f5d4a9c
...
@@ -444,13 +444,6 @@ export default defineComponent({
...
@@ -444,13 +444,6 @@ export default defineComponent({
artistId
?:
number
artistId
?:
number
)
=>
{
)
=>
{
artistOptions
.
value
=
[];
artistOptions
.
value
=
[];
// nameAdd.value = {
// id: 1,
// name: '',
// fullName: '',
// artistName: '',
// field: '',
// };
const
response
=
(
await
api
({
const
response
=
(
await
api
({
url
:
API_PATHS
.
getArtistDicitionaryOptions
,
url
:
API_PATHS
.
getArtistDicitionaryOptions
,
method
:
'GET'
,
method
:
'GET'
,
...
...
src/pages/don-vi-chu-quan/index.vue
View file @
0f5d4a9c
...
@@ -57,11 +57,6 @@
...
@@ -57,11 +57,6 @@
>
>
<template
v-slot:body-cell-action=
"item"
>
<template
v-slot:body-cell-action=
"item"
>
<q-td
style=
"padding: 0"
class=
"flex flex-center"
>
<q-td
style=
"padding: 0"
class=
"flex flex-center"
>
<!--
<q-btn
flat
round
color=
"primary"
icon=
"mdi-information-outline"
>
<q-tooltip
:offset=
"[20, 10]"
>
{{
$t
(
'managingUnit.toolTipMessage.information'
)
}}
</q-tooltip>
</q-btn>
-->
<q-btn
flat
round
color=
"primary"
icon=
"mdi-account-edit-outline"
>
<q-btn
flat
round
color=
"primary"
icon=
"mdi-account-edit-outline"
>
<q-tooltip
:offset=
"[20, 10]"
>
{{
<q-tooltip
:offset=
"[20, 10]"
>
{{
$t
(
'managingUnit.toolTipMessage.updateInfo'
)
$t
(
'managingUnit.toolTipMessage.updateInfo'
)
...
@@ -341,15 +336,15 @@ export default defineComponent({
...
@@ -341,15 +336,15 @@ export default defineComponent({
const
addNewUnit
=
()
=>
{
const
addNewUnit
=
()
=>
{
const
data
=
{
const
data
=
{
name
:
unitName
.
value
,
//
name: unitName.value,
code
:
unitCode
.
value
,
//
code: unitCode.value,
representative
:
unitRepresentative
.
value
,
//
representative: unitRepresentative.value,
address
:
unitAddress
.
value
,
//
address: unitAddress.value,
email
:
unitEmail
.
value
,
//
email: unitEmail.value,
phoneNumber
:
unitPhoneNumber
.
value
,
//
phoneNumber: unitPhoneNumber.value,
status
:
unitStatus
.
value
,
//
status: unitStatus.value,
fields
:
fieldSelected
.
value
,
//
fields: fieldSelected.value,
artistList
:
unitArtistList
.
value
,
//
artistList: unitArtistList.value,
};
};
// // call API use Data
// // call API use Data
};
};
...
...
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