Browse Source

修改bug

lichao 3 years ago
parent
commit
943335d65b

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

@@ -315,10 +315,10 @@ export default {
         if (tag.label == "收货(E)") {
           this.$store.commit("REC_OUT_DETAIL");
         }
-        if (tag.label == "客户确认(N)") {
+        if (tag.label == "客户收货(N)") {
           this.$store.commit("IN_OUT_DETAIL");
         }
-        if (tag.label == "采购确认(N)") {
+        if (tag.label == "工厂发货(N)") {
           this.$store.commit("DOM_OUT_DETAIL");
         }
         if (tag.label == "发货单(I)") {

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

@@ -437,7 +437,7 @@ export default [{
     hidden: true,
     children: [{
       path: '/businessManagement/deliveryNotice/index',
-      name: '客户确认(N)',
+      name: '客户收货(N)',
       meta: {
         i18n: 'businessManagement/deliveryNotice/index',
         keepAlive: true,
@@ -506,7 +506,7 @@ export default [{
     hidden: true,
     children: [{
       path: '/businessManagement/receipt/index',
-      name: '采购确认(N)',
+      name: '工厂发货(N)',
       meta: {
         keepAlive: true,
       },

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

@@ -223,10 +223,10 @@ const ifdetail = {
       for (let item in state) {
         state[item] = false
       }
-      if (tag.label == '客户确认(N)') {
+      if (tag.label == '客户收货(N)') {
         state.inStatus = true;
       }
-      if (tag.label == '采购确认(N)') {
+      if (tag.label == '工厂发货(N)') {
         state.domTakeStatus = true;
       }
       if (tag.label == '发货单(I)') {

+ 2 - 2
src/views/wel/components/quick-launch.vue

@@ -74,12 +74,12 @@
         <div class="content-icon" @click="inPage('fh')">
           <i class="tradingIcon icon-ship" style="color:#143056"></i>
           <span v-if="sysType == 4">发货</span>
-          <span v-if="sysType == 2">客户确认</span>
+          <span v-if="sysType == 2">客户收货</span>
         </div>
         <div class="content-icon" @click="inPage('sh')">
           <i class="tradingIcon icon-receipt" style="color:#921939"></i>
           <span v-if="sysType == 4">收货</span>
-          <span v-if="sysType == 2">采购确认</span>
+          <span v-if="sysType == 2">工厂发货</span>
         </div>
         <div class="content-icon" @click="inPage('sqfk')">
           <i class="tradingIcon icon-apply" style="color:#BE3216"></i>