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
b0abc23e
Commit
b0abc23e
authored
May 11, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
de9fafa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
26 deletions
+32
-26
index.vue
...components/units-manager/unit-add-update-artist/index.vue
+26
-23
index.vue
...ents/units-manager/unit-add-update-bank-account/index.vue
+6
-3
No files found.
src/components/units-manager/unit-add-update-artist/index.vue
View file @
b0abc23e
...
...
@@ -4,7 +4,7 @@
:model-value=
"isOpened"
@
update:model-value=
"$emit('update:isOpened', $event)"
>
<q-card
class=
"full-width"
style=
"max-width:
3
0rem"
bordered
>
<q-card
class=
"full-width"
style=
"max-width:
5
0rem"
bordered
>
<q-form
greedy
@
submit
.
prevent=
"
...
...
@@ -30,7 +30,7 @@
style=
"max-height: calc(100vh - 10rem)"
>
<div
class=
"row q-col-gutter-sm"
>
<div
class=
"col-
12
"
>
<div
class=
"col-
6
"
>
<q-select
:model-value=
"artistField"
@
update:model-value=
"$emit('update:artistField', $event)"
...
...
@@ -45,27 +45,6 @@
class=
"q-my-sm"
outlined
></q-select>
<div>
<q-select
:model-value=
"artistName"
:disable=
"!artistField"
@
update:model-value=
"$emit('update:artistName', $event)"
:label=
"
$t('managingUnitAdd.dialogLabel.fieldLabels.artistName')
"
:options=
"artistOptions"
:rules=
"artistNameRules"
map-options
option-value=
"id"
option-label=
"fullName"
class=
"q-my-sm"
outlined
>
</q-select
><q-tooltip
v-if=
"!artistField"
>
Vui lòng chọn Lĩnh vực
</q-tooltip
>
</div>
<q-input
:model-value=
"contractTimeFrom"
:label=
"
...
...
@@ -99,6 +78,30 @@
</q-date>
</q-popup-proxy>
</q-input>
</div>
<div
class=
"col-6"
>
<div>
<q-select
:model-value=
"artistName"
:disable=
"!artistField"
@
update:model-value=
"$emit('update:artistName', $event)"
:label=
"
$t('managingUnitAdd.dialogLabel.fieldLabels.artistName')
"
:options=
"artistOptions"
:rules=
"artistNameRules"
map-options
option-value=
"id"
option-label=
"fullName"
class=
"q-my-sm"
outlined
>
</q-select
><q-tooltip
v-if=
"!artistField"
>
Vui lòng chọn Lĩnh vực
</q-tooltip
>
</div>
<q-input
:model-value=
"contractTimeTo"
:label=
"
...
...
src/components/units-manager/unit-add-update-bank-account/index.vue
View file @
b0abc23e
...
...
@@ -4,7 +4,7 @@
:model-value=
"isOpened"
@
update:model-value=
"$emit('update:isOpened', $event)"
>
<q-card
class=
"full-width"
style=
"max-width:
3
0rem"
bordered
>
<q-card
class=
"full-width"
style=
"max-width:
5
0rem"
bordered
>
<q-form
greedy
@
submit
.
prevent=
"
...
...
@@ -30,7 +30,7 @@
style=
"max-height: calc(100vh - 10rem)"
>
<div
class=
"row q-col-gutter-sm"
>
<div
class=
"col-
12
"
>
<div
class=
"col-
6
"
>
<q-select
:model-value=
"bank"
@
update:model-value=
"$emit('update:bank', $event)"
...
...
@@ -65,6 +65,8 @@
:rules=
"cardCodeRules"
clearable
></q-input>
</div>
<div
class=
"col-6"
>
<q-input
:model-value=
"userCard"
@
update:model-value=
"$emit('update:userCard', $event)"
...
...
@@ -87,7 +89,8 @@
:rules=
"numberCardRules"
clearable
></q-input>
<div
class=
"flex"
>
<div
class=
"flex q-pt-sm"
>
<div
class=
"flex flex-center text-body1 q-ml-xs"
>
Mặc định
</div>
<q-checkbox
:model-value=
"isDefault"
...
...
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