|
|
@@ -197,7 +197,7 @@
|
|
|
<el-input v-model="Name" placeholder="请输入名称" size="mini" style="width:100%"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="特有扩展">
|
|
|
- <el-select v-model="STNoteField" placeholder="请选择" size="mini" style="width:100%" clearable>
|
|
|
+ <el-select v-model="STNoteField" clearable placeholder="请选择" size="mini" style="width:100%">
|
|
|
<el-option v-for="item in typetykzlist" :label="item.Name" :value="item.FieldName"
|
|
|
:key="item.FieldName"></el-option>
|
|
|
</el-select>
|
|
|
@@ -992,19 +992,23 @@
|
|
|
let params = {
|
|
|
currentPage: this.exportType == 'exportall' ? 0 : this.currentPage,
|
|
|
size: this.exportType == 'exportall' ? 0 : this.size,
|
|
|
- BarCode: this.BarCode,
|
|
|
- SampleCode: this.SampleCode,
|
|
|
- SampleType: this.SampleType,
|
|
|
- Stnotevalue: this.Stnotevalue,
|
|
|
- STNoteField: this.STNoteField,
|
|
|
- CreateBy: this.CreateBy,
|
|
|
- SourceName: this.SourceName,
|
|
|
- Name: this.Name,
|
|
|
- Validity: this.Validity,
|
|
|
- InnerCode: this.InnerCode,
|
|
|
- GroupName: this.GroupName,
|
|
|
- showColumn: showcolumnarr + '',
|
|
|
- showColumnName: showcolumnnamearr + '',
|
|
|
+ bar_code: this.BarCode,
|
|
|
+ sample_code: this.SampleCode,
|
|
|
+ sample_type: this.SampleType,
|
|
|
+ start_date: this.StartDate,
|
|
|
+ end_date: this.EndDate,
|
|
|
+ d_item: this.DItem,
|
|
|
+ equipment_ids: this.EquipmentIds,
|
|
|
+ stnote_value: this.Stnotevalue,
|
|
|
+ stnote_field: this.STNoteField,
|
|
|
+ create_by: this.CreateBy,
|
|
|
+ source_name: this.SourceName,
|
|
|
+ name: this.Name,
|
|
|
+ validity: this.Validity,
|
|
|
+ inner_code: this.InnerCode,
|
|
|
+ group_name: this.GroupName,
|
|
|
+ show_column: showcolumnarr + '',
|
|
|
+ show_column_name: showcolumnnamearr + '',
|
|
|
type: 'stored'
|
|
|
// showcolumnarr: showcolumnarr + '',
|
|
|
// showcolumnnamearr: showcolumnnamearr + '',
|
|
|
@@ -1034,7 +1038,7 @@
|
|
|
}
|
|
|
}
|
|
|
let paramsid = {
|
|
|
- Id: id
|
|
|
+ id: id
|
|
|
}
|
|
|
params = Object.assign(params, paramsid)
|
|
|
}
|
|
|
@@ -1411,7 +1415,6 @@
|
|
|
this.STNoteField = ''
|
|
|
this.Stnotevalue = ''
|
|
|
this.exportType = ''
|
|
|
-
|
|
|
this.Validity = []
|
|
|
this.currentPage = 1
|
|
|
this.GroupName = ''
|