|
|
@ -1167,15 +1167,22 @@ |
|
|
], |
|
|
], |
|
|
addTable: [] |
|
|
addTable: [] |
|
|
} |
|
|
} |
|
|
this.getTableList() |
|
|
|
|
|
} else if (row.menuId === '102001') { // 询价 |
|
|
} else if (row.menuId === '102001') { // 询价 |
|
|
this.queryTableParam = { |
|
|
this.queryTableParam = { |
|
|
tableType: 'plm_quotation', |
|
|
tableType: 'plm_quotation', |
|
|
passTable: [], |
|
|
passTable: [], |
|
|
addTable: [] |
|
|
addTable: [] |
|
|
} |
|
|
} |
|
|
this.getTableList() |
|
|
|
|
|
|
|
|
}else if (row.menuId === '103001'){// 打样 |
|
|
|
|
|
this.queryTableParam = { |
|
|
|
|
|
tableType: 'plm_proofing', |
|
|
|
|
|
passTable: ['plm_proofing_delegate_access'], |
|
|
|
|
|
addTable: [] |
|
|
|
|
|
} |
|
|
|
|
|
}else { |
|
|
|
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
this.getTableList() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
/** |
|
|
/** |
|
|
|