Selaa lähdekoodia

添加loading

HW 4 vuotta sitten
vanhempi
commit
298b8c7273
23 muutettua tiedostoa jossa 12274 lisäystä ja 12169 poistoa
  1. 1 2
      js/component/manageCenter/customer/NEW/crm/crm.jsx
  2. 1 1
      js/component/manageCenter/customer/NEW/crm/crmAll.jsx
  3. 8 0
      js/component/manageCenter/customer/NEW/crm/patentPayment.jsx
  4. 147 147
      js/component/manageCenter/customer/NEW/publicCustomer/publicCustomer.jsx
  5. 317 306
      js/component/manageCenter/customer/NEW/signCustomer/signCustomer.jsx
  6. 518 512
      js/component/manageCenter/financialManage/distribute/huiKuan.jsx
  7. 536 528
      js/component/manageCenter/financialManage/distribute/inSpecial.jsx
  8. 267 259
      js/component/manageCenter/financialManage/distribute/invoiceApplyList.jsx
  9. 514 504
      js/component/manageCenter/financialManage/distribute/invoiceApplyListWai.jsx
  10. 496 485
      js/component/manageCenter/financialManage/distribute/outSpecial.jsx
  11. 917 914
      js/component/manageCenter/financialManage/distribute/shouKuanAll.jsx
  12. 997 1002
      js/component/manageCenter/financialManage/distribute/shouKuang.jsx
  13. 9 9
      js/component/manageCenter/order/content.jsx
  14. 281 281
      js/component/manageCenter/order/departmentOrder/servicesOrder/serviceManage.jsx
  15. 1648 1646
      js/component/manageCenter/order/myOrder/servicesOrder/addService.jsx
  16. 77 68
      js/component/manageCenter/order/orderNew/changeComponent/agreeButton.js
  17. 361 362
      js/component/manageCenter/order/orderNew/changeComponent/changeDetailYxgly.js
  18. 49 50
      js/component/manageCenter/order/orderNew/changeComponent/rizhi.js
  19. 1563 1563
      js/component/manageCenter/order/orderNew/chargeback.jsx
  20. 154 150
      js/component/manageCenter/order/orderNew/costAuditList/index.js
  21. 3265 3246
      js/component/manageCenter/project/task/myTask.jsx
  22. 23 10
      js/component/manageCenter/project/task/patentSchedule.jsx
  23. 125 124
      js/component/manageCenter/project/task/resolutionPro.jsx

+ 1 - 2
js/component/manageCenter/customer/NEW/crm/crm.jsx

@@ -2313,7 +2313,6 @@ const IntentionCustomer = Form.create()(React.createClass({
         >
           {" "}
           <Form layout="horizontal" onSubmit={this.newSubmitc} id="demand-form">
-            <Spin spinning={this.state.loading}>
               <div className="clearfix">
                 <FormItem {...formItemLayoutc} label="年份">
                   <Select
@@ -2390,6 +2389,7 @@ const IntentionCustomer = Form.create()(React.createClass({
                 className="setSubmit"
                 type="primary"
                 htmlType="submit"
+				loading={this.state.loading}
                 style={{ marginLeft: "100px" }}
               >
                 保存
@@ -2397,7 +2397,6 @@ const IntentionCustomer = Form.create()(React.createClass({
               <Button type="ghost" onClick={this.visitCancelc}>
                 取消
               </Button>
-            </Spin>
           </Form>
         </Modal>
         <Modal

+ 1 - 1
js/component/manageCenter/customer/NEW/crm/crmAll.jsx

@@ -1029,7 +1029,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 								: this.state.columns
 						}
                             dataSource={this.state.dataSource}
-                            rowSelection={rowSelection}
+                            // rowSelection={rowSelection}
                             pagination={this.state.pagination}
 							onRowClick={this.tableRowClick}
 							bordered

+ 8 - 0
js/component/manageCenter/customer/NEW/crm/patentPayment.jsx

@@ -331,6 +331,9 @@ const PatentPayment = Form.create()(React.createClass({
 			message.warning('电子邮箱格式不正确');
 			return
 		}
+		this.setState({
+			loading:true
+		})
 		$.ajax({
 			method: "POST",
 			dataType: "json",
@@ -418,6 +421,9 @@ const PatentPayment = Form.create()(React.createClass({
 			message.warning('电子邮箱格式不正确');
 			return
 		}
+		this.setState({
+			loading: true
+		})
 		$.ajax({
 			method: "POST",
 			dataType: "json",
@@ -908,6 +914,7 @@ const PatentPayment = Form.create()(React.createClass({
               <Button
                 type="primary"
                 style={{ float: "right", marginRight: "10px" }}
+				loading={this.state.loading}
                 onClick={this.baocunxiugai}
               >
                 保存
@@ -1123,6 +1130,7 @@ const PatentPayment = Form.create()(React.createClass({
               <Button
                 type="primary"
                 style={{ float: "right", marginRight: "10px" }}
+				loading={this.state.loading}
                 onClick={this.onSure}
               >
                 保存

+ 147 - 147
js/component/manageCenter/customer/NEW/publicCustomer/publicCustomer.jsx

@@ -15,67 +15,67 @@ const QueryCustomer = React.createClass({
 		});
 		let api=apiUrl?apiUrl:this.props.ApiUrl;
 		$.ajax({
-      method: "post",
-      dataType: "json",
-      crossDomain: false,
-      url: globalConfig.context + api,
-      data: {
-        pageNo: pageNo || 1,
-        pageSize: this.state.pagination.pageSize,
-        name: this.state.nameSearch,
-        province: !this.state.addressSearch.length
-          ? this.state.provinceSearch
-          : this.state.addressSearch[0],
-        city: !this.state.addressSearch.length
-          ? ""
-          : this.state.addressSearch[1],
-        sort: this.state.sort
-      },
-      success: function (data) {
-        ShowModal(this);
-        let theArr = [];
-        if (data.error.length || 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];
-            theArr.push({
-              key: i,
-              id: thisdata.uid,
-              name: thisdata.name,
-              contacts: thisdata.contacts,
-              contactMobile: thisdata.contactMobile,
-              createTime:
-                thisdata.createTime && thisdata.createTime.split(" ")[0],
-              transferTime:
-                thisdata.transferTime && thisdata.transferTime.split(" ")[0],
-              locationProvince: thisdata.province
-                ? thisdata.province + "-" + thisdata.city + "-" + thisdata.area
-                : "--",
-            });
-          }
-          this.state.pagination.current = data.data.pageNo;
-          this.state.pagination.total = data.data.totalCount;
-        }
-        if (data.data && data.data.list && !data.data.list.length) {
-          this.state.pagination.current = 0;
-          this.state.pagination.total = 0;
-        }
-        this.setState({
-          dataSource: theArr,
-          pagination: this.state.pagination,
-          selectedRowKeys: [],
-        });
-      }.bind(this),
-    }).always(
-      function () {
-        this.setState({
-          loading: false,
-        });
-      }.bind(this)
-    );
+			method: "post",
+			dataType: "json",
+			crossDomain: false,
+			url: globalConfig.context + api,
+			data: {
+				pageNo: pageNo || 1,
+				pageSize: this.state.pagination.pageSize,
+				name: this.state.nameSearch,
+				province: !this.state.addressSearch.length
+					? this.state.provinceSearch
+					: this.state.addressSearch[0],
+				city: !this.state.addressSearch.length
+					? ""
+					: this.state.addressSearch[1],
+				sort: this.state.sort
+			},
+			success: function (data) {
+				ShowModal(this);
+				let theArr = [];
+				if (data.error.length || 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];
+						theArr.push({
+							key: i,
+							id: thisdata.uid,
+							name: thisdata.name,
+							contacts: thisdata.contacts,
+							contactMobile: thisdata.contactMobile,
+							createTime:
+								thisdata.createTime && thisdata.createTime.split(" ")[0],
+							transferTime:
+								thisdata.transferTime && thisdata.transferTime.split(" ")[0],
+							locationProvince: thisdata.province
+								? thisdata.province + "-" + thisdata.city + "-" + thisdata.area
+								: "--",
+						});
+					}
+					this.state.pagination.current = data.data.pageNo;
+					this.state.pagination.total = data.data.totalCount;
+				}
+				if (data.data && data.data.list && !data.data.list.length) {
+					this.state.pagination.current = 0;
+					this.state.pagination.total = 0;
+				}
+				this.setState({
+					dataSource: theArr,
+					pagination: this.state.pagination,
+					selectedRowKeys: [],
+				});
+			}.bind(this),
+		}).always(
+			function () {
+				this.setState({
+					loading: false,
+				});
+			}.bind(this)
+		);
 	},
 	getInitialState(){
 		return {
@@ -99,14 +99,14 @@ const QueryCustomer = React.createClass({
 				}
 			},
 			columns: [{
-					title: '客户名称',
-					dataIndex: 'name',
-					key: 'name',
-				}, {
-					title: '地区',
-					dataIndex: 'locationProvince',
-					key: 'locationProvince',
-				},
+				title: '客户名称',
+				dataIndex: 'name',
+				key: 'name',
+			}, {
+				title: '地区',
+				dataIndex: 'locationProvince',
+				key: 'locationProvince',
+			},
 				// {
 				// 	title: '联系人',
 				// 	dataIndex: 'contacts',
@@ -125,15 +125,15 @@ const QueryCustomer = React.createClass({
 					title: '转换时间',
 					dataIndex: 'transferTime',
 					key: 'transferTime',
-				}, 
+				},
 				{
 					title: '操作',
 					dataIndex: 'abc',
 					key: 'abc',
 					render: (text, record, index) => {
 						return <div>
-                            <Button onClick={(e) =>{ e.stopPropagation(), this.receive(record)}} type="primary">领取</Button>                            							    
-                        </div>
+							<Button onClick={(e) =>{ e.stopPropagation(), this.receive(record)}} type="primary">领取</Button>
+						</div>
 					}
 				}
 			],
@@ -229,86 +229,86 @@ const QueryCustomer = React.createClass({
 					recordt: recordt.id
 				})
 			},
-			
+
 		};
 		return (
-      <div className="user-content">
-        <ShowModalDiv ShowModal={this.state.showModal} />
-        <div className="content-title">
-          <span>{!intentionState ? "单位公共客户" : "个人公共客户"}</span>
-        </div>
-        <Tabs defaultActiveKey="1" onChange={this.callback} className="test">
-          <TabPane tab="搜索" key="1">
-            <div className="user-search">
-              <Input
-                placeholder="客户名称"
-                value={this.state.nameSearch}
-                style={{ width: 150 }}
-                onChange={(e) => {
-                  this.setState({ nameSearch: e.target.value });
-                }}
-              />
-              <Select
-                placeholder="省"
-                style={{ width: 80 }}
-                value={this.state.provinceSearch}
-                onChange={(e) => {
-                  this.setState({ provinceSearch: e });
-                }}
-              >
-                {this.state.Provinces}
-              </Select>
-              <span style={{ marginRight: "10px" }}>
+			<div className="user-content">
+				<ShowModalDiv ShowModal={this.state.showModal} />
+				<div className="content-title">
+					<span>{!intentionState ? "单位公共客户" : "个人公共客户"}</span>
+				</div>
+				<Tabs defaultActiveKey="1" onChange={this.callback} className="test">
+					<TabPane tab="搜索" key="1">
+						<div className="user-search">
+							<Input
+								placeholder="客户名称"
+								value={this.state.nameSearch}
+								style={{ width: 150 }}
+								onChange={(e) => {
+									this.setState({ nameSearch: e.target.value });
+								}}
+							/>
+							<Select
+								placeholder="省"
+								style={{ width: 80 }}
+								value={this.state.provinceSearch}
+								onChange={(e) => {
+									this.setState({ provinceSearch: e });
+								}}
+							>
+								{this.state.Provinces}
+							</Select>
+							<span style={{ marginRight: "10px" }}>
                 <Cascader
-                  options={citySelect()}
-                  value={this.state.addressSearch}
-                  placeholder="选择城市"
-                  onChange={(e, pre) => {
-                    this.setState({ addressSearch: e });
-                  }}
-                />
+					options={citySelect()}
+					value={this.state.addressSearch}
+					placeholder="选择城市"
+					onChange={(e, pre) => {
+						this.setState({ addressSearch: e });
+					}}
+				/>
               </span>
-			  <span>排序:</span>
-              <Select style={{ width: 120 }} value={this.state.sort} onChange={e => {this.setState({sort: e})}} placeholder="选择排序">
-                <Option value={0}>默认</Option>
-                <Option value={1}>降序</Option>
-                <Option value={2}>升序</Option>
-              </Select>
-              <Button type="primary" onClick={this.search}>
-                搜索
-              </Button>
-              <Button onClick={this.reset}>重置</Button>
-            </div>
-          </TabPane>
-			<TabPane tab="更改表格显示数据" key="2">
-				<div style={{ marginLeft: 10 }}>
-					<ChooseList
-						columns={this.state.columns}
-						changeFn={this.changeList}
-						changeList={this.state.changeList}
-						top={55}
-						margin={11}
-					/>
+							<span>排序:</span>
+							<Select style={{ width: 120 }} value={this.state.sort} onChange={e => {this.setState({sort: e})}} placeholder="选择排序">
+								<Option value={0}>默认</Option>
+								<Option value={1}>降序</Option>
+								<Option value={2}>升序</Option>
+							</Select>
+							<Button type="primary" onClick={this.search}>
+								搜索
+							</Button>
+							<Button onClick={this.reset}>重置</Button>
+						</div>
+					</TabPane>
+					<TabPane tab="更改表格显示数据" key="2">
+						<div style={{ marginLeft: 10 }}>
+							<ChooseList
+								columns={this.state.columns}
+								changeFn={this.changeList}
+								changeList={this.state.changeList}
+								top={55}
+								margin={11}
+							/>
+						</div>
+					</TabPane>
+				</Tabs>
+				<div className="patent-table">
+					<Spin spinning={this.state.loading}>
+						<Table
+							size="middle"
+							columns={
+								this.state.changeList
+									? this.state.changeList
+									: this.state.columns
+							}
+							dataSource={this.state.dataSource}
+							// rowSelection={rowSelection}
+							pagination={this.state.pagination}
+						/>
+					</Spin>
 				</div>
-			</TabPane>
-        </Tabs>
-        <div className="patent-table">
-          <Spin spinning={this.state.loading}>
-            <Table
-			  size="middle"
-			  columns={
-				  this.state.changeList
-					  ? this.state.changeList
-					  : this.state.columns
-			  }
-              dataSource={this.state.dataSource}
-              rowSelection={rowSelection}
-              pagination={this.state.pagination}
-            />
-          </Spin>
-        </div>
-      </div>
-    );
+			</div>
+		);
 	}
 })
 export default QueryCustomer;

+ 317 - 306
js/component/manageCenter/customer/NEW/signCustomer/signCustomer.jsx

@@ -75,7 +75,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 						theArr.push(thisdata);
 					};
 					this.state.pagination.current = data.data.pageNo;
-				    this.state.pagination.total = data.data.totalCount;
+					this.state.pagination.total = data.data.totalCount;
 				};
 				if(data.data&&data.data.list&&!data.data.list.length){
 					this.state.pagination.current=0
@@ -96,129 +96,129 @@ const IntentionCustomer = Form.create()(React.createClass({
 
 	getInitialState() {
 		return {
-      addressSearch: [],
-      orgCodeUrl: [],
-      companyLogoUrl: [],
-      visible: false,
-      searchMore: true,
-      releaseDate: [],
-      visitModul: false,
-      keys: false,
-      detailApi: "",
-      followData: {},
-      selectedRowKeys: [],
-      selectedRowKey: [],
-      selectedRows: [],
-      loading: false,
-	  defaultActiveKey: '',
-      modalVisible: false,
-      pagination: {
-        defaultCurrent: 1,
-        defaultPageSize: 10,
-        showQuickJumper: true,
-        pageSize: 10,
-        onChange: function (page) {
-          this.loadData(page);
-        }.bind(this),
-        showTotal: function (total) {
-          return "共" + total + "条数据";
-        },
-      },
-      columns: [
-        {
-          title: "客户名称",
-          dataIndex: "name",
-          key: "name",
-        },
-        {
-          title: "地区",
-          dataIndex: "locationProvince",
-          key: "locationProvince",
-        },
-        {
-          title: "最新签单日期",
-          dataIndex: "transferTime",
-          key: "transferTime",
-        },
-        // {
-        //   title: "最新跟进日期",
-        //   dataIndex: "lastFollowTime",
-        //   key: "lastFollowTime",
-        // },
-        // {
-        //   title: "剩余私有天数",
-        //   dataIndex: "surplusFollowTime",
-        //   key: "surplusFollowTime",
-        // },
-        // {
-        //   title: "剩余签单天数",
-        //   dataIndex: "surplusSignTime",
-        //   key: "surplusSignTime",
-        // },
-        // {
-        //   title: "联系人",
-        //   dataIndex: "contacts",
-        //   key: "contacts",
-        // },
-        // {
-        //   title: "联系电话",
-        //   dataIndex: "contactMobile",
-        //   key: "contactMobile",
-        // },
-        {
-          title: "社会属性",
-          dataIndex: "societyTag",
-          key: "societyTag",
-          render: (text) => {
-            return getSocialAttribute(text);
-          },
-        },
-        {
-          title: "操作",
-          dataIndex: "abc",
-          key: "abc",
-          render: (text, record, index) => {
-            return (
-              <div>
-                <Button
-                  onClick={(e) => {
-                    e.stopPropagation(), this.visit(record);
-                  }}
-                  type="primary"
-                >
-                  客户跟进
-                </Button>
-                <Button
-                  style={{ marginLeft: 10 }}
-                  onClick={(e) => {
-                    e.stopPropagation(), this.zhuanjiaoDetail(record);
-                  }}
-                  type="primary"
-                >
-                  转交记录
-                </Button>
-				  <Button
-					  style={{ marginLeft: 10 }}
-					  type="primary"
-					  onClick={(e)=>{
-						  e.stopPropagation();
-						  this.setState({
-							  defaultActiveKey: '6'
-						  },()=>{
-							  this.tableRowClick(record);
-						  })
-					  }}
-				  >
-					  转交业务
-				  </Button>
-              </div>
-            );
-          },
-        },
-      ],
-      data: [],
-      dataSource: [],
-    };
+			addressSearch: [],
+			orgCodeUrl: [],
+			companyLogoUrl: [],
+			visible: false,
+			searchMore: true,
+			releaseDate: [],
+			visitModul: false,
+			keys: false,
+			detailApi: "",
+			followData: {},
+			selectedRowKeys: [],
+			selectedRowKey: [],
+			selectedRows: [],
+			loading: false,
+			defaultActiveKey: '',
+			modalVisible: false,
+			pagination: {
+				defaultCurrent: 1,
+				defaultPageSize: 10,
+				showQuickJumper: true,
+				pageSize: 10,
+				onChange: function (page) {
+					this.loadData(page);
+				}.bind(this),
+				showTotal: function (total) {
+					return "共" + total + "条数据";
+				},
+			},
+			columns: [
+				{
+					title: "客户名称",
+					dataIndex: "name",
+					key: "name",
+				},
+				{
+					title: "地区",
+					dataIndex: "locationProvince",
+					key: "locationProvince",
+				},
+				{
+					title: "最新签单日期",
+					dataIndex: "transferTime",
+					key: "transferTime",
+				},
+				// {
+				//   title: "最新跟进日期",
+				//   dataIndex: "lastFollowTime",
+				//   key: "lastFollowTime",
+				// },
+				// {
+				//   title: "剩余私有天数",
+				//   dataIndex: "surplusFollowTime",
+				//   key: "surplusFollowTime",
+				// },
+				// {
+				//   title: "剩余签单天数",
+				//   dataIndex: "surplusSignTime",
+				//   key: "surplusSignTime",
+				// },
+				// {
+				//   title: "联系人",
+				//   dataIndex: "contacts",
+				//   key: "contacts",
+				// },
+				// {
+				//   title: "联系电话",
+				//   dataIndex: "contactMobile",
+				//   key: "contactMobile",
+				// },
+				{
+					title: "社会属性",
+					dataIndex: "societyTag",
+					key: "societyTag",
+					render: (text) => {
+						return getSocialAttribute(text);
+					},
+				},
+				{
+					title: "操作",
+					dataIndex: "abc",
+					key: "abc",
+					render: (text, record, index) => {
+						return (
+							<div>
+								<Button
+									onClick={(e) => {
+										e.stopPropagation(), this.visit(record);
+									}}
+									type="primary"
+								>
+									客户跟进
+								</Button>
+								<Button
+									style={{ marginLeft: 10 }}
+									onClick={(e) => {
+										e.stopPropagation(), this.zhuanjiaoDetail(record);
+									}}
+									type="primary"
+								>
+									转交记录
+								</Button>
+								<Button
+									style={{ marginLeft: 10 }}
+									type="primary"
+									onClick={(e)=>{
+										e.stopPropagation();
+										this.setState({
+											defaultActiveKey: '6'
+										},()=>{
+											this.tableRowClick(record);
+										})
+									}}
+								>
+									转交业务
+								</Button>
+							</div>
+						);
+					},
+				},
+			],
+			data: [],
+			dataSource: [],
+		};
 	},
 	zhuanjiaoDetail(record) {
 		this.setState({
@@ -231,7 +231,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 			zhuanjiaoVisible: false
 		})
 	},
-	
+
 	//进入新增拜访记录
 	visit(e) {
 		this.setState({
@@ -259,7 +259,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 			crossDomain: false,
 			url: globalConfig.context + "/api/admin/customer/deleteCustomer",
 			data: {
-				uid: deletedIds, //删除的ID    
+				uid: deletedIds, //删除的ID
 			}
 		}).done(function(data) {
 			if(!data.error.length) {
@@ -331,37 +331,37 @@ const IntentionCustomer = Form.create()(React.createClass({
 			// selectedRowKeys: [],
 			modalVisible:true,
 			basicState:true,
-      contactState:true,
-      modalName: record.name
+			contactState:true,
+			modalName: record.name
 		})
 	},
 	//指定转交人自动补全
-	supervisor(e){ 
+	supervisor(e){
 		$.ajax({
-            method: "get",
-            dataType: "json",
-            crossDomain: false,
-            url: globalConfig.context + "/api/admin/customer/listAdminByName",
-            data:{
-            	adminName:e
-            },
-            success: function (data) {                	  
-				       let thedata=data.data;
-				    if (!thedata) {
-                    if (data.error && data.error.length) {
-                        message.warning(data.error[0].message);
-                    };	
-                    thedata = {}; 
-              }; 
-					this.setState({
-						customerArr:thedata,	
-                    });
-				}.bind(this),
-			}).always(function () {
-            this.setState({
-                loading: false
-            });
-        }.bind(this));  
+			method: "get",
+			dataType: "json",
+			crossDomain: false,
+			url: globalConfig.context + "/api/admin/customer/listAdminByName",
+			data:{
+				adminName:e
+			},
+			success: function (data) {
+				let thedata=data.data;
+				if (!thedata) {
+					if (data.error && data.error.length) {
+						message.warning(data.error[0].message);
+					};
+					thedata = {};
+				};
+				this.setState({
+					customerArr:thedata,
+				});
+			}.bind(this),
+		}).always(function () {
+			this.setState({
+				loading: false
+			});
+		}.bind(this));
 	},
 	componentWillReceiveProps(nextProps) {
 		if(nextProps.ApiUrl!=this.props.ApiUrl) {
@@ -406,6 +406,9 @@ const IntentionCustomer = Form.create()(React.createClass({
 		});
 	},
 	showConfirm(fn, record) {
+		if(this.state.confirmLoading){
+			return false;
+		}
 		Modal.confirm({
 			title: "提示",
 			content: (
@@ -429,6 +432,10 @@ const IntentionCustomer = Form.create()(React.createClass({
 	//转交
 	changeAssigner() {
 		if (this.state.theTypes) {
+			this.setState({
+				confirmLoading: true
+			})
+			const hide = message.loading('转交中...', 0);
 			let changeIds  = '';
 			let oldAid = '';
 			for (let idx = 0; idx < this.state.selectedRows.length; idx++) {
@@ -467,6 +474,10 @@ const IntentionCustomer = Form.create()(React.createClass({
 							Math.ceil((this.state.pagination.total - 1) / 10)
 						)
 					);
+					hide();
+					this.setState({
+						confirmLoading: false
+					})
 				}.bind(this)
 			);
 		} else {
@@ -507,180 +518,180 @@ const IntentionCustomer = Form.create()(React.createClass({
 		const hasSelected = this.state.selectedRowKeys.length > 0;
 		const { RangePicker } = DatePicker;
 		const dataSources=this.state.customerArr || [];
-        const options = dataSources.map((group) =>
-				      <Select.Option key={group.id} value={group.name}>{group.name}</Select.Option>
-				     )
-        const intentionState = this.props.intentionState ||'';
+		const options = dataSources.map((group) =>
+			<Select.Option key={group.id} value={group.name}>{group.name}</Select.Option>
+		)
+		const intentionState = this.props.intentionState ||'';
 		return (
-      <div className="user-content">
-        <ShowModalDiv ShowModal={this.state.showModal} />
-        {this.state.zhuanjiaoVisible ? (
-          <ZhuanjiaoDetail
-            cancel={this.zhuanjiaoDetailCancel}
-            visible={this.state.zhuanjiaoVisible}
-            type={1}
-            id={this.state.zhuanjiaoId}
-          />
-        ) : (
-          ""
-        )}
-        <div className="content-title">
-          <span>{!intentionState ? "签单客户" : "签单客户"}</span>
-        </div>
-        <Tabs defaultActiveKey="1" className="test">
-          <TabPane tab="搜索" key="1">
-            <div className="user-search">
-              <Input
-                placeholder="客户名称"
-                value={this.state.nameSearch}
-                onChange={(e) => {
-                  this.setState({ nameSearch: e.target.value });
-                }}
-              />
-              <Select
-                placeholder="省"
-                style={{ width: 80 }}
-                value={this.state.provinceSearch}
-                onChange={(e) => {
-                  this.setState({ provinceSearch: e });
-                }}
-              >
-                {this.state.Provinces}
-              </Select>
-              <span style={{ marginRight: "10px" }}>
+			<div className="user-content">
+				<ShowModalDiv ShowModal={this.state.showModal} />
+				{this.state.zhuanjiaoVisible ? (
+					<ZhuanjiaoDetail
+						cancel={this.zhuanjiaoDetailCancel}
+						visible={this.state.zhuanjiaoVisible}
+						type={1}
+						id={this.state.zhuanjiaoId}
+					/>
+				) : (
+					""
+				)}
+				<div className="content-title">
+					<span>{!intentionState ? "签单客户" : "签单客户"}</span>
+				</div>
+				<Tabs defaultActiveKey="1" className="test">
+					<TabPane tab="搜索" key="1">
+						<div className="user-search">
+							<Input
+								placeholder="客户名称"
+								value={this.state.nameSearch}
+								onChange={(e) => {
+									this.setState({ nameSearch: e.target.value });
+								}}
+							/>
+							<Select
+								placeholder="省"
+								style={{ width: 80 }}
+								value={this.state.provinceSearch}
+								onChange={(e) => {
+									this.setState({ provinceSearch: e });
+								}}
+							>
+								{this.state.Provinces}
+							</Select>
+							<span style={{ marginRight: "10px" }}>
                 <Cascader
-                  options={citySelect()}
-                  value={this.state.addressSearch}
-                  placeholder="选择城市"
-                  onChange={(e, pre) => {
-                    this.setState({ addressSearch: e });
-                  }}
-                />
+					options={citySelect()}
+					value={this.state.addressSearch}
+					placeholder="选择城市"
+					onChange={(e, pre) => {
+						this.setState({ addressSearch: e });
+					}}
+				/>
               </span>
-              {/* <div className="clearfix" style={{ marginTop: "5px" }}>
+							{/* <div className="clearfix" style={{ marginTop: "5px" }}>
                 <div
                   className="search-more"
                   style={this.state.searchMore ? { display: "none" } : {}}
                 > */}
-              <span>签单时间:</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 });
-                }}
-              />
-              {/* </div>
+							<span>签单时间:</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 });
+								}}
+							/>
+							{/* </div>
               </div> */}
-              <Button
-                type="primary"
-                onClick={this.search}
-                style={{ marginLeft: 10 }}
-              >
-                搜索
-              </Button>
-              <Button onClick={this.reset}>重置</Button>
-              {/* {adminData.isSuperAdmin?<Popconfirm title="是否删除?" onConfirm={this.delectRow} okText="是" cancelText="否">
+							<Button
+								type="primary"
+								onClick={this.search}
+								style={{ marginLeft: 10 }}
+							>
+								搜索
+							</Button>
+							<Button onClick={this.reset}>重置</Button>
+							{/* {adminData.isSuperAdmin?<Popconfirm title="是否删除?" onConfirm={this.delectRow} okText="是" cancelText="否">
 							     <Button type="danger" style={{marginLeft:'10px'}}
-	                       			 disabled={!hasSelected} 
+	                       			 disabled={!hasSelected}
 	                       		 >删除<Icon type="minus" />
 	                        </Button>
 	                </Popconfirm>:''
 	                }*/}
-              {/* <span style={{ marginLeft: "10px", marginRight: "20px" }}>
+							{/* <span style={{ marginLeft: "10px", marginRight: "20px" }}>
                 更多搜索
                 <Switch
                   checked={!this.state.searchMore}
                   onChange={this.searchSwitch}
                 />
               </span> */}
-            </div>
-          </TabPane>
-		  <TabPane tab="操作" key="2">
-				<div className="user-search">
-					<AutoComplete
-						className="certain-category-search"
-						dropdownClassName="certain-category-search-dropdown"
-						dropdownMatchSelectWidth={false}
-						dropdownStyle={{ width: 120 }}
-						style={{ width: "120px" }}
-						dataSource={options}
-						placeholder="输入转交人姓名"
-						value={this.state.auto}
-						onChange={this.httpChange}
-						filterOption={true}
-						onBlur={this.blurChange}
-						onSelect={this.selectAuto}
-						disabled={!hasSelected}
-					>
-						<Input />
-					</AutoComplete>
-					<Button
-						type="primary"
-						onClick={(e) => {
-							e.stopPropagation();
-							this.showConfirm(this.changeAssigner);
-						}}
-						disabled={!hasSelected}
-						style={{ marginRight: 10 }}
-					>
-						转交客户
-					</Button>
+						</div>
+					</TabPane>
+					<TabPane tab="操作" key="2">
+						<div className="user-search">
+							<AutoComplete
+								className="certain-category-search"
+								dropdownClassName="certain-category-search-dropdown"
+								dropdownMatchSelectWidth={false}
+								dropdownStyle={{ width: 120 }}
+								style={{ width: "120px" }}
+								dataSource={options}
+								placeholder="输入转交人姓名"
+								value={this.state.auto}
+								onChange={this.httpChange}
+								filterOption={true}
+								onBlur={this.blurChange}
+								onSelect={this.selectAuto}
+								disabled={!hasSelected}
+							>
+								<Input />
+							</AutoComplete>
+							<Button
+								type="primary"
+								onClick={(e) => {
+									e.stopPropagation();
+									this.showConfirm(this.changeAssigner);
+								}}
+								disabled={!hasSelected}
+								style={{ marginRight: 10 }}
+							>
+								转交客户
+							</Button>
+						</div>
+					</TabPane>
+					<TabPane tab="更改表格显示数据" key="3">
+						<div style={{ marginLeft: 10 }}>
+							<ChooseList
+								columns={this.state.columns}
+								changeFn={this.changeList}
+								changeList={this.state.changeList}
+								top={55}
+								margin={11}
+							/>
+						</div>
+					</TabPane>
+				</Tabs>
+				<div className="patent-table">
+					<Spin spinning={this.state.loading}>
+						<Table
+							size="middle"
+							columns={
+								this.state.changeList
+									? this.state.changeList
+									: this.state.columns
+							}
+							dataSource={this.state.dataSource}
+							rowSelection={rowSelection}
+							pagination={this.state.pagination}
+							onRowClick={this.tableRowClick}
+						/>
+					</Spin>
 				</div>
-			</TabPane>
-		  <TabPane tab="更改表格显示数据" key="3">
-			<div style={{ marginLeft: 10 }}>
-				<ChooseList
-					columns={this.state.columns}
-					changeFn={this.changeList}
-					changeList={this.state.changeList}
-					top={55}
-					margin={11}
+				<FollowDetail
+					followData={this.state.followData}
+					visitModul={this.state.visitModul}
+					closeDesc={this.closeDesc}
+					loadData={this.loadData}
+				/>
+				<IntentionDetail
+					detailApi={this.props.detailApi}
+					IntentionData={this.state.RowData}
+					loadData={this.loadData}
+					modalVisible={this.state.modalVisible}
+					defaultActiveKey={this.state.defaultActiveKey}
+					name={this.state.modalName}
+					closeDesc={this.closeDesc}
+					basicState={this.state.basicState}
+					contactState={this.state.contactState}
 				/>
 			</div>
-		</TabPane>
-        </Tabs>
-        <div className="patent-table">
-          <Spin spinning={this.state.loading}>
-            <Table
-			  size="middle"
-			  columns={
-				  this.state.changeList
-					  ? this.state.changeList
-					  : this.state.columns
-			  }
-              dataSource={this.state.dataSource}
-              rowSelection={rowSelection}
-              pagination={this.state.pagination}
-              onRowClick={this.tableRowClick}
-            />
-          </Spin>
-        </div>
-        <FollowDetail
-          followData={this.state.followData}
-          visitModul={this.state.visitModul}
-          closeDesc={this.closeDesc}
-          loadData={this.loadData}
-        />
-        <IntentionDetail
-          detailApi={this.props.detailApi}
-          IntentionData={this.state.RowData}
-          loadData={this.loadData}
-          modalVisible={this.state.modalVisible}
-		  defaultActiveKey={this.state.defaultActiveKey}
-          name={this.state.modalName}
-          closeDesc={this.closeDesc}
-          basicState={this.state.basicState}
-          contactState={this.state.contactState}
-        />
-      </div>
-    );
+		);
 	}
 }));
-export default IntentionCustomer;
+export default IntentionCustomer;

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 518 - 512
js/component/manageCenter/financialManage/distribute/huiKuan.jsx


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 536 - 528
js/component/manageCenter/financialManage/distribute/inSpecial.jsx


+ 267 - 259
js/component/manageCenter/financialManage/distribute/invoiceApplyList.jsx

@@ -10,7 +10,7 @@ import {
   Table,
   message,
   Modal,
-  Upload,
+  Popconfirm,
   Tabs
 } from "antd";
 import {
@@ -64,11 +64,11 @@ const invoiceApplyList = React.createClass({
         });
       }.bind(this)
     }).always(
-      function () {
-        this.setState({
-          loading: false
-        });
-      }.bind(this)
+        function () {
+          this.setState({
+            loading: false
+          });
+        }.bind(this)
     );
   },
   loadData(pageNo) {
@@ -81,8 +81,8 @@ const invoiceApplyList = React.createClass({
       dataType: "json",
       crossDomain: false,
       url:
-        globalConfig.context +
-        "/api/admin/orderInvoice/financeOrderInvoiceList",
+          globalConfig.context +
+          "/api/admin/orderInvoice/financeOrderInvoiceList",
       data: {
         pageNo: pageNo || 1,
         pageSize: this.state.pagination.pageSize,
@@ -115,8 +115,8 @@ const invoiceApplyList = React.createClass({
               amount: thisdata.amount,
               sumAmount: thisdata.sumAmount,
               createTime: thisdata.createTime
-                ? new Date(thisdata.createTime).toLocaleString()
-                : "",
+                  ? new Date(thisdata.createTime).toLocaleString()
+                  : "",
               settlementAmount: thisdata.settlementAmount,
               notAmount: thisdata.notAmount
             });
@@ -135,11 +135,11 @@ const invoiceApplyList = React.createClass({
         });
       }.bind(this)
     }).always(
-      function () {
-        this.setState({
-          loading: false
-        });
-      }.bind(this)
+        function () {
+          this.setState({
+            loading: false
+          });
+        }.bind(this)
     );
   },
 
@@ -152,7 +152,7 @@ const invoiceApplyList = React.createClass({
       dataType: "json",
       crossDomain: false,
       url:
-        globalConfig.context + "/api/admin/orderInvoice/selectByIdOrderInvoice",
+          globalConfig.context + "/api/admin/orderInvoice/selectByIdOrderInvoice",
       data: {
         id: this.state.id
       },
@@ -183,23 +183,23 @@ const invoiceApplyList = React.createClass({
           alreadyAmount: thisdata.alreadyAmount,
           recipientAddress: thisdata.recipientAddress,
           orgCodeUrl: thisdata.voucherUrl
-            ? splitUrl(
-              thisdata.voucherUrl,
-              ",",
-              globalConfig.avatarHost + "/upload"
-            )
-            : []
+              ? splitUrl(
+                  thisdata.voucherUrl,
+                  ",",
+                  globalConfig.avatarHost + "/upload"
+              )
+              : []
         }
         this.setState({
           modalData: obj
         })
       }.bind(this)
     }).done(
-      function () {
-        this.setState({
-          loading: false
-        });
-      }.bind(this)
+        function () {
+          this.setState({
+            loading: false
+          });
+        }.bind(this)
     );
   },
 
@@ -301,76 +301,84 @@ const invoiceApplyList = React.createClass({
           key: "caouzo",
           render: (text, record, index) => {
             return (
-              <div>
-                {
-                  <Button
-                    type="primary"
-                    onClick={e => {
-                      e.stopPropagation(), this.visit(index);
-                    }}
-                    style={{ background: "deepskyblue", border: "none" }}
-                  >
-                    申请内容
-                  </Button>
-                }
-                {record.status !== 2 ? (
-                  <Button
-                    type="primary"
-                    style={{ marginLeft: "10px" }}
-                    onClick={e => {
-                      e.stopPropagation(),
+                <div>
+                  {
+                    <Button
+                        type="primary"
+                        onClick={e => {
+                          e.stopPropagation(), this.visit(index);
+                        }}
+                        style={{ background: "deepskyblue", border: "none" }}
+                    >
+                      申请内容
+                    </Button>
+                  }
+                  {record.status !== 2 ? (
+                      <Popconfirm placement="top" title="确定要通过吗?" onConfirm={(e)=>{
+                        e.stopPropagation();
                         this.setState({ examine: 2 }, () => {
                           this.sende(record);
                         });
-                    }}
-                  >
-                    通过
-                  </Button>
-                ) : (
-                    ""
+                      }} okText="确定" cancelText="取消">
+                        <Button
+                            type="primary"
+                            style={{ marginLeft: "10px" }}
+                            onClick={e => {
+                              e.stopPropagation()
+                            }}
+                        >
+                          通过
+                        </Button>
+                      </Popconfirm>
+                  ) : (
+                      ""
                   )}
-                {record.status !== 2 ? (
-                  <Button
-                    type="danger"
-                    onClick={e => {
-                      e.stopPropagation(),
+                  {record.status !== 2 ? (
+                      <Popconfirm placement="top" title="确定要拒绝吗?" onConfirm={(e)=>{
+                        e.stopPropagation();
                         this.setState({ examine: 3 }, () => {
                           this.reject(record);
                         });
-                    }}
-                    style={{ marginLeft: "10px" }}
-                  >
-                    拒绝
-                  </Button>
-                ) : (
-                    ""
+                      }} okText="确定" cancelText="取消">
+                        <Button
+                            type="danger"
+                            onClick={e => {
+                              e.stopPropagation()
+                            }}
+                            style={{ marginLeft: "10px" }}
+                        >
+                          拒绝
+                        </Button>
+                      </Popconfirm>
+                  ) : (
+                      ""
                   )}
-                {record.status === 2 ? (
-                  <Button
-                    style={{ marginLeft: "10px", color: "black" }}
-                    disabled={true}
-                  >
-                    已通过
-                  </Button>
-                ) : (
-                    ""
+                  {record.status === 2 ? (
+                      <Button
+                          style={{ marginLeft: "10px", color: "black" }}
+                          disabled={true}
+                      >
+                        已通过
+                      </Button>
+                  ) : (
+                      ""
                   )}
-                {
-                  <Button
-                    type="primary"
-                    style={{
-                      marginLeft: "10px",
-                      background: "orangered",
-                      border: "none"
-                    }}
-                    onClick={e => {
-                      e.stopPropagation(), this.inRecord(record, index);
-                    }}
-                  >
-                    开票记录
-                  </Button>
-                }
-              </div>
+                  {
+                    <Button
+                        type="primary"
+                        style={{
+                          marginLeft: "10px",
+                          background: "orangered",
+                          border: "none"
+                        }}
+                        onClick={e => {
+                          e.stopPropagation(), this.inRecord(record, index);
+                        }}
+                    >
+                      开票记录
+                    </Button>
+                  }
+                </div>
             );
           }
         }
@@ -430,20 +438,20 @@ const invoiceApplyList = React.createClass({
       },
       success: function () { }.bind(this)
     }).done(
-      function () {
-        this.setState({
-          loading: false
-        });
-        if (this.state.examine === 2) {
-          message.success("通过成功!");
-          this.loadData();
-        } else {
-          message.success("拒绝成功!");
-          this.resetReason();
-          this.rejectCancels();
-          this.loadData();
-        }
-      }.bind(this)
+        function () {
+          this.setState({
+            loading: false
+          });
+          if (this.state.examine === 2) {
+            message.success("通过成功!");
+            this.loadData();
+          } else {
+            message.success("拒绝成功!");
+            this.resetReason();
+            this.rejectCancels();
+            this.loadData();
+          }
+        }.bind(this)
     );
   },
 
@@ -467,13 +475,13 @@ const invoiceApplyList = React.createClass({
 
   visit(index) {
     this.setState(
-      {
-        id: this.state.dataSource[index].id,
-        avisible: true
-      },
-      () => {
-        this.invoiceData();
-      }
+        {
+          id: this.state.dataSource[index].id,
+          avisible: true
+        },
+        () => {
+          this.invoiceData();
+        }
     );
   },
   visitCancels() {
@@ -502,8 +510,8 @@ const invoiceApplyList = React.createClass({
       dataType: "json",
       crossDomain: false,
       url:
-        globalConfig.context +
-        "/api/admin/orderInvoice/salesmanOrderInvoiceList",
+          globalConfig.context +
+          "/api/admin/orderInvoice/salesmanOrderInvoiceList",
       data: {
         orderNo: this.state.orderNo2
       },
@@ -534,23 +542,23 @@ const invoiceApplyList = React.createClass({
         });
       }.bind(this)
     }).done(
-      function () {
-        this.setState({
-          loading: false
-        });
-      }.bind(this)
+        function () {
+          this.setState({
+            loading: false
+          });
+        }.bind(this)
     );
   },
 
   inRecord(record) {
     this.setState(
-      {
-        bvisible: true,
-        orderNo2: record.orderNo
-      },
-      () => {
-        this.inRecordData();
-      }
+        {
+          bvisible: true,
+          orderNo2: record.orderNo
+        },
+        () => {
+          this.inRecordData();
+        }
     );
   },
 
@@ -609,150 +617,150 @@ const invoiceApplyList = React.createClass({
     };
     var departmentArr = this.state.departmentArr || [];
     return (
-      <div className="user-content">
-        <ShowModalDiv ShowModal={this.state.showModal} />
-        <div className="content-title" style={{ marginBottom: 10 }}>
-          <span style={{ fontWeight: 900, fontSize: 16 }}>省内开票审核</span>
-        </div>
-        <Tabs defaultActiveKey="1" onChange={this.callback} className="test">
-          <TabPane tab="搜索" key="1">
-            <div className="user-search">
-              <Input
-                placeholder="营销员名称"
-                value={this.state.nameSearch}
-                style={{ marginLeft: 10 }}
-                onChange={(e) => {
-                  this.setState({ nameSearch: e.target.value });
-                }}
-              />
-              <Input
-                placeholder="订单编号"
-                value={this.state.orderNoSearch}
-                onChange={(e) => {
-                  this.setState({ orderNoSearch: e.target.value });
-                }}
+        <div className="user-content">
+          <ShowModalDiv ShowModal={this.state.showModal} />
+          <div className="content-title" style={{ marginBottom: 10 }}>
+            <span style={{ fontWeight: 900, fontSize: 16 }}>省内开票审核</span>
+          </div>
+          <Tabs defaultActiveKey="1" onChange={this.callback} className="test">
+            <TabPane tab="搜索" key="1">
+              <div className="user-search">
+                <Input
+                    placeholder="营销员名称"
+                    value={this.state.nameSearch}
+                    style={{ marginLeft: 10 }}
+                    onChange={(e) => {
+                      this.setState({ nameSearch: e.target.value });
+                    }}
+                />
+                <Input
+                    placeholder="订单编号"
+                    value={this.state.orderNoSearch}
+                    onChange={(e) => {
+                      this.setState({ orderNoSearch: 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>
+                <Button
+                    type="primary"
+                    onClick={this.search}
+                    style={{ marginLeft: 10 }}
+                >
+                  搜索
+                </Button>
+                <Button onClick={this.reset}>重置</Button>
+              </div>
+            </TabPane>
+            <TabPane tab="更改表格数据" key="2">
+              <div style={{ marginTop: 10, marginLeft: 10 }}>
+                <ChooseList
+                    columns={this.state.columns}
+                    changeFn={this.changeList}
+                    changeList={this.state.changeList}
+                    top={55}
+                />
+              </div>
+            </TabPane>
+          </Tabs>
+          <div className="patent-table">
+            <Spin spinning={this.state.loading}>
+              <Table
+                  columns={
+                    this.state.changeList == undefined
+                        ? this.state.columns
+                        : this.state.changeList
+                  }
+                  scroll={{ x: 1500, y: 0 }}
+                  onRowClick={this.tableRowClick}
+                  dataSource={this.state.dataSource}
+                  pagination={this.state.pagination}
+                  bordered
+                  size="small"
               />
-              <Select
-                placeholder="订单部门"
-                style={{ width: 150, marginRight: 10 }}
-                value={this.state.departmenttList}
+            </Spin>
+          </div>
+          <Modal
+              visible={this.state.visibleR}
+              className="admin-desc-content"
+              footer=""
+              title="拒绝理由"
+              width="400px"
+              onCancel={this.rejectCancels}
+          >
+            <Input.TextArea
+                placeholder="请输入拒绝理由"
+                rows={4}
+                value={this.state.reason}
                 onChange={(e) => {
-                  this.setState({ departmenttList: e });
+                  this.setState({ reason: e.target.value });
                 }}
-              >
-                {departmentArr.map(function (item) {
-                  return (
-                    <Select.Option key={item.id}>{item.name}</Select.Option>
-                  );
-                })}
-              </Select>
+            ></Input.TextArea>
+            <div className="clearfix" style={{ marginTop: "20px" }}>
               <Button
-                type="primary"
-                onClick={this.search}
-                style={{ marginLeft: 10 }}
+                  type="primary"
+                  onClick={(e) => {
+                    e.stopPropagation(), this.commit();
+                  }}
+                  style={{ float: "right" }}
               >
-                搜索
+                提交
               </Button>
-              <Button onClick={this.reset}>重置</Button>
-            </div>
-          </TabPane>
-          <TabPane tab="更改表格数据" key="2">
-            <div style={{ marginTop: 10, marginLeft: 10 }}>
-              <ChooseList
-                columns={this.state.columns}
-                changeFn={this.changeList}
-                changeList={this.state.changeList}
-                top={55}
-              />
             </div>
-          </TabPane>
-        </Tabs>
-        <div className="patent-table">
-          <Spin spinning={this.state.loading}>
-            <Table
-              columns={
-                this.state.changeList == undefined
-                  ? this.state.columns
-                  : this.state.changeList
-              }
-              scroll={{ x: 1500, y: 0 }}
-              onRowClick={this.tableRowClick}
-              dataSource={this.state.dataSource}
-              pagination={this.state.pagination}
-              bordered
-              size="small"
-            />
-          </Spin>
-        </div>
-        <Modal
-          visible={this.state.visibleR}
-          className="admin-desc-content"
-          footer=""
-          title="拒绝理由"
-          width="400px"
-          onCancel={this.rejectCancels}
-        >
-          <Input.TextArea
-            placeholder="请输入拒绝理由"
-            rows={4}
-            value={this.state.reason}
-            onChange={(e) => {
-              this.setState({ reason: e.target.value });
-            }}
-          ></Input.TextArea>
-          <div className="clearfix" style={{ marginTop: "20px" }}>
-            <Button
-              type="primary"
-              onClick={(e) => {
-                e.stopPropagation(), this.commit();
-              }}
-              style={{ float: "right" }}
-            >
-              提交
-            </Button>
-          </div>
-        </Modal>
-        <KaiPiaoModal
-          visible={this.state.avisible}
-          data={this.state.modalData}
-          onCancel={this.visitCancels}
-          loading={this.state.loading}
-        />
-        <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">
-              <Table
-                columns={this.state.columnsDate}
-                dataSource={this.state.recordData}
-                pagination={false}
-                bordered
-                size="small"
-              />
-              <div className="clearfix" style={{ marginTop: "20px" }}>
-                <FormItem
-                  className="half-item"
-                  {...formItemLayout}
-                  label={<span style={{ fontSize: "14px" }}>开票总计</span>}
-                >
-                  <span>{this.state.sum + "(万元)"}</span>
-                </FormItem>
+          </Modal>
+          <KaiPiaoModal
+              visible={this.state.avisible}
+              data={this.state.modalData}
+              onCancel={this.visitCancels}
+              loading={this.state.loading}
+          />
+          <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">
+                <Table
+                    columns={this.state.columnsDate}
+                    dataSource={this.state.recordData}
+                    pagination={false}
+                    bordered
+                    size="small"
+                />
+                <div className="clearfix" style={{ marginTop: "20px" }}>
+                  <FormItem
+                      className="half-item"
+                      {...formItemLayout}
+                      label={<span style={{ fontSize: "14px" }}>开票总计</span>}
+                  >
+                    <span>{this.state.sum + "(万元)"}</span>
+                  </FormItem>
+                </div>
               </div>
-            </div>
-          </Spin>
-        </Modal>
-        <OrderDesc
-          data={this.state.RowData}
-          showDesc={this.state.showDesc}
-          closeDesc={this.closeDesc.bind(this)}
-        />
-      </div>
+            </Spin>
+          </Modal>
+          <OrderDesc
+              data={this.state.RowData}
+              showDesc={this.state.showDesc}
+              closeDesc={this.closeDesc.bind(this)}
+          />
+        </div>
     );
   }
 });

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 514 - 504
js/component/manageCenter/financialManage/distribute/invoiceApplyListWai.jsx


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 496 - 485
js/component/manageCenter/financialManage/distribute/outSpecial.jsx


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 917 - 914
js/component/manageCenter/financialManage/distribute/shouKuanAll.jsx


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 997 - 1002
js/component/manageCenter/financialManage/distribute/shouKuang.jsx


+ 9 - 9
js/component/manageCenter/order/content.jsx

@@ -208,15 +208,15 @@ class Content extends Component {
           });
         });
         break;
-      case "public":
-        require.ensure([], () => {
-          const PublicOrder = require("./orderManagement/publicOrder/publicOrder")
-            .default;
-          this.setState({
-            component: <PublicOrder />,
-          });
-        });
-        break;
+      // case "public":
+      //   require.ensure([], () => {
+      //     const PublicOrder = require("./orderManagement/publicOrder/publicOrder")
+      //       .default;
+      //     this.setState({
+      //       component: <PublicOrder />,
+      //     });
+      //   });
+      //   break;
       // case "approved":
       //   require.ensure([], () => {
       //     const ApproveOrder = require("./orderManagement/approveOrder/approveOrder")

+ 281 - 281
js/component/manageCenter/order/departmentOrder/servicesOrder/serviceManage.jsx

@@ -13,7 +13,7 @@ import {ChooseList} from "../../orderNew/chooseList";
 
 const {TabPane} = Tabs
 const ServiceManage=Form.create()(React.createClass({
-	loadData(pageNo,depart) {
+    loadData(pageNo,depart) {
         this.state.data = [];
         this.setState({
             loading: true
@@ -21,9 +21,9 @@ const ServiceManage=Form.create()(React.createClass({
         let departArr=depart!=undefined?depart:this.state.departmentArr;
         let depIdList=[];
         if(this.state.departmenttSearch=='all'||this.state.departmenttSearch==undefined){
-        	departArr.map(function(item){
-        		depIdList.push(item.id)
-        	})
+            departArr.map(function(item){
+                depIdList.push(item.id)
+            })
         }
         depIdList.shift();
         let depNoList=depIdList.join(',')
@@ -39,14 +39,14 @@ const ServiceManage=Form.create()(React.createClass({
                 depIds:this.state.departmenttSearch=='all'||this.state.departmenttSearch==undefined?depNoList:this.state.departmenttSearch,//部门
                 salesmanName:this.state.orderPersonSearch,//负责人
                 startDate: this.state.releaseDate[0],
-				endDate: this.state.releaseDate[1],
-				projectStage:this.state.projectProgress,
-				liquidationStatus:this.state.settlementState, //结算
-				orderStatus:this.state.orderStatusSearch,
-				approval:this.state.approval,
-				orderChannel:this.state.orderChannel,
-				intention:this.state.intentOrder?1:0,
-				formal:this.state.formalOrder?1:0,
+                endDate: this.state.releaseDate[1],
+                projectStage:this.state.projectProgress,
+                liquidationStatus:this.state.settlementState, //结算
+                orderStatus:this.state.orderStatusSearch,
+                approval:this.state.approval,
+                orderChannel:this.state.orderChannel,
+                intention:this.state.intentOrder?1:0,
+                formal:this.state.formalOrder?1:0,
             },
             success: function (data) {
                 let theArr = [];
@@ -58,36 +58,36 @@ const ServiceManage=Form.create()(React.createClass({
                     for (let i = 0; i < data.data.list.length; i++) {
                         let thisdata = data.data.list[i];
                         theArr.push({
-                             key: i,
-	                         id: thisdata.id,
-	                         orderNo: thisdata.orderNo,//订单编号
-	                         orderType:thisdata.orderType,//订单类型
-	                         orderStatus:thisdata.orderStatus,
-	                         liquidationStatus:thisdata.liquidationStatus,
-	                         createTime:thisdata.createTime,
-	                         buyerName:thisdata.buyerName,
-	                         signTotalAmount:thisdata.signTotalAmount,
-	                         projectStage:thisdata.projectStage,
-	                         approval:thisdata.approval,
-	                         orderChannel:thisdata.orderChannel,
-	                         salesmanName:thisdata.salesmanName,
-	                         active:thisdata.active,
-	                         departmentName:thisdata.departmentName,
-	                         salesmanName:thisdata.salesmanName,
-	                         financeName:thisdata.financeName,
-	                         technicianName:thisdata.technicianName,
-	                         signTime:thisdata.signTime
+                            key: i,
+                            id: thisdata.id,
+                            orderNo: thisdata.orderNo,//订单编号
+                            orderType:thisdata.orderType,//订单类型
+                            orderStatus:thisdata.orderStatus,
+                            liquidationStatus:thisdata.liquidationStatus,
+                            createTime:thisdata.createTime,
+                            buyerName:thisdata.buyerName,
+                            signTotalAmount:thisdata.signTotalAmount,
+                            projectStage:thisdata.projectStage,
+                            approval:thisdata.approval,
+                            orderChannel:thisdata.orderChannel,
+                            salesmanName:thisdata.salesmanName,
+                            active:thisdata.active,
+                            departmentName:thisdata.departmentName,
+                            salesmanName:thisdata.salesmanName,
+                            financeName:thisdata.financeName,
+                            technicianName:thisdata.technicianName,
+                            signTime:thisdata.signTime
                         });
                     };
                     this.state.pagination.current = data.data.pageNo;
                     this.state.pagination.total = data.data.totalCount;
                 };
                 if(!data.data.list.length){
-					this.state.pagination.current=0
-					this.state.pagination.total=0
-				}
+                    this.state.pagination.current=0
+                    this.state.pagination.total=0
+                }
                 this.setState({
-                	pageNo:pageNo,
+                    pageNo:pageNo,
                     dataSource: theArr,
                     pagination: this.state.pagination,
                     selectedRowKeys:[],
@@ -101,54 +101,54 @@ const ServiceManage=Form.create()(React.createClass({
         }.bind(this));
     },
     //部门
-	departmentList() {
-		this.setState({
-			loading: true
-		});
-		$.ajax({
-			method: "post",
-			dataType: "json",
-			crossDomain: false,
-			url: globalConfig.context + "/api/admin/order/selectMyDeps",
-			data: {
-				
-			},
-			success: function(data) {
-				let thedata = data.data;
-				let theArr=[];
-				if(!thedata) {
-					if(data.error && data.error.length) {
-						message.warning(data.error[0].message);
-					};
-					thedata = {};
-				}else{
-					thedata.map(function(item,index){
-						theArr.push({
-							key:index,
-							name:item.name,
-							id:item.id,
-							depNo:item.depNo
-						})
-					})
-				}
-				theArr.unshift({
-					id:'all',
-					name:'所有部门'
-				})
-				this.setState({
-					departmentArr:theArr,
-				})
-				this.loadData('1',theArr);
-			}.bind(this),
-			}).always(function() {
-				this.setState({
-					loading: false
-				});
-			}.bind(this));
-	},
+    departmentList() {
+        this.setState({
+            loading: true
+        });
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            crossDomain: false,
+            url: globalConfig.context + "/api/admin/order/selectMyDeps",
+            data: {
+
+            },
+            success: function(data) {
+                let thedata = data.data;
+                let theArr=[];
+                if(!thedata) {
+                    if(data.error && data.error.length) {
+                        message.warning(data.error[0].message);
+                    };
+                    thedata = {};
+                }else{
+                    thedata.map(function(item,index){
+                        theArr.push({
+                            key:index,
+                            name:item.name,
+                            id:item.id,
+                            depNo:item.depNo
+                        })
+                    })
+                }
+                theArr.unshift({
+                    id:'all',
+                    name:'所有部门'
+                })
+                this.setState({
+                    departmentArr:theArr,
+                })
+                this.loadData('1',theArr);
+            }.bind(this),
+        }).always(function() {
+            this.setState({
+                loading: false
+            });
+        }.bind(this));
+    },
     getInitialState() {
         return {
-        	datauser:{},
+            datauser:{},
             selectedRowKeys: [],
             releaseDate: [],
             signBillState:false,
@@ -193,7 +193,7 @@ const ServiceManage=Form.create()(React.createClass({
                     dataIndex: 'buyerName',
                     key: 'buyerName',
                     render:(text)=>{
-                    	return (text&&text.length>8?text.substr(0,8)+'...':text)
+                        return (text&&text.length>8?text.substr(0,8)+'...':text)
                     }
                 }, {
                     title: '实际下单金额(万元)',
@@ -243,25 +243,25 @@ const ServiceManage=Form.create()(React.createClass({
                     dataIndex: 'active',
                     key: 'active',
                     render: (text, record, index) => {
-						return <div>
-							{text.confirmIntention&&<Popconfirm title={'请确认您是否受理来自【'+record.buyerName+'】发起的服务意向订单?'} onConfirm={(e)=>{this.admissibleOrderOk(record)}} onCancel={(e)=>{this.admissibleOrderCancel(record)}} okText="同意" cancelText="拒绝">
-							    <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="primary">受理意向</Button>                 
-							</Popconfirm>}
-							{/*{text.applySign&&<Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation(),this.signBill(record)}} type="primary">签单</Button> } */}              
-							{text.applyForCancel&&<Popconfirm title={'请确认您是否取消客户【'+record.buyerName+'】的服务订单,订单取消将导致业务终止!'} onConfirm={(e)=>{this.cancelOrder(record)}} okText="确认" cancelText="取消">
-								<Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="danger">取消订单</Button>                 
-							</Popconfirm>}
-							{text.applyRevoke&&<Popconfirm title={'请确认您是否作废客户【'+record.buyerName+'】的服务订单,订单作废将导致订单失效!'} onConfirm={(e)=>{this.scrapOrder(record)}} okText="确认" cancelText="取消">
-							    <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="danger">作废</Button>                 
-							</Popconfirm>}
-							{text.applyLock &&<Popconfirm title={'请确认您是否锁定客户【'+record.buyerName+'】的服务订单,订单锁定将导致订单暂停!'} onConfirm={(e)=>{this.lockOrder(record)}} okText="确认" cancelText="取消">
-							    <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="danger">锁定<Icon type="lock" /></Button>                 
-							</Popconfirm>}
-							{text.applyUnLock&&<Popconfirm title={'请确认您是否解锁客户【'+record.buyerName+'】的服务订单,订单解锁将导致订单正常!'} onConfirm={(e)=>{this.unlockOrder(record)}} okText="确认" cancelText="取消">
-							    <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="primary">解锁<Icon type="unlock" /></Button>                 
-							</Popconfirm>}
+                        return <div>
+                            {text.confirmIntention&&<Popconfirm title={'请确认您是否受理来自【'+record.buyerName+'】发起的服务意向订单?'} onConfirm={(e)=>{this.admissibleOrderOk(record)}} onCancel={(e)=>{this.admissibleOrderCancel(record)}} okText="同意" cancelText="拒绝">
+                                <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="primary">受理意向</Button>
+                            </Popconfirm>}
+                            {/*{text.applySign&&<Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation(),this.signBill(record)}} type="primary">签单</Button> } */}
+                            {text.applyForCancel&&<Popconfirm title={'请确认您是否取消客户【'+record.buyerName+'】的服务订单,订单取消将导致业务终止!'} onConfirm={(e)=>{this.cancelOrder(record)}} okText="确认" cancelText="取消">
+                                <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="danger">取消订单</Button>
+                            </Popconfirm>}
+                            {text.applyRevoke&&<Popconfirm title={'请确认您是否作废客户【'+record.buyerName+'】的服务订单,订单作废将导致订单失效!'} onConfirm={(e)=>{this.scrapOrder(record)}} okText="确认" cancelText="取消">
+                                <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="danger">作废</Button>
+                            </Popconfirm>}
+                            {text.applyLock &&<Popconfirm title={'请确认您是否锁定客户【'+record.buyerName+'】的服务订单,订单锁定将导致订单暂停!'} onConfirm={(e)=>{this.lockOrder(record)}} okText="确认" cancelText="取消">
+                                <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="danger">锁定<Icon type="lock" /></Button>
+                            </Popconfirm>}
+                            {text.applyUnLock&&<Popconfirm title={'请确认您是否解锁客户【'+record.buyerName+'】的服务订单,订单解锁将导致订单正常!'} onConfirm={(e)=>{this.unlockOrder(record)}} okText="确认" cancelText="取消">
+                                <Button style={{marginRight:'5px'}} onClick={(e) =>{ e.stopPropagation()}} type="primary">解锁<Icon type="unlock" /></Button>
+                            </Popconfirm>}
                         </div>
-					}
+                    }
                 }
             ],
             dataSource: [],
@@ -269,14 +269,14 @@ const ServiceManage=Form.create()(React.createClass({
     },
     //受理订单
     admissibleOrderOk(e){
-    	this.admissibleOrder(e,true)
+        this.admissibleOrder(e,true)
     },
     admissibleOrderCancel(e){
-    	this.admissibleOrder(e,false)
+        this.admissibleOrder(e,false)
     },
     admissibleOrder(record,index) {
         this.setState({
-        	signBillVisible:false,
+            signBillVisible:false,
             selectedRowKeys: [],
             loading: true,
             userDetaile:false
@@ -287,8 +287,8 @@ const ServiceManage=Form.create()(React.createClass({
             crossDomain: false,
             url: globalConfig.context + '/api/admin/order/confirmIntention',
             data: {
-            	orderNo:record.orderNo,
-            	confirm:index
+                orderNo:record.orderNo,
+                confirm:index
             }
         }).done(function (data) {
             if (!data.error.length) {
@@ -300,7 +300,7 @@ const ServiceManage=Form.create()(React.createClass({
             } else {
                 message.warning(data.error[0].message);
                 this.setState({
-                	showDesc:true
+                    showDesc:true
                 })
             };
             this.loadData(this.state.pageNo);
@@ -308,40 +308,40 @@ const ServiceManage=Form.create()(React.createClass({
     },
     //取消订单
     cancelOrder(e){
-    	this.operation(e,3)
+        this.operation(e,3)
     },
     //作废订单
     scrapOrder(e){
-    	this.operation(e,2)
+        this.operation(e,2)
     },
     //锁定订单
     lockOrder(e){
-    	this.operation(e,0)
+        this.operation(e,0)
     },
     //解锁订单
     unlockOrder(e){
-    	this.operation(e,1)
+        this.operation(e,1)
     },
     //签单
     signBill(ids){
-    	this.setState({
-    		uid:ids,
-    		signBillVisible:true
-    	})
+        this.setState({
+            uid:ids,
+            signBillVisible:true
+        })
     },
     componentWillMount() {
-         this.departmentList()
+        this.departmentList()
     },
     tableRowClick(record, index) {
-    	this.state.userDetaile=true;
+        this.state.userDetaile=true;
         this.state.datauser = record;
         this.setState({
-        	signBillVisible:false,
-        	signBillState:true,
+            signBillVisible:false,
+            signBillState:true,
             showDesc: true
         });
     },
-    
+
     //列表各种骚操作
     //列表各种骚操作
     operation(record,index) {
@@ -356,8 +356,8 @@ const ServiceManage=Form.create()(React.createClass({
             crossDomain: false,
             url: globalConfig.context + '/api/admin/order/lockOrRevokeOrder',
             data: {
-            	orderNo:record.orderNo,
-            	operatorType:index
+                orderNo:record.orderNo,
+                operatorType:index
             }
         }).done(function (data) {
             if (!data.error.length) {
@@ -372,29 +372,29 @@ const ServiceManage=Form.create()(React.createClass({
         }.bind(this));
     },
     addClick() {
-    	this.state.userDetaile=false;
+        this.state.userDetaile=false;
         this.setState({
-        	signBillVisible:false,
+            signBillVisible:false,
             showDesc: true
         });
     },
     closeDesc(e, s) {
-    	this.state.userDetaile=false;
+        this.state.userDetaile=false;
         this.state.showDesc = e;
         if (s) {
             this.loadData(this.state.pageNo);
         };
     },
     searchSwitch() {
-		this.setState({
-			signBillVisible:false,
-			searchMore: !this.state.searchMore
-		});
-	},
+        this.setState({
+            signBillVisible:false,
+            searchMore: !this.state.searchMore
+        });
+    },
     search() {
-    	this.setState({
-    		signBillVisible:false
-    	})
+        this.setState({
+            signBillVisible:false
+        })
         this.loadData();
     },
     changeList(arr) {
@@ -411,42 +411,42 @@ const ServiceManage=Form.create()(React.createClass({
         });
     },
     reset() {
-    	this.setState({
-    		signBillVisible:false
-    	})
-    	this.state.customerName = '';
-    	this.state.orderPersonSearch = '';
-    	this.state.departmenttSearch = undefined;
-    	this.state.releaseDate[0] = undefined;
-		this.state.releaseDate[1] = undefined;
-		this.state.projectProgress = undefined;
-		this.state.settlementState = undefined;
-		this.state.orderStatusSearch = undefined;
-		this.state.approval= undefined;
-		this.state.orderChannel = undefined;
-		this.state.formalOrder = true;
-		this.state.intentOrder = true;
-        this.loadData();       
+        this.setState({
+            signBillVisible:false
+        })
+        this.state.customerName = '';
+        this.state.orderPersonSearch = '';
+        this.state.departmenttSearch = undefined;
+        this.state.releaseDate[0] = undefined;
+        this.state.releaseDate[1] = undefined;
+        this.state.projectProgress = undefined;
+        this.state.settlementState = undefined;
+        this.state.orderStatusSearch = undefined;
+        this.state.approval= undefined;
+        this.state.orderChannel = undefined;
+        this.state.formalOrder = true;
+        this.state.intentOrder = true;
+        this.loadData();
     },
     render() {
-    	const FormItem = Form.Item;
-    	const formItemLayout = {
-			labelCol: { span: 8 },
-			wrapperCol: { span: 14 },
-		};
+        const FormItem = Form.Item;
+        const formItemLayout = {
+            labelCol: { span: 8 },
+            wrapperCol: { span: 14 },
+        };
         const rowSelection = {
             selectedRowKeys: this.state.selectedRowKeys,
             onChange: (selectedRowKeys, selectedRows) => {
-	                this.setState({
-	                    selectedRows: selectedRows.slice(-1),
-	                    selectedRowKeys: selectedRowKeys.slice(-1)
-	                }); 
+                this.setState({
+                    selectedRows: selectedRows.slice(-1),
+                    selectedRowKeys: selectedRowKeys.slice(-1)
+                });
             },
             onSelectAll: (selected, selectedRows, changeRows) => {
-			   this.setState({
-			   		selectedRowKeys:[]
-			   })
-			},
+                this.setState({
+                    selectedRowKeys:[]
+                })
+            },
         };
         const hasSelected = this.state.selectedRowKeys.length > 0;
         const { RangePicker } = DatePicker;
@@ -454,133 +454,133 @@ const ServiceManage=Form.create()(React.createClass({
         return (
             <div className="user-content" >
                 <div className="content-title">
-                	<span style={{fontSize:'16px'}}>部门科技服务订单</span>	
+                    <span style={{fontSize:'16px'}}>部门科技服务订单</span>
                     <Tabs
-            defaultActiveKey="1"
-            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">
-	                    <Input placeholder="客户名称" style={{width:'150px',marginLeft:10}}
-	                        value={this.state.customerName}
-	                        onChange={(e) => { this.setState({ customerName: e.target.value }); }} />
-	                    <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 }); }} /> 
-		                <Select placeholder="部门机构" style={{width:'150px',marginLeft:'10px'}}
-	                            value={this.state.departmenttSearch}
-	                            onChange={(e) => { this.setState({ departmenttSearch: e }) }}>
-	                            {
-	                                departmentArr.map(function (item) {
-	                                        return <Select.Option key={item.id} >{item.name}</Select.Option>
-	                                })
-	                            }
-	                    </Select>
-	                    <Select placeholder="特批筛选"
-                            style={{ width: 150 ,marginLeft:'10px'}}
-                            value={this.state.approval}
-                            onChange={(e) => { this.setState({ approval: e }) }}>
-                            {
-                                specially.map(function (item) {
-                                        return <Select.Option key={item.value} >{item.key}</Select.Option>
-                                })
-                            }
-                        </Select>
-	                    <Input placeholder="订单负责人" style={{width:'150px'}}
-	                        value={this.state.orderPersonSearch}
-	                        onChange={(e) => { this.setState({ orderPersonSearch: e.target.value }); }} />
-	                    <Button type="primary" onClick={this.search} style={{marginLeft:'10px'}}>搜索<Icon type="search" /></Button>
-	                    <Button onClick={this.reset}>重置 <Icon type="reload" /></Button>
-	                    <span style={{marginLeft:'10px',marginRight:'20px'}}>更多搜索<Switch defaultChecked={false} onChange={this.searchSwitch} /></span>    
-	                </div>
-	               
-                    <div className='clearfix' style={{marginTop:'5px',marginLeft:10}}>
-	                  <div className="search-more" style={this.state.searchMore ? { display: 'none' } : {}}>   
-	                  		<Checkbox checked={this.state.intentOrder} onChange={(e)=>{this.setState({intentOrder:!this.state.intentOrder})}}>意向订单</Checkbox>
-	                  		<Checkbox checked={this.state.formalOrder} onChange={(e)=>{this.setState({formalOrder:!this.state.formalOrder})}}>正式订单</Checkbox>
-	                  		<Select placeholder="订单状态"
-	                            style={{ width: 150 ,marginRight:'10px',marginBottom:'10px'}}
-	                            value={this.state.orderStatusSearch}
-	                            onChange={(e) => { this.setState({ orderStatusSearch: e }) }}>
-	                            {
-                                    orderState.map(function (item) {
-                                            return <Select.Option key={item.value} >{item.key}</Select.Option>
-                                    })
-                                }
-	                        </Select>
-	                        <Select placeholder="结算状态"
-	                            style={{ width: 150 ,marginRight:'10px'}}
-	                            value={this.state.settlementState}
-	                            onChange={(e) => { this.setState({ settlementState: e }) }}>
-	                            {
-                                    paymentState.map(function (item) {
-                                            return <Select.Option key={item.value} >{item.key}</Select.Option>
-                                    })
-                                }
-	                        </Select>
-	                        <Select placeholder="项目进度"
-	                            style={{ width: 150 ,marginRight:'10px'}}
-	                            value={this.state.projectProgress}
-	                            onChange={(e) => { this.setState({ projectProgress: e }) }}>
-	                            {
-                                    projectState.map(function (item) {
-                                            return <Select.Option key={item.value} >{item.key}</Select.Option>
-                                    })
-                                }
-	                        </Select>
-	                        <Select placeholder="订单渠道"
-	                            style={{ width: 150 }}
-	                            value={this.state.orderChannel}
-	                            onChange={(e) => { this.setState({ orderChannel: e }) }}>
-	                            {
-                                    orderChannel.map(function (item) {
+                        defaultActiveKey="1"
+                        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">
+                                <Input placeholder="客户名称" style={{width:'150px',marginLeft:10}}
+                                       value={this.state.customerName}
+                                       onChange={(e) => { this.setState({ customerName: e.target.value }); }} />
+                                <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 }); }} />
+                                <Select placeholder="部门机构" style={{width:'150px',marginLeft:'10px'}}
+                                        value={this.state.departmenttSearch}
+                                        onChange={(e) => { this.setState({ departmenttSearch: e }) }}>
+                                    {
+                                        departmentArr.map(function (item) {
+                                            return <Select.Option key={item.id} >{item.name}</Select.Option>
+                                        })
+                                    }
+                                </Select>
+                                <Select placeholder="特批筛选"
+                                        style={{ width: 150 ,marginLeft:'10px'}}
+                                        value={this.state.approval}
+                                        onChange={(e) => { this.setState({ approval: e }) }}>
+                                    {
+                                        specially.map(function (item) {
                                             return <Select.Option key={item.value} >{item.key}</Select.Option>
-                                    })
-                                }
-	                        </Select>
-	                    </div>
-	                </div>
-                     </TabPane>
+                                        })
+                                    }
+                                </Select>
+                                <Input placeholder="订单负责人" style={{width:'150px'}}
+                                       value={this.state.orderPersonSearch}
+                                       onChange={(e) => { this.setState({ orderPersonSearch: e.target.value }); }} />
+                                <Button type="primary" onClick={this.search} style={{marginLeft:'10px'}}>搜索<Icon type="search" /></Button>
+                                <Button onClick={this.reset}>重置 <Icon type="reload" /></Button>
+                                <span style={{marginLeft:'10px',marginRight:'20px'}}>更多搜索<Switch defaultChecked={false} onChange={this.searchSwitch} /></span>
+                            </div>
+
+                            <div className='clearfix' style={{marginTop:'5px',marginLeft:10}}>
+                                <div className="search-more" style={this.state.searchMore ? { display: 'none' } : {}}>
+                                    <Checkbox checked={this.state.intentOrder} onChange={(e)=>{this.setState({intentOrder:!this.state.intentOrder})}}>意向订单</Checkbox>
+                                    <Checkbox checked={this.state.formalOrder} onChange={(e)=>{this.setState({formalOrder:!this.state.formalOrder})}}>正式订单</Checkbox>
+                                    <Select placeholder="订单状态"
+                                            style={{ width: 150 ,marginRight:'10px',marginBottom:'10px'}}
+                                            value={this.state.orderStatusSearch}
+                                            onChange={(e) => { this.setState({ orderStatusSearch: e }) }}>
+                                        {
+                                            orderState.map(function (item) {
+                                                return <Select.Option key={item.value} >{item.key}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                    <Select placeholder="结算状态"
+                                            style={{ width: 150 ,marginRight:'10px'}}
+                                            value={this.state.settlementState}
+                                            onChange={(e) => { this.setState({ settlementState: e }) }}>
+                                        {
+                                            paymentState.map(function (item) {
+                                                return <Select.Option key={item.value} >{item.key}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                    <Select placeholder="项目进度"
+                                            style={{ width: 150 ,marginRight:'10px'}}
+                                            value={this.state.projectProgress}
+                                            onChange={(e) => { this.setState({ projectProgress: e }) }}>
+                                        {
+                                            projectState.map(function (item) {
+                                                return <Select.Option key={item.value} >{item.key}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                    <Select placeholder="订单渠道"
+                                            style={{ width: 150 }}
+                                            value={this.state.orderChannel}
+                                            onChange={(e) => { this.setState({ orderChannel: e }) }}>
+                                        {
+                                            orderChannel.map(function (item) {
+                                                return <Select.Option key={item.value} >{item.key}</Select.Option>
+                                            })
+                                        }
+                                    </Select>
+                                </div>
+                            </div>
+                        </TabPane>
                     </Tabs>
-	                <div className="patent-table">
-	                    <Spin spinning={this.state.loading}>
-	                        <Table columns={
+                    <div className="patent-table">
+                        <Spin spinning={this.state.loading}>
+                            <Table columns={
                                 this.state.changeList
                                     ? this.state.changeList
                                     : this.state.columns
                             }
-	                            dataSource={this.state.dataSource}
-	                            rowSelection={rowSelection}
-	                            pagination={this.state.pagination}
-                                onRowClick={this.tableRowClick}
-                                size="small"
-                                bordered
-                                />
-	                    </Spin>
-	                </div>
-	                <NewService
-	                	uid={this.state.uid}
-	                	signBillVisible={this.state.signBillVisible}
-	                    signBillState={this.state.signBillState}
-	                	operation={this.operation}
-	                	admissibleOrder={this.admissibleOrder}
-	                    userDetaile={this.state.userDetaile}
-	                    datauser={this.state.datauser}
-	                    showDesc={this.state.showDesc}
-	                    closeDesc={this.closeDesc} />
-	            </div >
+                                   dataSource={this.state.dataSource}
+                                // rowSelection={rowSelection}
+                                   pagination={this.state.pagination}
+                                   onRowClick={this.tableRowClick}
+                                   size="small"
+                                   bordered
+                            />
+                        </Spin>
+                    </div>
+                    <NewService
+                        uid={this.state.uid}
+                        signBillVisible={this.state.signBillVisible}
+                        signBillState={this.state.signBillState}
+                        operation={this.operation}
+                        admissibleOrder={this.admissibleOrder}
+                        userDetaile={this.state.userDetaile}
+                        datauser={this.state.datauser}
+                        showDesc={this.state.showDesc}
+                        closeDesc={this.closeDesc} />
+                </div >
             </div>
         );
     }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1648 - 1646
js/component/manageCenter/order/myOrder/servicesOrder/addService.jsx


+ 77 - 68
js/component/manageCenter/order/orderNew/changeComponent/agreeButton.js

@@ -31,14 +31,15 @@ class ReasonInput extends Component {
   //   // // this.sendRequest()
   //   // this.onOk(data,backData)
   //   // console.log("222222",this.props);
-    
+
   // }
-    
+
   // 理由请求
   sendRequest(data, backData) {
     if(this.state.flagS) return
     this.setState({
-      flagS: true
+      flagS: true,
+      loading: true,
     });
     $.ajax({
       method: "post",
@@ -59,7 +60,7 @@ class ReasonInput extends Component {
             message.warning(data.error[0].message);
             // if (!this.state.flag) return;
             this.setState({
-              flagS: !this.state.flagS
+              flagS: !this.state.flagS,
             });
             return
           }
@@ -69,17 +70,20 @@ class ReasonInput extends Component {
           // this.changeModal();
           this.props.onCancel();
           // window.location.reload()
-           this.setState({
+          this.setState({
             flagS: !this.state.flagS
           })
         }
       }.bind(this)
     }).done(
-      function() {
-        // if (this.props.loadData) {
-        //   this.props.loadData("2");
-        // }
-      }.bind(this)
+        function() {
+          // if (this.props.loadData) {
+          //   this.props.loadData("2");
+          // }
+          this.setState({
+            loading: false,
+          })
+        }.bind(this)
     );
   }
 
@@ -87,7 +91,8 @@ class ReasonInput extends Component {
   inputAjax(_data, backData) {
     if (this.state.flag) return;
     this.setState({
-      flag: true
+      flag: true,
+      loading: true,
     })
     $.ajax({
       method: "post",
@@ -112,9 +117,12 @@ class ReasonInput extends Component {
         }
       }.bind(this)
     }).done(
-      function() {
-        this.sendRequest(this.props.data, backData);
-      }.bind(this)
+        function() {
+          this.sendRequest(this.props.data, backData);
+          this.setState({
+            loading: false,
+          })
+        }.bind(this)
     );
   }
 
@@ -126,12 +134,12 @@ class ReasonInput extends Component {
 
   changeModal() {
     this.setState(
-      {
-        visible: !this.state.visible
-      },
-      () => {
-        this.reset();
-      }
+        {
+          visible: !this.state.visible
+        },
+        () => {
+          this.reset();
+        }
     );
 
     const data = this.props.data;
@@ -140,8 +148,8 @@ class ReasonInput extends Component {
     backData.managerExamine = []
     const ajaxData = this.props.ajaxData;
     if(ajaxData.ContactsLists) {
-        ajaxData.ContactsLists = [];
-        ajaxData.contactList = [];
+      ajaxData.ContactsLists = [];
+      ajaxData.contactList = [];
     }
     Object.assign(backData, ajaxData);
     // this.sendRequest()
@@ -160,29 +168,29 @@ class ReasonInput extends Component {
 
   onOk(data, backData) {
     console.log(this.props);
-    
+
     if (!this.props.reason) {
       message.error("理由不能为空!");
       return false;
     }
     if( this.props.data.status == 2 && this.props.processState == 5) {
       if (
-        moneyVerify(this.props.ajaxData.cwCost) ||
-        moneyVerify(this.props.ajaxData.refundableAmount)
+          moneyVerify(this.props.ajaxData.cwCost) ||
+          moneyVerify(this.props.ajaxData.refundableAmount)
       ) {
         return;
       }
     }
-      if (
+    if (
         this.props.processState <= 1 ||
         this.props.processState == 4 ||
         this.props.processState >= 6
-      ) {
-        // 判断权限是否大于营销管理员
-        this.sendRequest(data, backData);
-      } else {
-        this.inputAjax(data, backData);
-      }
+    ) {
+      // 判断权限是否大于营销管理员
+      this.sendRequest(data, backData);
+    } else {
+      this.inputAjax(data, backData);
+    }
     // data.onChange(this.state.reason);
   }
 
@@ -194,43 +202,44 @@ class ReasonInput extends Component {
     Object.assign(backData, ajaxData);
 
     return (
-      <div style={{ display: "inline-block" }}>
-        <Button
-          type={data.type}
-          onClick={() => {
-            this.changeModal();
-          }}
-
-        >
-          {data.name}
-        </Button>
-        <Modal
-          maskClosable={false}
-          title={data.title}
-          visible={false}
-          onCancel={() => {
-            this.changeModal();
-          }}
-          // onOk={_e => {
-          //   this.onOk(data, backData);
-          // }}
-        >
-          <Form.Item>
-            <Input.TextArea
-              rows={4}
-              placeholder={data.placeholder}
-              value={this.state.reason}
-              onChange={e => {
-                // console.log(this.props);
-                
-                this.setState({
-                  reason: e.target.value
-                });
+        <div style={{ display: "inline-block" }}>
+          <Button
+              type={data.type}
+              loading={this.state.loading}
+              onClick={() => {
+                this.changeModal();
               }}
-            />
-          </Form.Item>
-        </Modal>
-      </div>
+
+          >
+            {data.name}
+          </Button>
+          <Modal
+              maskClosable={false}
+              title={data.title}
+              visible={false}
+              onCancel={() => {
+                this.changeModal();
+              }}
+              // onOk={_e => {
+              //   this.onOk(data, backData);
+              // }}
+          >
+            <Form.Item>
+              <Input.TextArea
+                  rows={4}
+                  placeholder={data.placeholder}
+                  value={this.state.reason}
+                  onChange={e => {
+                    // console.log(this.props);
+
+                    this.setState({
+                      reason: e.target.value
+                    });
+                  }}
+              />
+            </Form.Item>
+          </Modal>
+        </div>
     );
   }
 }

+ 361 - 362
js/component/manageCenter/order/orderNew/changeComponent/changeDetailYxgly.js

@@ -67,37 +67,37 @@ class Itemlist extends Component {
   render() {
     let pageData = this.props.pageData;
     return (
-      <div className="clearfix">
-        {pageData.labelA !== '当前进度' ? <Form.Item
-                label={pageData.labelA}
-                {...pageData.formItemLayoutA}
-                className="half-item"
-            >
-              <div>{pageData.dataA}</div>
-            </Form.Item> :
-            <Form.Item
-                label={pageData.labelA}
-                {...pageData.formItemLayoutA}
-                className="half-item"
-            >
-              <Tooltip placement="topLeft" title={pageData.dataA}>
-                <div style={{
-                  width: '350px !important',
-                  whiteSpace: 'nowrap',
-                  wordBreak: 'break-all',
-                  overflow: 'hidden',
-                  textOverflow: 'ellipsis',
-                }}>{pageData.dataA}</div>
-              </Tooltip>
-            </Form.Item>}
-        <Form.Item
-          label={pageData.labelB}
-          {...pageData.formItemLayoutB}
-          className="half-item"
-        >
-          <span>{pageData.dataB}</span>
-        </Form.Item>
-      </div>
+        <div className="clearfix">
+          {pageData.labelA !== '当前进度' ? <Form.Item
+                  label={pageData.labelA}
+                  {...pageData.formItemLayoutA}
+                  className="half-item"
+              >
+                <div>{pageData.dataA}</div>
+              </Form.Item> :
+              <Form.Item
+                  label={pageData.labelA}
+                  {...pageData.formItemLayoutA}
+                  className="half-item"
+              >
+                <Tooltip placement="topLeft" title={pageData.dataA}>
+                  <div style={{
+                    width: '350px !important',
+                    whiteSpace: 'nowrap',
+                    wordBreak: 'break-all',
+                    overflow: 'hidden',
+                    textOverflow: 'ellipsis',
+                  }}>{pageData.dataA}</div>
+                </Tooltip>
+              </Form.Item>}
+          <Form.Item
+              label={pageData.labelB}
+              {...pageData.formItemLayoutB}
+              className="half-item"
+          >
+            <span>{pageData.dataB}</span>
+          </Form.Item>
+        </div>
     );
   }
 }
@@ -131,21 +131,21 @@ class ChangeDetail extends Component {
           key: "amount",
           render: (text, record) => {
             return (
-              <div>
-                实际回收退票(万元)
-                <Input
-                  value={record.amount}
-                  placeholder="请输入金额(必填项)"
-                  disabled={record.load}
-                  key={record.id}
-                  required="required"
-                  onChange={(e) => {
-                    record.amount = e.target.value;
-                    this.setState({ contactList: this.state.contactList });
-                  }}
-                  style={{ width: "120px" }}
-                />
-              </div>
+                <div>
+                  实际回收退票(万元)
+                  <Input
+                      value={record.amount}
+                      placeholder="请输入金额(必填项)"
+                      disabled={record.load}
+                      key={record.id}
+                      required="required"
+                      onChange={(e) => {
+                        record.amount = e.target.value;
+                        this.setState({ contactList: this.state.contactList });
+                      }}
+                      style={{ width: "120px" }}
+                  />
+                </div>
             );
           },
         },
@@ -241,13 +241,13 @@ class ChangeDetail extends Component {
   moneyOld(str, money) {
     if (money) {
       return (
-        <span style={{ color: "red", fontWeight: 900, fontSize: 16 }}>
+          <span style={{ color: "red", fontWeight: 900, fontSize: 16 }}>
           {str}(原合同金额{money}万元)
         </span>
       );
     } else {
       return (
-        <span style={{ color: "red", fontWeight: 900, fontSize: 16 }}>
+          <span style={{ color: "red", fontWeight: 900, fontSize: 16 }}>
           {str}
         </span>
       );
@@ -309,17 +309,17 @@ class ChangeDetail extends Component {
         formItemLayoutA: formItemLayout,
         // 当前是咨询师以及咨询师经理时使用shenhePeo函数,其他流程正常显示
         dataA:
-          this.props.data.processState == 2 || this.props.data.processState == 3
-            ? shenghePeo(
+            this.props.data.processState == 2 || this.props.data.processState == 3
+                ? shenghePeo(
                 this.props.data.processState == 2
-                  ? this.props.data.consultantExamine
-                  : this.props.data.managerExamine,
+                    ? this.props.data.consultantExamine
+                    : this.props.data.managerExamine,
                 this.props.data.processState
-              )
-            : getProcessStatusNew(
+                )
+                : getProcessStatusNew(
                 this.props.data.processState,
                 this.props.data.status
-              ),
+                ),
         labelB: "变更类型",
         formItemLayoutB: formItemLayout,
         dataB: getChangeType(this.props.data.type),
@@ -400,32 +400,32 @@ class ChangeDetail extends Component {
     const orgCodeUrl = this.props.pictureUrl;
 
     return (
-      <div className="clearfix changeDetail">
-        <div
-          className="clearfix"
-          ref={(e) => {
-            this.refs = e;
-          }}
-        >
+        <div className="clearfix changeDetail">
           <div
-            style={{
-              borderRadius: "50%",
-              width: 300,
-              height: 300,
-              position: "absolute",
-              top: 230,
-              left: 525,
-              transform: "rotate(-5deg)",
-              zIndex: 1,
-              display:
-                (this.props.data.processState == 7 ||
-                  this.props.data.processState == 8) &&
-                this.props.data.status == 4
-                  ? "block"
-                  : "none",
-            }}
+              className="clearfix"
+              ref={(e) => {
+                this.refs = e;
+              }}
           >
-            {/* <span
+            <div
+                style={{
+                  borderRadius: "50%",
+                  width: 300,
+                  height: 300,
+                  position: "absolute",
+                  top: 230,
+                  left: 525,
+                  transform: "rotate(-5deg)",
+                  zIndex: 1,
+                  display:
+                      (this.props.data.processState == 7 ||
+                          this.props.data.processState == 8) &&
+                      this.props.data.status == 4
+                          ? "block"
+                          : "none",
+                }}
+            >
+              {/* <span
               style={{
                 fontSize: 29,
                 position: "absolute",
@@ -437,221 +437,220 @@ class ChangeDetail extends Component {
             >
               通过
             </span> */}
-            <img src={tongguo} style={{ width: "100%" }} />
-          </div>
-          <div
-            style={{
-              borderRadius: "50%",
-              width: 300,
-              height: 300,
-              position: "absolute",
-              top: 284,
-              left: 586,
-              transform: "rotate(-5deg)",
-              zIndex: 1,
-              display: this.props.data.status == 5 ? "block" : "none",
-            }}
-          >
-            <img src={quxiao} style={{ width: "63%" }} />
-          </div>
-
-          <h2 style={{ textAlign: "center", marginBottom: 10, marginTop: 20 }}>
-            合同变更记录
-          </h2>
-          {pageData.map((item, index) => {
-            return <Itemlist key={index} pageData={item} />;
-          })}
-          <Form.Item
-            label="变更凭证"
-            labelCol={{ span: 4 }}
-            wrapperCol={{ span: 18 }}
-          >
-            {/*<Upload*/}
-            {/*  className="demandDetailShow-upload"*/}
-            {/*  listType="picture-card"*/}
-            {/*  fileList={orgCodeUrl}*/}
-            {/*  onPreview={(file) => {*/}
-            {/*    this.setState({*/}
-            {/*      previewImage: file.url || file.thumbUrl,*/}
-            {/*      previewVisible: true,*/}
-            {/*    });*/}
-            {/*  }}*/}
-            {/*/>*/}
-            <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
-              <ImgList fileList={orgCodeUrl} ItemWidth={'96px'}/>
+              <img src={tongguo} style={{ width: "100%" }} />
             </div>
-            <Modal
-              maskClosable={false}
-              footer={null}
-              width={"50%"}
-              visible={this.state.previewVisible}
-              onCancel={() => {
-                this.setState({ previewVisible: false, rotateDeg: 0 });
-              }}
-            >
-              <img
-                alt=""
-                style={{
-                  width: "100%",
-                  transform: `rotate(${this.state.rotateDeg}deg)`,
-                }}
-                src={this.state.previewImage || ""}
-              />
-              <Button
-                onClick={this.rotate}
-                style={{
-                  position: "relative",
-                  left: "50%",
-                  transform: "translateX(-50%)",
-                }}
-              >
-                旋转
-              </Button>
-              <Button
-                onClick={this.upImg}
+            <div
                 style={{
+                  borderRadius: "50%",
+                  width: 300,
+                  height: 300,
                   position: "absolute",
-                  left: -81,
-                  top: "50%",
-                  transform: "translateY(-50%)",
+                  top: 284,
+                  left: 586,
+                  transform: "rotate(-5deg)",
+                  zIndex: 1,
+                  display: this.props.data.status == 5 ? "block" : "none",
                 }}
+            >
+              <img src={quxiao} style={{ width: "63%" }} />
+            </div>
+
+            <h2 style={{ textAlign: "center", marginBottom: 10, marginTop: 20 }}>
+              合同变更记录
+            </h2>
+            {pageData.map((item, index) => {
+              return <Itemlist key={index} pageData={item} />;
+            })}
+            <Form.Item
+                label="变更凭证"
+                labelCol={{ span: 4 }}
+                wrapperCol={{ span: 18 }}
+            >
+              {/*<Upload*/}
+              {/*  className="demandDetailShow-upload"*/}
+              {/*  listType="picture-card"*/}
+              {/*  fileList={orgCodeUrl}*/}
+              {/*  onPreview={(file) => {*/}
+              {/*    this.setState({*/}
+              {/*      previewImage: file.url || file.thumbUrl,*/}
+              {/*      previewVisible: true,*/}
+              {/*    });*/}
+              {/*  }}*/}
+              {/*/>*/}
+              <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
+                <ImgList fileList={orgCodeUrl} ItemWidth={'96px'}/>
+              </div>
+              <Modal
+                  maskClosable={false}
+                  footer={null}
+                  width={"50%"}
+                  visible={this.state.previewVisible}
+                  onCancel={() => {
+                    this.setState({ previewVisible: false, rotateDeg: 0 });
+                  }}
               >
-                上一张
-              </Button>
-              <Button
-                onClick={this.downImg}
+                <img
+                    alt=""
+                    style={{
+                      width: "100%",
+                      transform: `rotate(${this.state.rotateDeg}deg)`,
+                    }}
+                    src={this.state.previewImage || ""}
+                />
+                <Button
+                    onClick={this.rotate}
+                    style={{
+                      position: "relative",
+                      left: "50%",
+                      transform: "translateX(-50%)",
+                    }}
+                >
+                  旋转
+                </Button>
+                <Button
+                    onClick={this.upImg}
+                    style={{
+                      position: "absolute",
+                      left: -81,
+                      top: "50%",
+                      transform: "translateY(-50%)",
+                    }}
+                >
+                  上一张
+                </Button>
+                <Button
+                    onClick={this.downImg}
+                    style={{
+                      position: "absolute",
+                      right: -81,
+                      top: "50%",
+                      transform: "translateY(-50%)",
+                    }}
+                >
+                  下一张
+                </Button>
+              </Modal>
+              <Rizhi changeId={this.props.id} />
+            </Form.Item>
+
+            {/* <h2 style={{ textAlign: "center", marginBottom: 0 }}>变更日志</h2> */}
+            <ul
                 style={{
-                  position: "absolute",
-                  right: -81,
-                  top: "50%",
-                  transform: "translateY(-50%)",
+                  width: "868px",
+                  overflow: "hidden",
+                  paddingLeft: "90px",
+                  position: "relative",
                 }}
-              >
-                下一张
-              </Button>
-            </Modal>
-            <Rizhi changeId={this.props.id} />
-          </Form.Item>
+            >
+              {/* <span>操作人:</span> */}
+              {this.props.dataSource.map((item, index) => {
+                if (item.status == 0) {
+                  item.status = "发起";
+                } else if (item.status == 1) {
+                  item.status = "审核中";
+                } else if (item.status == 2) {
+                  item.status = "通过";
+                } else if (item.status == 3) {
+                  item.status = "驳回";
+                } else if (item.status == 4) {
+                  item.status = "完成";
+                }
+                return (
+                    <li
+                        key={index}
+                        style={{
+                          width: "100%",
+                          height: "auto",
+                          wordBreak: "break-all",
+                          marginBottom: "10px",
+                        }}
+                    >
+                      {item.aname + ":" + "(" + item.status + ")" + item.remarks}
+                    </li>
+                );
+              })}
+            </ul>
+            <ProAndCuiList id={this.props.id} />
+            <div className="clearfix">
+              <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
+                收款情况
+              </h3>
+              <div style={{ marginLeft: "90px" }}>
+                <ul>
+                  {(this.props.proceedsData.bill || []).map((item, index) => (
+                      <li key={index}>
+                        {item.payTime +
+                        " " +
+                        item.aName +
+                        " 收款:" +
+                        item.transactionAmount +
+                        "万元"}
+                      </li>
+                  ))}
+                </ul>
 
-          {/* <h2 style={{ textAlign: "center", marginBottom: 0 }}>变更日志</h2> */}
-          <ul
-            style={{
-              width: "868px",
-              overflow: "hidden",
-              paddingLeft: "90px",
-              position: "relative",
-              bottom: "20px",
-            }}
-          >
-            {/* <span>操作人:</span> */}
-            {this.props.dataSource.map((item, index) => {
-              if (item.status == 0) {
-                item.status = "发起";
-              } else if (item.status == 1) {
-                item.status = "审核中";
-              } else if (item.status == 2) {
-                item.status = "通过";
-              } else if (item.status == 3) {
-                item.status = "驳回";
-              } else if (item.status == 4) {
-                item.status = "完成";
-              }
-              return (
-                <li
-                  key={index}
-                  style={{
-                    width: "100%",
-                    height: "auto",
-                    wordBreak: "break-all",
-                    marginBottom: "10px",
-                  }}
-                >
-                  {item.aname + ":" + "(" + item.status + ")" + item.remarks}
-                </li>
-              );
-            })}
-          </ul>
-          <ProAndCuiList id={this.props.id} />
-          <div className="clearfix">
-            <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
-              收款情况
-            </h3>
-            <div style={{ marginLeft: "90px" }}>
-              <ul>
-                {(this.props.proceedsData.bill || []).map((item, index) => (
-                  <li key={index}>
-                    {item.payTime +
-                      " " +
-                      item.aName +
-                      " 收款:" +
-                      item.transactionAmount +
-                      "万元"}
-                  </li>
-                ))}
-              </ul>
+                <div>收款总计:{this.props.proceedsTotal}万元</div>
+              </div>
+              <br />
+              <div style={{ marginLeft: "90px" }}>
+                <ul>
+                  {(this.props.proceedsData.invoice || []).map((item, index) => (
+                      <li key={index}>
+                        {item.createTime + " " + " 开票:" + item.amount + "万元"}
+                      </li>
+                  ))}
+                </ul>
+                <div>开票总计:{this.props.invoiceTotal}万元</div>
+              </div>
 
-              <div>收款总计:{this.props.proceedsTotal}万元</div>
+              <p style={{ marginLeft: "90px", color: "red" }}>
+                系统预估 产生成本(万元):
+                {this.props.data.estimateCost
+                    ? this.props.data.estimateCost
+                    : "0"}{" "}
+                &nbsp;应退金额(万元):
+                {this.props.data.estimateRefundable
+                    ? this.props.data.estimateRefundable
+                    : "0"}
+              </p>
             </div>
-            <br />
-            <div style={{ marginLeft: "90px" }}>
-              <ul>
-                {(this.props.proceedsData.invoice || []).map((item, index) => (
-                  <li key={index}>
-                    {item.createTime + " " + " 开票:" + item.amount + "万元"}
-                  </li>
-                ))}
-              </ul>
-              <div>开票总计:{this.props.invoiceTotal}万元</div>
-            </div>
-
-            <p style={{ marginLeft: "90px", color: "red" }}>
-              系统预估 产生成本(万元):
-              {this.props.data.estimateCost
-                ? this.props.data.estimateCost
-                : "0"}{" "}
-              &nbsp;应退金额(万元):
-              {this.props.data.estimateRefundable
-                ? this.props.data.estimateRefundable
-                : "0"}
-            </p>
-          </div>
 
-          <div
-            style={{
-              display:
-                (this.props.data.processState == 8 ||
-                  this.props.data.processState == 7) &&
-                (this.props.data.status == 2 || this.props.data.status == 4)
-                  ? "block"
-                  : "none",
-            }}
-          >
-            <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
-              回收退票
-            </h3>
+            <div
+                style={{
+                  display:
+                      (this.props.data.processState == 8 ||
+                          this.props.data.processState == 7) &&
+                      (this.props.data.status == 2 || this.props.data.status == 4)
+                          ? "block"
+                          : "none",
+                }}
+            >
+              <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
+                回收退票
+              </h3>
 
-            <Table
-              size="middle"
-              pagination={false}
-              bordered
-              columns={this.state.ContactsLists}
-              dataSource={this.state.contactList}
-            />
-          </div>
+              <Table
+                  size="middle"
+                  pagination={false}
+                  bordered
+                  columns={this.state.ContactsLists}
+                  dataSource={this.state.contactList}
+              />
+            </div>
 
-          <div
-            style={{
-              display: this.props.data.processState > 5 ? "block" : "none",
-            }}
-          >
-            <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
-              当前财务状态(财务填写)
-            </h3>
-            {financeData.map((item, index) => {
-              return <Itemlist key={index} pageData={item} />;
-            })}
-          </div>
-          {/* {this.props.data.type === 0 && this.props.data.processState >= 2 ? (
+            <div
+                style={{
+                  display: this.props.data.processState > 5 ? "block" : "none",
+                }}
+            >
+              <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
+                当前财务状态(财务填写)
+              </h3>
+              {financeData.map((item, index) => {
+                return <Itemlist key={index} pageData={item} />;
+              })}
+            </div>
+            {/* {this.props.data.type === 0 && this.props.data.processState >= 2 ? (
             <div>
               <h3 style={{ marginLeft: 10, fontWeight: 800, marginBottom: 10 }}>
                 当前项目进度(咨询师经理填写)
@@ -690,73 +689,73 @@ class ChangeDetail extends Component {
           ) : (
             ""
           )} */}
-          <div
-            style={{
-              display:
-                (this.props.data.processState == 7 ||
-                  this.props.data.processState == 8) &&
-                this.props.data.status == 4 &&
-                this.props.data.refundStatus
-                  ? "block"
-                  : "none",
-            }}
-          >
-            <Refund data={this.props.data} id={this.props.id} />
+            <div
+                style={{
+                  display:
+                      (this.props.data.processState == 7 ||
+                          this.props.data.processState == 8) &&
+                      this.props.data.status == 4 &&
+                      this.props.data.refundStatus
+                          ? "block"
+                          : "none",
+                }}
+            >
+              <Refund data={this.props.data} id={this.props.id} />
+            </div>
           </div>
-        </div>
 
-        {this.props.processState === this.props.data.processState ? (
-          1 ? (
-            <div>
-              <div className="clearfix">
-                <FormItem
-                  style={{ height: "auto" }}
-                  labelCol={{ span: 4 }}
-                  wrapperCol={{ span: 18 }}
-                  label="备注"
-                >
-                  <TextArea
-                    rows={4}
-                    placeholder="请输入备注信息"
-                    style={{ width: "95%" }}
-                    value={this.state.reason}
-                    onChange={(e) => {
-                      let reason = e.target.value;
-                      this.setState({ reason });
-                    }}
-                  />
-                </FormItem>
-              </div>
+          {this.props.processState === this.props.data.processState ? (
+              1 ? (
+                  <div>
+                    <div className="clearfix">
+                      <FormItem
+                          style={{ height: "auto" }}
+                          labelCol={{ span: 4 }}
+                          wrapperCol={{ span: 18 }}
+                          label="备注"
+                      >
+                        <TextArea
+                            rows={4}
+                            placeholder="请输入备注信息"
+                            style={{ width: "95%" }}
+                            value={this.state.reason}
+                            onChange={(e) => {
+                              let reason = e.target.value;
+                              this.setState({ reason });
+                            }}
+                        />
+                      </FormItem>
+                    </div>
 
-              <div
-                className="clearfix"
-                style={{ display: "flex", justifyContent: "space-around" }}
-              >
-                {buttonData.map((item, index) => {
-                  return (
-                    <AgreeButton
-                      data={item}
-                      key={index}
-                      backData={this.props.data}
-                      processState={this.props.processState}
-                      visible={this.changeButtonStatus}
-                      loadData={this.props.loadData}
-                      reason={this.state.reason}
-                      ajaxData={this.state}
-                      rejectState={this.state.rejectState}
-                      onCancel={this.props.onCancel}
-                    />
-                  );
-                })}
-              </div>
-            </div>
+                    <div
+                        className="clearfix"
+                        style={{ display: "flex", justifyContent: "space-around" }}
+                    >
+                      {buttonData.map((item, index) => {
+                        return (
+                            <AgreeButton
+                                data={item}
+                                key={index}
+                                backData={this.props.data}
+                                processState={this.props.processState}
+                                visible={this.changeButtonStatus}
+                                loadData={this.props.loadData}
+                                reason={this.state.reason}
+                                ajaxData={this.state}
+                                rejectState={this.state.rejectState}
+                                onCancel={this.props.onCancel}
+                            />
+                        );
+                      })}
+                    </div>
+                  </div>
+              ) : (
+                  ""
+              )
           ) : (
-            ""
-          )
-        ) : (
-          ""
-        )}
-        {/* <ReactToPrint
+              ""
+          )}
+          {/* <ReactToPrint
           trigger={() => (
             <div className="clearfix">
               <Button type="primary" style={{ float: "right", marginTop: 10 }}>
@@ -766,24 +765,24 @@ class ChangeDetail extends Component {
           )}
           content={() => this.refs}
         /> */}
-        <ReactToPrint
-          trigger={() => (
-            <Button
-              type="primary"
-              style={{
-                float: "right",
-                marginTop: 10,
-                position: "absolute",
-                top: 0,
-                right: 30,
-              }}
-            >
-              打印
-            </Button>
-          )}
-          content={() => this.refs}
-        />
-      </div>
+          <ReactToPrint
+              trigger={() => (
+                  <Button
+                      type="primary"
+                      style={{
+                        float: "right",
+                        marginTop: 10,
+                        position: "absolute",
+                        top: 0,
+                        right: 30,
+                      }}
+                  >
+                    打印
+                  </Button>
+              )}
+              content={() => this.refs}
+          />
+        </div>
     );
   }
 }

+ 49 - 50
js/component/manageCenter/order/orderNew/changeComponent/rizhi.js

@@ -101,11 +101,11 @@ class Rizhi extends Component {
         }
       }.bind(this)
     }).always(
-      function() {
-        this.setState({
-          loading: false
-        });
-      }.bind(this)
+        function() {
+          this.setState({
+            loading: false
+          });
+        }.bind(this)
     );
   }
 
@@ -117,53 +117,52 @@ class Rizhi extends Component {
 
   render() {
     return (
-      <div
-        style={{
-          display: "inline-block",
-          verticalAlign: "top",
-          marginLeft: 60
-        }}
-      >
-        <Button
-          style={{ position: "relative", zIndex: 999 }}
-          onClick={() => {
-            this.loadData();
-            this.changeModal();
-          }}
+        <div
+            style={{
+              display: "inline-block",
+              verticalAlign: "top",
+            }}
         >
-          查看变更日志
-        </Button>
-        {/* <div>
+          <Button
+              style={{ position: "relative", zIndex: 999 }}
+              onClick={() => {
+                this.loadData();
+                this.changeModal();
+              }}
+          >
+            查看变更日志
+          </Button>
+          {/* <div>
           {this.state.dataSource.map((item) =>  <div>{item.aname}</div> )}
         </div> */}
-        <Modal
-          maskClosable={false}
-          visible={this.state.visible}
-          title="变更日志"
-          footer=""
-          width={800}
-          onCancel={() => {
-            this.changeModal();
-          }}
-        >
-          <Spin spinning={this.state.loading}>
-            <div
-              ref={e => {
-                this.refs = e;
+          <Modal
+              maskClosable={false}
+              visible={this.state.visible}
+              title="变更日志"
+              footer=""
+              width={800}
+              onCancel={() => {
+                this.changeModal();
               }}
-              style={{marginTop:20}}
-            >
-              <h2 style={{ textAlign: "center", marginBottom: 10 }}>
-                合同变更日志
-              </h2>
-              <Table
-                columns={this.state.columns}
-                dataSource={this.state.dataSource}
-                pagination={false}
-              />
-            </div>
-          </Spin>
-          {/* <ReactToPrint
+          >
+            <Spin spinning={this.state.loading}>
+              <div
+                  ref={e => {
+                    this.refs = e;
+                  }}
+                  style={{marginTop:20}}
+              >
+                <h2 style={{ textAlign: "center", marginBottom: 10 }}>
+                  合同变更日志
+                </h2>
+                <Table
+                    columns={this.state.columns}
+                    dataSource={this.state.dataSource}
+                    pagination={false}
+                />
+              </div>
+            </Spin>
+            {/* <ReactToPrint
             trigger={() => (
               <div className="clearfix">
                 <Button
@@ -176,8 +175,8 @@ class Rizhi extends Component {
             )}
             content={() => this.refs}
           /> */}
-        </Modal>
-      </div>
+          </Modal>
+        </div>
     );
   }
 }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1563 - 1563
js/component/manageCenter/order/orderNew/chargeback.jsx


+ 154 - 150
js/component/manageCenter/order/orderNew/costAuditList/index.js

@@ -98,7 +98,7 @@ class CostAuditList extends Component{
                     key: "chooseType",
                     render: (text) => {
                         return text == 0 ? '第三方成本' :
-                                text == 1 ? '催款节点' :'官费';
+                            text == 1 ? '催款节点' :'官费';
                     },
                 },
                 {
@@ -138,10 +138,10 @@ class CostAuditList extends Component{
                     key: "status",
                     render: (text) => {
                         return text === 0 ? '审核' :
-                                    text === 1 ? '待支付' :
-                                        text === 2 ? '驳回' :
-                                            text === 3 ? '已支付' :
-                                                text === 4 ? '已取消' : '';
+                            text === 1 ? '待支付' :
+                                text === 2 ? '驳回' :
+                                    text === 3 ? '已支付' :
+                                        text === 4 ? '已取消' : '';
                     },
                 },
                 {
@@ -189,7 +189,7 @@ class CostAuditList extends Component{
                                             tid: record.tid,
                                             projectType: record.projectType,
                                         })
-                                }}>
+                                    }}>
                                     付款记录
                                 </Button>
                             </div>
@@ -381,150 +381,154 @@ class CostAuditList extends Component{
 
     render() {
         return (
-          <div className="user-content">
-              <div className="content-title">
-                  <span>成本付款申请</span>
-              </div>
-              <Tabs defaultActiveKey="1" onChange={this.callback} className="test">
-                  <TabPane tab="搜索" key="1">
-                      <div style={{paddingTop:'10px'}}>
-                          <FilterColumn
-                              {...this.props}
-                              onSearch={(data)=>{
-                                  this.setState({
-                                      searchInfor: data
-                                  });
-                                  this.loadData(1,data);
-                              }}
-                              onResetSearch={()=>{
-                                  this.setState({
-                                      searchInfor: {}
-                                  });
-                                  this.loadData();
-                              }}
-                          />
-                      </div>
-                  </TabPane>
-                  <TabPane tab="操作" key="2">
-                      <Button
-                          type="primary"
-                          style={{ margin: "11px 0px 10px 10px" }}
-                          onClick={this.printAll}
-                          disabled={!this.state.dataSource.length}
-                      >
-                          批量支付
-                      </Button>
-                      <Button
-                          type="primary"
-                          onClick={this.exportExec}
-                          style={{ margin: "11px 0px 10px 10px" }}
-                      >
-                          导出财务成本列表
-                      </Button>
-                  </TabPane>
-                  <TabPane tab="更改表格显示数据" key="3">
-                      <div style={{ marginLeft: 10 }}>
-                          <ChooseList
-                              columns={this.state.columns}
-                              changeFn={this.changeList}
-                              changeList={this.state.changeList}
-                              top={55}
-                              margin={11}
-                          />
-                      </div>
-                  </TabPane>
-              </Tabs>
-              <div className="patent-table">
-                  <Spin spinning={this.state.loading}>
-                      <Table
-                          columns={
-                              this.state.changeList
-                                  ? this.state.changeList
-                                  : this.state.columns
-                          }
-                          dataSource={this.state.dataSource}
-                          pagination={this.state.pagination}
-                          onRowClick={(record)=>{
-                              this.tableRowClick(record)
-                          }}
-                          rowSelection={{
-                              selectedRowKeys:this.state.selectedRowKeys,
-                              onChange: (selectedRowKeys)=>{
-                                  this.setState({ selectedRowKeys });
-                              },
-                              getCheckboxProps: (record) => ({
-                                  // 0审核 1待支付 2驳回 3已支付   只有待支付可以勾选
-                                  disabled: record.status !== 1,
-                              })
-                          }}
-                          scroll={{ x: "max-content", y: 0 }}
-                          bordered
-                          size="small"
-                      />
-                  </Spin>
-              </div>
-              {
-                  this.state.visible ?
-                      <DetailsModal
-                          tid={this.state.selectInfor.tid}
-                          orderNo={this.state.selectInfor.orderNo}
-                          projectType={this.state.selectInfor.projectType}
-                          projectStatus={this.state.selectInfor.projectStatus}
-                          taskName={this.state.selectInfor.pname}
-                          taskID={this.state.selectInfor.tid}
-                          visible={this.state.visible}
-                          refreshList={()=>{
-                              this.loadData(this.state.page,this.state.searchInfor);
-                          }}
-                          visitCancel={()=>{
-                              this.setState({
-                                  visible: false
-                              })
-                              this.loadData(this.state.page,this.state.searchInfor);
-                          }}/> : <div/>
-              }
-              {this.state.paymentVisible ?
-                  <OrderPaymentModal
-                      tid={this.state.tid}
-                      visible={this.state.paymentVisible}
-                      projectType={this.state.projectType}
-                      isAuditPayment={true}
-                      onCancer={()=>{
-                          this.setState({
-                              paymentVisible: false,
-                              tid: 0,
-                              projectType: 0,
-                          });
-                          this.loadData(this.state.page,this.state.searchInfor);
-                      }}
-                      onSuccess={()=>{
-                          this.setState({
-                              paymentVisible: false,
-                              tid: 0,
-                              projectType: 0,
-                          });
-                          this.loadData(this.state.page,this.state.searchInfor);
-                  }}/> :
-                  <div/>
-              }
-              {this.state.payRecordVisible ? <PayRecord
-                  {...this.props}
-                  payId={this.state.orderPaymentsId}
-                  visible={this.state.payRecordVisible}
-                  tid={this.state.tid}
-                  isAuditPayment={true}
-                  projectType={this.state.projectType}
-                  changeVisible={()=>{
-                      this.loadData(this.state.page,this.state.searchInfor);
-                      this.setState({
-                          payRecordVisible: false,
-                          orderPaymentsId: 0,
-                          tid: 0,
-                          projectType: 0,
-                      })
-                  }}
-              /> : <div/>}
-          </div>
+            <div className="user-content">
+                <div className="content-title">
+                    <span>成本付款申请</span>
+                </div>
+                <Tabs defaultActiveKey="1" onChange={this.callback} className="test">
+                    <TabPane tab="搜索" key="1">
+                        <div style={{paddingTop:'10px'}}>
+                            <FilterColumn
+                                {...this.props}
+                                onSearch={(data)=>{
+                                    this.setState({
+                                        searchInfor: data,
+                                        selectedRowKeys: [],
+                                    });
+                                    this.loadData(1,data);
+                                }}
+                                onResetSearch={()=>{
+                                    this.setState({
+                                        searchInfor: {}
+                                    });
+                                    this.loadData();
+                                }}
+                            />
+                        </div>
+                    </TabPane>
+                    <TabPane tab="操作" key="2">
+                        <Button
+                            type="primary"
+                            style={{ margin: "11px 0px 10px 10px" }}
+                            onClick={this.printAll}
+                            disabled={!this.state.dataSource.length}
+                        >
+                            批量支付
+                        </Button>
+                        <Button
+                            type="primary"
+                            onClick={this.exportExec}
+                            style={{ margin: "11px 0px 10px 10px" }}
+                        >
+                            导出财务成本列表
+                        </Button>
+                    </TabPane>
+                    <TabPane tab="更改表格显示数据" key="3">
+                        <div style={{ marginLeft: 10 }}>
+                            <ChooseList
+                                columns={this.state.columns}
+                                changeFn={this.changeList}
+                                changeList={this.state.changeList}
+                                top={55}
+                                margin={11}
+                            />
+                        </div>
+                    </TabPane>
+                </Tabs>
+                <div className="patent-table">
+                    <Spin spinning={this.state.loading}>
+                        <Table
+                            columns={
+                                this.state.changeList
+                                    ? this.state.changeList
+                                    : this.state.columns
+                            }
+                            dataSource={this.state.dataSource}
+                            pagination={this.state.pagination}
+                            style={{
+                                cursor: 'pointer',
+                            }}
+                            onRowClick={(record)=>{
+                                this.tableRowClick(record)
+                            }}
+                            rowSelection={{
+                                selectedRowKeys:this.state.selectedRowKeys,
+                                onChange: (selectedRowKeys)=>{
+                                    this.setState({ selectedRowKeys });
+                                },
+                                getCheckboxProps: (record) => ({
+                                    // 0审核 1待支付 2驳回 3已支付   只有待支付可以勾选
+                                    disabled: record.status !== 1,
+                                })
+                            }}
+                            scroll={{ x: "max-content", y: 0 }}
+                            bordered
+                            size="small"
+                        />
+                    </Spin>
+                </div>
+                {
+                    this.state.visible ?
+                        <DetailsModal
+                            tid={this.state.selectInfor.tid}
+                            orderNo={this.state.selectInfor.orderNo}
+                            projectType={this.state.selectInfor.projectType}
+                            projectStatus={this.state.selectInfor.projectStatus}
+                            taskName={this.state.selectInfor.pname}
+                            taskID={this.state.selectInfor.tid}
+                            visible={this.state.visible}
+                            refreshList={()=>{
+                                this.loadData(this.state.page,this.state.searchInfor);
+                            }}
+                            visitCancel={()=>{
+                                this.setState({
+                                    visible: false
+                                })
+                                this.loadData(this.state.page,this.state.searchInfor);
+                            }}/> : <div/>
+                }
+                {this.state.paymentVisible ?
+                    <OrderPaymentModal
+                        tid={this.state.tid}
+                        visible={this.state.paymentVisible}
+                        projectType={this.state.projectType}
+                        isAuditPayment={true}
+                        onCancer={()=>{
+                            this.setState({
+                                paymentVisible: false,
+                                tid: 0,
+                                projectType: 0,
+                            });
+                            this.loadData(this.state.page,this.state.searchInfor);
+                        }}
+                        onSuccess={()=>{
+                            this.setState({
+                                paymentVisible: false,
+                                tid: 0,
+                                projectType: 0,
+                            });
+                            this.loadData(this.state.page,this.state.searchInfor);
+                        }}/> :
+                    <div/>
+                }
+                {this.state.payRecordVisible ? <PayRecord
+                    {...this.props}
+                    payId={this.state.orderPaymentsId}
+                    visible={this.state.payRecordVisible}
+                    tid={this.state.tid}
+                    isAuditPayment={true}
+                    projectType={this.state.projectType}
+                    changeVisible={()=>{
+                        this.loadData(this.state.page,this.state.searchInfor);
+                        this.setState({
+                            payRecordVisible: false,
+                            orderPaymentsId: 0,
+                            tid: 0,
+                            projectType: 0,
+                        })
+                    }}
+                /> : <div/>}
+            </div>
         );
     }
 }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 3265 - 3246
js/component/manageCenter/project/task/myTask.jsx


+ 23 - 10
js/component/manageCenter/project/task/patentSchedule.jsx

@@ -31,8 +31,8 @@ class PatentSchedule extends Component{
                                 width: '100px'
                             }}
                             onChange={(e)=>{
-                            this.changeEvidence(e.target.value,index,'patentNo')
-                        }}/>
+                                this.changeEvidence(e.target.value,index,'patentNo')
+                            }}/>
                     }
                 },
                 {
@@ -46,7 +46,7 @@ class PatentSchedule extends Component{
                             size={'small'}
                             onChange={(e)=>{
                                 this.changeEvidence(e.target.value,index,'patentName')
-                        }}/>
+                            }}/>
                     }
                 },
                 {
@@ -122,6 +122,7 @@ class PatentSchedule extends Component{
                                         background: '#f00',
                                         border: 'none',
                                     }}
+                                    loading={this.state.loading}
                                     onClick={()=>{
                                         let _this = this;
                                         if(record.isChange){
@@ -148,12 +149,15 @@ class PatentSchedule extends Component{
                                         dataSource: this.state.dataSource
                                     })
                                 }}>修改</Button>}
-                                {record.isChange &&<Button size={'small'} style={{
-                                    marginLeft:'10px',
-                                    color: '#ffffff',
-                                    background: '#4ad028',
-                                    border: 'none',
-                                }} onClick={()=>{
+                                {record.isChange &&<Button
+                                    size={'small'}
+                                    loading={this.state.loading}
+                                    style={{
+                                        marginLeft:'10px',
+                                        color: '#ffffff',
+                                        background: '#4ad028',
+                                        border: 'none',
+                                    }} onClick={()=>{
                                     if(record.id){
                                         this.changeTaskProgress(record);
                                     }else{
@@ -222,6 +226,9 @@ class PatentSchedule extends Component{
             message.warning('请选择状态');
             return;
         }
+        this.setState({
+            loading: true,
+        })
         let _this = this;
         let data = Object.assign({},record);
         delete data.isChange;
@@ -310,6 +317,9 @@ class PatentSchedule extends Component{
             message.warning('请选择状态');
             return;
         }
+        this.setState({
+            loading: true,
+        })
         let _this = this;
         let data = Object.assign({},record);
         delete data.isChange;
@@ -386,6 +396,9 @@ class PatentSchedule extends Component{
 
     //查看下证信息
     loaduserss() {
+        this.setState({
+            progressLogLoading: true,
+        })
         $.ajax({
             method: 'get',
             dataType: 'json',
@@ -409,7 +422,7 @@ class PatentSchedule extends Component{
         }).always(
             function () {
                 this.setState({
-                    loading: false,
+                    progressLogLoading: false,
                 })
             }.bind(this)
         )

+ 125 - 124
js/component/manageCenter/project/task/resolutionPro.jsx

@@ -18,18 +18,18 @@ const ResolutionPro = React.createClass({
     return {
       visible: false,
       proArr: [
-          {
-              name: "子项目1",
-              number: 0
-          },
-          {
-              name: "子项目2",
-              number: 0
-          },
-          {
-              name: "子项目3",
-              number: 0
-          },
+        {
+          name: "子项目1",
+          number: 0
+        },
+        {
+          name: "子项目2",
+          number: 0
+        },
+        {
+          name: "子项目3",
+          number: 0
+        },
       ],
       inputArr: []
     };
@@ -78,22 +78,22 @@ const ResolutionPro = React.createClass({
   },
   addPro() {
     const obj = {
-        name: "子项目" + (this.state.proArr.length + 1),
-        number: 0
+      name: "子项目" + (this.state.proArr.length + 1),
+      number: 0
     }
     this.state.proArr.push(obj)
     this.setState({
-        proArr: this.state.proArr
+      proArr: this.state.proArr
     })
   },
   deletePro() {
     if(this.state.proArr.length == 2) {
-        message.warning("不能继续删除子项目!")
-        return
+      message.warning("不能继续删除子项目!")
+      return
     }
     this.state.proArr.splice(this.state.proArr.length - 1, 1)
     this.setState({
-        proArr: this.state.proArr
+      proArr: this.state.proArr
     })
   },
   submit() {
@@ -140,11 +140,11 @@ const ResolutionPro = React.createClass({
         }
       }.bind(this)
     }).always(
-      function() {
-        this.setState({
-          loading: false
-        });
-      }.bind(this)
+        function() {
+          this.setState({
+            loading: false
+          });
+        }.bind(this)
     );
   },
   changeNum() {
@@ -156,114 +156,115 @@ const ResolutionPro = React.createClass({
   },
   render() {
     return (
-      <div>
-        <Modal
-          style={{ position: "relative" }}
-          title="拆分项目"
-          visible={this.state.visible}
-          onCancel={this.props.cancel}
-          footer={null}
-          destroyOnClose={true}
-        >
-          <div style={{ marginBottom: 10 }}>
-            当前项目名称:{this.props.name}
-          </div>
-          <div style={{ marginBottom: 10 }}>
-            当前项目数量:{this.props.number}
-          </div>
-          <div style={{ marginBottom: 10 }}>
-            选项:
-            <Button type="primary" onClick={this.addPro}>
-              +增加子项目
-            </Button>
-            <Button
-              type="primary"
-              style={{ marginLeft: 10 }}
-              onClick={this.deletePro}
-            >
-              -删除子项目
-            </Button>
-          </div>
-          <div style={{ width: "250px", marginBottom: "10px" }}>
-            {this.state.proArr.map((item, index) => {
-              return (
-                <div style={{ display: "inline-block" }}>
-                  <span style={{ display: "block" }}>{item.name}</span>
-                  <Input
-                    value={item.number}
-                    style={{ width: 40 }}
-                    onBlur={e => {
-                      if (e.target.value.trim() == "") {
-                        this.state.proArr[index].number = 0;
-                        this.setState({
-                          proArr: this.state.proArr
-                        });
-                      }
-                    }}
-                    onChange={e => {
-                      const reg = /^[0-9]\d*$/;
-                      if (!reg.test(+e.target.value)) {
-                        return;
-                      }
-                      this.state.proArr[index].number = e.target.value;
-                      this.setState(
-                        {
-                          proArr: this.state.proArr
-                        },
-                        () => {
-                          console.log(this.state.proArr);
-                        }
-                      );
-                    }}
-                  />
-                  <span color={"#2db7f5"} style={{ marginLeft: 5 }}>
+        <div>
+          <Modal
+              style={{ position: "relative" }}
+              title="拆分项目"
+              visible={this.state.visible}
+              onCancel={this.props.cancel}
+              footer={null}
+              destroyOnClose={true}
+          >
+            <div style={{ marginBottom: 10 }}>
+              当前项目名称:{this.props.name}
+            </div>
+            <div style={{ marginBottom: 10 }}>
+              当前项目数量:{this.props.number}
+            </div>
+            <div style={{ marginBottom: 10 }}>
+              选项:
+              <Button type="primary" onClick={this.addPro}>
+                +增加子项目
+              </Button>
+              <Button
+                  type="primary"
+                  style={{ marginLeft: 10 }}
+                  onClick={this.deletePro}
+              >
+                -删除子项目
+              </Button>
+            </div>
+            <div style={{ width: "250px", marginBottom: "10px" }}>
+              {this.state.proArr.map((item, index) => {
+                return (
+                    <div style={{ display: "inline-block" }}>
+                      <span style={{ display: "block" }}>{item.name}</span>
+                      <Input
+                          value={item.number}
+                          style={{ width: 40 }}
+                          onBlur={e => {
+                            if (e.target.value.trim() == "") {
+                              this.state.proArr[index].number = 0;
+                              this.setState({
+                                proArr: this.state.proArr
+                              });
+                            }
+                          }}
+                          onChange={e => {
+                            const reg = /^[0-9]\d*$/;
+                            if (!reg.test(+e.target.value)) {
+                              return;
+                            }
+                            this.state.proArr[index].number = e.target.value;
+                            this.setState(
+                                {
+                                  proArr: this.state.proArr
+                                },
+                                () => {
+                                  console.log(this.state.proArr);
+                                }
+                            );
+                          }}
+                      />
+                      <span color={"#2db7f5"} style={{ marginLeft: 5 }}>
                     {index == this.state.proArr.length - 1 ? "=" : "+"}
                   </span>
-                  <span style={{ marginLeft: 5 }}>
+                      <span style={{ marginLeft: 5 }}>
                     {index == this.state.proArr.length - 1
-                      ? this.changeNum()
-                      : ""}
+                        ? this.changeNum()
+                        : ""}
                   </span>
-                </div>
-              );
-            })}
-          </div>
-          <img
-            src={img}
-            style={{
-              position: "absolute",
-              width: "150px",
-              right: "20px",
-              top: "50%",
-              transform: "translateY(-50%)"
-            }}
-          />
-          <p style={{ color: "red" }}>各子项目相加需等于当前项目数量!</p>
-          <Popconfirm
-            placement="top"
-            title={
-              <span style={{ color: "red", fontWeight: 900 }}>
+                    </div>
+                );
+              })}
+            </div>
+            <img
+                src={img}
+                style={{
+                  position: "absolute",
+                  width: "150px",
+                  right: "20px",
+                  top: "50%",
+                  transform: "translateY(-50%)"
+                }}
+            />
+            <p style={{ color: "red" }}>各子项目相加需等于当前项目数量!</p>
+            <Popconfirm
+                placement="top"
+                title={
+                  <span style={{ color: "red", fontWeight: 900 }}>
                 系统提示:请确定将当前项目数量按选项,进行拆分,拆分为子项目后,不可修改!!!
               </span>
-            }
-            onConfirm={this.submit}
-            okText="确定"
-            cancelText="取消"
-          >
-            <Button
-              type="primary"
-              style={{
-                position: "relative",
-                left: "50%",
-                bottom: -20,
-                transform: "translate(-50%, -50%)"
-              }}
+                }
+                onConfirm={this.submit}
+                okText="确定"
+                cancelText="取消"
             >
-              确认拆分
-            </Button>
-          </Popconfirm>
-        </Modal>
-      </div>
+              <Button
+                  loading={this.state.loading}
+                  type="primary"
+                  style={{
+                    position: "relative",
+                    left: "50%",
+                    bottom: -20,
+                    transform: "translate(-50%, -50%)"
+                  }}
+              >
+                确认拆分
+              </Button>
+            </Popconfirm>
+          </Modal>
+        </div>
     );
   }
 });