From 49d22604e178ac71e2e29138b260aed5158064f8 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Tue, 2 Dec 2025 10:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=9C=B0=E7=9B=B4=E8=BD=AC=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=9A=E5=8A=A1=E8=81=94=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/index.js | 9 +++++ .../businessHandling/groundDirect.vue | 37 +++++++++++++++++-- .../directApplyRecord.vue | 3 +- 3 files changed, 45 insertions(+), 4 deletions(-) diff --git a/src/api/business/index.js b/src/api/business/index.js index aa09e7e2..1bba2e39 100644 --- a/src/api/business/index.js +++ b/src/api/business/index.js @@ -298,4 +298,13 @@ export function receiveLoseDelete(data) { method: 'post', data }) +} + +// 业务联单下拉框 +export function getBusinessCodeList(query) { + return request({ + url: '/material/directRotation/getCodeList', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/business/businessHandling/groundDirect.vue b/src/views/business/businessHandling/groundDirect.vue index d7e62bc5..86b15314 100644 --- a/src/views/business/businessHandling/groundDirect.vue +++ b/src/views/business/businessHandling/groundDirect.vue @@ -1,6 +1,6 @@