From 1963e40fab4e4c8b3597a1853ce5a03264d7897f Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 13 十二月 2025 17:43:51 +0800
Subject: [PATCH] 1
---
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue | 23 +----------------------
1 files changed, 1 insertions(+), 22 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue"
index 1c48097..cc9b8be 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue"
@@ -129,7 +129,6 @@
import StockSelect from "./StockSelect.vue";
import SelectedStock from "./SelectedStock.vue";
import NoStockOut from "./NoStockOut.vue";
-import { stationManager, STATION_STORAGE_KEY } from "@/../src/uitils/stationManager";
import { h, createVNode, render, reactive } from "vue";
import {
ElDialog,
@@ -317,17 +316,6 @@
dictionaryList: null,
};
},
- onMounted() {
- // 浠庢湰鍦板瓨鍌ㄥ姞杞戒繚瀛樼殑绔欏彴鍊�
- const savedStation = stationManager.getStation();
- console.log(savedStation);
- if (savedStation) {
- outboundForm.selectedPlatform = savedStation;
- } else if (stationOptions.length > 0) {
- // 濡傛灉娌℃湁淇濆瓨鐨勫�硷紝浣跨敤绗竴涓�夐」
- //stationValue.value = stationOptions[0].value;
- }
- },
methods: {
toggleAssignStockColumn() {
const assignStockColumn = this.tableColumns.find(
@@ -402,8 +390,6 @@
});
},
outbound() {
- const savedStation = stationManager.getStation();
- console.log(savedStation);
if (this.selection.length === 0) {
return this.$message.error("璇烽�夋嫨鍗曟嵁鏄庣粏");
}
@@ -418,9 +404,6 @@
selectedPlatform: platformOptions[0].value,
});
- if (savedStation) {
- formData.selectedPlatform = savedStation;
- }
const vnode = createVNode(
ElDialog,
{
@@ -549,8 +532,6 @@
render(vnode, mountNode);
},
outboundbatch() {
- const savedStation = stationManager.getStation();
- console.log(savedStation);
if (this.selection.length === 0) {
return this.$message.error("璇烽�夋嫨鍗曟嵁鏄庣粏");
}
@@ -568,9 +549,7 @@
selectedPlatform: platformOptions[0].value,
outboundDecimal: "",
});
- if (savedStation) {
- formData.selectedPlatform = savedStation;
- }
+
const vnode = createVNode(
ElDialog,
{
--
Gitblit v1.9.3