From 2b66d4c2dc5b1c00805fa47ba65d9a8d2724ab35 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期三, 25 二月 2026 08:48:01 +0800
Subject: [PATCH] 清理多余文件
---
代码管理/WMS/WMSClient/src/views/stock/proStockInfo_Hty.vue | 29 +++++++----------------------
1 files changed, 7 insertions(+), 22 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/views/stock/proStockInfo_Hty.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/views/stock/proStockInfo_Hty.vue"
index b93f1ae..d52fb07 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/views/stock/proStockInfo_Hty.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSClient/src/views/stock/proStockInfo_Hty.vue"
@@ -21,7 +21,7 @@
const table = ref({
key: "id",
footer: "Foots",
- cnName: "鎴愬搧搴撳瓨淇℃伅",
+ cnName: "鎴愬搧搴撳瓨淇℃伅鍘嗗彶",
name: "proStockInfo_Hty",
url: "/proStockInfo_Hty/",
sortName: "id",
@@ -38,17 +38,17 @@
});
const editFormOptions = ref([
[
- {field:'palletCode',title:'鑳舵鍙�',type:'string'},
+ {field:'containerCode',title:'鏂欐缂栧彿',type:'string'},
{field:'locationCode',title:'璐т綅缂栧彿',type:'string'},
]
]);
const searchFormFields = ref({
- palletCode: "",
+ containerCode: "",
locationCode: "",
});
const searchFormOptions = ref([
[
- { title: "鑳舵鍙�", field: "palletCode" },
+ { title: "鏂欐缂栧彿", field: "containerCode" },
{ title: "璐т綅缂栧彿", field: "locationCode" },
],
]);
@@ -59,7 +59,6 @@
title: "sourceId",
type: "int",
width: 90,
- hidden: true,
readonly: true,
require: true,
align: "left",
@@ -78,23 +77,9 @@
width: 90,
align: "left",
},
- {
- field: "palletCode",
- title: "鑳舵鍙�",
- type: "string",
- width: 90,
- align: "left",
- }, {
- field: "shipmentOrder",
- title: "鍑鸿揣鍗曞彿",
- type: "string",
- width: 90,
- align: "left",
- },
-
- {
- field: "palletType",
- title: "鑳舵绫诲瀷",
+ {
+ field: "containerCode",
+ title: "鏂欐缂栧彿",
type: "string",
width: 90,
align: "left",
--
Gitblit v1.9.3