领料页面优化
This commit is contained in:
parent
924765b242
commit
9f963fbdc8
|
|
@ -41,6 +41,7 @@ export default {
|
|||
methods: {
|
||||
/* 新建领料任务 */
|
||||
addPicking() {
|
||||
this.viewTaskId = ''
|
||||
this.isView = true
|
||||
this.isEdit = false
|
||||
this.isShowComponent = 'AddPicking'
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ export default {
|
|||
methods: {
|
||||
// 退料申请
|
||||
returnApply() {
|
||||
this.rejectId = ''
|
||||
this.pageContent = '新建退料任务'
|
||||
this.isShowComponent = 'AddReturn'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="app-container" id="newDevicesCode">
|
||||
<div id="newDevicesCode">
|
||||
<el-form
|
||||
:model="queryParams"
|
||||
ref="queryForm"
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@ export default {
|
|||
/* 新增工机具 */
|
||||
addTools() {
|
||||
this.isEdit = false
|
||||
this.editTaskId = ''
|
||||
this.queryTaskId = ''
|
||||
this.pageContent = '新增机具'
|
||||
this.isShowComponent = 'AddTools'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue