Kaynağa Gözat

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-aps into dev

yijing 1 yıl önce
ebeveyn
işleme
e503af5cce

+ 1 - 1
src/views/materialPlan/index.vue

@@ -281,7 +281,7 @@
       },
       },
 
 
       handleDetails(row) {
       handleDetails(row) {
-        if (row.status == 0) {
+        if (row.approvalStatus == 0) {
           this.$message.info('未提交没有审核流程');
           this.$message.info('未提交没有审核流程');
         } else {
         } else {
           this.$refs.detailRef.open(row.processInstanceId);
           this.$refs.detailRef.open(row.processInstanceId);

+ 2 - 2
src/views/workOrder/index.vue

@@ -300,13 +300,13 @@
           },
           },
           {
           {
             prop: 'productCode',
             prop: 'productCode',
-            label: '产品编码',
+            label: '编码',
             align: 'center',
             align: 'center',
             minWidth: 110
             minWidth: 110
           },
           },
           {
           {
             prop: 'productName',
             prop: 'productName',
-            label: '产品名称',
+            label: '名称',
             align: 'center',
             align: 'center',
             minWidth: 110
             minWidth: 110
           },
           },

+ 2 - 1
vue.config.js

@@ -33,7 +33,8 @@ module.exports = {
       '/api': {
       '/api': {
         // target: 'http://192.168.1.210:86/',
         // target: 'http://192.168.1.210:86/',
         // target: 'http://192.168.1.116:18086',
         // target: 'http://192.168.1.116:18086',
-        target: 'http://192.168.1.251:18086',
+        // target: 'http://192.168.1.251:18086',
+        target: 'http://192.168.1.125:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
         pathRewrite: {
           '^/api': ''
           '^/api': ''