734 lines
40 KiB
HTML
734 lines
40 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
|
<title>Khách hàng</title>
|
||
|
|
<link type="text/css" rel="stylesheet"
|
||
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
|
||
|
|
<link type="text/css" rel="stylesheet" href="./assets/css/style.css">
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<div class="overlay" onclick="closeOverlay()"></div>
|
||
|
|
<div class="header">
|
||
|
|
<div class="container-1500">
|
||
|
|
<div class="header-top d-flex align-items-center justify-content-between">
|
||
|
|
<div class="left">
|
||
|
|
<a href="/" class="logo">
|
||
|
|
<img src="./assets/images/logo.png" alt="logo" width="140px" height="100%">
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="right d-flex align-items-center">
|
||
|
|
<form method="get" enctype="multipart/form-data" action=""
|
||
|
|
class="form-search d-flex align-items-center">
|
||
|
|
<input type="text" name="q" placeholder="Search" class="input-search">
|
||
|
|
<button type="submit" class="btn-search">Search</button>
|
||
|
|
</form>
|
||
|
|
<div class="notification" onclick="show_content('notification')">
|
||
|
|
<div class="icon_global bell"></div>
|
||
|
|
<div class="total-notification">20</div>
|
||
|
|
<div class="hover-notification">
|
||
|
|
<div class="title d-flex align-items-center justify-content-between">
|
||
|
|
<b>Thông báo</b>
|
||
|
|
<a href="javascript:void(0)" class="click_close"
|
||
|
|
onclick="close_content('notification')">
|
||
|
|
<i class="fa fa-close"></i>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="list-notification">
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<a href="#" class="more-all">Lịch sử thông báo</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="user_login" onclick="show_content('user_login')">
|
||
|
|
<img src="./assets/images/avatar.png" alt="avatar" width="30px" height="30px">
|
||
|
|
<div class="hover-user-login">
|
||
|
|
<img src="./assets/images/avatar.png" alt="avatar" width="30px" height="30px"
|
||
|
|
class="avatar">
|
||
|
|
<b class="name-user">Jack</b>
|
||
|
|
<a href="#"><i class="fa-regular fa-envelope"></i> Linhpt@hurasoft.com</a>
|
||
|
|
<a href="#"><i class="fa fa-lock"></i> Thay đổi mật khẩu</a>
|
||
|
|
<a href="#" class="logout">Đăng xuất <i class="fa fa-sign-out"></i></a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="list-menu">
|
||
|
|
<div class="container-1500">
|
||
|
|
<div class="content-list-menu d-flex align-items-center">
|
||
|
|
<div class="item active">
|
||
|
|
<a href="/" class="title d-flex align-items-center">
|
||
|
|
<i class="fa-solid fa-house"></i>
|
||
|
|
<p class="text">Home</p>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Bán hàng</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="" class="item-sub">Danh sách đơn hàng</a>
|
||
|
|
<a href="" class="item-sub">Thanh toán qua dịch vụ</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Sản phẩm</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=product">Danh sách Sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=product&view=product-list-update">Bảng giá cập nhật</a>
|
||
|
|
<a href="/admin/?opt=product&view=category">Danh mục Sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=brand">Danh sách thương hiệu</a>
|
||
|
|
<a href="/admin/?opt=product&view=attribute">Thuộc tính Sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=product&view=collection">Bộ sưu tập</a>
|
||
|
|
<a href="/admin/?opt=config_group">Nhóm cấu hình sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=product&view=spec-group">Nhóm thông số kỹ thuật</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Khách hàng</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=customer">Danh sách khách hàng</a>
|
||
|
|
<a href="/admin/?opt=customer&view=customer-contact">Khách hàng liên
|
||
|
|
hệ</a>
|
||
|
|
<a href="/admin/?opt=customer&view=comment">Tổng hợp trao đổi</a>
|
||
|
|
<a href="/admin/?opt=customer&view=review">Tổng hợp Đánh giá</a>
|
||
|
|
<a href="/admin/?opt=customer&view=customer-review">Khách hàng góp
|
||
|
|
ý</a>
|
||
|
|
<a href="/admin/?opt=customer&view=customer-newsletter">Khách hàng
|
||
|
|
nhận bản tin</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Marketing</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=marketing&view=coupon">Phiếu giảm giá - Voucher</a>
|
||
|
|
<a href="/admin/?opt=banner">Danh sách banner</a></p>
|
||
|
|
<a href="/admin/?opt=system&view=store-design&section=popup">Banner pop-up</a>
|
||
|
|
<a href="/admin/?opt=marketing&view=poster-upload">Poster</a>
|
||
|
|
<a href="/admin/?opt=system&view=store-design&section=background">Hình nền
|
||
|
|
website</a></p>
|
||
|
|
<a href="/admin/?opt=url&view=meta-list">Sửa thông tin URL</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Nội dung</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=article&type=article">Tin bài</a>
|
||
|
|
<a href="/admin/?opt=article&view=user-comment">Trao đổi của KH</a>
|
||
|
|
<a href="/admin/?opt=media">Danh sách Media</a>
|
||
|
|
<a href="/admin/?opt=page">Nội dung cố định</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Xây dụng máy tính</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=pcbuilder">Linh kiện máy tính</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Trả góp</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=payinstall&view=order">Danh sách đơn hàng</a>
|
||
|
|
<a href="/admin/?opt=payinstall">Cài đặt trả góp</a>
|
||
|
|
<a href="/admin/?opt=payinstall&view=category">Danh mục sản phẩm</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Thống kê</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=report&view=visitor">Thống kê truy cập</a>
|
||
|
|
<a href="/admin/?opt=report&view=customer">Thống kê khách hàng</a>
|
||
|
|
<a href="/admin/?opt=report&view=order">Thống kê đơn hàng</a>
|
||
|
|
<a href="/admin/?opt=report&view=product-buy">Sản phẩm mua nhiều</a>
|
||
|
|
</p>
|
||
|
|
<a href="/admin/?opt=report&view=product-visit">Sản phẩm xem nhiều</a>
|
||
|
|
<a href="/admin/?opt=report&view=referer">Web giới thiệu</a>
|
||
|
|
<a href="/admin/?opt=report&view=search">Từ khóa tìm kiếm</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Hệ thống</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=system&view=settings">Cài đặt chung</a>
|
||
|
|
<a href="/admin/?opt=template">Sửa file template</a>
|
||
|
|
<a href="/admin/?opt=admin">Danh sách quản trị viên</a>
|
||
|
|
<a href="/admin/?opt=url&view=redirect">Url Redirect</a>
|
||
|
|
<a href="/admin/?opt=tool">Công cụ</a>
|
||
|
|
<a href="/admin/?opt=tag">Quản trị Tag</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="container global-content-container page_content">
|
||
|
|
<!--
|
||
|
|
/**** ========= Khách hàng ========= ****/
|
||
|
|
-->
|
||
|
|
|
||
|
|
<!-- Khách hàng > Danh sách khách hàng > Thêm khách hàng -->
|
||
|
|
<div class="customer-page">
|
||
|
|
<div class="title d-flex align-items-center justify-content-between">
|
||
|
|
<div class="title-left">
|
||
|
|
<div id="breadcrumb" class="breadcrumb">
|
||
|
|
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList">
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Sản phẩm</span>
|
||
|
|
</a> <i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="1">
|
||
|
|
</li>
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Bộ sưu tập</span>
|
||
|
|
</a><i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="2">
|
||
|
|
</li>
|
||
|
|
</ol>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="title-right d-flex">
|
||
|
|
<a href="/admin/?opt=product&view=attribute-add" class="item-attr">
|
||
|
|
<i class="icon_global add-attr"></i>
|
||
|
|
<p style="margin-top: 2px;">Thêm Bộ sưu tập mới</p>
|
||
|
|
</a>
|
||
|
|
<a href="/admin/?opt=product&view=attribute" class="item-attr">
|
||
|
|
<i class="icon_global list"></i>
|
||
|
|
<p>Danh sách bộ sưu tập</p>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="customer-page-content">
|
||
|
|
<div class="box-form-add bg-white">
|
||
|
|
<form method="post" enctype="multipart/form-data">
|
||
|
|
<input type="hidden" name="info[id]" id="adId" value="" />
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">
|
||
|
|
|
||
|
|
Thuộc nhóm khách hàng <br> <a href="?opt=customer&view=customer-group"
|
||
|
|
class="blue">(Quản lý nhóm
|
||
|
|
khách
|
||
|
|
hàng)</a>
|
||
|
|
</b>
|
||
|
|
<div class="content-right d-flex">
|
||
|
|
<div class="item-checkbox">
|
||
|
|
<input type="checkbox" onchange="select_cat('cat_1', '1')">
|
||
|
|
<span>VIP</span>
|
||
|
|
<input type="hidden" name="selected_cat" id="selected_cat" value="" />
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Tên khách hàng</b>
|
||
|
|
<div class="content-right">
|
||
|
|
<input type="text" name="info[name]" value="" class="form-control"
|
||
|
|
placeholder="Nhập tên khách hàng">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Là danh mục con của</b>
|
||
|
|
<div class="content-right">
|
||
|
|
<div class="box-select">
|
||
|
|
<select class="form-control">
|
||
|
|
<option value="">Lựa chọn</option>
|
||
|
|
<option value="">Option 1</option>
|
||
|
|
<option value="">Option 2</option>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Sinh nhật</b>
|
||
|
|
<div class="content-right d-flex align-items-center">
|
||
|
|
<div class="d-flex align-items-center me-4">
|
||
|
|
<div class="title">Ngày</div>
|
||
|
|
<input type="text" name="info[birthday]" value="" class="form-control"
|
||
|
|
style="width: 70px;margin-left: 10px">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="d-flex align-items-center me-4">
|
||
|
|
<div class="title">Tháng</div>
|
||
|
|
<input type="text" name="info[birthmonth]" value="" class="form-control"
|
||
|
|
style="width: 70px;margin-left: 10px">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="d-flex align-items-center me-4">
|
||
|
|
<div class="title">Năm</div>
|
||
|
|
<input type="text" name="info[birthyear]" value="" class="form-control"
|
||
|
|
style="width: 70px;margin-left: 10px">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Giới tính</b>
|
||
|
|
<div class="content-right d-flex align-items-center">
|
||
|
|
<label class="d-flex align-items-center me-3">
|
||
|
|
<input type="radio" name="info[sex]" value="male" checked /> <span
|
||
|
|
class="ps-2">Nam</span>
|
||
|
|
</label>
|
||
|
|
<label class="d-flex align-items-center me-3">
|
||
|
|
<input type="radio" name="info[sex]" value="female" /> <span class="ps-2">Nữ</span>
|
||
|
|
</label>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Địa chỉ Email</b>
|
||
|
|
<div class="content-right">
|
||
|
|
<input type="text" name="info[email]" value="" class="form-control"
|
||
|
|
placeholder="Nhập địa chỉ Email">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Điện thoại di động</b>
|
||
|
|
<div class="content-right">
|
||
|
|
<input type="text" name="info[mobile]" value="" class="form-control"
|
||
|
|
placeholder="Nhập số điện thoại">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Tỉnh/TP</b>
|
||
|
|
<div class="content-right">
|
||
|
|
<div class="box-select">
|
||
|
|
<select name='info[province]' onChange="show_district_list(this.value);"
|
||
|
|
class="form-control">
|
||
|
|
<option value='0'>Lựa chọn</option>
|
||
|
|
<option value='1'>Hà Nội</option>
|
||
|
|
<option value='2'>TP HCM</option>
|
||
|
|
<option value='5'>Hải Phòng</option>
|
||
|
|
<option value='4'>Đà Nẵng</option>
|
||
|
|
<option value='6'>An Giang</option>
|
||
|
|
<option value='7'>Bà Rịa-Vũng Tàu</option>
|
||
|
|
<option value='13'>Bình Dương</option>
|
||
|
|
<option value='15'>Bình Phước</option>
|
||
|
|
<option value='16'>Bình Thuận</option>
|
||
|
|
<option value='14'>Bình Định</option>
|
||
|
|
<option value='8'>Bạc Liêu</option>
|
||
|
|
<option value='10'>Bắc Giang</option>
|
||
|
|
<option value='9'>Bắc Kạn</option>
|
||
|
|
<option value='11'>Bắc Ninh</option>
|
||
|
|
<option value='12'>Bến Tre</option>
|
||
|
|
<option value='18'>Cao Bằng</option>
|
||
|
|
<option value='17'>Cà Mau</option>
|
||
|
|
<option value='3'>Cần Thơ</option>
|
||
|
|
<option value='24'>Gia Lai</option>
|
||
|
|
<option value='25'>Hà Giang</option>
|
||
|
|
<option value='26'>Hà Nam</option>
|
||
|
|
<option value='27'>Hà Tĩnh</option>
|
||
|
|
<option value='30'>Hòa Bình</option>
|
||
|
|
<option value='28'>Hải Dương</option>
|
||
|
|
<option value='29'>Hậu Giang</option>
|
||
|
|
<option value='31'>Hưng Yên</option>
|
||
|
|
<option value='32'>Khánh Hòa</option>
|
||
|
|
<option value='33'>Kiên Giang</option>
|
||
|
|
<option value='34'>Kon Tum</option>
|
||
|
|
<option value='35'>Lai Châu</option>
|
||
|
|
<option value='38'>Lào Cai</option>
|
||
|
|
<option value='36'>Lâm Đồng</option>
|
||
|
|
<option value='37'>Lạng Sơn</option>
|
||
|
|
<option value='39'>Long An</option>
|
||
|
|
<option value='40'>Nam Định</option>
|
||
|
|
<option value='41'>Nghệ An</option>
|
||
|
|
<option value='42'>Ninh Bình</option>
|
||
|
|
<option value='43'>Ninh Thuận</option>
|
||
|
|
<option value='44'>Phú Thọ</option>
|
||
|
|
<option value='45'>Phú Yên</option>
|
||
|
|
<option value='46'>Quảng Bình</option>
|
||
|
|
<option value='47'>Quảng Nam</option>
|
||
|
|
<option value='48'>Quảng Ngãi</option>
|
||
|
|
<option value='49'>Quảng Ninh</option>
|
||
|
|
<option value='50'>Quảng Trị</option>
|
||
|
|
<option value='51'>Sóc Trăng</option>
|
||
|
|
<option value='52'>Sơn La</option>
|
||
|
|
<option value='53'>Tây Ninh</option>
|
||
|
|
<option value='56'>Thanh Hóa</option>
|
||
|
|
<option value='54'>Thái Bình</option>
|
||
|
|
<option value='55'>Thái Nguyên</option>
|
||
|
|
<option value='57'>Thừa Thiên-Huế</option>
|
||
|
|
<option value='58'>Tiền Giang</option>
|
||
|
|
<option value='59'>Trà Vinh</option>
|
||
|
|
<option value='60'>Tuyên Quang</option>
|
||
|
|
<option value='61'>Vĩnh Long</option>
|
||
|
|
<option value='62'>Vĩnh Phúc</option>
|
||
|
|
<option value='63'>Yên Bái</option>
|
||
|
|
<option value='19'>Đắk Lắk</option>
|
||
|
|
<option value='22'>Đồng Nai</option>
|
||
|
|
<option value='23'>Đồng Tháp</option>
|
||
|
|
<option value='21'>Điện Biên</option>
|
||
|
|
<option value='20'>Đăk Nông</option>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Quận huyện</b>
|
||
|
|
<div class="content-right">
|
||
|
|
<div id='province_district_list' class="box-select">
|
||
|
|
<select name='info[province]' onChange="show_district_list(this.value);"
|
||
|
|
class="form-control">
|
||
|
|
<option value='0'>Lựa chọn</option>
|
||
|
|
<option value=''>Option 1</option>
|
||
|
|
</select>
|
||
|
|
</div>
|
||
|
|
<input type=hidden name='info[district]' id=district value="">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Địa chỉ</b>
|
||
|
|
<div class="content-right"><textarea cols="50" rows="1" name="info[address]"
|
||
|
|
placeholder="Nhập địa chỉ" class="form-control"></textarea>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Tên công ty</b>
|
||
|
|
<div class="content-right"><input type="text" name="info[tax_company]" value=""
|
||
|
|
class="form-control" placeholder="Nhập tên công ty">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Mã số thuế</b>
|
||
|
|
<div class="content-right"><input type="text" name="info[tax_code]" value=""
|
||
|
|
class="form-control" placeholder="Nhập mã số thuế"></div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Địa chỉ công ty</b>
|
||
|
|
<div class="content-right"><input type="text" name="info[tax_address]" value=""
|
||
|
|
class="form-control" placeholder="Nhập địa chỉ công ty"></div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b class="label">Ghi chú về khách hàng này</b>
|
||
|
|
<div class="content-right"><textarea cols="50" rows="4" name="info[comment]"
|
||
|
|
placeholder="Ghi chú" class="form-control"></textarea>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<input type="hidden" name="send" value="yes">
|
||
|
|
|
||
|
|
<div class="btn-submit">
|
||
|
|
<div class="content-right d-flex align-items-center">
|
||
|
|
<input type="hidden" name="l" value="vn">
|
||
|
|
<input class="btn" id="submit-collection-btn" name="commit" type="submit"
|
||
|
|
value="Cập nhật">
|
||
|
|
<a href="javascript:void()" class="btn-back">Hủy bỏ</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="clearfix"></div>
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- Khách hàng > Khách hàng liên hệ > Thông tin khách hàng liên hệ -->
|
||
|
|
<div class="customer-page">
|
||
|
|
<div class="title d-flex align-items-center justify-content-between">
|
||
|
|
<div class="title-left">
|
||
|
|
<div id="breadcrumb" class="breadcrumb">
|
||
|
|
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList">
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">khách hàng</span>
|
||
|
|
</a> <i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="1">
|
||
|
|
</li>
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Khách hành liên hệ</span>
|
||
|
|
</a><i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="2">
|
||
|
|
</li>
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Thông tin khách hàng liên hệ</span>
|
||
|
|
</a>
|
||
|
|
<meta itemprop="position" content="3">
|
||
|
|
</li>
|
||
|
|
</ol>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="title-right d-flex">
|
||
|
|
<a href="?opt=customer&view=comment" class="item-attr">
|
||
|
|
<i class="icon_global list"></i>
|
||
|
|
<p>Danh sách khách hàng liên hệ</p>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="box-form-add bg-white customer-contact">
|
||
|
|
<table>
|
||
|
|
<tr>
|
||
|
|
<td width="250">Thông tin bán sản phẩm</td>
|
||
|
|
<td>
|
||
|
|
<p>Họ tên: Pham Van A </p>
|
||
|
|
<p>Địa chỉ email: abc@mial.com </p>
|
||
|
|
<p>Số điện thoại: 0123456789 </p>
|
||
|
|
<p>Thời gian liên hệ: 08-05-2023, 2:03 pm</p>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<td>Nội dung chi tiết</td>
|
||
|
|
<td>
|
||
|
|
<input type="text" value="Demo" />
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<td>Cập nhập ghi chú</td>
|
||
|
|
<td>
|
||
|
|
<textarea id="note_53" placeholder="Nhập ghi chú"></textarea>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<td></td>
|
||
|
|
<td colspan="2" align="right">
|
||
|
|
<a href="javascript:void(0)" onclick="update_note('53')" class="btn-update">Cập
|
||
|
|
nhật</a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!--
|
||
|
|
// ****
|
||
|
|
Tổng hợp trao đổi + Tổng hợp đánh giá chung 1 giao diện
|
||
|
|
****//
|
||
|
|
-->
|
||
|
|
<div class="customer-page customer-comment-detail-page">
|
||
|
|
<div class="title d-flex align-items-center justify-content-between">
|
||
|
|
<div class="title-left">
|
||
|
|
<div id="breadcrumb" class="breadcrumb">
|
||
|
|
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList">
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">khách hàng</span>
|
||
|
|
</a> <i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="1">
|
||
|
|
</li>
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Tổng hợp Đánh giá</span>
|
||
|
|
</a><i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="2">
|
||
|
|
</li>
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Chi tiết đánh giá</span>
|
||
|
|
</a>
|
||
|
|
<meta itemprop="position" content="3">
|
||
|
|
</li>
|
||
|
|
</ol>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="title-right d-flex">
|
||
|
|
<a href="?opt=customer&view=review" class="item-attr">
|
||
|
|
<i class="icon_global list"></i>
|
||
|
|
<p>Danh sách đánh giá</p>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="d-flex flex-wrap">
|
||
|
|
<div class="col-left">
|
||
|
|
<div class="item">
|
||
|
|
<b>Khách hàng</b>
|
||
|
|
<p>Pham Nguyen Van A</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b>Địa chỉ email</b>
|
||
|
|
<p>annv@hurasoft.com</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b>Tiêu đề</b>
|
||
|
|
<p>Màn Hình AOC 24B1XHS 23.8 inch Full HD</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b>Nội dung</b>
|
||
|
|
<p>Test demo</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b>Thời gian</b>
|
||
|
|
<p>08-05-2023, 11:33 am</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<b>Liên quan</b>
|
||
|
|
<p>
|
||
|
|
[product]
|
||
|
|
<a href="" target="_blank" title="Xem tại website">Màn Hình AOC 24B1XHS 23.8 inch Full
|
||
|
|
HD</a>
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="col-right">
|
||
|
|
<b>Gửi phản hồi nhanh</b>
|
||
|
|
|
||
|
|
<textarea id="send_reply_1287" placeholder="Nhập phản hồi"></textarea>
|
||
|
|
|
||
|
|
<a href="javascript:void(0)" class="btn-reply" onclick="UserComment.create_reply('1287')">Gửi phản
|
||
|
|
hồi</a>
|
||
|
|
<div class="clearfix"></div>
|
||
|
|
<b>Phản hồi: 0</b>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="comment-list">
|
||
|
|
<table>
|
||
|
|
<tr>
|
||
|
|
<td> STT </td>
|
||
|
|
<td> Thời gian </td>
|
||
|
|
<td> Tác giả </td>
|
||
|
|
<td> Vai trò </td>
|
||
|
|
<td> Email </td>
|
||
|
|
<td> Nội dung </td>
|
||
|
|
<td> Lựa chọn </td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<td>01</td>
|
||
|
|
<td>08-05-2023, 11:25 am</td>
|
||
|
|
<td>Pham Nguyen Van A</td>
|
||
|
|
<td>
|
||
|
|
<span class="note">Quản trị viên</span>
|
||
|
|
</td>
|
||
|
|
<td>annv@hurasoft.com</td>
|
||
|
|
<td>Test demo test demo test demo</td>
|
||
|
|
<td>
|
||
|
|
<a href="">Không duyệt</a> /
|
||
|
|
<a href="">Xóa</a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<td>02</td>
|
||
|
|
<td>08-05-2023, 11:25 am</td>
|
||
|
|
<td>Pham Nguyen Van A</td>
|
||
|
|
<td> </td>
|
||
|
|
<td>annv@hurasoft.com</td>
|
||
|
|
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||
|
|
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||
|
|
quis nostrud exercitation ullamco laboris</td>
|
||
|
|
<td>
|
||
|
|
<a href="">Không duyệt</a> /
|
||
|
|
<a href="">Xóa</a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script>
|
||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|