From 8f8dcdae7e40ba4e94a363aa8eb91c7665810bc3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 31 八月 2026 15:29:17 +0800
Subject: [PATCH] fix: 新疆-绿能 1.报工自动生成产品入库单 + 勾选入库 + 不合格仓库兜底
---
src/views/wls/productreceipt/data.ts | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/src/views/wls/productreceipt/data.ts b/src/views/wls/productreceipt/data.ts
index f249a84..c7c6db6 100644
--- a/src/views/wls/productreceipt/data.ts
+++ b/src/views/wls/productreceipt/data.ts
@@ -192,6 +192,12 @@
},
},
{
+ field: 'feedbackId',
+ title: '鏉ユ簮',
+ width: 100,
+ slots: { default: 'source' },
+ },
+ {
title: '鎿嶄綔',
width: 240,
fixed: 'right',
@@ -237,10 +243,29 @@
width: 100,
},
{
+ field: 'qualityStatus',
+ title: '璐ㄩ噺鐘舵��',
+ width: 100,
+ cellRender: {
+ name: 'CellDict',
+ props: { type: DICT_TYPE.MES_WM_QUALITY_STATUS },
+ },
+ },
+ {
field: 'batchCode',
title: '鎵规鍙�',
minWidth: 120,
},
+ ...(stockable
+ ? [
+ {
+ field: 'isStock',
+ title: '鏄惁鍏ュ簱',
+ width: 100,
+ slots: { default: 'isStock' },
+ } as const,
+ ]
+ : []),
...(editable || stockable
? [
{
--
Gitblit v1.9.3