From 974416fd8e0df1be705b6934c5ccb34bf7a55dd5 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 9 Dec 2025 09:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/other-transaction/scrap.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/other-transaction/scrap.vue b/src/views/modules/other-transaction/scrap.vue index 2c61169..78a4c16 100644 --- a/src/views/modules/other-transaction/scrap.vue +++ b/src/views/modules/other-transaction/scrap.vue @@ -118,7 +118,8 @@ export default { labelList: [], selectedReason: '', scrapReasons: [ - { value: 'DP03', label: '质量问题' }, + { value: 'ST010-ZH', label: '材料表面划伤' }, + { value: 'ST011-ZH', label: '材料过期' }, ], errorMessage: '' };