Browse Source

开票限制修改

anderx 13 hours ago
parent
commit
cf085da008

+ 3 - 3
js/component/manageCenter/customerService/administration/order.jsx

@@ -2535,7 +2535,7 @@ const Order = Form.create()(
               maskClosable={false}
               className="admin-desc-content"
               footer=""
-              title="开具发票申请单"
+              title="开具发票申请单2"
               width="1200px"
               visible={this.state.avisible}
               onOk={this.visitOks}
@@ -3099,7 +3099,7 @@ const Order = Form.create()(
               maskClosable={false}
               className="admin-desc-content"
               footer=""
-              title="开具发票申请单"
+              title="开具发票申请单3"
               width="1200px"
               visible={this.state.cvisible}
               onOk={this.visitOks}
@@ -3613,7 +3613,7 @@ const Order = Form.create()(
               maskClosable={false}
               className="admin-desc-content"
               footer=""
-              title="开具发票申请单"
+              title="开具发票申请单4"
               width="1200px"
               visible={this.state.dvisible}
               onOk={this.visitOks}

+ 2 - 1
js/component/manageCenter/financialManage/distribute/inSpecial.jsx

@@ -1,4 +1,4 @@
-// kptp 财务管理-省内特批
+
 import React from "react";
 import $ from "jquery/src/ajax";
 import "./public.less";
@@ -745,6 +745,7 @@ const inSpecial = React.createClass({
             </Button>
           </div>
         </Modal>
+        {/*开具发票申请单 省内特批*/}
         <Modal
           className="admin-desc-content"
           footer=""

+ 1 - 1
js/component/manageCenter/financialManage/distribute/invoiceApplyListQuery.jsx

@@ -814,7 +814,7 @@ const invoiceApplyListQuery = React.createClass({
         <Modal
           className="admin-desc-content"
           footer=""
-          title="开具发票申请单"
+          title="开具发票申请单6"
           width="1200px"
           visible={this.state.avisible}
           onOk={this.visitOks}

+ 1 - 0
js/component/manageCenter/financialManage/distribute/invoiceApplyListWai.jsx

@@ -861,6 +861,7 @@ const invoiceApplyListWai = React.createClass({
             </Button>
           </div>
         </Modal>
+        {/*开具发票申请单 营销管理员外省审核*/}
         <Modal
           className="admin-desc-content"
           footer=""

+ 1 - 0
js/component/manageCenter/financialManage/distribute/kaiPiaoModal.jsx

@@ -67,6 +67,7 @@ const KaiPiaoModal = React.createClass({
       wrapperCol: { span: 14 },
     };
     return (
+      //   开具发票申请单 财务发票审核
       <Modal
         className="admin-desc-content"
         footer=""

+ 1 - 0
js/component/manageCenter/financialManage/distribute/outInvoiceQuery.jsx

@@ -750,6 +750,7 @@ const outInvoiceQuery = React.createClass({
             </Button>
           </div>
         </Modal>
+        {/*开具发票申请单 财务外省查看*/}
         {this.state.avisible ? <Modal
           maskClosable={false}
           className="admin-desc-content"

+ 1 - 0
js/component/manageCenter/financialManage/distribute/outSpecial.jsx

@@ -715,6 +715,7 @@ const outSpecial = React.createClass({
             </Button>
           </div>
         </Modal>
+        {/*开具发票申请单 外审特批详情*/}
         <Modal
           className="admin-desc-content"
           footer=""

+ 15 - 46
js/component/manageCenter/order/orderNew/billing.jsx

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

+ 3 - 3
js/component/manageCenter/order/orderNew/inquiry.jsx

@@ -2981,7 +2981,7 @@ const IntentionCustomer = Form.create()(
               maskClosable={false}
               className="admin-desc-content"
               footer=""
-              title="开具发票申请单"
+              title="开具发票申请单13"
               width="1200px"
               visible={this.state.avisible}
               onOk={this.visitOks}
@@ -3545,7 +3545,7 @@ const IntentionCustomer = Form.create()(
               maskClosable={false}
               className="admin-desc-content"
               footer=""
-              title="开具发票申请单"
+              title="开具发票申请单14"
               width="1200px"
               visible={this.state.cvisible}
               onOk={this.visitOks}
@@ -4059,7 +4059,7 @@ const IntentionCustomer = Form.create()(
               maskClosable={false}
               className="admin-desc-content"
               footer=""
-              title="开具发票申请单"
+              title="开具发票申请单15"
               width="1200px"
               visible={this.state.dvisible}
               onOk={this.visitOks}