From 2c5e31d16b00f56f28c8be410994e783653d51fb Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 29 Apr 2024 18:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/checkInventoryTask/createTask.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue index 4375aa07..19a120a4 100644 --- a/src/views/distribution/checkInventoryTask/createTask.vue +++ b/src/views/distribution/checkInventoryTask/createTask.vue @@ -715,7 +715,6 @@ import { downloadXls } from '@/utils/util'; import { getDictionaryBiz } from '@/api/system/dict'; import { ref, reactive } from 'vue'; import { off } from 'dom7'; -import { template } from '@antfu/utils'; const wLinput = ref(null); //物料编码搜索框 const wLinputState = ref(false); //标记是否显示下拉框 const SoInfoData = ref({}); //搜索框参数 @@ -771,7 +770,6 @@ const Statusjudgment = ref(false); //新增按钮 const DbEx = ref(null); //对比明细导出 const fullScreen = ref(false); //是否全屏 const BatchAbandonment = ref([]); //首页废弃 -const templateRwo = ref() /** loading */ const loadingObj = reactive({ /** 页面loading */ @@ -1592,16 +1590,16 @@ const InInputSo = (values, val) => { // 搜索框 const InputSo = val => { - console.log(val,'val==>'); TcPdloading.value = true; + console.log(val, '搜索框接收的值'); let data = {}; console.log(row.value, 'row.value'); data.current = TccurrentPage.value; data.size = TcpageSize.value; let dataS = { - questNum: templateRwo.value.questNum, - questId: templateRwo.value.id, + questNum: UncountedDetails.value.questNum, + questId: UncountedDetails.value.id, current: TccurrentPage.value, //页码 size: TcpageSize.value, //条数 [val.prop]: val.values, @@ -1843,8 +1841,6 @@ const TcViewEvent = (val, Inso) => { }; // 点击详情按钮 const ViewEvent = val => { - console.log(val,'val'); - templateRwo.value =val DiskStatus.value = true; //表示当前在已盘点列表 InventoryDetails.value.forEach(item => { item.values = null; @@ -1853,6 +1849,7 @@ const ViewEvent = val => { TccurrentPage.value = 1; //重置页码 NotCounted.value = false; //关闭未盘点 row.value = val; + UncountedDetails.value = val; PopupDetails.value = true; TcPdloading.value = true; console.log(val, '明细');