Commit 0ac19812 by tdgiang

update build

parent a18e4537
......@@ -18,7 +18,7 @@ import GasStationRoutes from './views/GasStation/GasStationRoutes'
import ListRequestRoutes from './views/ListRequest/routes'
import SignUp from './views/SignUp/routes'
import InvoiceSupplier from './views/InvoiceSupplier/routes'
// import Package from './views/package/routers'
import Package from './views/package/routers'
import NccRouter from './views/Ncc/router'
import LandingpageRouter from './views/landingpage/router'
......
......@@ -2,8 +2,15 @@
//const root = 'https://apigw.petropos.vn/api'
//const root = 'http://dcvf.tasvietnam.vn:9986/api'
//const root = 'https://apigw-v2.petropos.vn/api'
//v2
//const root = 'https://apitest-v2.petropos.vn/api'
//v3
const root = 'https://apitest.petropos.vn/api'
//const root = 'http://petropos-api.tasvietnam.vn/api'
export default {
//Dang nhap,thong tin ca nhan
urlLogin: `${root}/auth/adminLogin`,
......
......@@ -91,43 +91,43 @@ const SimpleForm = (props) => {
const handleSubmit = async (event) => {
const newValue = trimObject(state)
if (listChecked.length > 0) {
if (image) {
const newList = listChecked.map((e) => {
return { action_id: e }
})
props.showLoading()
const res = await createEmployee({
...newValue,
user_group_id: role,
// if (image) {
const newList = listChecked.map((e) => {
return { action_id: e }
})
props.showLoading()
const res = await createEmployee({
...newValue,
user_group_id: role,
userPermissions: newList,
avatar: image,
status: 1,
})
console.log(res)
props.hideLoading()
userPermissions: newList,
avatar: image,
status: 1,
})
console.log(res)
props.hideLoading()
if (res.data.code == 200) {
history.push('/employee')
if (res.data.code == 200) {
history.push('/employee')
if (res.data.code == 200) {
toast.success('Tạo nhân viên thành công!', {
theme: 'colored',
})
}
} else {
toast.error(t(res.data.error), {
toast.success('Tạo nhân viên thành công!', {
theme: 'colored',
})
}
} else {
toast.warning('Bạn chưa chọn ảnh đại diện cho nhân viên!', {
toast.error(t(res.data.error), {
theme: 'colored',
})
}
} else {
toast.warning('Bạn chưa thêm quyền cho nhân viên!', {
toast.warning('Bạn chưa chọn ảnh đại diện cho nhân viên!', {
theme: 'colored',
})
}
// } else {
// toast.warning('Bạn chưa thêm quyền cho nhân viên!', {
// theme: 'colored',
// })
// }
}
const handleChange = (event) => {
......
......@@ -128,42 +128,42 @@ const SimpleForm = (props) => {
const handleSubmit = async (event) => {
const newValue = trimObject(state)
if (listChecked.length > 0) {
if (image) {
const newList = listChecked.map((e) => {
return { action_id: e }
})
// if (image) {
const newList = listChecked.map((e) => {
return { action_id: e }
})
props.showLoading()
const res = await updateEmployee({
...newValue,
user_group_id: role,
userPermissions: newList,
avatar: image,
})
console.log(res)
props.hideLoading()
props.showLoading()
const res = await updateEmployee({
...newValue,
user_group_id: role,
userPermissions: newList,
avatar: image,
})
console.log(res)
props.hideLoading()
if (res.data.code == 200) {
history.push('/employee')
if (res.data.code == 200) {
history.push('/employee')
if (res.data.code == 200) {
toast.success('Cập nhật nhân viên thành công!', {
theme: 'colored',
})
}
} else {
toast.error(t(res.data.error), {
toast.success('Cập nhật nhân viên thành công!', {
theme: 'colored',
})
}
} else {
toast.warning('Bạn chưa chọn ảnh đại diện cho nhân viên!', {
toast.error(t(res.data.error), {
theme: 'colored',
})
}
} else {
toast.warning('Bạn chưa thêm quyền cho nhân viên!', {
toast.warning('Bạn chưa chọn ảnh đại diện cho nhân viên!', {
theme: 'colored',
})
}
// } else {
// toast.warning('Bạn chưa thêm quyền cho nhân viên!', {
// theme: 'colored',
// })
// }
}
const handleChange = (event) => {
......
......@@ -73,6 +73,9 @@ const SimpleForm = (props) => {
const res = await createGasStation({
...newValue,
gas_fields: listField,
account: newValue?.account,
user_name: newValue?.user_name,
password: newValue?.password,
})
props.hideLoading()
if (res.data.code == 200) {
......
......@@ -109,6 +109,10 @@ const SimpleForm = (props) => {
gas_fields: listField,
store_code: newValue?.store_code,
queue_name: newValue?.queue_name,
account: newValue?.account,
user_name: newValue?.user_name,
password: newValue?.password,
})
props.hideLoading()
if (res.data.code == 200) {
......
......@@ -54,14 +54,14 @@ const ToolNotificate = (props) => {
if (isInit) {
setPageIndex(0)
res = await getListSupplier({
fuel_name: searchDebount,
supp_name: searchDebount,
page_no: 0,
page_size: pageSize,
status,
})
} else {
res = await getListSupplier({
fuel_name: searchDebount,
supp_name: searchDebount,
page_no: pageIndex + 1,
page_size: pageSize,
status,
......
......@@ -30,7 +30,7 @@ const dataLine = [
},
{
id: 3,
textLeft: "Sản phẩm mới",
textLeft: 'Sản phẩm mới',
textRight: 'Hợp đồng',
data: [820, 932, 1901, 934, 1290, 1330, 120],
bg: 'yellow',
......
......@@ -31,9 +31,9 @@ const SimpleForm = (props) => {
props.hideLoading()
if (res.data.code == 200 && res.data.data) {
setState({
...res.data.data,
...res.data.data?.data,
status_name:
res.data.data.status == 1
res.data.data?.data.status == 1
? 'Đã thanh toán'
: 'Chưa thanh toán',
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment