From 2a3c49bf49cf0ac96f041df998cc2d08f229d38a Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 19 Aug 2024 10:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/inventoryjobManage/scrap/scrapRequestMain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue index 1e99700f7..56d170f54 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue @@ -177,6 +177,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => newRow['itemCode'] = item['itemCode'] newRow['uom'] = item['uom'] newRow['singlePrice'] = itemCode ? itemCode['price'] : '' + newRow['amount'] = newRow['qty'] * newRow['singlePrice'] tableData.value.push(newRow) }) // row['singlePrice'] = res.price