|
@@ -357,7 +357,7 @@
|
|
|
Id: 0, // ID
|
|
Id: 0, // ID
|
|
|
BarCode: '', // 样本条码
|
|
BarCode: '', // 样本条码
|
|
|
SampleCode: '', // 样本编码
|
|
SampleCode: '', // 样本编码
|
|
|
- SampleType: '', // 样本类型
|
|
|
|
|
|
|
+ SampleType: 0, // 样本类型
|
|
|
SamplingSite: '', // 取材部位
|
|
SamplingSite: '', // 取材部位
|
|
|
Stnotevalue: '', // 特有扩展检索值
|
|
Stnotevalue: '', // 特有扩展检索值
|
|
|
STNoteField: [], // 特有扩展名称
|
|
STNoteField: [], // 特有扩展名称
|
|
@@ -933,6 +933,7 @@
|
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
|
type: 'info'
|
|
type: 'info'
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
|
|
+ this.exportType = 'exportall'
|
|
|
_this.exportsamples()
|
|
_this.exportsamples()
|
|
|
}).catch(() => {})
|
|
}).catch(() => {})
|
|
|
}
|
|
}
|
|
@@ -989,8 +990,8 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
let params = {
|
|
let params = {
|
|
|
- currentPage: this.currentPage,
|
|
|
|
|
- size: this.size,
|
|
|
|
|
|
|
+ currentPage: this.exportType == 'exportall' ? 0 : this.currentPage,
|
|
|
|
|
+ size: this.exportType == 'exportall' ? 0 : this.size,
|
|
|
BarCode: this.BarCode,
|
|
BarCode: this.BarCode,
|
|
|
SampleCode: this.SampleCode,
|
|
SampleCode: this.SampleCode,
|
|
|
SampleType: this.SampleType,
|
|
SampleType: this.SampleType,
|