看板时间调整,抛光一次合格批量删除优化,导入文件创建(未完成)

This commit is contained in:
2024-08-27 09:15:34 +08:00
parent f575ebc12a
commit 3d3cfe1408
5 changed files with 143 additions and 1 deletions

View File

@@ -81,6 +81,9 @@
>清单列表同步</el-button
>
</el-col>
<el-col :span="1.5">
<ImportExcel :url="''" :title="'毛坯信息导入'" :templateUrl="''" :templateTitle="'毛坯信息导入模板'" @refresh="getList" @uploadSuccess="getList"></ImportExcel>
</el-col>
<!-- <el-col :span="1.5">
<el-button type="warning" icon="el-icon-refresh" v-hasPermi="['business:wmblankinventory:edit']" size="mini" @click="handleBlankInventoryRenew">毛坯库存更新</el-button>
</el-col> -->
@@ -246,9 +249,11 @@ import {
} from '@/api/wmsManagement/wmBlankInventory.js'
import TheWmBlankRecord from './components/TheWmBlankRecord/TheWmBlankRecord.vue'
import TheWmBlankInventoryRenew from './components/TheWmBlankInventoryRenew/TheWmBlankInventoryRenew.vue'
import ImportExcel from '@/components/ImportExcel/index.vue'
export default {
name: 'wmBlankInventory',
components: {
ImportExcel,
TheWmBlankRecord,
TheWmBlankInventoryRenew,
},
@@ -509,6 +514,9 @@ export default {
}
})
},
handleImport(){
}
},
}
</script>

View File

@@ -49,6 +49,9 @@
<el-col :span="1.5">
<el-button type="primary" icon="el-icon-minus" size="mini" @click="handleOneTimeRetrieval()">零件出库</el-button>
</el-col>
<el-col :span="1.5">
<el-button type="danger" :disabled="multiple" icon="el-icon-delete" size="mini" @click="handleDelete">删除</el-button>
</el-col>
<right-toolbar :columns="columns" :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<!-- 仓库零件数 -->

View File

@@ -49,6 +49,9 @@
<el-col :span="1.5">
<el-button type="primary" icon="el-icon-minus" size="mini" @click="handlePolishRetrieval()">抛光零件出库</el-button>
</el-col>
<el-col :span="1.5">
<el-button type="danger" :disabled="multiple" icon="el-icon-delete" size="mini" @click="handleDelete">删除</el-button>
</el-col>
<right-toolbar :columns="columns" :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<div style="display: flex; align-items: center; justify-content: center; margin-bottom: 10px">