diff --git a/src/pages/plan/add/add.js b/src/pages/plan/add/add.js
index e2231526..e7b82f64 100644
--- a/src/pages/plan/add/add.js
+++ b/src/pages/plan/add/add.js
@@ -31,7 +31,8 @@ export default class add extends React.Component{
phone_radio:-1,
audit_visible:false,
card_visible:false,
- step1:null
+ step1:null,
+ paytype:1,
}
}
@@ -60,9 +61,16 @@ export default class add extends React.Component{
sessionStorage.setItem("plan_id","")
- }
-
+ }
+ onConfirm(e){
+
+
+
+ }
+ onPayTypeChange(e){
+ this.setState({paytype:e.target.value})
+ }
async onNextStep(){
if(this.state.curstep >= 1)
@@ -356,68 +364,27 @@ export default class add extends React.Component{
{
this.state.audit_visible ? (
-
+
-
-
{this.onReturn(e)}} />
- 审核通过
- 是否立即发送key以及解压密码?
-
-
- 接收手机号
-
-
- {this.onPhoneChange(e)}}
- >
- {
-
- this.state.phone_list.map((item, index) => {
-
- return {item}
-
- })
-
- }
-
-
-
-
-
- 接收邮箱
-
-
- {this.onEmailChange(e)} }
- >
- {
- this.state.email_list.map((item, index) => {
-
- return {item}
-
- })
- }
-
-
-
-
- -1} >
-
-
- -1} >
-
-
-
-
-
-
+
+
{this.onReturn(e)}} />
+ 提交审核
+
+
+ {this.onPayTypeChange(e)}} value={this.state.paytype}>
+ 对私账户
+ 对公账户
+ 预付款扣除
+
+
+
+
+
+
+
+
):null
-
}
diff --git a/src/pages/plan/add/add.less b/src/pages/plan/add/add.less
index a11e8202..39bf314d 100644
--- a/src/pages/plan/add/add.less
+++ b/src/pages/plan/add/add.less
@@ -253,4 +253,12 @@
}
// .zent-datepicker-trigger{
// width: 280px !important;
-// }
\ No newline at end of file
+// }
+
+.payType{
+ display: flex;
+ justify-content: center;
+ margin-top: 30px;
+ margin-bottom: 30px;
+
+}
\ No newline at end of file
diff --git a/src/pages/plan/key/list.js b/src/pages/plan/key/list.js
index 6547ac1e..f1e32027 100644
--- a/src/pages/plan/key/list.js
+++ b/src/pages/plan/key/list.js
@@ -661,12 +661,9 @@ onChangeCombinedDate(e){
diff --git a/src/pages/plan/list/list.js b/src/pages/plan/list/list.js
index 4e7979a3..f3ce7915 100644
--- a/src/pages/plan/list/list.js
+++ b/src/pages/plan/list/list.js
@@ -733,15 +733,10 @@ export default class acclist extends React.Component{
}}> 更多
-
-
-
@@ -827,12 +822,17 @@ export default class acclist extends React.Component{
+
+
+