From 32c5fd83838104358d2bbe35607ef2205b2a38b3 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 31 Jul 2024 10:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A3=85=E8=BD=A6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/distribution/TripartiteTransfer.js | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js index bdf21253..750574d8 100644 --- a/src/option/distribution/TripartiteTransfer.js +++ b/src/option/distribution/TripartiteTransfer.js @@ -388,6 +388,26 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, + { + prop: 'unloadTrayName', + label: '卸车托盘名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'unloadTrayCode', + label: '卸车托盘码', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, // { // prop: 'nodeNub', // label: '装车仓库',