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{