|
|
@ -35,7 +35,8 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="产品通用名:">
|
|
|
|
<el-form-item label="产品通用名:">
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" style="width: 90%" placeholder="请输入产品通用名" clearable="true"></el-input>
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" style="width: 90%" placeholder="请输入产品通用名"
|
|
|
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
@ -67,7 +68,8 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="第三方产品编码:">
|
|
|
|
<el-form-item label="第三方产品编码:">
|
|
|
|
<el-input v-model="filterQuery.thrPiId" style="width: 90%" placeholder="请输入第三方产品编码" clearable="true"></el-input>
|
|
|
|
<el-input v-model="filterQuery.thrPiId" style="width: 90%" placeholder="请输入第三方产品编码"
|
|
|
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
@ -96,7 +98,8 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="list" key="1" @selection-change="handleSelectionChange" style="width: 100%" border highlight-current-row>
|
|
|
|
<el-table v-loading="loading" :data="list" key="1" @selection-change="handleSelectionChange" style="width: 100%"
|
|
|
|
|
|
|
|
border highlight-current-row>
|
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="供应商" prop="companyName" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="供应商" prop="companyName" show-overflow-tooltip></el-table-column>
|
|
|
@ -221,7 +224,7 @@ export default {
|
|
|
|
isLock: null,
|
|
|
|
isLock: null,
|
|
|
|
isAdavence: null,
|
|
|
|
isAdavence: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
detailQuery:null,
|
|
|
|
detailQuery: null,
|
|
|
|
defaultSys: null,
|
|
|
|
defaultSys: null,
|
|
|
|
isImport: false,
|
|
|
|
isImport: false,
|
|
|
|
isImportUdi: false,
|
|
|
|
isImportUdi: false,
|
|
|
@ -278,7 +281,7 @@ export default {
|
|
|
|
addType: 1,
|
|
|
|
addType: 1,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.total = 0;
|
|
|
|
this.total = 0;
|
|
|
|
this.list=[];
|
|
|
|
this.list = [];
|
|
|
|
},
|
|
|
|
},
|
|
|
|
search() {
|
|
|
|
search() {
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
this.filterQuery.page = 1;
|
|
|
@ -288,10 +291,10 @@ export default {
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
this.showSearch = !this.showSearch;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
if (this.$isBlank(this.filterQuery.unitFk)) {
|
|
|
|
// if (this.$isBlank(this.filterQuery.unitFk)) {
|
|
|
|
this.$message.error("请先选择供应商!");
|
|
|
|
// this.$message.error("请先选择供应商!");
|
|
|
|
return;
|
|
|
|
// return;
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
filterCompanyProductRelevance(this.filterQuery)
|
|
|
|
filterCompanyProductRelevance(this.filterQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|