Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dzt-mobx
Overview
Overview
Details
Activity
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
fukai
dzt-mobx
Commits
2923c3d3
Commit
2923c3d3
authored
Jan 02, 2019
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善FETOPN
parent
c512be66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
249 additions
and
332 deletions
+249
-332
Fetopn.js
src/views/Business/FET/Fetopn.js
+247
-332
index.js
src/views/Layout/index.js
+2
-0
No files found.
src/views/Business/FET/Fetopn.js
View file @
2923c3d3
...
...
@@ -38,7 +38,7 @@ export default class Fetopn extends Component {
render
()
{
const
{
getFieldDecorator
}
=
this
.
props
.
form
;
const
maxCURSelector
=
getFieldDecorator
(
'cur'
,
{
const
maxCURSelector
=
getFieldDecorator
(
'
max
cur'
,
{
initialValue
:
''
,
})(
<
Select
placeholder
=
"请选择币种"
style
=
{{
width
:
70
}}
>
...
...
@@ -46,7 +46,7 @@ export default class Fetopn extends Component {
<
Option
value
=
"840"
>
USD
<
/Option
>
<
/Select
>
);
const
amtCURSelector
=
getFieldDecorator
(
'cur'
,
{
const
amtCURSelector
=
getFieldDecorator
(
'
amt
cur'
,
{
initialValue
:
''
,
})(
<
Select
placeholder
=
"请选择币种"
style
=
{{
width
:
70
}}
>
...
...
@@ -54,7 +54,7 @@ export default class Fetopn extends Component {
<
Option
value
=
"840"
>
USD
<
/Option
>
<
/Select
>
);
const
accCURSelector
=
getFieldDecorator
(
'cur'
,
{
const
accCURSelector
=
getFieldDecorator
(
'
acc
cur'
,
{
initialValue
:
''
,
})(
<
Select
placeholder
=
"请选择币种"
style
=
{{
width
:
70
}}
>
...
...
@@ -62,7 +62,7 @@ export default class Fetopn extends Component {
<
Option
value
=
"840"
>
USD
<
/Option
>
<
/Select
>
);
const
acc2CURSelector
=
getFieldDecorator
(
'cur'
,
{
const
acc2CURSelector
=
getFieldDecorator
(
'
acc2
cur'
,
{
initialValue
:
''
,
})(
<
Select
placeholder
=
"请选择币种"
style
=
{{
width
:
70
}}
>
...
...
@@ -73,334 +73,249 @@ export default class Fetopn extends Component {
return
(
<
Fragment
>
<
Form
onSubmit
=
{
this
.
handleSubmit
}
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"业务机构"
>
{
getFieldDecorator
(
'branch'
,
{
rules
:
fieldSet
.
branch
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写业务机构"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"交易日期"
>
{
getFieldDecorator
(
'opndat'
,
{
rules
:
fieldSet
.
opndat
})(
<
DatePicker
format
=
"YYYY-MM-DD"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"业务编号"
>
{
getFieldDecorator
(
'ownref'
,
{
rules
:
fieldSet
.
ownref
})(
<
Input
maxLength
=
{
32
}
placeholder
=
"请填写业务机构"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"客户编号"
>
{
getFieldDecorator
(
'extkey'
,
{
rules
:
fieldSet
.
extkey
})(
<
Search
placeholder
=
"请选择客户编号"
onSearch
=
{
value
=>
console
.
log
(
value
)}
enterButton
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"客户经理"
>
{
getFieldDecorator
(
'cusman'
,
fieldSet
.
cusman
)(
<
Select
placeholder
=
"请选择客户经理"
>
<
Option
value
=
"001"
>
刘经理
<
/Option
>
<
Option
value
=
"002"
>
王经理
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"产品经理"
>
{
getFieldDecorator
(
'cpman'
,
fieldSet
.
cpman
)(
<
Select
placeholder
=
"请选择产品经理"
>
<
Option
value
=
"001"
>
刘经理
<
/Option
>
<
Option
value
=
"002"
>
王经理
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"客户性质"
>
{
getFieldDecorator
(
'custyp'
,
{
rules
:
fieldSet
.
custyp
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写客户性质"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"对公/对私"
>
{
getFieldDecorator
(
'cuspr'
,
{
rules
:
fieldSet
.
cuspr
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写对公/对私"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"核心编号"
>
{
getFieldDecorator
(
'fudref'
,
{
rules
:
fieldSet
.
fudref
})(
<
Search
placeholder
=
"请选择核心编号"
onSearch
=
{
value
=>
console
.
log
(
value
)}
enterButton
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"客户分类"
>
{
getFieldDecorator
(
'cusseg'
,
{
rules
:
fieldSet
.
cusseg
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写客户分类"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"客户名称"
>
{
getFieldDecorator
(
'ptynam'
,
{
rules
:
fieldSet
.
ptynam
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写客户名称"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"关注日期"
>
{
getFieldDecorator
(
'attdat'
,
{
rules
:
fieldSet
.
attdat
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写关注日期"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
16
}
>
<
FormItem
{...
formItemLayout
}
label
=
"关注原因"
>
{
getFieldDecorator
(
'attrsn'
,
{
rules
:
fieldSet
.
attrsn
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写关注原因"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"交易类型"
>
{
getFieldDecorator
(
'fxtyp'
,
{
rules
:
fieldSet
.
fxtyp
})(
<
Select
placeholder
=
"请选择交易类型"
>
<
Option
value
=
"001"
>
交易类型
001
<
/Option
>
<
Option
value
=
"002"
>
交易类型
002
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
16
}
>
<
FormItem
{...
formItemLayout
}
label
=
"出账账户钞汇标志"
>
{
getFieldDecorator
(
'actcs'
,
{
rules
:
fieldSet
.
actcs
})(
<
Select
placeholder
=
"请选择出账账户钞汇标志"
>
<
Option
value
=
"001"
>
标志
001
<
/Option
>
<
Option
value
=
"002"
>
标志
002
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
8
}
>
<
FormItem
{...
formItemLayout
}
label
=
"汇率类型"
>
{
getFieldDecorator
(
'rattyp'
,
{
rules
:
fieldSet
.
rattyp
})(
<
Select
placeholder
=
"请选择汇率类型"
>
<
Option
value
=
"001"
>
汇率类型
001
<
/Option
>
<
Option
value
=
"002"
>
汇率类型
002
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
16
}
>
<
FormItem
{...
formItemLayout
}
label
=
"锁定汇率编号"
>
{
getFieldDecorator
(
'ratref'
,
{
rules
:
fieldSet
.
ratref
})(
<
Search
placeholder
=
"请选择锁定汇率编号"
onSearch
=
{
value
=>
console
.
log
(
value
)}
enterButton
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"本次使用价格"
>
{
getFieldDecorator
(
'rat'
,
{
rules
:
fieldSet
.
rat
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写本次使用价格"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
7
}
>
<
FormItem
{...
formItemLayout
}
label
=
"实时汇率"
>
{
getFieldDecorator
(
'livrat'
,
{
rules
:
fieldSet
.
livrat
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写实时汇率"
/>
)}
<
/FormItem
>
<
/Col
>
<
Col
span
=
{
7
}
>
<
FormItem
{...
formItemLayout
}
label
=
"优惠点数"
>
{
getFieldDecorator
(
'pripon'
,
{
rules
:
fieldSet
.
pripon
})(
<
Input
maxLength
=
{
32
}
placeholder
=
"请填写优惠点数"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"外币金额"
>
{
getFieldDecorator
(
'max'
,
{
rules
:
fieldSet
.
max
})(
<
Input
addonBefore
=
{
maxCURSelector
}
placeholder
=
"请填写外币金额"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"本币金额"
>
{
getFieldDecorator
(
'amt'
,
{
rules
:
fieldSet
.
amt
})(
<
Input
addonBefore
=
{
amtCURSelector
}
placeholder
=
"请填写本币金额"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"外币账号"
>
{
getFieldDecorator
(
'acc'
,
{
rules
:
fieldSet
.
acc
})(
<
Input
addonBefore
=
{
accCURSelector
}
placeholder
=
"请填写外币账号"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"外币账户性质"
>
{
getFieldDecorator
(
'cortyp'
,
{
rules
:
fieldSet
.
cortyp
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写外币账户性质"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"本币账号"
>
{
getFieldDecorator
(
'acc2'
,
{
rules
:
fieldSet
.
acc2
})(
<
Input
addonBefore
=
{
acc2CURSelector
}
placeholder
=
"请填写本币账号"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"本币账户性质"
>
{
getFieldDecorator
(
'cortyp2'
,
{
rules
:
fieldSet
.
cortyp2
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写本币账户性质"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
span
=
{
10
}
>
<
FormItem
{...
formItemLayout
}
label
=
"结售汇统计代码"
>
{
getFieldDecorator
(
'sumcod'
,
{
rules
:
fieldSet
.
sumcod
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写结售汇统计代码"
/>
)}
<
/FormItem
>
<
/Col
>
<
/Row
>
<
FormItem
{...
formItemLayout
}
label
=
"业务机构"
>
{
getFieldDecorator
(
'branch'
,
{
rules
:
fieldSet
.
branch
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写业务机构"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"交易日期"
>
{
getFieldDecorator
(
'opndat'
,
{
rules
:
fieldSet
.
opndat
})(
<
DatePicker
format
=
"YYYY-MM-DD"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"业务编号"
>
{
getFieldDecorator
(
'ownref'
,
{
rules
:
fieldSet
.
ownref
})(
<
Input
maxLength
=
{
32
}
placeholder
=
"请填写业务机构"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"客户编号"
>
{
getFieldDecorator
(
'extkey'
,
{
rules
:
fieldSet
.
extkey
})(
<
Search
placeholder
=
"请选择客户编号"
onSearch
=
{
value
=>
console
.
log
(
value
)}
enterButton
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"客户经理"
>
{
getFieldDecorator
(
'cusman'
,
fieldSet
.
cusman
)(
<
Select
placeholder
=
"请选择客户经理"
>
<
Option
value
=
"001"
>
刘经理
<
/Option
>
<
Option
value
=
"002"
>
王经理
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"产品经理"
>
{
getFieldDecorator
(
'cpman'
,
fieldSet
.
cpman
)(
<
Select
placeholder
=
"请选择产品经理"
>
<
Option
value
=
"001"
>
刘经理
<
/Option
>
<
Option
value
=
"002"
>
王经理
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"客户性质"
>
{
getFieldDecorator
(
'custyp'
,
{
rules
:
fieldSet
.
custyp
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写客户性质"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"对公/对私"
>
{
getFieldDecorator
(
'cuspr'
,
{
rules
:
fieldSet
.
cuspr
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写对公/对私"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"核心编号"
>
{
getFieldDecorator
(
'fudref'
,
{
rules
:
fieldSet
.
fudref
})(
<
Search
placeholder
=
"请选择核心编号"
onSearch
=
{
value
=>
console
.
log
(
value
)}
enterButton
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"客户分类"
>
{
getFieldDecorator
(
'cusseg'
,
{
rules
:
fieldSet
.
cusseg
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写客户分类"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"客户名称"
>
{
getFieldDecorator
(
'ptynam'
,
{
rules
:
fieldSet
.
ptynam
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写客户名称"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"关注日期"
>
{
getFieldDecorator
(
'attdat'
,
{
rules
:
fieldSet
.
attdat
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写关注日期"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"关注原因"
>
{
getFieldDecorator
(
'attrsn'
,
{
rules
:
fieldSet
.
attrsn
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写关注原因"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"交易类型"
>
{
getFieldDecorator
(
'fxtyp'
,
{
rules
:
fieldSet
.
fxtyp
})(
<
Select
placeholder
=
"请选择交易类型"
>
<
Option
value
=
"001"
>
交易类型
001
<
/Option
>
<
Option
value
=
"002"
>
交易类型
002
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"出账账户钞汇标志"
>
{
getFieldDecorator
(
'actcs'
,
{
rules
:
fieldSet
.
actcs
})(
<
Select
placeholder
=
"请选择出账账户钞汇标志"
>
<
Option
value
=
"001"
>
标志
001
<
/Option
>
<
Option
value
=
"002"
>
标志
002
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"汇率类型"
>
{
getFieldDecorator
(
'rattyp'
,
{
rules
:
fieldSet
.
rattyp
})(
<
Select
placeholder
=
"请选择汇率类型"
>
<
Option
value
=
"001"
>
汇率类型
001
<
/Option
>
<
Option
value
=
"002"
>
汇率类型
002
<
/Option
>
<
/Select
>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"锁定汇率编号"
>
{
getFieldDecorator
(
'ratref'
,
{
rules
:
fieldSet
.
ratref
})(
<
Search
placeholder
=
"请选择锁定汇率编号"
onSearch
=
{
value
=>
console
.
log
(
value
)}
enterButton
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"本次使用价格"
>
{
getFieldDecorator
(
'rat'
,
{
rules
:
fieldSet
.
rat
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写本次使用价格"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"实时汇率"
>
{
getFieldDecorator
(
'livrat'
,
{
rules
:
fieldSet
.
livrat
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写实时汇率"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"优惠点数"
>
{
getFieldDecorator
(
'pripon'
,
{
rules
:
fieldSet
.
pripon
})(
<
Input
maxLength
=
{
32
}
placeholder
=
"请填写优惠点数"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"外币金额"
>
{
getFieldDecorator
(
'max'
,
{
rules
:
fieldSet
.
max
})(
<
Input
addonBefore
=
{
maxCURSelector
}
placeholder
=
"请填写外币金额"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"本币金额"
>
{
getFieldDecorator
(
'amt'
,
{
rules
:
fieldSet
.
amt
})(
<
Input
addonBefore
=
{
amtCURSelector
}
placeholder
=
"请填写本币金额"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"外币账号"
>
{
getFieldDecorator
(
'acc'
,
{
rules
:
fieldSet
.
acc
})(
<
Input
addonBefore
=
{
accCURSelector
}
placeholder
=
"请填写外币账号"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"外币账户性质"
>
{
getFieldDecorator
(
'cortyp'
,
{
rules
:
fieldSet
.
cortyp
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写外币账户性质"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"本币账号"
>
{
getFieldDecorator
(
'acc2'
,
{
rules
:
fieldSet
.
acc2
})(
<
Input
addonBefore
=
{
acc2CURSelector
}
placeholder
=
"请填写本币账号"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"本币账户性质"
>
{
getFieldDecorator
(
'cortyp2'
,
{
rules
:
fieldSet
.
cortyp2
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写本币账户性质"
/>
)}
<
/FormItem
>
<
FormItem
{...
formItemLayout
}
label
=
"结售汇统计代码"
>
{
getFieldDecorator
(
'sumcod'
,
{
rules
:
fieldSet
.
sumcod
})(
<
Input
maxLength
=
{
20
}
placeholder
=
"请填写结售汇统计代码"
/>
)}
<
/FormItem
>
<
FormItem
{...
formSubBtnLayout
}
>
<
Button
type
=
"primary"
htmlType
=
"submit"
loading
=
{
this
.
state
.
loading
}
>
提交
<
/Button
>
<
/FormItem
>
...
...
src/views/Layout/index.js
View file @
2923c3d3
...
...
@@ -12,6 +12,7 @@ import './index.less'
import
Home
from
'../Home'
import
PXIRouter
from
'../Business/PXI'
import
FETRouter
from
'../Business/FET'
const
{
Header
,
Footer
,
Sider
,
Content
,
...
...
@@ -41,6 +42,7 @@ export default class LayoutCom extends Component {
<
Route
path
=
"/home"
component
=
{
Home
}
/
>
{
/*模块路由插入开始*/
}
<
Route
path
=
"/business/pxi"
component
=
{
PXIRouter
}
/
>
<
Route
path
=
"/business/fet"
component
=
{
FETRouter
}
/
>
{
/*模块路由插入结束*/
}
<
Redirect
path
=
"/"
to
=
"/home"
/>
<
/Switch
>
...
...
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