From c117dd3e062b0529c5cb201d11b7d7b790e55f00 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 1 Jul 2026 17:51:49 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E8=A1=A8=E7=AE=A1=E7=90=86/?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=BF=90=E8=A1=8C=E6=A6=82=E8=A7=88-?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=8D=A2=E8=AE=BE=E5=A4=87=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E7=9A=84tree=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stock/out/components/StockOutItemForm.vue | 1 + src/views/iot/runoverview/index.vue | 144 +++++++------- .../mes/energydevice/EnergyDeviceForm.vue | 186 ++++++++++-------- 3 files changed, 185 insertions(+), 146 deletions(-) diff --git a/src/views/erp/stock/out/components/StockOutItemForm.vue b/src/views/erp/stock/out/components/StockOutItemForm.vue index 917f6e74..97a3cb7c 100644 --- a/src/views/erp/stock/out/components/StockOutItemForm.vue +++ b/src/views/erp/stock/out/components/StockOutItemForm.vue @@ -542,6 +542,7 @@ const productQueryParams = reactive({ pageNo: 1, pageSize: 10, categoryType: 1, + stockNotZero: true, barCode: undefined, name: undefined }) diff --git a/src/views/iot/runoverview/index.vue b/src/views/iot/runoverview/index.vue index 6f10de82..fc8935f4 100644 --- a/src/views/iot/runoverview/index.vue +++ b/src/views/iot/runoverview/index.vue @@ -1,5 +1,9 @@ -
按“计算规则”添加顺序从上到下依次计算,不按乘除优先。
+
按“计算规则”添加顺序从上到下依次计算,不按乘除优先。
@@ -115,11 +130,10 @@ v-for="(rule, index) in formData.operationRulesVOList" :key="index"