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 @@