Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CmsPetrolPay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
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
Giang Tran
CmsPetrolPay
Commits
03e4f965
Commit
03e4f965
authored
Jul 11, 2024
by
tdgiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
9d88a399
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
17 deletions
+19
-17
translation.json
src/app/assets/languages/locates/vi/translation.json
+4
-1
Create.js
src/app/views/landingpage/package/Create.js
+7
-7
Update.js
src/app/views/landingpage/package/Update.js
+6
-7
Table.js
src/app/views/landingpage/priceProduct/Table.js
+2
-2
No files found.
src/app/assets/languages/locates/vi/translation.json
View file @
03e4f965
...
@@ -360,6 +360,9 @@
...
@@ -360,6 +360,9 @@
"ERROR_MERCHAN_STORE_CODE"
:
"Mã cây xăng đã tồn tại"
,
"ERROR_MERCHAN_STORE_CODE"
:
"Mã cây xăng đã tồn tại"
,
"ERROR_IMAGE_NOT_VALID"
:
"Ảnh không đúng dịnh dạng"
,
"ERROR_IMAGE_NOT_VALID"
:
"Ảnh không đúng dịnh dạng"
,
"ERROR_OTP_IS_EXPIRED"
:
"OTP đã hết hạn"
,
"ERROR_OTP_IS_EXPIRED"
:
"OTP đã hết hạn"
,
"ERROR_QUEUE_CODE_EXIST"
:
"Mã Queue đã tồn tại"
"ERROR_QUEUE_CODE_EXIST"
:
"Mã Queue đã tồn tại"
,
"ERROR_NAME_PACKAGE_IS_EXITS"
:
"Tên gói đã tồn tại"
,
"ERROR_NAME_FUNCTION_IS_EXITS"
:
"Tên chức năng đã tồn tại"
}
}
src/app/views/landingpage/package/Create.js
View file @
03e4f965
...
@@ -43,12 +43,13 @@ const SimpleForm = (props) => {
...
@@ -43,12 +43,13 @@ const SimpleForm = (props) => {
status
:
1
,
status
:
1
,
outstand
:
1
,
outstand
:
1
,
func_id_add
:
listChecked
,
func_id_add
:
listChecked
,
price
:
newValue
.
price
!=
''
?
null
:
newValue
.
price
,
})
})
props
.
hideLoading
()
props
.
hideLoading
()
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
history
.
push
(
'/package'
)
history
.
push
(
'/package'
)
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
toast
.
success
(
'T
ạo chức năng
gói thành công!'
,
{
toast
.
success
(
'T
hêm mới
gói thành công!'
,
{
theme
:
'colored'
,
theme
:
'colored'
,
})
})
}
}
...
@@ -125,19 +126,18 @@ const SimpleForm = (props) => {
...
@@ -125,19 +126,18 @@ const SimpleForm = (props) => {
]}
]}
/
>
/
>
<
/Grid
>
<
/Grid
>
<
Grid
item
lg
=
{
6
}
md
=
{
6
}
sm
=
{
12
}
xs
=
{
12
}
>
<
Grid
item
lg
=
{
6
}
md
=
{
6
}
sm
=
{
12
}
xs
=
{
12
}
>
<
TextValidator
<
TextValidator
variant
=
"outlined"
variant
=
"outlined"
className
=
"mb-4 w-full"
className
=
"mb-4 w-full"
label
=
"Đơn giá
*
"
label
=
"Đơn giá"
onChange
=
{
handleChange
}
onChange
=
{
handleChange
}
type
=
"text"
type
=
"text"
name
=
"price"
name
=
"price"
value
=
{
toPriceVnd
(
price
)
||
''
}
value
=
{
toPriceVndInput
(
price
)
||
''
}
validators
=
{[
'required'
]}
validators
=
{[
'isNumber'
]}
errorMessages
=
{[
errorMessages
=
{[
'Trường này phải nhập số '
]}
'Không được để trống trường này'
,
]}
/
>
/
>
<
/Grid
>
<
/Grid
>
<
Grid
row
container
item
xs
=
{
12
}
sm
=
{
12
}
>
<
Grid
row
container
item
xs
=
{
12
}
sm
=
{
12
}
>
...
...
src/app/views/landingpage/package/Update.js
View file @
03e4f965
...
@@ -65,12 +65,13 @@ const SimpleForm = (props) => {
...
@@ -65,12 +65,13 @@ const SimpleForm = (props) => {
const
res
=
await
updatePackage
({
const
res
=
await
updatePackage
({
...
newValue
,
...
newValue
,
func_id_add
:
listChecked
,
func_id_add
:
listChecked
,
price
:
newValue
.
price
!=
''
?
null
:
newValue
.
price
,
})
})
props
.
hideLoading
()
props
.
hideLoading
()
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
history
.
push
(
'/package'
)
history
.
push
(
'/package'
)
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
toast
.
success
(
'Cập nhật
chức năng
thành công!'
,
{
toast
.
success
(
'Cập nhật
gói
thành công!'
,
{
theme
:
'colored'
,
theme
:
'colored'
,
})
})
}
}
...
@@ -151,15 +152,13 @@ const SimpleForm = (props) => {
...
@@ -151,15 +152,13 @@ const SimpleForm = (props) => {
<
TextValidator
<
TextValidator
variant
=
"outlined"
variant
=
"outlined"
className
=
"mb-4 w-full"
className
=
"mb-4 w-full"
label
=
"Đơn giá
*
"
label
=
"Đơn giá"
onChange
=
{
handleChange
}
onChange
=
{
handleChange
}
type
=
"text"
type
=
"text"
name
=
"price"
name
=
"price"
value
=
{
toPriceVnd
(
price
)
||
''
}
value
=
{
toPriceVndInput
(
price
)
||
''
}
validators
=
{[
'required'
]}
validators
=
{[
'isNumber'
]}
errorMessages
=
{[
errorMessages
=
{[
'Trường này phải nhập số '
]}
'Không được để trống trường này'
,
]}
/
>
/
>
<
/Grid
>
<
/Grid
>
<
Grid
row
container
item
xs
=
{
12
}
sm
=
{
12
}
>
<
Grid
row
container
item
xs
=
{
12
}
sm
=
{
12
}
>
...
...
src/app/views/landingpage/priceProduct/Table.js
View file @
03e4f965
...
@@ -218,8 +218,8 @@ function TableList(props) {
...
@@ -218,8 +218,8 @@ function TableList(props) {
onClick
=
{()
=>
{
onClick
=
{()
=>
{
setSelected
({
setSelected
({
...
row
,
...
row
,
title
:
'Xóa
chức năng
'
,
title
:
'Xóa
sản phẩm
'
,
content
:
`Bạn có muốn xóa
chức năng
${
row
.
func
_name
}
hay không?`
,
content
:
`Bạn có muốn xóa
sản phẩm
${
row
.
cons
_name
}
hay không?`
,
})
})
setOpen
(
true
)
setOpen
(
true
)
}}
}}
...
...
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