|
@@ -6,6 +6,9 @@
|
|
<h2 class="bg-left title">还款记录</h2>
|
|
<h2 class="bg-left title">还款记录</h2>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="bg-right">
|
|
<el-col :span="12" class="bg-right">
|
|
|
|
+ <el-button class="bg-bottom" type="primary" size="small" @click="cancel"><img width="6" height="10"
|
|
|
|
+ style="vertical-align: bottom; margin-right: 3px" src="../../../public/img/lujing.png" alt="" />返回
|
|
|
|
+ </el-button>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<div class="span_css">
|
|
<div class="span_css">
|
|
@@ -153,7 +156,11 @@
|
|
handleClose(){
|
|
handleClose(){
|
|
this.accessoryTFs = false
|
|
this.accessoryTFs = false
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ cancel() {
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: 'warehouseReceiptRegulation'
|
|
|
|
+ })
|
|
|
|
+ },
|
|
getList(){
|
|
getList(){
|
|
getWarehouseReceiptLook({id:this.id})
|
|
getWarehouseReceiptLook({id:this.id})
|
|
.toPromise()
|
|
.toPromise()
|