QuKatie 3 лет назад
Родитель
Сommit
bda8510411
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/store/modules/ifdetail.js

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

@@ -73,7 +73,7 @@ const ifdetail = {
       if (tag.label == "进口收货单") {
         state.goStatus = true;
       }
-      if (tag.label == '出口发货单') {
+      if (tag.label == '发货单(E)') {
         state.takeStatus = true;
       }
       if (tag.label == '付款管理') {