From 681a53b0b5118f4ae9321ddfe868b60f6f7884a3 Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 31 Mar 2026 14:07:29 +0800 Subject: [PATCH] =?UTF-8?q?erp=E5=AE=A1=E7=90=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qualityManagement/reviewFormMess/index.vue | 2 +- src/views/qualityManagement/reviewFormMess/options.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/qualityManagement/reviewFormMess/index.vue b/src/views/qualityManagement/reviewFormMess/index.vue index 9561067..2cfc84d 100644 --- a/src/views/qualityManagement/reviewFormMess/index.vue +++ b/src/views/qualityManagement/reviewFormMess/index.vue @@ -164,7 +164,7 @@ export default { getErpReviewList({ current: this.page.currentPage, size: this.page.pageSize, - ...this.query, + rsCode:this.query && this.query.sheetNo, }).then(res => { this.data = res.data.data.records; this.page.total = res.data.data.total; diff --git a/src/views/qualityManagement/reviewFormMess/options.js b/src/views/qualityManagement/reviewFormMess/options.js index 7e29cbc..17bc64b 100644 --- a/src/views/qualityManagement/reviewFormMess/options.js +++ b/src/views/qualityManagement/reviewFormMess/options.js @@ -275,7 +275,7 @@ export const erpOption = { { label: '审理单号', // prop: 'rsCode', - prop: 'rsCode', + prop: 'sheetNo', // bind: 'dsPart.partCode', search: true, sortable: true, @@ -385,7 +385,7 @@ export const erpOption = { }, { label: '零件号', - prop: 'partCode', + prop: 'prtno', // prop: 'partCode', // bind: 'dsPart.plate', search: false, @@ -407,7 +407,7 @@ export const erpOption = { }, { label: '备注', - prop: 'remark', + prop: 'memo', // bind: 'dsPart.plate', search: false, sortable: true, @@ -417,7 +417,7 @@ export const erpOption = { }, { label: '处理意见', - prop: 'memo', + prop: 'dispose', // bind: 'dsPart.plate', search: false, sortable: true,