From 8b7c72c536a792d91211a72cd3b254e8d35bf1f9 Mon Sep 17 00:00:00 2001 From: xk_jiangfeng Date: Tue, 18 Apr 2023 19:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AD=9B=E9=80=89=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oilCompanyMatch/OilCompanyMatchAdd.vue | 2 +- .../oilCompanyMatch/OilCompanyMatchList.vue | 2 +- .../OilCompanyMatchRecordList.vue | 2 +- .../OilCompanyOrderMatchTaskList.vue | 2 +- src/views/finance/order/OrderTfInfoList.vue | 54 +++++++++++-------- 5 files changed, 36 insertions(+), 26 deletions(-) diff --git a/src/views/finance/oilCompanyMatch/OilCompanyMatchAdd.vue b/src/views/finance/oilCompanyMatch/OilCompanyMatchAdd.vue index d90aefe..3485638 100644 --- a/src/views/finance/oilCompanyMatch/OilCompanyMatchAdd.vue +++ b/src/views/finance/oilCompanyMatch/OilCompanyMatchAdd.vue @@ -162,7 +162,7 @@ export default { methods: { parentCompanyOrginQuery(value) { // 远程搜索企业 if (value) { - oilCompanyInfoApi.getLikeByName({ 'name': value }).then(res => { + oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then(res => { this.companyList = res.data }) } diff --git a/src/views/finance/oilCompanyMatch/OilCompanyMatchList.vue b/src/views/finance/oilCompanyMatch/OilCompanyMatchList.vue index 6b1d787..30ee8f3 100644 --- a/src/views/finance/oilCompanyMatch/OilCompanyMatchList.vue +++ b/src/views/finance/oilCompanyMatch/OilCompanyMatchList.vue @@ -619,7 +619,7 @@ export default { companyRemoteMethod(value) { // 远程搜索企业 if (value) { - oilCompanyInfoApi.getLike(value).then((res) => { + oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then((res) => { this.queryCompanyList = res.data; }); } diff --git a/src/views/finance/oilCompanyMatchRecord/OilCompanyMatchRecordList.vue b/src/views/finance/oilCompanyMatchRecord/OilCompanyMatchRecordList.vue index 0426420..391c61e 100644 --- a/src/views/finance/oilCompanyMatchRecord/OilCompanyMatchRecordList.vue +++ b/src/views/finance/oilCompanyMatchRecord/OilCompanyMatchRecordList.vue @@ -506,7 +506,7 @@ export default { companyRemoteMethod(value) { // 远程搜索企业 if (value) { - oilCompanyInfoApi.getLike(value).then((res) => { + oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then((res) => { this.queryCompanyList = res.data; }); } diff --git a/src/views/finance/oilCompanyOrderMatchTask/OilCompanyOrderMatchTaskList.vue b/src/views/finance/oilCompanyOrderMatchTask/OilCompanyOrderMatchTaskList.vue index 7ce90a5..f2ddc92 100644 --- a/src/views/finance/oilCompanyOrderMatchTask/OilCompanyOrderMatchTaskList.vue +++ b/src/views/finance/oilCompanyOrderMatchTask/OilCompanyOrderMatchTaskList.vue @@ -603,7 +603,7 @@ export default { companyRemoteMethod(value) { // 远程搜索企业 if (value) { - oilCompanyInfoApi.getLike(value).then((res) => { + oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then((res) => { this.queryCompanyList = res.data; }); } diff --git a/src/views/finance/order/OrderTfInfoList.vue b/src/views/finance/order/OrderTfInfoList.vue index efb02f3..1247973 100644 --- a/src/views/finance/order/OrderTfInfoList.vue +++ b/src/views/finance/order/OrderTfInfoList.vue @@ -14,17 +14,15 @@ class="search-form" :size="$store.getters.size" > - - - + + + + + - - - - - - - + + + + + + + +
{row.companyName ? row.companyName : '暂无'}
{ + this.queryCompanyList = res.data; + }); + } + }, // 远程搜索主油站 getSimpleOilSiteInfo(siteName) { if (siteName) { @@ -1275,7 +1285,7 @@ export default { getByPage() { // 分页查询 this.addDialog = false; - this.page.params.eq_convertCompanyCode = 1; + this.page.params.convertCompanyCode = 1; orderInfoApi.getByPage(this.page).then((res) => { this.dataPage = res.data; this.page.totalCount = this.dataPage.totalCount;