|
|
|
@ -236,24 +236,8 @@ export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
reagentType: "",//本表单特殊字段:选择试剂的类型1选择基质,2表格里面选择试剂 |
|
|
|
|
|
|
|
currentSubKey: "",//当前点击的子项key |
|
|
|
rowIndex:0,//当前表格点击的行数 |
|
|
|
|
|
|
|
sysjColumns: [ |
|
|
|
{ label: 'template.common.reagentName', prop: "mc" },//名称 |
|
|
|
{ label: 'template.common.reagentCode', prop: "bh" },//编号 |
|
|
|
{ label: 'template.common.reagentNo', prop: "ph" },//批号 试剂,供试品才有 |
|
|
|
{ label: 'template.common.concentration', prop: "nd" },//浓度 |
|
|
|
{ label: 'template.common.source', prop: "source" },//来源 |
|
|
|
{ label: 'template.common.reagentExpireDate', prop: "sxrq" },//失效日期 |
|
|
|
], |
|
|
|
yqsColumns: [ |
|
|
|
{ label: 'template.common.instrumentName', prop: "instrumentName" }, |
|
|
|
{ label: 'template.common.instrumentModel', prop: "instrumentModel" }, |
|
|
|
{ label: 'template.common.instrumentCode', prop: "instrumentCode" }, |
|
|
|
{ label: 'template.common.nextTestDate', prop: "nextTestDate" }, |
|
|
|
], |
|
|
|
formData: {} |
|
|
|
}; |
|
|
|
}, |
|
|
|
|