|
|
|
@ -191,7 +191,7 @@ |
|
|
|
label="操作"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template v-if="!authUpdate"> |
|
|
|
<el-link v-if="scope.row.orderStatus === '草稿' || scope.row.orderStatus === '待检验' || scope.row.orderStatus === '编辑中'" style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link> |
|
|
|
<el-link v-if="scope.row.orderStatus === '草稿' || scope.row.orderStatus === '待检验' || scope.row.orderStatus === '编辑中' || scope.row.orderStatus === '待入库'" style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link> |
|
|
|
</template> |
|
|
|
<template v-if="!authClose"> |
|
|
|
<el-link v-if="scope.row.orderStatus !== '草稿' && scope.row.orderStatus !== '已关闭'" style="cursor: pointer" @click="closeModal(scope.row)">关闭</el-link> |
|
|
|
|