From 8378915638d6692b57f36620a752ab1fe59a2e4c Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期一, 10 二月 2025 16:50:22 +0800 Subject: [PATCH] 分容获取库存接口更新 --- Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue b/Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue index 1c1154f..a744063 100644 --- a/Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue +++ b/Code Management/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue @@ -92,7 +92,7 @@ field: "palletCode", title: "鎵樼洏缂栧彿", type: "string", - width: 200, + width: 160, align: "left", }, { @@ -136,14 +136,14 @@ field: "currentAddress", title: "褰撳墠浣嶇疆", type: "string", - width: 120, + width: 110, align: "left", }, { field: "nextAddress", title: "涓嬩竴浣嶇疆", type: "string", - width: 120, + width: 110, align: "left", }, { @@ -165,7 +165,7 @@ field: "dispatchertime", title: "浠诲姟涓嬪彂鏃堕棿", type: "datetime", - width: 150, + width: 110, align: "left", }, { @@ -194,7 +194,7 @@ field: "modifier", title: "淇敼浜�", type: "string", - width: 100, + width: 90, align: "left", }, { -- Gitblit v1.9.3