From 316ea675045c1873a263f2312c565f29ebaf4d3d Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Thu, 30 Nov 2023 14:43:11 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=A2=9E=E5=8A=A0=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../checkInventoryTask/createTask.vue | 33 +++++++++++++++----
1 file changed, 27 insertions(+), 6 deletions(-)
diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue
index c14d9d9d..b069ddea 100644
--- a/src/views/distribution/checkInventoryTask/createTask.vue
+++ b/src/views/distribution/checkInventoryTask/createTask.vue
@@ -234,6 +234,23 @@
:value="item.value"
/>
+
+
+
+
+
+
+
@@ -991,9 +1008,9 @@ const InventoryDetails = ref([
{
prop: 'inventoryDate',
label: '盘点时间',
- type: 5,
+ type: 8,
values: '',
- width: '150',
+ width: '350',
checkarr: [],
fixed: false,
search: false,
@@ -1226,9 +1243,9 @@ const contrast = ref([
{
prop: 'inventoryDate',
label: '盘点时间',
- type: 4,
+ type: 8,
values: '',
- width: '150',
+ width: '350',
checkarr: [],
fixed: false,
search: false,
@@ -2228,7 +2245,9 @@ const InformationEditing = () => {
// 弹窗品类搜索
const TcChenge = (event, val) => {
-
+ // 开始时间 startTime
+ // 结束时间 EndTime
+ event[0]
console.log(event, val);
TcPdloading.value = true;
console.log(row.value, '必须参数');
@@ -2242,7 +2261,9 @@ const TcChenge = (event, val) => {
questNum: quest,
questId: qstId,
};
-
+data.startTime=event[0]
+data.EndTime=event[1]
+delete data.inventoryDate
if ( DiskStatus.value) {
data.questStatus = 1;
}else{