HW vor 3 Jahren
Ursprung
Commit
024db291c4

+ 4 - 0
js/component/manageCenter/order/orderNew/billing.jsx

@@ -960,6 +960,7 @@ const MyService = Form.create()(
           this.setState({
             loading: false
           });
+          this.loadData(this.state.pageNo);
           if (!data.error.length) {
             if (this.state.status === 1) {
               message.success("提交成功!");
@@ -1102,6 +1103,7 @@ const MyService = Form.create()(
           } else if (data.data) {
             const thisdata = data.data;
             this.setState({
+              id:thisdata.id,
               contractNo: thisdata.contractNo,
               orderNo: thisdata.orderNo,
               ordapproval: thisdata.approval,
@@ -1139,6 +1141,7 @@ const MyService = Form.create()(
     },
     visitCancels() {
       this.setState({
+        id:'',
         avisible: false,
         cvisible: false
       });
@@ -1214,6 +1217,7 @@ const MyService = Form.create()(
     },
 
     inRecordData() {
+      if(!this.state.orderNo2){return;}
       this.setState({
         loading: true
       });

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.1.87",
+  "version": "1.1.88",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 1 - 1
webpack-dll.config.js

@@ -10,7 +10,7 @@ let theme = {
   '@link-color': '#58a3ff'
 };
 module.exports = (function () {
-  let staticHost = 'http://172.16.0.254';
+  let staticHost = 'http://172.16.0.74';
   switch (argv.env.deploy) {
     case 'test':
       staticHost = 'http://static.jishutao.com';

+ 2 - 2
webpack.config.js

@@ -333,7 +333,7 @@ module.exports = (function () {
     }
 
     //let staticHost = 'http://afts.hnzhiming.com';
-    let staticHost = 'http://172.16.0.253:80'
+    let staticHost = 'http://172.16.0.74:80'
     // let staticHost = "http://192.168.0.106";
     // let staticHost = "http://192.168.0.103";
     switch (argv.env.deploy) {
@@ -377,7 +377,7 @@ module.exports = (function () {
         // }
         devServer: {
             disableHostCheck: true,
-            host: '172.16.0.253',
+            host: '172.16.0.74',
             port: 80,
             allowedHosts: ['127.0.0.1', '192.168.0.20', '192.168.0.99'],
             headers: {