diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue index 1fe63317..e87f8898 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/index.vue @@ -41,6 +41,7 @@ export default { methods: { /* 新建领料任务 */ addPicking() { + this.viewTaskId = '' this.isView = true this.isEdit = false this.isShowComponent = 'AddPicking' diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue index 731e2439..8ec1e349 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/index.vue @@ -37,6 +37,7 @@ export default { methods: { // 退料申请 returnApply() { + this.rejectId = '' this.pageContent = '新建退料任务' this.isShowComponent = 'AddReturn' }, diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue index 04e242f1..fe89c91e 100644 --- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue +++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/codingTools.vue @@ -1,5 +1,5 @@