下拉多选报告模版
This commit is contained in:
@@ -1087,7 +1087,7 @@ const openDrawer = async (title: string, row: any) => {
|
||||
|
||||
if (title === '检测数据查询') {
|
||||
checkStore.setShowDetailType(0)
|
||||
if (modeStore.currentMode == '模拟式') {
|
||||
if (modeStore.currentMode == '模拟式'||modeStore.currentMode == '数字式') {
|
||||
dataCheckPopupRef.value?.open(row.id, '-1', null)
|
||||
} else if (modeStore.currentMode == '比对式') {
|
||||
dataCheckSingleChannelSingleTestPopupRef.value?.open(row, null, row.id, 2)
|
||||
@@ -1095,7 +1095,7 @@ const openDrawer = async (title: string, row: any) => {
|
||||
}
|
||||
if (title === '误差体系更换') {
|
||||
checkStore.setShowDetailType(1)
|
||||
if (modeStore.currentMode == '模拟式') {
|
||||
if (modeStore.currentMode == '模拟式'||modeStore.currentMode == '数字式') {
|
||||
dataCheckPopupRef.value?.open(row.id, '-1', null)
|
||||
} else if (modeStore.currentMode == '比对式') {
|
||||
dataCheckSingleChannelSingleTestPopupRef.value?.open(row, null, row.id, 2)
|
||||
|
||||
Reference in New Issue
Block a user