From ec2dab76626bb08978ec71a48fbd653d5b1dddbb Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 7 Mar 2025 15:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96=20?= =?UTF-8?q?=E6=96=B0=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/store/warehousing.js | 71 +- .../picking/apply/component/AddPicking1.vue | 361 ++++------ .../picking/outbound-nw/index.vue | 346 ++------- .../claimAndreturn/picking/outbound/index.vue | 668 ++++-------------- src/views/store/label/labelBinding.vue | 241 ++----- src/views/store/poleConfig/poleConfig.vue | 492 +++++-------- .../warehouseManage/machinery/type/index.vue | 296 ++------ vue.config.js | 5 +- 8 files changed, 675 insertions(+), 1805 deletions(-) diff --git a/src/api/store/warehousing.js b/src/api/store/warehousing.js index ef49fed..5ca5100 100644 --- a/src/api/store/warehousing.js +++ b/src/api/store/warehousing.js @@ -3,62 +3,51 @@ import request from '@/utils/request' //机具退料入库 export function getReturnOfMaterialsInfoAll(query) { return request({ - url: '/material/returnOfMaterialsInfo/getReturnOfMaterialsInfoAll', - method: 'get', - params: query + url: '/material/returnOfMaterialsInfo/getReturnOfMaterialsInfoAll', + method: 'get', + params: query, }) - } - +} //机具退料入库--机具类型,规格型号下拉数据 export function getTypeList(query) { return request({ - url: '/material/returnOfMaterialsInfo/getTypeList', - method: 'get', - params: query + url: '/material/returnOfMaterialsInfo/getTypeList', + method: 'get', + params: query, }) - } - +} +//机具退料入库--机具类型,规格型号下拉数据 +export function getInfoListByTypeApi(query) { + return request({ + url: '/material/returnOfMaterialsInfo/getInfoListByType', + method: 'get', + params: query, + }) +} //修试后入库--列表 export function getRepairedList(data) { return request({ - url: '/material/RepairTestInput/getRepairedList', - method: 'get', - params: data + url: '/material/RepairTestInput/getRepairedList', + method: 'get', + params: data, }) - } - +} + //修试后入库--详情 export function getRepairedDetailList(data) { return request({ - url: '/material//RepairTestInput/getRepairedDetailList', - method: 'get', - params: data + url: '/material//RepairTestInput/getRepairedDetailList', + method: 'get', + params: data, }) - } - //修试后入库--审核 +} +//修试后入库--审核 export function inputByType(data) { return request({ - url: '/material/RepairTestInput/inputByType', - method: 'post', - data: data + url: '/material/RepairTestInput/inputByType', + method: 'post', + data: data, }) - } - - - - - - - - - - - - - - - - - +} diff --git a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue index f09b5a4..072a1ee 100644 --- a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue +++ b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue @@ -38,12 +38,7 @@ placeholder="请选择" :disabled="isEdit" > - + @@ -56,27 +51,17 @@ placeholder="请选择" :disabled="isEdit" > - + - + - + @@ -102,11 +87,6 @@ placeholder="请输入规格型号" popper-class="popper-select" :props="deviceTypeTreeProps" - :disabled=" - (isEdit && !isView) || - isCost || - wholeTypeNameList.length > 0 - " > @@ -150,12 +130,7 @@ placeholder="请选择费用承担方" :disabled="isEdit" > - + @@ -173,14 +148,7 @@ - + 保存 @@ -196,47 +164,21 @@ --> - + - +