From fecaf0050852d71e42444e2216a8844474f0de29 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 10 四月 2026 14:18:20 +0800
Subject: [PATCH] fix: 1.储丝单柜卷包产量处理包装机换班后产量不清零导致重复计算问题(2026.04.04后数据新增dac_up_time生效) 2.前端请求超时时间修改为20s
---
ruoyi-plus-soybean/src/views/analy/hoister/modules/hoister-data-search.vue | 20 ++++----------------
1 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/ruoyi-plus-soybean/src/views/analy/hoister/modules/hoister-data-search.vue b/ruoyi-plus-soybean/src/views/analy/hoister/modules/hoister-data-search.vue
index db26889..9abfdde 100755
--- a/ruoyi-plus-soybean/src/views/analy/hoister/modules/hoister-data-search.vue
+++ b/ruoyi-plus-soybean/src/views/analy/hoister/modules/hoister-data-search.vue
@@ -53,9 +53,7 @@
{ label: '鏅氱彮', value: 3 }
];
-const equNoOptions = [
- { label: '1#鎻愬崌鏈�', value: 601 }
-];
+const equNoOptions = [{ label: '1#鎻愬崌鏈�', value: 601 }];
function onTimeRangeUpdate(value: [string, string] | null) {
if (!model.value.params) {
@@ -101,25 +99,15 @@
type="datetimerange"
value-format="yyyy-MM-dd HH:mm:ss"
clearable
- @update:formatted-value="onTimeRangeUpdate"
:default-time="['00:00:00', '23:59:59']"
+ @update:formatted-value="onTimeRangeUpdate"
/>
</NFormItemGi>
<NFormItemGi span="24 s:12 m:8" label="璁惧" path="equNo" class="pr-24px">
- <NSelect
- v-model:value="model.equNo"
- placeholder="璇烽�夋嫨璁惧鍙�"
- :options="equNoOptions"
- clearable
- />
+ <NSelect v-model:value="model.equNo" placeholder="璇烽�夋嫨璁惧鍙�" :options="equNoOptions" clearable />
</NFormItemGi>
<NFormItemGi span="24 s:12 m:8" label="鐝" path="shift" class="pr-24px">
- <NSelect
- v-model:value="model.shift"
- placeholder="璇烽�夋嫨鐝"
- :options="shiftOptions"
- clearable
- />
+ <NSelect v-model:value="model.shift" placeholder="璇烽�夋嫨鐝" :options="shiftOptions" clearable />
</NFormItemGi>
<NFormItemGi span="24" class="pr-24px">
<NSpace class="w-full" justify="end">
--
Gitblit v1.9.3