|
@@ -1010,13 +1010,6 @@ const MyService = Form.create()(
|
|
|
});
|
|
});
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
- if (typeof theorgCodeUrl !== "string") {
|
|
|
|
|
- message.warning("未上传图片");
|
|
|
|
|
- this.setState({
|
|
|
|
|
- flagA: false,
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
if (!this.state.unitName) {
|
|
if (!this.state.unitName) {
|
|
|
message.warning("单位名称不能为空");
|
|
message.warning("单位名称不能为空");
|
|
|
this.setState({
|
|
this.setState({
|
|
@@ -1059,34 +1052,7 @@ const MyService = Form.create()(
|
|
|
});
|
|
});
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
- if (!this.state.banks) {
|
|
|
|
|
- message.warning("开户行不能为空");
|
|
|
|
|
- this.setState({
|
|
|
|
|
- flagA: false,
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- if (!this.state.content) {
|
|
|
|
|
- message.warning("开票内容及说明不能为空");
|
|
|
|
|
- this.setState({
|
|
|
|
|
- flagA: false,
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- if (!this.state.unitAddress) {
|
|
|
|
|
- message.warning("单位地址不能为空");
|
|
|
|
|
- this.setState({
|
|
|
|
|
- flagA: false,
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- if (!this.state.unitMobile) {
|
|
|
|
|
- message.warning("单位电话不能为空");
|
|
|
|
|
- this.setState({
|
|
|
|
|
- flagA: false,
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
if (this.state.alreadyAmount === "") {
|
|
if (this.state.alreadyAmount === "") {
|
|
|
message.warning("开票金额总计不能为空");
|
|
message.warning("开票金额总计不能为空");
|
|
|
this.setState({
|
|
this.setState({
|
|
@@ -2321,6 +2287,7 @@ const MyService = Form.create()(
|
|
|
addPop={this.state.addPop}
|
|
addPop={this.state.addPop}
|
|
|
/>
|
|
/>
|
|
|
}
|
|
}
|
|
|
|
|
+ {/*开具发票申请单 营销发起*/}
|
|
|
{this.state.avisible ? (
|
|
{this.state.avisible ? (
|
|
|
<Modal
|
|
<Modal
|
|
|
maskClosable={false}
|
|
maskClosable={false}
|
|
@@ -2542,7 +2509,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
开户行及银行账号
|
|
开户行及银行账号
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -2563,7 +2530,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
开票内容及说明
|
|
开票内容及说明
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -2584,7 +2551,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
单位地址
|
|
单位地址
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -2634,7 +2601,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
单位电话
|
|
单位电话
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -2657,7 +2624,7 @@ const MyService = Form.create()(
|
|
|
wrapperCol={{ span: 18 }}
|
|
wrapperCol={{ span: 18 }}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
上传附件
|
|
上传附件
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -2891,6 +2858,7 @@ const MyService = Form.create()(
|
|
|
style={{ color: "black" }}
|
|
style={{ color: "black" }}
|
|
|
></Input.TextArea>
|
|
></Input.TextArea>
|
|
|
</Modal>
|
|
</Modal>
|
|
|
|
|
+ {/*开具发票申请单 营销发票修改*/}
|
|
|
<Modal
|
|
<Modal
|
|
|
maskClosable={false}
|
|
maskClosable={false}
|
|
|
className="admin-desc-content"
|
|
className="admin-desc-content"
|
|
@@ -3111,7 +3079,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
开户行及银行账号
|
|
开户行及银行账号
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -3132,7 +3100,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
开票内容及说明
|
|
开票内容及说明
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -3153,7 +3121,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
单位地址
|
|
单位地址
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -3203,7 +3171,7 @@ const MyService = Form.create()(
|
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
单位电话
|
|
单位电话
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -3226,7 +3194,7 @@ const MyService = Form.create()(
|
|
|
wrapperCol={{ span: 18 }}
|
|
wrapperCol={{ span: 18 }}
|
|
|
label={
|
|
label={
|
|
|
<span>
|
|
<span>
|
|
|
- <strong style={{ color: "#f00" }}>*</strong>
|
|
|
|
|
|
|
+
|
|
|
上传附件
|
|
上传附件
|
|
|
</span>
|
|
</span>
|
|
|
}
|
|
}
|
|
@@ -3406,11 +3374,12 @@ const MyService = Form.create()(
|
|
|
</Spin>
|
|
</Spin>
|
|
|
</Form>
|
|
</Form>
|
|
|
</Modal>
|
|
</Modal>
|
|
|
|
|
+ {/*开具发票申请单 营销详情 */}
|
|
|
<Modal
|
|
<Modal
|
|
|
maskClosable={false}
|
|
maskClosable={false}
|
|
|
className="admin-desc-content"
|
|
className="admin-desc-content"
|
|
|
footer=""
|
|
footer=""
|
|
|
- title="开具发票申请单"
|
|
|
|
|
|
|
+ title="开具发票申请单12"
|
|
|
width="1200px"
|
|
width="1200px"
|
|
|
visible={this.state.dvisible}
|
|
visible={this.state.dvisible}
|
|
|
onOk={this.visitOks}
|
|
onOk={this.visitOks}
|