|
@@ -135,6 +135,10 @@
|
|
|
scope.row.status == '待结算'
|
|
|
"
|
|
|
@click="settlement(1, scope.row)"
|
|
|
+ >结算</el-button>
|
|
|
+ <el-button
|
|
|
+
|
|
|
+ @click="settlement(1, scope.row)"
|
|
|
>结算</el-button>
|
|
|
</span>
|
|
|
|
|
@@ -572,11 +576,15 @@ export default {
|
|
|
this.getList()
|
|
|
},
|
|
|
settlement(index, row) {
|
|
|
- if (row.goodsName)
|
|
|
+ if (row.goodsName){
|
|
|
+ sessionStorage.setItem('paymentManagementReturn', false)
|
|
|
this.$router.push({
|
|
|
- path: 'settlement',
|
|
|
- query: { type: index, id: row.id }
|
|
|
- })
|
|
|
+ path: 'settlement',
|
|
|
+ query: { type: index, id: row.id }
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
payment() {
|
|
|
this.imageUrl = ''
|