|
@@ -22,7 +22,7 @@
|
|
|
type="text"
|
|
|
size="small"
|
|
|
v-show="!isCheck"
|
|
|
- v-model="searchData.client_name"
|
|
|
+ v-model="searchData.residential_name"
|
|
|
style="width: 200px; margin-top: 6px"
|
|
|
placeholder="项目名称"
|
|
|
>
|
|
@@ -33,7 +33,7 @@
|
|
|
>选择</span
|
|
|
>
|
|
|
</Input>
|
|
|
- <span v-show="isCheck">{{ searchData.client_name }}</span>
|
|
|
+ <span v-show="isCheck">{{ searchData.residential_name }}</span>
|
|
|
</FormItem>
|
|
|
<FormItem label="请购类型:">
|
|
|
<Select
|
|
@@ -536,7 +536,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: "项目名称",
|
|
|
- key: "client_name",
|
|
|
+ key: "residential_name",
|
|
|
align: "center",
|
|
|
minWidth: 100,
|
|
|
},
|
|
@@ -797,7 +797,7 @@ export default {
|
|
|
// console.log('this.modalData.selectedData :>> ', this.modalData.selectedData);
|
|
|
},
|
|
|
handleProjectSelect() {
|
|
|
- this.searchData.client_name = this.currentChoose.client_name;
|
|
|
+ this.searchData.residential_name = this.currentChoose.residential_name;
|
|
|
this.searchData.order_no = this.currentChoose.order_no;
|
|
|
},
|
|
|
goBack() {
|