From 679893ee68e2f7d422431bb22b665e9217f23410 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 16 四月 2026 16:41:11 +0800
Subject: [PATCH] 深库位与浅库位出库时,进行浅货位移库不可直接出库
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue"
index 461ac1a..3bf13e8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound.vue"
@@ -19,12 +19,12 @@
export default defineComponent({
setup() {
const table = ref({
- key: "Id",
+ key: "id",
footer: "Foots",
cnName: "搴撳瓨鏆傚瓨鍑哄簱鍘嗗彶",
name: "Dt_PreOutbound",
url: "/Dt_PreOutbound/",
- sortName: "Id",
+ sortName: "id",
});
const editFormFields = ref({
palletCode: "",
@@ -39,7 +39,7 @@
const editFormOptions = ref([
[
{
- title: "鎵樼洏缂栧彿",
+ title: "杞﹁疆鏉$爜",
field: "palletCode",
type: "string",
},
@@ -68,7 +68,7 @@
});
const searchFormOptions = ref([
[
- { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" },
+ { title: "杞﹁疆鏉$爜", field: "palletCode", type: "like" },
{ title: "鐘舵��", field: "stockStatus", type: "int" },
//{ title: "绫诲瀷", field: "wheels_Type", type: "int" },
{ title: "澶囨敞", field: "remark", type: "like" },
@@ -78,7 +78,7 @@
]);
const columns = ref([
{
- field: "Id",
+ field: "id",
title: "涓婚敭",
type: "int",
width: 90,
@@ -90,7 +90,7 @@
},
{
field: "palletCode",
- title: "鎵樼洏缂栧彿",
+ title: "杞﹁疆鏉$爜",
type: "string",
width: 100,
align: "left",
--
Gitblit v1.9.3