领料页面优化

This commit is contained in:
BianLzhaoMin 2024-06-05 14:03:17 +08:00
parent 924765b242
commit 9f963fbdc8
4 changed files with 5 additions and 1 deletions

View File

@ -41,6 +41,7 @@ export default {
methods: {
/* 新建领料任务 */
addPicking() {
this.viewTaskId = ''
this.isView = true
this.isEdit = false
this.isShowComponent = 'AddPicking'

View File

@ -37,6 +37,7 @@ export default {
methods: {
// 退
returnApply() {
this.rejectId = ''
this.pageContent = '新建退料任务'
this.isShowComponent = 'AddReturn'
},

View File

@ -1,5 +1,5 @@
<template>
<div class="app-container" id="newDevicesCode">
<div id="newDevicesCode">
<el-form
:model="queryParams"
ref="queryForm"

View File

@ -52,6 +52,8 @@ export default {
/* 新增工机具 */
addTools() {
this.isEdit = false
this.editTaskId = ''
this.queryTaskId = ''
this.pageContent = '新增机具'
this.isShowComponent = 'AddTools'
},