|
@ -124,7 +124,7 @@ |
|
|
'inspectionMethodCode', |
|
|
'inspectionMethodCode', |
|
|
null, |
|
|
null, |
|
|
'检验方法', |
|
|
'检验方法', |
|
|
SamplingProcess.allSchemas, |
|
|
InspectionMethod.allSchemas, |
|
|
InspectionMethodApi.getInspectionMethodPage, |
|
|
InspectionMethodApi.getInspectionMethodPage, |
|
|
[ |
|
|
[ |
|
|
{ |
|
|
{ |
|
@ -202,7 +202,7 @@ |
|
|
'inspectionMethod', |
|
|
'inspectionMethod', |
|
|
null, |
|
|
null, |
|
|
'动态修改规则编码', |
|
|
'动态修改规则编码', |
|
|
SamplingProcess.allSchemas, |
|
|
DynamicRule.allSchemas, |
|
|
DynamicRuleApi.getDynamicRulePage, |
|
|
DynamicRuleApi.getDynamicRulePage, |
|
|
[ |
|
|
[ |
|
|
{ |
|
|
{ |
|
@ -366,7 +366,7 @@ |
|
|
'quantifyQuantifyCode', |
|
|
'quantifyQuantifyCode', |
|
|
null, |
|
|
null, |
|
|
'选择集编码', |
|
|
'选择集编码', |
|
|
SamplingProcess.allSchemas, |
|
|
SelectedSet.allSchemas, |
|
|
SelectedSetApi.getSelectedSetPage, |
|
|
SelectedSetApi.getSelectedSetPage, |
|
|
[ |
|
|
[ |
|
|
{ |
|
|
{ |
|
@ -419,10 +419,13 @@ import { DICT_TYPE, getStrDictOptions } from '@/utils/dict' |
|
|
import * as InspectionProcessPageApi from '@/api/qms/inspectionTemplate' |
|
|
import * as InspectionProcessPageApi from '@/api/qms/inspectionTemplate' |
|
|
import { SearchTable } from '@/components/SearchTable' |
|
|
import { SearchTable } from '@/components/SearchTable' |
|
|
import { SamplingProcess } from '@/views/qms/samplingProcess/samplingProcess.data' |
|
|
import { SamplingProcess } from '@/views/qms/samplingProcess/samplingProcess.data' |
|
|
import * as SamplingProcessApi from '@/api/qms/samplingProcess'//采样过程 |
|
|
import * as SamplingProcessApi from '@/api/qms/samplingProcess' //采样过程 |
|
|
import * as InspectionMethodApi from '@/api/qms/inspectionMethod'//检验方法 |
|
|
import * as InspectionMethodApi from '@/api/qms/inspectionMethod' //检验方法 |
|
|
import * as DynamicRuleApi from '@/api/qms/dynamicRule'//动态修改规则 |
|
|
import { InspectionMethod } from '@/views/qms/inspectionMethod/inspectionMethod.data' //检验方法 |
|
|
import * as SelectedSetApi from '@/api/qms/selectedSet'//选择集 |
|
|
import * as DynamicRuleApi from '@/api/qms/dynamicRule' //动态修改规则 |
|
|
|
|
|
import { DynamicRule } from '@/views/qms/basicDataManage/dynamicRule/dynamicRule.data' //动态修改规则 |
|
|
|
|
|
import * as SelectedSetApi from '@/api/qms/selectedSet' //选择集 |
|
|
|
|
|
import { SelectedSet } from '@/views/qms/basicDataManage/selectedSet/selectedSet.data' //选择集 |
|
|
const message = useMessage() // 消息弹窗 |
|
|
const message = useMessage() // 消息弹窗 |
|
|
|
|
|
|
|
|
const props = defineProps({ |
|
|
const props = defineProps({ |
|
|