erp审理字段展示修改

dev-scheduling
jinna 2 weeks ago
parent 0daefe8f25
commit 681a53b0b5
  1. 2
      src/views/qualityManagement/reviewFormMess/index.vue
  2. 8
      src/views/qualityManagement/reviewFormMess/options.js

@ -164,7 +164,7 @@ export default {
getErpReviewList({ getErpReviewList({
current: this.page.currentPage, current: this.page.currentPage,
size: this.page.pageSize, size: this.page.pageSize,
...this.query, rsCode:this.query && this.query.sheetNo,
}).then(res => { }).then(res => {
this.data = res.data.data.records; this.data = res.data.data.records;
this.page.total = res.data.data.total; this.page.total = res.data.data.total;

@ -275,7 +275,7 @@ export const erpOption = {
{ {
label: '审理单号', label: '审理单号',
// prop: 'rsCode', // prop: 'rsCode',
prop: 'rsCode', prop: 'sheetNo',
// bind: 'dsPart.partCode', // bind: 'dsPart.partCode',
search: true, search: true,
sortable: true, sortable: true,
@ -385,7 +385,7 @@ export const erpOption = {
}, },
{ {
label: '零件号', label: '零件号',
prop: 'partCode', prop: 'prtno',
// prop: 'partCode', // prop: 'partCode',
// bind: 'dsPart.plate', // bind: 'dsPart.plate',
search: false, search: false,
@ -407,7 +407,7 @@ export const erpOption = {
}, },
{ {
label: '备注', label: '备注',
prop: 'remark', prop: 'memo',
// bind: 'dsPart.plate', // bind: 'dsPart.plate',
search: false, search: false,
sortable: true, sortable: true,
@ -417,7 +417,7 @@ export const erpOption = {
}, },
{ {
label: '处理意见', label: '处理意见',
prop: 'memo', prop: 'dispose',
// bind: 'dsPart.plate', // bind: 'dsPart.plate',
search: false, search: false,
sortable: true, sortable: true,

Loading…
Cancel
Save