From bf61ab4d9c0bfe16ede66c0a8e4b87371afc1e4a Mon Sep 17 00:00:00 2001 From: 15066119699 Date: Tue, 11 Mar 2025 00:17:03 +0800 Subject: [PATCH] 1 --- src/views/system/pmsOrderOut/index.vue | 20 +++++++++++++++++--- src/views/system/stock/index.vue | 4 ++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/views/system/pmsOrderOut/index.vue b/src/views/system/pmsOrderOut/index.vue index b2bacac..2f23f79 100644 --- a/src/views/system/pmsOrderOut/index.vue +++ b/src/views/system/pmsOrderOut/index.vue @@ -99,7 +99,11 @@ - + + + @@ -118,8 +122,16 @@ - - + + + + + + @@ -209,7 +221,9 @@ export default { components: { OutboundDialog }, + dicts: ["out_order_type", "out_order_status","stock_or_order_status"], data() { + return { // 遮罩层 loading: true, diff --git a/src/views/system/stock/index.vue b/src/views/system/stock/index.vue index 8a27472..30f804d 100644 --- a/src/views/system/stock/index.vue +++ b/src/views/system/stock/index.vue @@ -136,7 +136,7 @@ @@ -262,7 +262,7 @@ import { listStock, getStock, delStock, addStock, updateStock } from "@/api/syst import {taskOutRequest} from "@/api/system/task"; export default { - dicts: ["in_order_type", "stock_status"], + dicts: ["in_order_type", "stock_or_order_status"], name: "Stock", data() { return {