|  | @@ -97,6 +97,7 @@
 | 
											
												
													
														|  |              <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>
 | 
											
												
													
														|  |              <span v-else-if="scope.row.refno2 === 'FF'">付费</span>
 |  |              <span v-else-if="scope.row.refno2 === 'FF'">付费</span>
 | 
											
												
													
														|  | 
 |  | +            <span v-else-if="scope.row.refno2 === 'JSCCF'">计算仓储费</span>
 | 
											
												
													
														|  |            </template>
 |  |            </template>
 | 
											
												
													
														|  |          </el-table-column>
 |  |          </el-table-column>
 | 
											
												
													
														|  |          <el-table-column prop="address" label="操作" width="80">
 |  |          <el-table-column prop="address" label="操作" width="80">
 | 
											
										
											
												
													
														|  | @@ -184,31 +185,43 @@ export default {
 | 
											
												
													
														|  |      approval(row){
 |  |      approval(row){
 | 
											
												
													
														|  |        switch (row.refno2){
 |  |        switch (row.refno2){
 | 
											
												
													
														|  |          case 'SJRK':{
 |  |          case 'SJRK':{
 | 
											
												
													
														|  | -          this.$router.push({ path: '/finance/contrast',query:{data:row}})
 |  | 
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/business/inStock',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'SJCK':{
 |  |          case 'SJCK':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/business/outStock',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'HQZY':{
 |  |          case 'HQZY':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/business/goodsTransfer',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'CKDB':{
 |  |          case 'CKDB':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/business/transfer',query:{data:row}})
 | 
											
												
													
														|  | 
 |  | +          break
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +        case 'JSCCF':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/business/agreement',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'CCF':{
 |  |          case 'CCF':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/agreement/agreementStorage',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'ZYF':{
 |  |          case 'ZYF':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/agreement/agreementTask',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'SF':{
 |  |          case 'SF':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/finance/charge',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'DZ':{
 |  |          case 'DZ':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/finance/contrast',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          case 'FF':{
 |  |          case 'FF':{
 | 
											
												
													
														|  | 
 |  | +          this.$router.push({ path: '/finance/payment',query:{data:row}})
 | 
											
												
													
														|  |            break
 |  |            break
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          default:{
 |  |          default:{
 |