From b57044a014fcc03b097d7b16cb83e8ca3950ecfe Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 14 Nov 2024 15:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89ordertypem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRecordMain/index.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue index bd83a87c3..760b90a1b 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue @@ -287,7 +287,6 @@ const searchList = (model) => { params.itemTypes = '' params.itemType = '' } - params.orderTypeM = '1' setSearchParams(params) } @@ -439,11 +438,6 @@ const handleExport = async () => { // 筛选提交 const searchFormClick = (searchData) => { - searchData.filters.push({ - action: '==', - column: 'order_type_m', - value: '1' - }) tableObject.params = { isSearch: true, filters: searchData.filters @@ -475,18 +469,12 @@ const changeTabs = (data) => { /** 初始化 **/ onMounted(async () => { - tableObject.params = { - orderTypeM: '1' - } await getSwitchByCode('EnableQms').then((res) => { EnableQms.value = res == 'TRUE' ? true : false }) getList() }) onActivated(() => { - tableObject.params = { - orderTypeM: '1' - } getList() })