| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385 | 
							- import React from "react";
 
- import $ from "jquery/src/ajax";
 
- import moment from "moment";
 
- import "./public.less";
 
- import "./shouKuan.less";
 
- import {
 
-   Button,
 
-   Form,
 
-   Input,
 
-   Spin,
 
-   Table,
 
-   Select,
 
-   message,
 
-   DatePicker,
 
-   Modal,
 
-   Tabs,
 
-   Col
 
- } from "antd";
 
- import OrderDesc from "../orderDetail/orderDesc";
 
- import Receivable from "./receivable";
 
- import Assign from "@/manageCenter/publicComponent/assign";
 
- import ReactToPrint from "react-to-print";
 
- import {
 
-   getLiquidationStatus,
 
-   getProcessStatus,
 
-   getApproval,
 
-   getInvoiceStatus,
 
-   getTransactionProject
 
- } from "@/tools";
 
- import { ChooseList } from "../../order/orderNew/chooseList";
 
- const FormItem = Form.Item;
 
- const { TabPane } = Tabs;
 
- const ShouKuangAll = React.createClass({
 
-   departmentList() {
 
-     this.setState({
 
-       loading: true
 
-     });
 
-     $.ajax({
 
-       method: "get",
 
-       dataType: "json",
 
-       crossDomain: false,
 
-       url: globalConfig.context + "/api/admin/organization/selectSuperId",
 
-       data: {},
 
-       success: function(data) {
 
-         let thedata = data.data;
 
-         let theArr = [];
 
-         if (!thedata) {
 
-           if (data.error && data.error.length) {
 
-             message.warning(data.error[0].message);
 
-           }
 
-         } else {
 
-           thedata.map(function(item, index) {
 
-             theArr.push({
 
-               key: index,
 
-               name: item.name,
 
-               id: item.id
 
-             });
 
-           });
 
-         }
 
-         this.setState({
 
-           departmentArr: theArr
 
-         });
 
-       }.bind(this)
 
-     }).always(
 
-       function() {
 
-         this.setState({
 
-           loading: false
 
-         });
 
-       }.bind(this)
 
-     );
 
-   },
 
-   loadData(pageNo, pageSize) {
 
-     this.state.data = [];
 
-     this.state.pagination.pageSize = 10;
 
-     this.setState({
 
-       selectedRowKeys: [],
 
-       selectedRowKey: [],
 
-       page: pageNo,
 
-       loading: true,
 
-       pagination: this.state.pagination
 
-     });
 
-     $.ajax({
 
-       method: "get",
 
-       dataType: "json",
 
-       crossDomain: false,
 
-       url: globalConfig.context + "/api/admin/financial/financeList",
 
-       data: {
 
-         pageNo: pageNo || 1,
 
-         pageSize: pageSize || this.state.pagination.pageSize,
 
-         buyerName: this.state.nameSearch, //客户名称
 
-         orderNo: this.state.orderNoSearch,
 
-         startTime: this.state.releaseDate[0],
 
-         endTime: this.state.releaseDate[1],
 
-         startFinalReceivablesTime: this.state.shouKuanDate[0],
 
-         endFinalReceivablesTime: this.state.shouKuanDate[1],
 
-         departmentId: this.state.departmenttList,
 
-         // processStatus: this.state.processStatusSearch,
 
-         contractNo: this.state.contractNoSearch
 
-       },
 
-       success: function(data) {
 
-         let theArr = [];
 
-         if (!data.data || !data.data.pagination.list) {
 
-           if (data.error && data.error.length) {
 
-             message.warning(data.error[0].message);
 
-           }
 
-         } else {
 
-           for (let i = 0; i < data.data.pagination.list.length; i++) {
 
-             let thisdata = data.data.pagination.list[i];
 
-             theArr.push({
 
-               key: thisdata.orderNo,
 
-               orderNo: thisdata.orderNo,
 
-               orderType: thisdata.orderType,
 
-               orderStatus: thisdata.orderStatus,
 
-               sellerName: thisdata.sellerName,
 
-               processStatus: thisdata.processStatus,
 
-               liquidationStatus: thisdata.liquidationStatus,
 
-               approval: thisdata.approval,
 
-               buyerName: thisdata.buyerName,
 
-               actuallyTotalAmount: thisdata.actuallyTotalAmount,
 
-               signTime: thisdata.signTime,
 
-               companyId: thisdata.companyId,
 
-               companyName: thisdata.companyName,
 
-               buyerId: thisdata.buyerId,
 
-               buyerName: thisdata.buyerName,
 
-               contractNo: thisdata.contractNo,
 
-               createTime: thisdata.createTime,
 
-               departmentName: thisdata.departmentName,
 
-               invoiceAmount: thisdata.invoiceAmount,
 
-               finalReceivables: thisdata.finalReceivables,
 
-               finalReceivablesTime: thisdata.finalReceivablesTime,
 
-               signTotalAmount: thisdata.signTotalAmount
 
-             });
 
-           }
 
-         }
 
-         this.state.pagination.current = data.data.pagination.pageNo;
 
-         this.state.pagination.total = data.data.pagination.totalCount;
 
-         if (
 
-           data.data &&
 
-           data.data.pagination.list &&
 
-           !data.data.pagination.list.length
 
-         ) {
 
-           this.state.pagination.current = 0;
 
-           this.state.pagination.total = 0;
 
-         }
 
-         this.setState({
 
-           totalPage: data.data.pagination.totalPage,
 
-           dataSource: theArr,
 
-           pagination: this.state.pagination,
 
-           totalHui: data.data.count ? data.data.count.signTotalAmount : 0,
 
-           hui: data.data.count ? data.data.count.actuallyTotalAmount : 0
 
-         });
 
-       }.bind(this)
 
-     }).always(
 
-       function() {
 
-         this.setState({
 
-           loading: false
 
-         });
 
-       }.bind(this)
 
-     );
 
-   },
 
-   getInitialState() {
 
-     return {
 
-       searchMore: true,
 
-       dvisible: false,
 
-       assignVisibleX: false,
 
-       assignVisibleY: false,
 
-       releaseDate: [],
 
-       shouKuanDate: [],
 
-       assignDataX: [],
 
-       assignDataY: [],
 
-       totalPage: 0,
 
-     //   processStatusSearch: "3",
 
-       boHuivisible: false,
 
-       selectedRowKeys: [],
 
-       selectedRows: [],
 
-       loading: false,
 
-       pagination: {
 
-         defaultCurrent: 1,
 
-         defaultPageSize: 10,
 
-         showQuickJumper: true,
 
-         pageSize: 10,
 
-         onChange: function(page) {
 
-           this.loadData(page);
 
-         }.bind(this),
 
-         showTotal: function(total) {
 
-           return "共" + total + "条数据";
 
-         }
 
-       },
 
-       // 子组件改变的表格title数组
 
-       changeList: undefined,
 
-       printColumns: [
 
-         {
 
-           title: "合同编号",
 
-           dataIndex: "contractNo",
 
-           key: "contractNo"
 
-         },
 
-         {
 
-           title: "订单编号",
 
-           dataIndex: "orderNo",
 
-           key: "orderNo"
 
-           // fixed: "left"
 
-         },
 
-         {
 
-           title: "客户名称",
 
-           dataIndex: "buyerName",
 
-           key: "buyerName"
 
-         },
 
-         {
 
-           title: "订单部门",
 
-           dataIndex: "departmentName",
 
-           key: "departmentName"
 
-         },
 
-         {
 
-           title: "订单负责人",
 
-           dataIndex: "sellerName",
 
-           key: "sellerName"
 
-         },
 
-         {
 
-           title: "签单日期",
 
-           dataIndex: "signTime",
 
-           key: "signTime"
 
-         },
 
-         {
 
-           title: "下单日期",
 
-           dataIndex: "createTime",
 
-           key: "createTime"
 
-         },
 
-         {
 
-           title: "签单金额(万元)",
 
-           dataIndex: "signTotalAmount",
 
-           key: "signTotalAmount"
 
-         },
 
-         {
 
-           title: "开票金额(万元)",
 
-           dataIndex: "invoiceAmount",
 
-           key: "invoiceAmount"
 
-         },
 
-         {
 
-           title: "已收款(万元)",
 
-           dataIndex: "actuallyTotalAmount",
 
-           key: "actuallyTotalAmount"
 
-         },
 
-         {
 
-           title: "最近收款(万元)",
 
-           dataIndex: "finalReceivables",
 
-           key: "finalReceivables"
 
-         },
 
-         {
 
-           title: "最近收款时间",
 
-           dataIndex: "finalReceivablesTime",
 
-           key: "finalReceivablesTime"
 
-         },
 
-         {
 
-           title: "结算状态",
 
-           dataIndex: "liquidationStatus",
 
-           key: "liquidationStatus",
 
-           render: text => {
 
-             return getLiquidationStatus(text);
 
-           }
 
-         },
 
-         {
 
-           title: "流程状态",
 
-           dataIndex: "processStatus",
 
-           key: "processStatus",
 
-           render: text => {
 
-             return getProcessStatus(text);
 
-           }
 
-         },
 
-         {
 
-           title: "特批状态",
 
-           dataIndex: "approval",
 
-           key: "approval",
 
-           render: text => {
 
-             return getApproval(text);
 
-           }
 
-         }
 
-       ],
 
-       columns: [
 
-         {
 
-           title: "合同编号",
 
-           dataIndex: "contractNo",
 
-           key: "contractNo",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "订单编号",
 
-           dataIndex: "orderNo",
 
-           key: "orderNo",
 
-           className: "title-table"
 
-           // fixed: "left"
 
-         },
 
-         {
 
-           title: "客户名称",
 
-           dataIndex: "buyerName",
 
-           key: "buyerName",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "订单部门",
 
-           dataIndex: "departmentName",
 
-           key: "departmentName",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "订单负责人",
 
-           dataIndex: "sellerName",
 
-           key: "sellerName",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "签单日期",
 
-           dataIndex: "signTime",
 
-           key: "signTime",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "下单日期",
 
-           dataIndex: "createTime",
 
-           key: "createTime",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "签单金额(万元)",
 
-           dataIndex: "signTotalAmount",
 
-           key: "signTotalAmount",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "开票金额(万元)",
 
-           dataIndex: "invoiceAmount",
 
-           key: "invoiceAmount",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "已收款(万元)",
 
-           dataIndex: "actuallyTotalAmount",
 
-           key: "actuallyTotalAmount",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "最近收款(万元)",
 
-           dataIndex: "finalReceivables",
 
-           key: "finalReceivables",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "最近收款时间",
 
-           dataIndex: "finalReceivablesTime",
 
-           key: "finalReceivablesTime",
 
-           className: "title-table"
 
-         },
 
-         {
 
-           title: "结算状态",
 
-           dataIndex: "liquidationStatus",
 
-           key: "liquidationStatus",
 
-           className: "title-table",
 
-           render: text => {
 
-             return getLiquidationStatus(text);
 
-           }
 
-         },
 
-         {
 
-           title: "流程状态",
 
-           dataIndex: "processStatus",
 
-           key: "processStatus",
 
-           className: "title-table",
 
-           render: text => {
 
-             return getProcessStatus(text);
 
-           }
 
-         },
 
-         {
 
-           title: "特批状态",
 
-           dataIndex: "approval",
 
-           key: "approval",
 
-           className: "title-table",
 
-           render: text => {
 
-             return getApproval(text);
 
-           }
 
-         },
 
-         //                 {
 
-         //                     title: '订单状态',
 
-         //                     dataIndex: 'orderStatus',
 
-         //                     key: 'orderStatus',
 
-         //                     render: text => { return getNewOrderStatus(text)}
 
-         //                 },
 
-         // {
 
-         //   title: "操作",
 
-         //   dataIndex: "caozuo",
 
-         //   key: "caouzo",
 
-         //   className: "title-table",
 
-         //   render: (text, recard) => {
 
-         //     return (
 
-         //       <div>
 
-         //         {recard.liquidationStatus < 2 &&
 
-         //         (recard.approval === 1 || recard.approval === 2) ? (
 
-         //           <Button
 
-         //             style={{ background: "rgb(192,192,192)" }}
 
-         //             onClick={e => {
 
-         //               e.stopPropagation(), this.evaluateX(recard);
 
-         //             }}
 
-         //           >
 
-         //             收款
 
-         //           </Button>
 
-         //         ) : (
 
-         //           <Button
 
-         //             type="primary"
 
-         //             onClick={e => {
 
-         //               e.stopPropagation(), this.evaluateX(recard);
 
-         //             }}
 
-         //           >
 
-         //             收款
 
-         //           </Button>
 
-         //         )}
 
-         //         {recard.processStatus < 4 ? (
 
-         //           <Button
 
-         //             type="primary"
 
-         //             onClick={e => {
 
-         //               e.stopPropagation(), this.evaluateZ(recard);
 
-         //             }}
 
-         //             style={{ marginLeft: "5px" }}
 
-         //           >
 
-         //             通过
 
-         //           </Button>
 
-         //         ) : (
 
-         //           ""
 
-         //         )}
 
-         //         {!(
 
-         //           recard.actuallyTotalAmount &&
 
-         //           Number(recard.actuallyTotalAmount) > 0
 
-         //         ) && (
 
-         //           <Button
 
-         //             type="danger"
 
-         //             style={{ marginLeft: "5px" }}
 
-         //             onClick={e => {
 
-         //               e.stopPropagation(), this.reject(recard);
 
-         //             }}
 
-         //           >
 
-         //             驳回
 
-         //           </Button>
 
-         //         )}
 
-         //         {
 
-         //           // <Button
 
-         //           //   type="primary"
 
-         //           //   style={{ marginLeft: "5px" }}
 
-         //           //   onClick={e => {
 
-         //           //     e.stopPropagation(), this.evaluateY(recard, "财务专员");
 
-         //           //     console.log(recard);
 
-         //           //   }}
 
-         //           // >
 
-         //           //   转交
 
-         //           // </Button>
 
-         //         }
 
-         //       </div>
 
-         //     );
 
-         //   }
 
-         // }
 
-       ],
 
-       dataSource: [],
 
-       searchTime: [],
 
-       columnsDate: [
 
-         {
 
-           title: "编号",
 
-           dataIndex: "id",
 
-           key: "id"
 
-         },
 
-         {
 
-           title: "订单编号",
 
-           dataIndex: "orderno",
 
-           key: "orderno"
 
-         },
 
-         {
 
-           title: "开票金额(万元)",
 
-           dataIndex: "amount",
 
-           key: "amount"
 
-         },
 
-         {
 
-           title: "申请时间",
 
-           dataIndex: "createTime",
 
-           key: "createTime"
 
-         },
 
-         {
 
-           title: "开票状态",
 
-           dataIndex: "status",
 
-           key: "status",
 
-           render: text => {
 
-             return getInvoiceStatus(text);
 
-           }
 
-         }
 
-       ],
 
-       waterlistDate: [
 
-         {
 
-           title: "订单编号",
 
-           dataIndex: "orderNo",
 
-           key: "orderNo"
 
-         },
 
-         {
 
-           title: "平台流水号",
 
-           dataIndex: "billNo",
 
-           key: "billNo"
 
-           //   fixed: "left"
 
-         },
 
-         {
 
-           title: "收款金额(万元)",
 
-           dataIndex: "transactionAmount",
 
-           key: "transactionAmount"
 
-         },
 
-         {
 
-           title: "收款方",
 
-           dataIndex: "payeeName",
 
-           key: "payeeName"
 
-         },
 
-         {
 
-           title: "付款方",
 
-           dataIndex: "payerName",
 
-           key: "payerName"
 
-         },
 
-         {
 
-           title: "流水科目",
 
-           dataIndex: "transactionSubject",
 
-           key: "transactionSubject",
 
-           render: text => {
 
-             return getTransactionProject(text);
 
-           }
 
-         },
 
-         {
 
-           title: "收款类型",
 
-           dataIndex: "type",
 
-           key: "type"
 
-         },
 
-         {
 
-           title: "财务流水时间",
 
-           dataIndex: "financialPayTimes",
 
-           key: "financialPayTimes"
 
-         },
 
-         {
 
-           title: "财务流水号",
 
-           dataIndex: "financialPayNo",
 
-           key: "financialPayNo"
 
-         },
 
-         {
 
-           title: "订单负责人",
 
-           dataIndex: "saleName",
 
-           key: "saleName"
 
-         },
 
-         {
 
-           title: "创建时间",
 
-           dataIndex: "createTimes",
 
-           key: "createTimes"
 
-         }
 
-       ],
 
-       waterData: []
 
-     };
 
-   },
 
-   // 特批通过
 
-   evaluateZ(record) {
 
-     $.ajax({
 
-       method: "POST",
 
-       dataType: "json",
 
-       crossDomain: false,
 
-       url: globalConfig.context + "/api/admin/financial/financeApproval",
 
-       data: {
 
-         orderNo: record.orderNo
 
-       }
 
-     }).done(
 
-       function(data) {
 
-         if (!data.error.length) {
 
-           message.success("通过成功!");
 
-           this.setState({
 
-             loading: false
 
-           });
 
-           this.loadData();
 
-         } else {
 
-           message.warning(data.error[0].message);
 
-         }
 
-       }.bind(this)
 
-     );
 
-   },
 
-   /* 收款 */
 
-   evaluateX(recard) {
 
-     this.state.assignDataX = recard;
 
-     this.setState({
 
-       assignVisibleX: true
 
-     });
 
-   },
 
-   /* 转交 */
 
-   evaluateY(recard, nub) {
 
-     this.state.assignDataY = recard;
 
-     this.setState({
 
-       nub,
 
-       assignVisibleY: true
 
-     });
 
-   },
 
-   /* 驳回 */
 
-   reject(recard) {
 
-     this.setState({
 
-       bohuiData: recard,
 
-       boHuiVisible: true,
 
-       content: ""
 
-     });
 
-   },
 
-   boHuiOk() {
 
-     this.setState({
 
-       boHuiVisible: false
 
-     });
 
-     if (
 
-       this.state.pagination.current == this.state.totalPage &&
 
-       this.state.pagination.total % 10 == 1
 
-     ) {
 
-       this.loadData(this.state.page - 1);
 
-     } else {
 
-       this.loadData(this.state.page);
 
-     }
 
-   },
 
-   boHuiCancel() {
 
-     this.setState({
 
-       boHuiVisible: false
 
-     });
 
-   },
 
-   componentWillMount() {
 
-     this.loadData();
 
-     this.departmentList();
 
-   },
 
-   tableRowClick(record) {
 
-     this.state.RowData = record;
 
-     this.setState({
 
-       showDesc: true
 
-     });
 
-   },
 
-   closeDesc(e, s) {
 
-     this.state.showDesc = e;
 
-     if (s) {
 
-       this.loadData(this.state.page);
 
-     }
 
-   },
 
-   closeAssignX(e, s) {
 
-     this.state.assignDataX = {};
 
-     this.state.assignVisibleX = e;
 
-     if (s) {
 
-       this.loadData(this.state.page);
 
-     }
 
-   },
 
-   closeAssignY(e, s) {
 
-     this.state.assignDataY = {};
 
-     this.state.assignVisibleY = e;
 
-     if (s) {
 
-       this.loadData(this.state.page);
 
-     }
 
-   },
 
-   search() {
 
-     this.loadData();
 
-   },
 
-   reset() {
 
-     this.state.nameSearch = "";
 
-     this.state.releaseDate = [];
 
-     this.state.shouKuanDate = [];
 
-     this.state.orderNoSearch = "";
 
-     this.state.departmenttList = undefined;
 
-     this.state.processStatus = [];
 
-     this.state.contractNoSearch = "";
 
-     this.loadData();
 
-   },
 
-   //驳回
 
-   boHuiSubmit(e) {
 
-     e.preventDefault();
 
-     if (!this.state.content) {
 
-       message.warning("请填写驳回原因");
 
-       return false;
 
-     }
 
-     this.setState({
 
-       loading: true
 
-     });
 
-     $.ajax({
 
-       method: "POST",
 
-       dataType: "json",
 
-       crossDomain: false,
 
-       url: globalConfig.context + "/api/admin/financial/reject",
 
-       data: {
 
-         orderNo: this.state.bohuiData.orderNo,
 
-         reason: this.state.content
 
-       }
 
-     }).done(
 
-       function(data) {
 
-         if (!data.error.length) {
 
-           message.success("驳回成功!");
 
-           this.setState({
 
-             loading: false
 
-           });
 
-           this.boHuiOk();
 
-         } else {
 
-           message.warning(data.error[0].message);
 
-         }
 
-       }.bind(this)
 
-     );
 
-   },
 
-   searchSwitch() {
 
-     this.setState({
 
-       searchMore: !this.state.searchMore
 
-     });
 
-   },
 
-   changeList(arr) {
 
-     const newArr = [];
 
-     this.state.columns.forEach(item => {
 
-       arr.forEach(val => {
 
-         if (val === item.title) {
 
-           newArr.push(item);
 
-         }
 
-       });
 
-     });
 
-     this.setState({
 
-       changeList: newArr
 
-     });
 
-   },
 
-   callback(key) {
 
-     console.log(key);
 
-   },
 
-   onSelectChange(selectedRowKeys) {
 
-     // for(var i=0; i<selectedRowKeys.length; i++){
 
-     //   for(var j=i+1; j<selectedRowKeys.length; j++){
 
-     //     if(selectedRowKeys[i]==selectedRowKeys[j]){
 
-     //     selectedRowKeys.splice(j,1);
 
-     //     j--;
 
-     //     }
 
-     //   }
 
-     // }
 
-     this.setState({ selectedRowKeys });
 
-   },
 
-   inRecordCanl() {
 
-     this.setState({
 
-       bvisible: false
 
-     });
 
-   },
 
-   inRecordData() {
 
-     this.setState({
 
-       loading: true
 
-     });
 
-     $.ajax({
 
-       method: "get",
 
-       dataType: "json",
 
-       crossDomain: false,
 
-       url:
 
-         globalConfig.context +
 
-         "/api/admin/orderInvoice/salesmanOrderInvoiceList",
 
-       data: {
 
-         orderNo: this.state.selectedRowKeys[0]
 
-       },
 
-       success: function(data) {
 
-         let theArr = [];
 
-         let sum = 0;
 
-         if (!data.data) {
 
-           if (data.error && data.error.length) {
 
-             message.warning(data.error[0].message);
 
-           }
 
-         } else {
 
-           for (let i = 0; i < data.data.list.length; i++) {
 
-             let thisdata = data.data.list[i];
 
-             sum += parseFloat(thisdata.amount);
 
-             theArr.push({
 
-               id: thisdata.id,
 
-               orderno: thisdata.orderno, //订单编号
 
-               amount: thisdata.amount, //签单金额
 
-               createTime: thisdata.createTime, //流程状态
 
-               status: thisdata.status, //结算状态
 
-               rejectReason: thisdata.rejectReason
 
-             });
 
-           }
 
-         }
 
-         this.setState({
 
-           recordData: theArr,
 
-           sum: sum.toFixed(4)
 
-         });
 
-       }.bind(this)
 
-     }).done(
 
-       function() {
 
-         this.setState({
 
-           loading: false
 
-         });
 
-       }.bind(this)
 
-     );
 
-   },
 
-   waterData() {
 
-     this.state.data = [];
 
-     this.setState({
 
-       loading: true
 
-     });
 
-     $.ajax({
 
-       method: "get",
 
-       dataType: "json",
 
-       crossDomain: false,
 
-       url: globalConfig.context + "/api/admin/financial/myBillList",
 
-       data: {
 
-         orderNo: this.state.selectedRowKeys[0]
 
-       },
 
-       success: function(data) {
 
-         let theArr = [];
 
-         let waterSum = 0;
 
-         if (!data.data || !data.data.list) {
 
-           if (data.error && data.error.length) {
 
-             message.warning(data.error[0].message);
 
-           }
 
-         } else {
 
-           for (let i = 0; i < data.data.list.length; i++) {
 
-             let thisdata = data.data.list[i];
 
-             waterSum += parseFloat(thisdata.transactionAmount);
 
-             theArr.push({
 
-               key: i,
 
-               orderNo: thisdata.orderNo,
 
-               billNo: thisdata.billNo,
 
-               transactionAmount: thisdata.transactionAmount,
 
-               payeeName: thisdata.payeeName,
 
-               payerName: thisdata.payerName,
 
-               transactionSubject: thisdata.transactionSubject,
 
-               transactionChannel: thisdata.transactionChannel,
 
-               financialPayTimes: thisdata.financialPayTimes,
 
-               financialPayNo: thisdata.financialPayNo,
 
-               createrName: thisdata.createrName,
 
-               saleName: thisdata.saleName,
 
-               createTimes: thisdata.createTimes,
 
-               type: thisdata.type == 0 ? "手工" : "批量"
 
-             });
 
-           }
 
-         }
 
-         this.setState({
 
-           waterData: theArr,
 
-           waterSum: waterSum.toFixed(4)
 
-         });
 
-       }.bind(this)
 
-     }).always(
 
-       function() {
 
-         this.setState({
 
-           loading: false
 
-         });
 
-       }.bind(this)
 
-     );
 
-   },
 
-   waterCanl() {
 
-     this.setState({
 
-       cvisible: false
 
-     });
 
-   },
 
-   exportKaip() {
 
-     window.location.href =
 
-       globalConfig.context +
 
-       "/api/admin/receivables/exportInvoice?" +
 
-       `orderNo=${this.state.selectedRowKeys}`;
 
-   },
 
-   exportAll() {
 
-     window.location.href =
 
-       globalConfig.context +
 
-       "/api/admin/receivables/exportReceivables?" +
 
-       `orderNo=${
 
-         this.state.orderNoSearch ? this.state.orderNoSearch : ""
 
-       }&buyerName=${
 
-         this.state.nameSearch ? this.state.nameSearch : ""
 
-       }&departmentId=${
 
-         this.state.departmenttList ? this.state.departmenttList : ""
 
-       }&contractNo=${
 
-         this.state.contractNoSearch ? this.state.contractNoSearch : ""
 
-       }&processStatus=${this.state.processStatusSearch}`;
 
-   },
 
-   exportWater() {
 
-     window.location.href =
 
-       globalConfig.context +
 
-       "/api/admin/receivables/exportMyBill?" +
 
-       `orderNo=${this.state.selectedRowKeys}`;
 
-   },
 
-   printAll() {
 
-     this.setState({
 
-       dvisible: true
 
-       // loading: true
 
-     });
 
-     this.loadData(1, 9999);
 
-     this.state.pagination.pageSize = 9999;
 
-     this.setState({
 
-       pagination: this.state.pagination
 
-     });
 
-     window.setTimeout(() => {
 
-       document.querySelectorAll(
 
-         ".ant-pagination.ant-table-pagination.mini"
 
-       )[0].style.display = "none";
 
-       // let tr = document.querySelectorAll(".patent-table tr");
 
-       // for(let i = 0; i < tr.length; i++) {
 
-       //   tr[i].style.fontSize = "6px"
 
-       // }
 
-       // let td = document.querySelectorAll(".patent-table tr td");
 
-       // for (let i = 0; i < td.length; i++) {
 
-       //   td[i].style.padding = "0 0 0 0";
 
-       // }
 
-     }, 100);
 
-   },
 
-   render() {
 
-     const formItemLayout = {
 
-       labelCol: { span: 8 },
 
-       wrapperCol: { span: 14 }
 
-     };
 
-     const { RangePicker } = DatePicker;
 
-     var departmentArr = this.state.departmentArr || [];
 
-     const { loading, selectedRowKeys, visible } = this.state;
 
-     const rowSelection = {
 
-       selectedRowKeys,
 
-       onChange: this.onSelectChange,
 
-       hideDefaultSelections: true
 
-     };
 
-     return (
 
-       <div className="user-content">
 
-         <div className="content-title" style={{ marginBottom: 10 }}>
 
-           <span style={{ fontWeight: 900, fontSize: 16 }}>收款结算</span>
 
-         </div>
 
-         <Tabs defaultActiveKey="2" onChange={this.callback} className="test">
 
-           <TabPane tab="更改表格显示数据" key="1">
 
-             <div style={{ marginLeft: 10 }}>
 
-               <ChooseList
 
-                 columns={this.state.columns}
 
-                 changeFn={this.changeList}
 
-                 changeList={this.state.changeList}
 
-                 top={55}
 
-                 margin={11}
 
-               />
 
-             </div>
 
-           </TabPane>
 
-           <TabPane tab="搜索" key="2">
 
-             <div className="user-search" style={{ marginLeft: 10 }}>
 
-               <Input
 
-                 placeholder="订单编号"
 
-                 value={this.state.orderNoSearch}
 
-                 onChange={e => {
 
-                   this.setState({ orderNoSearch: e.target.value });
 
-                 }}
 
-               />
 
-               <Input
 
-                 placeholder="客户名称"
 
-                 value={this.state.nameSearch}
 
-                 onChange={e => {
 
-                   this.setState({ nameSearch: e.target.value });
 
-                 }}
 
-               />
 
-               <Select
 
-                 placeholder="订单部门"
 
-                 style={{ width: 150, marginRight: 10 }}
 
-                 value={this.state.departmenttList}
 
-                 onChange={e => {
 
-                   this.setState({ departmenttList: e });
 
-                 }}
 
-               >
 
-                 {departmentArr.map(function(item) {
 
-                   return (
 
-                     <Select.Option key={item.id}>{item.name}</Select.Option>
 
-                   );
 
-                 })}
 
-               </Select>
 
-               <Input
 
-                 placeholder="合同编号"
 
-                 value={this.state.contractNoSearch}
 
-                 onChange={e => {
 
-                   this.setState({
 
-                     contractNoSearch: e.target.value
 
-                   });
 
-                 }}
 
-               />
 
-               {/* <Select
 
-                 placeholder="流程状态"
 
-                 onChange={e => {
 
-                   this.setState({ processStatusSearch: e });
 
-                 }}
 
-                 style={{ width: 160, marginRight: 5 }}
 
-                 value={this.state.processStatusSearch}
 
-               >
 
-                 <Option value="3">未分配</Option>
 
-                 <Option value="4">已分配</Option>
 
-               </Select> */}
 
-               <span style={{}}>下单日期:</span>
 
-               <RangePicker
 
-                 value={[
 
-                   this.state.releaseDate[0]
 
-                     ? moment(this.state.releaseDate[0])
 
-                     : null,
 
-                   this.state.releaseDate[1]
 
-                     ? moment(this.state.releaseDate[1])
 
-                     : null
 
-                 ]}
 
-                 onChange={(data, dataString) => {
 
-                   this.setState({ releaseDate: dataString });
 
-                 }}
 
-               />
 
-               <span style={{}}>最近收款:</span>
 
-               <RangePicker
 
-                 value={[
 
-                   this.state.shouKuanDate[0]
 
-                     ? moment(this.state.shouKuanDate[0])
 
-                     : null,
 
-                   this.state.shouKuanDate[1]
 
-                     ? moment(this.state.shouKuanDate[1])
 
-                     : null
 
-                 ]}
 
-                 onChange={(data, dataString) => {
 
-                   this.setState({ shouKuanDate: dataString });
 
-                 }}
 
-               />
 
-               <Button
 
-                 type="primary"
 
-                 onClick={this.search}
 
-                 style={{ marginLeft: 10 }}
 
-               >
 
-                 搜索
 
-               </Button>
 
-               <Button onClick={this.reset}>重置</Button>
 
-             </div>
 
-           </TabPane>
 
-           {/* <TabPane tab="打印" key="3">
 
-             <Button
 
-               type="primary"
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={this.printAll}
 
-               disabled={!this.state.dataSource.length}
 
-             >
 
-               打印所有列表信息
 
-             </Button>
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length != 1}
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={() => {
 
-                 this.inRecordData();
 
-                 this.setState({
 
-                   bvisible: true
 
-                 });
 
-               }}
 
-             >
 
-               打印开票详情
 
-             </Button>
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length != 1}
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={() => {
 
-                 this.waterData();
 
-                 this.setState({
 
-                   cvisible: true
 
-                 });
 
-               }}
 
-             >
 
-               打印收款流水
 
-             </Button>
 
-           </TabPane>
 
-           <TabPane tab="导出Excel" key="4">
 
-             <Button
 
-               type="primary"
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={this.exportAll}
 
-             >
 
-               导出当前列表
 
-             </Button>
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length != 1}
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={this.exportKaip}
 
-             >
 
-               导出所选开票详情
 
-             </Button>
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length != 1}
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={this.exportWater}
 
-             >
 
-               导出所选收款详情流水
 
-             </Button>
 
-           </TabPane> */}
 
-           <TabPane tab="查看" key="5">
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length != 1}
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={() => {
 
-                 this.inRecordData();
 
-                 this.setState({
 
-                   bvisible: true
 
-                 });
 
-               }}
 
-             >
 
-               查看开票详情
 
-             </Button>
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length != 1}
 
-               style={{ margin: "11px 0px 10px 10px" }}
 
-               onClick={() => {
 
-                 this.waterData();
 
-                 this.setState({
 
-                   cvisible: true
 
-                 });
 
-               }}
 
-             >
 
-               详情收款流水
 
-             </Button>
 
-           </TabPane>
 
-           {/* <TabPane tab="批量操作" key="6">
 
-             <Button
 
-               type="primary"
 
-               disabled={this.state.selectedRowKeys.length == 0}
 
-               style={{ margin: "0px 0px 10px 10px" }}
 
-               onClick={e => {
 
-                 e.stopPropagation(),
 
-                   this.evaluateY(this.state.selectedRowKeys, "财务专员");
 
-               }}
 
-             >
 
-               转交
 
-             </Button>
 
-           </TabPane> */}
 
-         </Tabs>
 
-         <div className="patent-table">
 
-           <Spin spinning={this.state.loading}>
 
-             <Table
 
-               bordered
 
-               columns={
 
-                 this.state.changeList == undefined
 
-                   ? this.state.columns
 
-                   : this.state.changeList
 
-               }
 
-               dataSource={this.state.dataSource}
 
-               rowSelection={rowSelection}
 
-               scroll={{ x: "max-content", y: 0 }}
 
-               pagination={this.state.pagination}
 
-               onRowDoubleClick={this.tableRowClick.bind(this)}
 
-               size="small"
 
-             />
 
-           </Spin>
 
-           <p
 
-             style={{ display: "inline-block", fontSize: "14px", color: "red" }}
 
-           >
 
-             {
 
-               <span style={{ marginRight: 10 }}>
 
-                 {`收款金额总计(万元):${this.state.hui ? this.state.hui : "0"}`}
 
-               </span>
 
-             }
 
-             {
 
-               <span>
 
-                 {`合同额总计(万元):${
 
-                   this.state.totalHui ? this.state.totalHui : "0"
 
-                 }`}
 
-               </span>
 
-             }
 
-           </p>
 
-         </div>
 
-         <Assign
 
-           title="任务"
 
-           selApi={"/api/admin/newOrder/updateFinance"}
 
-           data={this.state.assignDataY}
 
-           showDesc={this.state.assignVisibleY}
 
-           closeDesc={this.closeAssignY.bind(this)}
 
-           // fenpaiData={8}
 
-           specially={0}
 
-           roleName={this.state.nub}
 
-           requestMethod={"get"}
 
-         />
 
-         <OrderDesc
 
-           data={this.state.RowData}
 
-           showDesc={this.state.showDesc}
 
-           closeDesc={this.closeDesc.bind(this)}
 
-         />
 
-         <Receivable
 
-           title="收款记录"
 
-           api="/api/admin/financial/addReceiptsFlow"
 
-           data={this.state.assignDataX}
 
-           showDesc={this.state.assignVisibleX}
 
-           closeDesc={this.closeAssignX.bind(this)}
 
-         />
 
-         <Modal
 
-           visible={this.state.boHuiVisible}
 
-           width="400px"
 
-           title="驳回备注"
 
-           footer=""
 
-           onOk={this.boHuiOk}
 
-           onCancel={this.boHuiCancel}
 
-         >
 
-           <Form layout="horizontal" onSubmit={this.boHuiSubmit}>
 
-             <Spin spinning={this.state.loading}>
 
-               <FormItem
 
-                 labelCol={{ span: 5 }}
 
-                 wrapperCol={{ span: 16 }}
 
-                 label={
 
-                   <span>
 
-                     <strong style={{ color: "#f00" }}>*</strong>驳回原因
 
-                   </span>
 
-                 }
 
-               >
 
-                 <Input
 
-                   type="textarea"
 
-                   rows={4}
 
-                   placeholder="请输入驳回原因"
 
-                   value={this.state.content}
 
-                   onChange={e => {
 
-                     this.setState({ content: e.target.value });
 
-                   }}
 
-                 />
 
-               </FormItem>
 
-               <FormItem wrapperCol={{ span: 12, offset: 5 }}>
 
-                 <Button
 
-                   type="primary"
 
-                   htmlType="submit"
 
-                   style={{ marginRight: 20 }}
 
-                 >
 
-                   驳回
 
-                 </Button>
 
-                 <Button
 
-                   type="default"
 
-                   onClick={() => {
 
-                     this.boHuiCancel();
 
-                   }}
 
-                 >
 
-                   取消
 
-                 </Button>
 
-               </FormItem>
 
-             </Spin>
 
-           </Form>
 
-         </Modal>
 
-         <Modal
 
-           visible={this.state.bvisible}
 
-           footer=""
 
-           title="开票历史记录"
 
-           className="admin-desc-content"
 
-           width="900px"
 
-           onCancel={this.inRecordCanl}
 
-         >
 
-           <Spin spinning={this.state.loading}>
 
-             <div
 
-               className="patent-table"
 
-               ref={e => {
 
-                 this.refs.kaiPiao = e;
 
-               }}
 
-             >
 
-               <Table
 
-                 columns={this.state.columnsDate}
 
-                 dataSource={this.state.recordData}
 
-                 pagination={false}
 
-                 bordered
 
-               />
 
-               <div className="clearfix" style={{ marginTop: "20px" }}>
 
-                 <FormItem
 
-                   className="half-item"
 
-                   {...formItemLayout}
 
-                   label={<span style={{ fontSize: "14px" }}>开票总计</span>}
 
-                 >
 
-                   <span>{this.state.sum + "(万元)"}</span>
 
-                 </FormItem>
 
-               </div>
 
-               <ReactToPrint
 
-                 trigger={() => (
 
-                   <Button
 
-                     type="primary"
 
-                     style={{
 
-                       float: "right",
 
-                       // marginTop: 10,
 
-                       position: "absolute",
 
-                       top: -54,
 
-                       right: 30
 
-                     }}
 
-                   >
 
-                     打印
 
-                   </Button>
 
-                 )}
 
-                 content={() => this.refs.kaiPiao}
 
-               />
 
-             </div>
 
-           </Spin>
 
-         </Modal>
 
-         <Modal
 
-           visible={this.state.cvisible}
 
-           footer=""
 
-           title="详细收款流水"
 
-           className="admin-desc-content"
 
-           width="1300px"
 
-           onCancel={this.waterCanl}
 
-         >
 
-           <Spin spinning={this.state.loading}>
 
-             <div
 
-               className="patent-table"
 
-               ref={e => {
 
-                 this.refs.shouKuan = e;
 
-               }}
 
-             >
 
-               <Table
 
-                 columns={this.state.waterlistDate}
 
-                 dataSource={this.state.waterData}
 
-                 pagination={false}
 
-                 bordered
 
-               />
 
-               <div className="clearfix" style={{ marginTop: "20px" }}>
 
-                 <FormItem
 
-                   className="half-item"
 
-                   {...formItemLayout}
 
-                   label={<span style={{ fontSize: "14px" }}>总计金额</span>}
 
-                 >
 
-                   <span>{this.state.waterSum + "(万元)"}</span>
 
-                 </FormItem>
 
-               </div>
 
-               <ReactToPrint
 
-                 trigger={() => (
 
-                   <Button
 
-                     type="primary"
 
-                     style={{
 
-                       float: "right",
 
-                       position: "absolute",
 
-                       top: -54,
 
-                       right: 30
 
-                     }}
 
-                   >
 
-                     打印
 
-                   </Button>
 
-                 )}
 
-                 content={() => this.refs.shouKuan}
 
-               />
 
-             </div>
 
-           </Spin>
 
-         </Modal>
 
-         <Modal
 
-           visible={this.state.dvisible}
 
-           footer=""
 
-           title="所有列表信息"
 
-           className="admin-desc-content"
 
-           width="1300px"
 
-           onCancel={() => {
 
-             this.loadData();
 
-             this.setState({
 
-               dvisible: false
 
-             });
 
-           }}
 
-         >
 
-           <Spin spinning={this.state.loading}>
 
-             <div
 
-               className="patent-table"
 
-               style={{
 
-                 // width: 900,
 
-                 // position: "relative",
 
-                 // left: "50%",
 
-                 // transform: "translate(-50%)",
 
-                 padding: "25px 0 30px 30px"
 
-               }}
 
-               ref={e => {
 
-                 this.refs.all = e;
 
-               }}
 
-             >
 
-               <Table
 
-                 columns={this.state.printColumns}
 
-                 dataSource={this.state.dataSource}
 
-                 pagination={this.state.pagination}
 
-                 bordered
 
-                 size="small"
 
-               />
 
-             </div>
 
-           </Spin>
 
-           <ReactToPrint
 
-             trigger={() => (
 
-               <Button
 
-                 type="primary"
 
-                 style={{
 
-                   float: "right",
 
-                   marginTop: 10,
 
-                   position: "absolute",
 
-                   top: 0,
 
-                   right: 30
 
-                 }}
 
-               >
 
-                 打印
 
-               </Button>
 
-             )}
 
-             content={() => this.refs.all}
 
-           />
 
-         </Modal>
 
-       </div>
 
-     );
 
-   }
 
- });
 
- export default ShouKuangAll;
 
 
  |