diff --git a/src/components/doc-width-nav.vue b/src/components/doc-width-nav.vue
index 060135c4c98da2de805c3450638f31ed232d7bf0..9c43c825c55e8564e916fcadedf7d5b110d4f4c3 100644
--- a/src/components/doc-width-nav.vue
+++ b/src/components/doc-width-nav.vue
@@ -5,11 +5,15 @@
{{ title || "-" }}
更新时间:{{ time || "-" }}
-
+ 附件:脚接交接军军军军军军军
+
diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue
index ad6a3ca010638b91f57d207a997cb22740ae5737..957c4a7a3f4d211a3139783d549b82c57f0db325 100644
--- a/src/pages/service_shop/shop_car_apply.vue
+++ b/src/pages/service_shop/shop_car_apply.vue
@@ -199,7 +199,7 @@ export default {
let data = response.data.data;
if (response.data.success && data) {
//服务
- if (data.interface_typ != 1) {
+ if (data.interface_typ == 2 || data.interface_typ == 3) {
this.disabledDate = true
let yyyy = new Date().getFullYear()
let mm = new Date().getMonth() + 1 < 10 ? '0' + (new Date().getMonth() + 1) : new Date().getMonth() + 1