소스 검색

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui into master

qukaidi 4 년 전
부모
커밋
e6c5792778
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/views/index.vue

+ 8 - 0
src/views/index.vue

@@ -412,6 +412,7 @@
             <span v-else-if="scope.row.refno2 === 'HQZY'">货转</span>
             <span v-else-if="scope.row.refno2 === 'CKDB'">调拨</span>
             <span v-else-if="scope.row.refno2 === 'CCF'">仓储费</span>
+            <span v-else-if="scope.row.refno2 === 'HWTG'">货物通关</span>
             <span v-else-if="scope.row.refno2 === 'ZYF'">作业费</span>
             <span v-else-if="scope.row.refno2 === 'SF'">收费</span>
             <span v-else-if="scope.row.refno2 === 'DZ'">对账</span>
@@ -593,6 +594,13 @@ export default {
           });
           break;
         }
+        case "HWTG": {
+          this.$router.push({
+            path: "/business/cargoClearance",
+            query: { data: JSON.stringify(row) },
+          });
+          break;
+        }
         case "JSCCF": {
           this.$router.push({
             path: "/business/agreement",