diff --git a/src/views/assistance/index.vue b/src/views/assistance/index.vue
index efb8de4..a662930 100644
--- a/src/views/assistance/index.vue
+++ b/src/views/assistance/index.vue
@@ -43,15 +43,15 @@
- 服务开始时间
+ 服务开始时间
{{ actualServiceStartTime || '服务开始时间'
}}至{{ actualServiceEndTime || '服务结束时间' }}
- 完成情况
+
上传图片
@@ -59,8 +59,8 @@
:max-size="10 * 1024 * 1024" />
- 备注
-
+
@@ -183,10 +183,10 @@ export default {
return done(false)
}
- if (!this.rdFinishResult) {
- this.$tips.warning('请选择完成情况')
- return done(false)
- }
+ // if (!this.rdFinishResult) {
+ // this.$tips.warning('请选择完成情况')
+ // return done(false)
+ // }
let parm = {
id: this.selfObj.id,
actualServiceStartTime: this.actualServiceStartTime,
diff --git a/src/views/assistanceDetail/index.vue b/src/views/assistanceDetail/index.vue
index 2be9e2b..a5b7017 100644
--- a/src/views/assistanceDetail/index.vue
+++ b/src/views/assistanceDetail/index.vue
@@ -88,11 +88,11 @@
{{ actualServiceStartTime || '服务开始时间'
}}至{{ actualServiceEndTime || '服务结束时间' }}
-
完成情况
+
上传图片
@@ -100,8 +100,8 @@
:max-size="10 * 1024 * 1024" />
- 备注
-
+
@@ -221,10 +221,10 @@ export default {
this.$tips.warning('请选择服务结束时间')
return done(false)
}
- if (!this.rdFinishResult) {
- this.$tips.warning('请选择完成情况')
- return done(false)
- }
+ // if (!this.rdFinishResult) {
+ // this.$tips.warning('请选择完成情况')
+ // return done(false)
+ // }
let parm = {
id: this.selfObj.id,
actualServiceStartTime: this.actualServiceStartTime,