From b5330267f92498ef1f527c90b0f47d990dd8774a Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Fri, 5 Apr 2024 19:58:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../checkInventoryTask/createTask.vue | 67 +++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue
index 338f0865..71700d43 100644
--- a/src/views/distribution/checkInventoryTask/createTask.vue
+++ b/src/views/distribution/checkInventoryTask/createTask.vue
@@ -271,6 +271,18 @@
}}
+
+ {{ props.row[item.prop] !== 1 ? '否' : '是' }}
+
+
+
+ {{ props.row[item.prop] !== 1 ? '否' : '是' }}
+
+
+
+ {{ props.row[item.prop] !== 1 ? '否' : '是' }}
+
+
{{
props.row[item.prop] == 1
@@ -1028,6 +1040,61 @@ const InventoryDetails = ref([
search: false,
head: true,
},
+ {
+ prop: 'isNew',
+ label: '是否新增',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ search: false,
+ head: true,
+ },
+ {
+ prop: 'groundingPositionCode',
+ label: '上架后库位',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ search: false,
+ head: true,
+ },
+ {
+ prop: 'newTrayCode',
+ label: '移动托盘',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ search: false,
+ head: true,
+ },
+ {
+ prop: 'isChange',
+ label: '是否数量变更',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ search: false,
+ head: true,
+ },
+ {
+ prop: 'isChangeAt',
+ label: '是否库位或托盘变更',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ search: false,
+ head: true,
+ },
{
prop: 'inventoryPerson',
label: '盘点人',