diff --git a/yxt-as-ui/src/components/publicPage/selectCustomer.vue b/yxt-as-ui/src/components/publicPage/selectCustomer.vue
index e4c60f22d3..5354962470 100644
--- a/yxt-as-ui/src/components/publicPage/selectCustomer.vue
+++ b/yxt-as-ui/src/components/publicPage/selectCustomer.vue
@@ -16,7 +16,7 @@
-
+
diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue
index 6db719d719..b996ddea05 100644
--- a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue
+++ b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue
@@ -30,7 +30,7 @@
-
+
*维修单类型
@@ -38,7 +38,7 @@
-
+
*科目
@@ -46,20 +46,17 @@
-
- 索赔厂家
-
-
-
-
-
-
-
- 索赔类型
+
+ 索赔厂家及厂家
-
-
-
+
+
+
+
+
+
+
+
@@ -1298,6 +1295,10 @@ export default {
}
},
serviceAdd() {
+ if (this.formobj.subject === '') {
+ this.$message({ showClose: true, type: 'error', message: '请先选择科目' })
+ return
+ }
this.formobj.sitemVos.push({
serviceItemSid: '',
serviceItem: '',
diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue
index cca7e0822e..79fa00a186 100644
--- a/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue
+++ b/yxt-as-ui/src/views/operation/repairbill/repairbillInfo.vue
@@ -25,21 +25,17 @@
-
+
维修单类型
{{ formobj.billType }}
-
+
科目
{{ formobj.subject }}
-
- 索赔厂家
- {{ formobj.claimManufacturer }}
-
-
- 索赔类型
- {{ formobj.shClaimTypeValue }}
+
+ 索赔厂家及类型
+ {{ formobj.claimManufacturer }} {{ formobj.shClaimTypeValue }}