浏览代码

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",