From d82252f08a32f5786ffe231b7fd301b6a60781d6 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 07 三月 2026 17:56:58 +0800
Subject: [PATCH] 解决代码冲突更新WCS日志记录
---
项目代码/WMS/WMSClient/src/views/taskinfo/task_hty.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task_hty.vue"
index 7a93902..9f05fb9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task_hty.vue"
@@ -274,6 +274,13 @@
width: 100,
align: "left",
},
+ {
+ field: "taskLength",
+ title: "鐗╂枡骞呭",
+ type: "int",
+ width: 100,
+ align: "left",
+ }
]);
const detail = ref({
cnName: "#detailCnName",
--
Gitblit v1.9.3