dengzhiguo 6 years ago
parent
commit
2443e5cdf0

+ 1 - 1
js/component/manageCenter/order/orderNew/press.jsx

@@ -421,7 +421,7 @@ const IntentionCustomer = Form.create()(React.createClass({
             name: this.state.customerName?this.state.customerName:undefined,//客户名称
             adminName:this.state.adminName?this.state.adminName:undefined,//订单负责人
             orderNo: this.state.orderNo?this.state.orderNo:undefined,//订单编号
-            startTime: this.state.releaseDate[0]?this.state.releaseDate[0]:undefined,
+            starTime: this.state.releaseDate[0]?this.state.releaseDate[0]:undefined,
             endTime: this.state.releaseDate[1]?this.state.releaseDate[1]:undefined,
         }
         window.location.href=(globalConfig.context+'/api/admin/newOrder/exportOrderDunData?'+$.param(data));

+ 3 - 1
js/component/manageCenter/project/task/taskCount.jsx

@@ -89,6 +89,8 @@ const IntentionCustomer = Form.create()(React.createClass({
 				pageSize: this.state.pagination.pageSize,
 				name: this.state.customerName,//名称
 				taskId: this.state.orderNo,//订单编号
+				starTime: this.state.releaseDate[0],//开始时间
+				endTime: this.state.releaseDate[1],//结束时间
 			},
 			success: function(data) {
 				let theArr = [];
@@ -291,7 +293,7 @@ const IntentionCustomer = Form.create()(React.createClass({
         var data = {
             name: this.state.customerName?this.state.customerName:undefined,//订单负责人
             taskId: this.state.orderNo?this.state.orderNo:undefined,//订单编号
-            startTime: this.state.releaseDate[0]?this.state.releaseDate[0]:undefined,
+            starTime: this.state.releaseDate[0]?this.state.releaseDate[0]:undefined,
             endTime: this.state.releaseDate[1]?this.state.releaseDate[1]:undefined,
         }
         window.location.href=(globalConfig.context+'/api/admin/orderProject/exportTaskHoursListData?'+$.param(data));

+ 2 - 2
webpack.config.js

@@ -304,7 +304,7 @@ module.exports = (function () {
     }
 
     //let staticHost = 'http://afts.hnzhiming.com';
-    let staticHost = 'http://192.168.0.188';
+    let staticHost = 'http://192.168.0.190';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://static.kedexinxi.com';
@@ -343,7 +343,7 @@ module.exports = (function () {
         // }
         devServer: {
             disableHostCheck: true,
-            host: '192.168.0.188',
+            host: '192.168.0.190',
             port: 80,
             allowedHosts: ['127.0.0.1','192.168.0.20','192.168.0.99'],
             headers: {