|
@@ -337,9 +337,7 @@ const Order = Form.create()(
|
|
|
key: "serviceLife",
|
|
|
render: (text, record) => {
|
|
|
return (
|
|
|
- !!text && JSON.parse(text).map(item =>
|
|
|
- <div>{item}</div>
|
|
|
- )
|
|
|
+ <div>{!!text && JSON.parse(text).toString()}</div>
|
|
|
);
|
|
|
}
|
|
|
},
|
|
@@ -2521,7 +2519,7 @@ const Order = Form.create()(
|
|
|
className="admin-desc-content"
|
|
|
footer=""
|
|
|
title="开具发票申请单"
|
|
|
- width="1000px"
|
|
|
+ width="1200px"
|
|
|
visible={this.state.avisible}
|
|
|
onOk={this.visitOks}
|
|
|
onCancel={this.visitCancels}
|
|
@@ -3036,7 +3034,7 @@ const Order = Form.create()(
|
|
|
footer=""
|
|
|
title="开票历史记录"
|
|
|
className="admin-desc-content"
|
|
|
- width="900px"
|
|
|
+ width="1200px"
|
|
|
onCancel={(e) => {
|
|
|
this.setState({
|
|
|
bvisible: false,
|
|
@@ -3085,7 +3083,7 @@ const Order = Form.create()(
|
|
|
className="admin-desc-content"
|
|
|
footer=""
|
|
|
title="开具发票申请单"
|
|
|
- width="1000px"
|
|
|
+ width="1200px"
|
|
|
visible={this.state.cvisible}
|
|
|
onOk={this.visitOks}
|
|
|
onCancel={this.visitCancels}
|
|
@@ -3599,7 +3597,7 @@ const Order = Form.create()(
|
|
|
className="admin-desc-content"
|
|
|
footer=""
|
|
|
title="开具发票申请单"
|
|
|
- width="900px"
|
|
|
+ width="1200px"
|
|
|
visible={this.state.dvisible}
|
|
|
onOk={this.visitOks}
|
|
|
onCancel={this.dvisitCancels}
|
|
@@ -3907,7 +3905,7 @@ const Order = Form.create()(
|
|
|
footer=""
|
|
|
title="开票历史记录"
|
|
|
className="admin-desc-content"
|
|
|
- width="900px"
|
|
|
+ width="1200px"
|
|
|
onCancel={this.inRecordCanl}
|
|
|
>
|
|
|
<Spin spinning={this.state.loading}>
|
|
@@ -4078,7 +4076,7 @@ const Order = Form.create()(
|
|
|
className="customeDetails"
|
|
|
footer=""
|
|
|
title="订单详情"
|
|
|
- width="1000px"
|
|
|
+ width="1200px"
|
|
|
visible={this.state.visible}
|
|
|
onOk={this.visitOk}
|
|
|
onCancel={this.visitCancel}
|