From 212f4533252b034f2986dee6d4f189b4d267679c Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 15 Jan 2026 15:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E6=94=BE=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ftdlDTY/man-load-goods.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/ftdlDTY/man-load-goods.vue b/pages/ftdlDTY/man-load-goods.vue index 6358fa3..e886801 100644 --- a/pages/ftdlDTY/man-load-goods.vue +++ b/pages/ftdlDTY/man-load-goods.vue @@ -216,12 +216,10 @@ toAdd () { let currObj = { mid: 'mid_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9), - container_code: '', + device_code: '', + doff_code: '', material_code: '0001542', - material_name: 'ET02560/T (1250X1000)', - pscn: '', - qty: '1', - measure_unit_id: '单位' + material_name: 'ET02560/T (1250X1000)' } this.dataList.push(currObj) },