gjy 2 anni fa
parent
commit
fd7e575a1b
3 ha cambiato i file con 27 aggiunte e 1 eliminazioni
  1. 24 0
      src/views/check-flow/conditions.js
  2. 1 0
      src/views/check-flow/index.vue
  3. 2 1
      vue.config.js

+ 24 - 0
src/views/check-flow/conditions.js

@@ -99,6 +99,9 @@ export default {
       }, {
         label: '厦门建发物产有限公司',
         value: '厦门建发物产有限公司'
+      }, {
+        label: '洮南市二龙乡瀚城农产品有限公司',
+        value: '洮南市二龙乡瀚城农产品有限公司'
       }],
       unit: null,
       operators: [{
@@ -142,6 +145,9 @@ export default {
       }, {
         label: '厦门建发物产有限公司',
         value: '厦门建发物产有限公司'
+      }, {
+        label: '洮南市二龙乡瀚城农产品有限公司',
+        value: '洮南市二龙乡瀚城农产品有限公司'
       }],
       unit: null,
       operators: [{
@@ -168,6 +174,9 @@ export default {
       }, {
         label: '厦门建发物产有限公司',
         value: '厦门建发物产有限公司'
+      }, {
+        label: '洮南市二龙乡瀚城农产品有限公司',
+        value: '洮南市二龙乡瀚城农产品有限公司'
       }],
       unit: null,
       operators: [{
@@ -194,6 +203,9 @@ export default {
       }, {
         label: '厦门建发物产有限公司',
         value: '厦门建发物产有限公司'
+      }, {
+        label: '洮南市二龙乡瀚城农产品有限公司',
+        value: '洮南市二龙乡瀚城农产品有限公司'
       }],
       unit: null,
       operators: [{
@@ -220,6 +232,9 @@ export default {
       }, {
         label: '厦门建发物产有限公司',
         value: '厦门建发物产有限公司'
+      }, {
+        label: '洮南市二龙乡瀚城农产品有限公司',
+        value: '洮南市二龙乡瀚城农产品有限公司'
       }],
       unit: null,
       operators: [{
@@ -246,6 +261,9 @@ export default {
       }, {
         label: '厦门建发物产有限公司',
         value: '厦门建发物产有限公司'
+      }, {
+        label: '洮南市二龙乡瀚城农产品有限公司',
+        value: '洮南市二龙乡瀚城农产品有限公司'
       }],
       unit: null,
       operators: [{
@@ -272,6 +290,9 @@ export default {
         }, {
           label: '厦门建发物产有限公司',
           value: '厦门建发物产有限公司'
+        }, {
+          label: '洮南市二龙乡瀚城农产品有限公司',
+          value: '洮南市二龙乡瀚城农产品有限公司'
         }],
         unit: null,
         operators: [{
@@ -298,6 +319,9 @@ export default {
           }, {
             label: '厦门建发物产有限公司',
             value: '厦门建发物产有限公司'
+          }, {
+            label: '洮南市二龙乡瀚城农产品有限公司',
+            value: '洮南市二龙乡瀚城农产品有限公司'
           }],
           unit: null,
           operators: [{

+ 1 - 0
src/views/check-flow/index.vue

@@ -1106,6 +1106,7 @@ export default {
         const condition = this.availableConditions.find(itm => itm.varName === element.varName);
         const type = condition.varType;
         if (type === 'enum') {
+          console.log(condition.options,condition.options.find(itm => itm.value === element.varValue))
           const operator = condition.operators.find(itm => itm.value === element.logicalSymbol).label;
           const value = condition.options.find(itm => itm.value === element.varValue).label;
           branchContent += (index + 1) + '. ' + condition.name + ' ' + operator + ' ' + value;

+ 2 - 1
vue.config.js

@@ -41,8 +41,9 @@ module.exports = {
       },
       '/pb': {
         // target: 'http://192.168.1.122:9100/',
-        target: 'http://192.168.110.67:9100/',
+        // target: 'http://192.168.110.67:9100/',
         // target: 'http://192.168.110.67:9888',
+        target: 'http://192.168.110.138:8090/',
         // target: 'http://192.168.110.82:8090/',
         // target: 'http://192.168.1.109:9100/',
         // target: 'https://standard-dev.winsea.com/',