|
|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
<template #table-column-clearSign="{scope}">
|
|
|
<div v-if="scope.row.clearSign == 0">
|
|
|
- <el-popconfirm title="确认已结算?" @confirm="updateClearSign(scope.row)">
|
|
|
+ <el-popconfirm title="确认已结算?" @confirm="updateClearSign(scope.row)" @onConfirm="updateClearSign(scope.row)">
|
|
|
<i class="el-icon-edit" style="color:#409eff;font-size:17px;cursor:pointer;" slot="reference"></i>
|
|
|
</el-popconfirm>
|
|
|
</div>
|
|
|
@@ -104,7 +104,7 @@
|
|
|
<el-button size="small" v-else>全下载</el-button>
|
|
|
|
|
|
<template v-if="scope.row.status!=5 && scope.row.status==2">
|
|
|
- <el-popconfirm title="确认已发货?" @confirm="confirmSend(scope.row)" style="margin-left:10px;">
|
|
|
+ <el-popconfirm title="确认已发货?" @confirm="confirmSend(scope.row)" @onConfirm="confirmSend(scope.row)" style="margin-left:10px;">
|
|
|
<el-button size="small" type="primary" slot="reference">发货</el-button>
|
|
|
</el-popconfirm>
|
|
|
</template>
|