物料清单添加 Type 1-成品 2-毛坯
首检,终检添加开始时间 成品库,出库记录修改权限字符
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
size="mini"
|
||||
v-hasPermi="['business:wmgoodsnowproduction:edit']"
|
||||
v-hasPermi="['wmsManagement:wmgoodsnowproduction:edit']"
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
title="编辑"
|
||||
@@ -108,7 +108,7 @@
|
||||
></el-button>
|
||||
<el-button
|
||||
size="mini"
|
||||
v-hasPermi="['business:wmgoodsnowproduction:delete']"
|
||||
v-hasPermi="['wmsManagement:wmgoodsnowproduction:delete']"
|
||||
type="danger"
|
||||
icon="el-icon-delete"
|
||||
title="删除"
|
||||
|
||||
Reference in New Issue
Block a user