|  | @@ -260,7 +260,7 @@
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  |      </div>
 |  |      </div>
 | 
											
												
													
														|  |    </div>
 |  |    </div>
 | 
											
												
													
														|  | -  <div class="app-container home" v-else>
 |  | 
 | 
											
												
													
														|  | 
 |  | +  <div class="app-container home" >
 | 
											
												
													
														|  |      <ul class="block">
 |  |      <ul class="block">
 | 
											
												
													
														|  |        <li @click="jump('/business/inStock')">
 |  |        <li @click="jump('/business/inStock')">
 | 
											
												
													
														|  |          <div>
 |  |          <div>
 | 
											
										
											
												
													
														|  | @@ -412,6 +412,7 @@
 | 
											
												
													
														|  |              <span v-else-if="scope.row.refno2 === 'HQZY'">货转</span>
 |  |              <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 === 'CKDB'">调拨</span>
 | 
											
												
													
														|  |              <span v-else-if="scope.row.refno2 === 'CCF'">仓储费</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 === 'ZYF'">作业费</span>
 | 
											
												
													
														|  |              <span v-else-if="scope.row.refno2 === 'SF'">收费</span>
 |  |              <span v-else-if="scope.row.refno2 === 'SF'">收费</span>
 | 
											
												
													
														|  |              <span v-else-if="scope.row.refno2 === 'DZ'">对账</span>
 |  |              <span v-else-if="scope.row.refno2 === 'DZ'">对账</span>
 | 
											
										
											
												
													
														|  | @@ -593,6 +594,13 @@ export default {
 | 
											
												
													
														|  |            });
 |  |            });
 | 
											
												
													
														|  |            break;
 |  |            break;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | 
 |  | +        case "HWTG": {
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({
 | 
											
												
													
														|  | 
 |  | +            path: "/business/cargoClearance",
 | 
											
												
													
														|  | 
 |  | +            query: { data: JSON.stringify(row) },
 | 
											
												
													
														|  | 
 |  | +          });
 | 
											
												
													
														|  | 
 |  | +          break;
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  |          case "JSCCF": {
 |  |          case "JSCCF": {
 | 
											
												
													
														|  |            this.$router.push({
 |  |            this.$router.push({
 | 
											
												
													
														|  |              path: "/business/agreement",
 |  |              path: "/business/agreement",
 |