From 956cfee62182416ed06a11677c88dde8b801abd8 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Tue, 2 Apr 2024 11:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndRefund/receive/receiveOut.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index f88b2961..de72d768 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -84,6 +84,7 @@ 出库 @@ -134,12 +135,12 @@ 编码出库 数量出库 @@ -190,7 +191,7 @@ - + @@ -234,7 +235,7 @@ - + @@ -487,6 +488,14 @@ handleSelectionChange(selection) { this.maCodeList = selection.map(item => item.maId) }, + selectable(row){ + console.log(row) + if(row.maStatus=='在库'){ + return true + }else{ + return false + } + }, //编码出库保存 saveCodeOut(){ // console.log(this.outObj) @@ -499,7 +508,7 @@ carCode:this.codeOutForm.carCode, typeId:this.outObj.typeId, parentId:this.outObj.parentId, - outNum:this.outObj.outNum, + outNum:1, taskId:this.outObj.taskId, } return obj