仓库模块-出库单:添加出库单样式

This commit is contained in:
赵正易
2024-03-18 15:36:00 +08:00
parent 202dc372b3
commit 49280dfbc1
5 changed files with 771 additions and 428 deletions

View File

@@ -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
},
/** 删除按钮操作 */