|
|
@@ -50,7 +50,7 @@
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- <span class="is-required">片区负责人部门</span>
|
|
|
+ <span class="is-required">{{clientEnvironmentId==9?'所在班组(科室)':'片区负责人部门'}}</span>
|
|
|
</template>
|
|
|
<el-form-item label-width="0">
|
|
|
<div class="input">
|
|
|
@@ -63,7 +63,7 @@
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label">
|
|
|
- <span class="is-required">片区负责人</span>
|
|
|
+ <span class="is-required">{{clientEnvironmentId==9?'责任人':'片区负责人'}}</span>
|
|
|
</template>
|
|
|
<el-form-item label-width="0">
|
|
|
<el-select
|
|
|
@@ -83,7 +83,7 @@
|
|
|
</el-form-item>
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item>
|
|
|
- <template slot="label">片区负责人电话 </template>
|
|
|
+ <template slot="label">{{clientEnvironmentId==9?'责任人电话':'片区负责人电话'}} </template>
|
|
|
<el-form-item label-width="0">
|
|
|
<el-input
|
|
|
v-model="ywInfo.areaPersonInChargePhone"
|
|
|
@@ -378,10 +378,13 @@
|
|
|
statusOptions: {},
|
|
|
sourceStatus,
|
|
|
// 网络状态
|
|
|
- networkStatusOptions: {}
|
|
|
+ networkStatusOptions: {},
|
|
|
+ clientEnvironmentId: 0
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
|
+ this.clientEnvironmentId =
|
|
|
+ this.$store.state.user.info.clientEnvironmentId;
|
|
|
this.getFactoryareaList();
|
|
|
this.getDeliveryCycleOptions();
|
|
|
this.initStatusMapping();
|