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"