From c5f01e9a882b16f534166d033312c5c8ba8d94dd Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期六, 24 一月 2026 14:35:21 +0800
Subject: [PATCH] 离开北京前最后的版本,包含打印机程序
---
项目代码/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_EmptyPallet.vue | 34 ++++++++++++++++++++++++++++------
1 files changed, 28 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_EmptyPallet.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_EmptyPallet.vue"
index 3025819..6b62ad2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_EmptyPallet.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_EmptyPallet.vue"
@@ -19,16 +19,37 @@
sortName: 'materiel_createtime',
});
const editFormFields = ref({
-
+ EmptyPallet_name:"",
+ EmptyPallet_palletweight:"",
+ EmptyPallet_remark:""
});
const editFormOptions = ref([
-
+ [
+ { title: '鎵樼洏鏉$爜', field: 'EmptyPallet_name', type: 'text' },
+
+
+ ],
+ [
+ { title: '閲嶉噺', field: 'EmptyPallet_palletweight', type: 'text' },
+ ],[
+ { title: '澶囨敞', field: 'EmptyPallet_remark', type: 'text' },
+ ]
]);
const searchFormFields = ref({
-
+ EmptyPallet_name:"",
+ EmptyPallet_palletweight:"",
+ EmptyPallet_remark:""
});
const searchFormOptions = ref([
-
+ [
+ { title: '鎵樼洏鏉$爜', field: 'EmptyPallet_name', type: 'like' },
+ ],
+ [
+ { title: '閲嶉噺', field: 'EmptyPallet_palletweight', type: 'like' },
+ ],
+ [
+ { title: '澶囨敞', field: 'EmptyPallet_remark', type: 'like' },
+ ]
]);
const columns = ref([
{
@@ -56,10 +77,11 @@
width: 120,
require: true,
align: 'left',
+ sort: true
},
{
- field: 'eqment_creator',
+ field: 'EmptyPallet_creator',
title: '鍒涘缓鑰�',
type: 'string',
width: 110,
@@ -67,7 +89,7 @@
align: 'left',
},
{
- field: 'eqment_createtime',
+ field: 'EmptyPallet_createtime',
title: '鍒涘缓鏃堕棿',
type: 'datetime',
width: 110,
--
Gitblit v1.9.3