From f3da4109302965f167fd8d3c9454f0ce569e4526 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 11 Apr 2024 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A2=84=E7=BA=A6=E7=99=BB?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/api/Common/dictcommons.js | 10 ++ .../src/api/operation/preregistration.js | 8 ++ .../preregistration/preregistrationAdd.vue | 96 ++++++++++++++----- 3 files changed, 90 insertions(+), 24 deletions(-) diff --git a/yxt-as-ui/src/api/Common/dictcommons.js b/yxt-as-ui/src/api/Common/dictcommons.js index 27b1a0eb30..6077fb61ba 100644 --- a/yxt-as-ui/src/api/Common/dictcommons.js +++ b/yxt-as-ui/src/api/Common/dictcommons.js @@ -152,3 +152,13 @@ export function selSubjectInfo(data) { }) } +// +// 查询分页列表 -- 客户列表 +export function customerListPage(params) { + return request({ + url: '/v1/crmcustomer/customerListPage', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) +} diff --git a/yxt-as-ui/src/api/operation/preregistration.js b/yxt-as-ui/src/api/operation/preregistration.js index d3294a91fe..6f18dee3e0 100644 --- a/yxt-as-ui/src/api/operation/preregistration.js +++ b/yxt-as-ui/src/api/operation/preregistration.js @@ -39,5 +39,13 @@ export default { data: data, headers: { 'Content-Type': 'application/json' } }) + }, + convertedRepairOrders: function(data) { + return request({ + url: '/as/v1/asbusreservebill/convertedRepairOrders', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) } } diff --git a/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue b/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue index 772bc6b4a8..55351f061f 100644 --- a/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue +++ b/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue @@ -5,6 +5,7 @@
{{ viewTitle }}
保存 + 转维修单 关闭
@@ -17,7 +18,7 @@
- + @@ -64,7 +65,13 @@
预约日期
- + +
+ + + +
+
@@ -80,40 +87,39 @@
- + - + - + - + - + @@ -127,9 +133,11 @@