|
@@ -5,7 +5,8 @@
|
|
|
<el-option v-for="item in userWards" :value="item.value" :label="item.label"></el-option>
|
|
|
</el-select>
|
|
|
<span class="ml12">
|
|
|
- 执行日期:<el-date-picker v-model="queryParams.executeDate" :clearable="false" style="width: 102px" @change="datePickChange"></el-date-picker>
|
|
|
+ 执行日期:<el-date-picker v-model="queryParams.executeDate" :clearable="false" style="width: 102px"
|
|
|
+ @change="datePickChange"></el-date-picker>
|
|
|
</span>
|
|
|
<span class="ml12">床位范围:
|
|
|
<el-select v-model="queryParams.bedNoStart" style="width: 70px" value-key="bedNo"
|
|
@@ -164,7 +165,7 @@ const handleTypeChange = () => {
|
|
|
const datePickChange = () => {
|
|
|
patientInfusionInfos.value = []
|
|
|
queryParams.executeDate = formatDate(queryParams.executeDate)
|
|
|
- console.log("patientInfusionInfos",patientInfusionInfos.value)
|
|
|
+ console.log("patientInfusionInfos", patientInfusionInfos.value)
|
|
|
}
|
|
|
|
|
|
const executeQuery = () => {
|
|
@@ -193,9 +194,10 @@ const executeQuery = () => {
|
|
|
})
|
|
|
// console.log("patientInfusionInfo s",patientInfusionInfos.value)
|
|
|
}
|
|
|
- for (let i = 0; i < 2; i++) {
|
|
|
- patientInfusionInfos.value = [...patientInfusionInfos.value, ...res]
|
|
|
- }
|
|
|
+ // for (let i = 0; i < 2; i++) {
|
|
|
+ // patientInfusionInfos.value = [...patientInfusionInfos.value, ...res]
|
|
|
+ // }
|
|
|
+
|
|
|
// printPatientBottleInfos.value = res
|
|
|
printDate.value = getDatetime()
|
|
|
})
|