From 1cf1d9f03bcd53898671707de16132e28e5af59a Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 13 Dec 2024 10:01:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=98=BF=E9=87=8C=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E9=80=81=E8=B4=A7=E5=8D=95=E7=9A=84=E4=B8=9A=E5=8A=A1=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/selectMsfxOrderDialog.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue b/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue index c8c096e..16e943f 100644 --- a/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue +++ b/src/views/pharmaceuticals/distribution/selectMsfxOrderDialog.vue @@ -182,10 +182,8 @@ export default { data() { return { orderQuery: { - bill_code: '', - bill_type: 'A', - begin_date:'', - ens_date:'', + beginDate:null, + ensDate:null, page: 1, limit: 10 }, @@ -223,6 +221,15 @@ export default { } }, methods: { + onReset() { + this.orderQuery = { + beginDate: null, + ensDate: null, + page: 1, + limit: 10 + }, + this.getList() + }, confirmSelect() { if (this.currentRow == null) { this.$message.error('请选择要选入的单据!')