Browse Source

2026-02-10

优化
master
fengyuan_yang 2 weeks ago
parent
commit
b9b4427e56
  1. 2
      src/views/modules/qc/inboundNotification.vue
  2. 2
      src/views/modules/qc/outboundNotification.vue

2
src/views/modules/qc/inboundNotification.vue

@ -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>

2
src/views/modules/qc/outboundNotification.vue

@ -192,7 +192,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>

Loading…
Cancel
Save