|
@@ -22,11 +22,11 @@
|
|
|
<div class="form-group" style="margin-top:15px">
|
|
|
<label class="control-label col-sm-1" for="parentPatientId" style="width: 12%;">混采主体ID</label>
|
|
|
<div class="col-md-2 col-sm-2 col-xs-12" style="width: 15%;float: left;">
|
|
|
- <input type="text" class="form-control" id="parentPatientId" onchange="initMzBlRecordList()" placeholder="混采主体ID">
|
|
|
+ <input type="text" class="form-control" id="parentPatientId" onchange="initHybirdTestList()" placeholder="混采主体ID">
|
|
|
</div>
|
|
|
<label class="control-label col-sm-1" for="patientId" style="width: 12%;">实际被采人ID</label>
|
|
|
<div class="col-md-2 col-sm-2 col-xs-12" style="width: 15%;float: left;">
|
|
|
- <input type="text" class="form-control" id="patientId" onchange="initMzBlRecordList()" placeholder="实际被采人ID">
|
|
|
+ <input type="text" class="form-control" id="patientId" onchange="initHybirdTestList()" placeholder="实际被采人ID">
|
|
|
</div>
|
|
|
<label class="control-label col-md-1 col-sm-1 col-xs-12" for="reportrange" style="width: 75px;">
|
|
|
混采时间
|