QuKatie %!s(int64=3) %!d(string=hai) anos
pai
achega
68e21019cd
Modificáronse 3 ficheiros con 11 adicións e 11 borrados
  1. 2 2
      src/page/index/tags.vue
  2. 7 7
      src/router/views/index.js
  3. 2 2
      src/store/modules/ifdetail.js

+ 2 - 2
src/page/index/tags.vue

@@ -276,10 +276,10 @@ export default {
     menuTag(value, action) {
       if (action === "remove") {
         let { tag, key } = this.findTag(value);
-        if (tag.label == "发货(E)") {
+        if (tag.label == "发货(E)") {
           this.$store.commit("OUT_OUT_DETAIL");
         }
-        if (tag.label == "收货(E)") {
+        if (tag.label == "收货(E)") {
           this.$store.commit("REC_OUT_DETAIL");
         }
         if (tag.label == "发货单(N)") {

+ 7 - 7
src/router/views/index.js

@@ -339,7 +339,7 @@ export default [{
     children: [
       {
         path: '/exportTrade/customerInquiry/index',
-        name:'报价(E)',
+        name:'报价(E)',
         meta: {
           keepAlive: true,
         },
@@ -355,7 +355,7 @@ export default [{
       children: [
         {
           path: '/exportTrade/purchaseInquiry/index',
-          name:'采购询价(E)',
+          name:'询价(E)',
           meta: {
             keepAlive: true,
           },
@@ -371,7 +371,7 @@ export default [{
           children: [
             {
               path: '/exportTrade/shippingInquiry/index',
-              name:'船务询价(E)',
+              name:'船务(E)',
               meta: {
                 keepAlive: true,
               },
@@ -387,7 +387,7 @@ export default [{
     children: [
       {
         path: '/exportTrade/salesContract/index',
-        name:'销售订单(E)',
+        name:'销售(E)',
         meta: {
           keepAlive: true,
         },
@@ -403,7 +403,7 @@ export default [{
     children: [
       {
         path: '/exportTrade/purchaseContract/index',
-        name:'采购订单(E)',
+        name:'采购(E)',
         meta: {
           keepAlive: true,
         },
@@ -436,7 +436,7 @@ export default [{
     children: [
       {
         path: '/exportTrade/receipt/index',
-        name:"收货(E)",
+        name:"收货(E)",
         meta: {
           keepAlive:true,
         },
@@ -452,7 +452,7 @@ export default [{
     children: [
       {
         path: '/exportTrade/invoice/index',
-        name:"发货(E)",
+        name:"发货(E)",
         meta: {
           keepAlive:true,
         },

+ 2 - 2
src/store/modules/ifdetail.js

@@ -114,10 +114,10 @@ const ifdetail = {
       if (tag.label == "收货单(I)") {
         state.goStatus = true;
       }
-      if (tag.label == '发货(E)') {
+      if (tag.label == '发货(E)') {
         state.takeStatus = true;
       }
-      if (tag.label == '收货(E)') {
+      if (tag.label == '收货(E)') {
         state.outtaskStatus = true;
       }
       if (tag.label == '付款申请') {