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
002673a7
Commit
002673a7
authored
Apr 08, 2023
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a103caa2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
type.ts
src/assets/type.ts
+1
-0
browser-new-customer-dialog.vue
src/components/customer/browser-new-customer-dialog.vue
+1
-1
No files found.
src/assets/type.ts
View file @
002673a7
...
@@ -362,6 +362,7 @@ export type CustomerType = {
...
@@ -362,6 +362,7 @@ export type CustomerType = {
representative
:
string
;
representative
:
string
;
position
:
string
;
position
:
string
;
level
:
CustomerLevelType
;
level
:
CustomerLevelType
;
representativeEmail
:
string
};
};
export
type
CustomerLevelType
=
{
export
type
CustomerLevelType
=
{
id
:
number
;
id
:
number
;
...
...
src/components/customer/browser-new-customer-dialog.vue
View file @
002673a7
...
@@ -263,7 +263,7 @@ export default defineComponent({
...
@@ -263,7 +263,7 @@ export default defineComponent({
fullName
.
value
=
props
.
customerInfo
.
fullName
;
fullName
.
value
=
props
.
customerInfo
.
fullName
;
companyName
.
value
=
props
.
customerInfo
.
companyName
;
companyName
.
value
=
props
.
customerInfo
.
companyName
;
taxCode
.
value
=
props
.
customerInfo
.
taxCode
;
taxCode
.
value
=
props
.
customerInfo
.
taxCode
;
email
.
value
=
props
.
customerInfo
.
e
mail
;
email
.
value
=
props
.
customerInfo
.
representativeE
mail
;
status
.
value
=
props
.
customerInfo
.
status
;
status
.
value
=
props
.
customerInfo
.
status
;
phone
.
value
=
props
.
customerInfo
.
phone
;
phone
.
value
=
props
.
customerInfo
.
phone
;
password
.
value
=
props
.
customerInfo
.
password
;
password
.
value
=
props
.
customerInfo
.
password
;
...
...
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