|
@@ -307,10 +307,10 @@
|
|
|
label-width="120px"
|
|
|
class="postInfo-container-item"
|
|
|
>
|
|
|
- <el-select v-model="major.clienteleContactId" placeholder="请选择(可搜索)" clearable filterable @change="getContactInfo" v-if="couldEdit">
|
|
|
+ <!-- <el-select v-model="major.clienteleContactId" placeholder="请选择(可搜索)" clearable filterable @change="getContactInfo" v-if="couldEdit">
|
|
|
<el-option v-for="(c,id) in customerContract" :label="c.name" :value="c.id"></el-option>
|
|
|
- </el-select>
|
|
|
- <el-input :value="major.cclienteleContactName" class="filter-item" style=" width: 225px" v-else/>
|
|
|
+ </el-select> -->
|
|
|
+ <el-input :value="major.cclienteleContactName" readonly disabled class="filter-item" style=" width: 225px"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -780,7 +780,8 @@
|
|
|
"公共性、公益性房地产评估",],
|
|
|
saveOrderBtn:null,
|
|
|
couldEdit:null,
|
|
|
- productionNo:null
|
|
|
+ productionNo:null,
|
|
|
+ production:null
|
|
|
|
|
|
}
|
|
|
},
|
|
@@ -788,6 +789,7 @@
|
|
|
this.couldEdit = this.$route.query.couldEdit ==='true';
|
|
|
this.couldBack = this.$route.query.couldBack ==='true';
|
|
|
this.productionNo = this.$route.query.productionNo;
|
|
|
+ this.production = this.$route.query.production;
|
|
|
this.saveOrderBtn = this.$route.query.saveOrderBtn;
|
|
|
this.majorId = this.$route.query.id;
|
|
|
this.getAllUser();
|
|
@@ -865,7 +867,7 @@
|
|
|
},
|
|
|
getMajorDetail(){
|
|
|
if (this.majorId){
|
|
|
- this.$api.major.productionDetail(this.majorId,this.productionNo).then(res=>{
|
|
|
+ this.$api.major.productionDetail(this.majorId,this.productionNo,this.production).then(res=>{
|
|
|
if (res.code === 200){
|
|
|
this.major = res.data;
|
|
|
this.major.membersId = JSON.parse(this.major.members);
|