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 {