瀏覽代碼

[CODE]:货物通关 首页待办展示、 跳转

maxianghua 4 年之前
父節點
當前提交
eace8e82ed
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      src/views/index.vue

+ 9 - 1
src/views/index.vue

@@ -260,7 +260,7 @@
       </div>
     </div>
   </div>
-  <div class="app-container home" v-else>
+  <div class="app-container home" >
     <ul class="block">
       <li @click="jump('/business/inStock')">
         <div>
@@ -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",