From 758b91dbbbb123c79e8958f8fc0cd9fe39596d2f Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 17 Apr 2025 17:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/receive.js | 9 ++ .../claimAndreturn/picking/outbound/index.vue | 152 ++++++++++++++++-- .../src/views/stquery/deviceInStoreQuery.vue | 2 + .../src/views/stquery/deviceScrapQuery.vue | 2 + sgzb-ui/src/views/stquery/projUsingRecord.vue | 2 + 5 files changed, 157 insertions(+), 10 deletions(-) diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js index a5b587c4..ba5b7bd1 100644 --- a/sgzb-ui/src/api/claimAndRefund/receive.js +++ b/sgzb-ui/src/api/claimAndRefund/receive.js @@ -323,3 +323,12 @@ export function getNumISenough(params) { params, }) } + +// 车牌号-下拉 +export function getCarCodeListApi(params) { + return request({ + url: '/base/leaseOutDetails/getCarCodeList', + method: 'get', + params, + }) +} \ No newline at end of file diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index bce46414..d08c1f35 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -364,14 +364,25 @@ size="small" :inline="true" label-width="110px" + :rules="carCodeRules" > 待出库数量:{{ outNum }} - - + + 部分设备出库时,需进行装车,需记录车牌号码 + - - + + 部分设备出库时,需进行装车,需记录车牌号码 + @@ -553,7 +575,47 @@ @closeDialogOuter="closeDialogOuter" >