bug修改
This commit is contained in:
parent
72a6d95331
commit
1ce0365f58
|
@ -281,9 +281,13 @@
|
|||
<el-button size="small" @click.native="getuserinfo(scope.row.uid)">用户信息</el-button>
|
||||
<el-button size="small"
|
||||
style="margin-top: 10px;" v-if="scope.row.orderType == '[分期订单]' && scope.row.statusStr.key === 'audit' && checkPermi(['admin:order:audit'])" @click="onAudit(scope.row)">审核订单</el-button>
|
||||
<el-button size="small" @click="sendOrder(scope.row)">发货</el-button>
|
||||
<el-button size="small" @click="sendOrder(scope.row)" v-if="
|
||||
scope.row.statusStr.key === 'notShipped' &&
|
||||
scope.row.refundStatus === 0 &&
|
||||
checkPermi(['admin:order:send'])
|
||||
">发货</el-button>
|
||||
<el-button size="small"
|
||||
style="margin-top: 10px;" @click="showht()">查看合同</el-button>
|
||||
style="margin-top: 10px;" @click="showht()" v-show="scope.row.statusStr.value!='待审核'&&scope.row.statusStr.value!='待签约'">查看合同</el-button>
|
||||
<el-button size="small"
|
||||
style="margin-top: 10px;" @click.native="handleDelete(scope.row, scope.$index)">取消订单</el-button>
|
||||
<!-- <el-button
|
||||
|
@ -1041,7 +1045,7 @@ export default {
|
|||
this.tableFroms.type='6'
|
||||
this.getInfos()
|
||||
}else if(index==1){
|
||||
this.tableFroms.type='6'
|
||||
this.tableFroms.type='0'
|
||||
this.getInfos()
|
||||
}else if(index==4){
|
||||
this.tableFroms.type='4'
|
||||
|
|
Loading…
Reference in New Issue
Block a user