仓库模块-出库单:添加出库单样式
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
icon="el-icon-edit"
|
||||
size="medium"
|
||||
@click="handleUpdate"
|
||||
>修改物料记录</el-button
|
||||
>批量修改</el-button
|
||||
>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
@@ -80,7 +80,7 @@
|
||||
icon="el-icon-delete"
|
||||
size="medium"
|
||||
@click="handleDelete"
|
||||
>删除</el-button
|
||||
>批量删除</el-button
|
||||
>
|
||||
</el-col>
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
@@ -425,7 +425,7 @@ export default {
|
||||
handleAdd() {
|
||||
this.reset()
|
||||
this.open = true
|
||||
this.title = '添加'
|
||||
this.title = '新增物料'
|
||||
this.opertype = 1
|
||||
},
|
||||
/** 删除按钮操作 */
|
||||
|
||||
Reference in New Issue
Block a user