xiebin
2022-09-19 21ac95764dfeba86307fb74889c592bc79667aa8
增加出库权限
1 files modified
6 ■■■■ changed files
src/views/inventory/invreqRecord.vue 6 ●●●● patch | view | raw | blame | history
src/views/inventory/invreqRecord.vue
@@ -28,7 +28,10 @@
        </el-button>
      </template>
      <template slot="menuLeft">
        <el-button icon="el-icon-check" type="danger" size="small" @click="handleOutbound">出 库</el-button>
        <el-button icon="el-icon-check" type="danger" size="small"
                   v-if="permission.invreqRecord_outbound"
                   @click="handleOutbound">出 库
        </el-button>
      </template>
      <template slot-scope="{type,size,row,index}" slot="menu">
        <el-button icon="el-icon-view" :size="size" :type="type" @click="$refs.crud.rowView(row,index)">查 看</el-button>
@@ -69,6 +72,7 @@
          viewBtn: this.vaildData(this.permission.invreqRecord_view, false),
          delBtn: this.vaildData(this.permission.invreqRecord_delete, false),
          editBtn: this.vaildData(this.permission.invreqRecord_edit, false)
        };
      },
      ids() {