import React from 'react'; import {observer, inject} from 'mobx-react'; import bind from 'bind-decorator'; import { Card, CardActions, CardHeader, CardMedia, CardTitle, AutoComplete, CardText, FlatButton, Divider, Tabs, Tab, RaisedButton, Toolbar, DatePicker, FontIcon, Table, TableBody, TableHeader, TableHeaderColumn, TableRow, TableRowColumn, MenuItem, ToolbarGroup, FloatingActionButton, ToolbarSeparator, IconButton, ToolbarTitle, RadioButton, TextField, Paper, RadioButtonGroup } from 'material-ui'; import StarBorder from 'material-ui/svg-icons/toggle/star-border'; import SwipeableViews from 'react-swipeable-views'; import SearchIcon from 'material-ui/svg-icons/action/search'; import AddIcon from 'material-ui/svg-icons/content/add'; import NavigationArrowBack from 'material-ui/svg-icons/navigation/arrow-back'; import NavigationCancel from 'material-ui/svg-icons/navigation/cancel'; import CommunicationNoSim from 'material-ui/svg-icons/communication/no-sim'; import '../style.scss'; import {appConfig} from "../../../config/app"; import {DIALOG} from "../../../stores/global_ui"; import {LINKS} from "../../../routes"; import {Link} from "react-router-dom"; @inject('appstate') @observer export default class WalletCustomerDetail extends React.Component { constructor(props) { super(props); this.props = props; this.state = { value: 1, searchText: '', slideIndex: 0 }; this.defaultState = Object.assign({}, this.state); this.http = props.appstate.http; this.authStore = props.appstate.auth; } componentDidMount() { console.log('Profile loaded!'); } handleUpdateInput = (searchText) => { this.setState({ searchText: searchText, }); }; handleNewRequest = () => { this.setState({ searchText: '', }); }; tabsHandleChange = (value) => { this.setState({ slideIndex: value, }); }; handleChange = (event, index, value) => this.setState({value}); render() { const styles = { radioButton: { marginBottom: 16, }, }; const colors = [ 'Jakarta - Soekarno - Hatta (CGK)', 'Bali', 'Surabaya', 'Yogyakarta', 'Aceh', 'Kalimantan', 'Medan', 'Papua', ]; const items = [ , , , , , ]; const count = [ , , , , , ]; return (
this.props.history.goBack()} label="Back" primary={true} icon={} />

Type

Package Down Payment

Date

10 October 2017

To

Agent #6767567

{/*CUSTOMER INFORMATION}/>*/} {/**/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

Name

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Identity Number

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Email

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Address

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Phone

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Handphone

*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

Place & Birth Date

*/} {/*

,

*/} {/*
*/} {/*
*/} {/*

Gender

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Tax Id

*/} {/*

*/} {/*
*/} {/*
*/} {/*

Martial Status

*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/}
Description Qty Price Discount Amount Package #92839 Payment 1 2.000.000 500.000 1.500.000 Package #92839 Payment 1 2.000.000 500.000 1.500.000 Total 3.000.000 {/**/} {/*

Detail: View details

*/} {/*{order.detail_package.map((deta) => {*/} {/*return (*/} {/*

{deta.name} - {deta.value}

*/} {/*)*/} {/*})}*/} {/*
*/} {/**/} {/*Rp. 19.000.000.00*/} {/*Rp. 19.000.000.00*/} {/*
*/} {/**/} {/**/} {/*Subtotal*/} {/*Rp. 19.000.000.00*/} {/**/} {/**/} {/*Discount*/} {/*0.00*/} {/**/} {/**/} {/*Total (IDR)*/} {/*Rp. 19.000.000.00*/} {/**/} {/**/} {/*Total Paid (IDR)*/} {/*0.00*/} {/**/} {/**/} {/*Amount Due (IDR)*/} {/*Rp. 19.000.000.00*/} {/**/}
{/**/} {/**/} {/**/} {/**/} {/**/} Transaction History}/> Date Description Amount Status 10/02/2017 22:30:10 Awaiting Approval Rp. 3.000.000.00 Approved 10/02/2017 20:30:10 Awaiting Approval Rp. 3.000.000.00 Pending
) } }