Browse Source

领料申请单

master
Yangzz 5 months ago
parent
commit
f96c7853a8
  1. 2
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

2
src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

@ -100,7 +100,7 @@
<el-table-column <el-table-column
header-align="center" header-align="center"
align="center" align="center"
width="80"
width="100"
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<a type="text" size="small" v-if="scope.row.status==='草稿' || scope.row.status==='编辑中'" @click="xiadaNotifyModel(scope.row)">下达</a> <a type="text" size="small" v-if="scope.row.status==='草稿' || scope.row.status==='编辑中'" @click="xiadaNotifyModel(scope.row)">下达</a>

Loading…
Cancel
Save