From 15b3879cd259108e7ebb755fe02c190f28f1e20c Mon Sep 17 00:00:00 2001
From: leiqunqing <zhengqifeng@hnkhzn.com>
Date: 星期五, 06 二月 2026 14:46:23 +0800
Subject: [PATCH] 完善项目
---
代码管理/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue"
index e648e50..22f6692 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue"
@@ -28,11 +28,13 @@
sortName: "createDate",
});
+ // 缂栬緫琛ㄥ崟瀛楁 - 鏂板boxingNo
const editFormFields = ref({
id: "",
palletCode: "",
productCode: "",
productName: "",
+ boxingNo: "", // 娴佹按鍙峰瓧娈�
});
const editFormOptions = ref([
[
@@ -41,7 +43,6 @@
field: "palletCode",
type: "input",
width: 200,
- link: true,
require: true,
},
{
@@ -54,6 +55,14 @@
{
title: "鎴愬搧鍚嶇О",
field: "productName",
+ type: "input",
+ width: 200,
+ require: true,
+ },
+ // 鏂板锛氭祦姘村彿缂栬緫椤癸紙鍜屽疄浣撲竴鑷撮潪绌猴紝鏁呰require: true锛�
+ {
+ title: "娴佹按鍙�",
+ field: "boxingNo",
type: "input",
width: 200,
require: true,
@@ -71,10 +80,12 @@
],
]);
+ // 鏌ヨ琛ㄥ崟瀛楁 - 鏂板boxingNo
const searchFormFields = ref({
palletCode: "",
productCode: "",
productName: "",
+ boxingNo: "", // 娴佹按鍙锋煡璇㈠瓧娈�
creater: "",
createDate: "",
});
@@ -84,6 +95,8 @@
{ title: "宸ヨ鏉跨紪鍙�", field: "palletCode", type: "like" },
{ title: "鎴愬搧缂栧彿", field: "productCode", type: "like" },
{ title: "鎴愬搧鍚嶇О", field: "productName", type: "like" },
+ // 鏂板锛氭祦姘村彿鏌ヨ椤癸紙妯$硦鏌ヨlike锛屽拰鍏朵粬缂栧彿淇濇寔涓�鑷达級
+ { title: "娴佹按鍙�", field: "boxingNo", type: "like" },
],
[
{ title: "鍒涘缓浜�", field: "creater", type: "like" },
@@ -91,6 +104,7 @@
],
]);
+ // 琛ㄦ牸鍒楅厤缃� - 鏂板boxingNo鍒�
const columns = ref([
{
field: "id",
@@ -120,6 +134,14 @@
{
field: "productName",
title: "鎴愬搧鍚嶇О",
+ type: "string",
+ width: 200,
+ align: "left",
+ },
+ // 鏂板锛氭祦姘村彿琛ㄦ牸鍒楋紙瀹藉害鍜屽叾浠栫紪鍙蜂繚鎸�200锛屽彲鏍规嵁闇�姹傝皟鏁达級
+ {
+ field: "boxingNo",
+ title: "娴佹按鍙�",
type: "string",
width: 200,
align: "left",
@@ -164,7 +186,7 @@
const detail = ref({
cnName: "缁勭洏璇︾粏淇℃伅",
- table: "boxingDetail",
+ table: "DoxingDetail",
columns: [
{
field: "boxingId",
@@ -180,6 +202,7 @@
field: "componentCode",
title: "闆朵欢缂栧彿",
type: "string",
+ edit: { type: "" },
width: 200,
align: "left",
},
@@ -187,6 +210,7 @@
field: "componentName",
title: "闆朵欢鍚嶇О",
type: "string",
+ edit: { type: "" },
width: 200,
align: "left",
},
--
Gitblit v1.9.3