From 87fc6dad9f4cafe81470b5875184ed51aeca5ca1 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Tue, 26 Sep 2023 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BD=E5=9D=AF=20=E7=89=A9=E6=96=99=20?= =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2+=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98+=E5=BA=95=E9=83=A8=E9=A1=B5=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/whiteOrder/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/plan/whiteOrder/index.vue b/src/views/plan/whiteOrder/index.vue index f507a5e..f62dadd 100644 --- a/src/views/plan/whiteOrder/index.vue +++ b/src/views/plan/whiteOrder/index.vue @@ -220,7 +220,7 @@ 搜索 - 重置 + 重置 @@ -1224,6 +1224,7 @@ export default { // 新增-物料搜索按钮 handleMaterielQuery() { this.materielQueryParams.pageNum = 1; + this.materielQueryParams.pageSize = 10; this.getMaterielList(); }, // 拆分-车数数量校验 @@ -1270,6 +1271,8 @@ export default { this.materielQueryParams = { productCode: undefined, productDescZh: '白坯', + pageNum: 1, + pageSize: 10, } // 打开选择物料弹窗 this.innerVisible = true; @@ -1429,6 +1432,11 @@ export default { this.queryParams.planDateEnd = moment(this.queryParams.planDateArray[1]).format('YYYY-MM-DD') this.getList(); }, + // 物料选择页面重置 + resetProductQuery(){ + this.materielQueryParams.productCode = null; + this.getMaterielList(); + }, // 首-重置按钮操作 resetQuery() { this.resetForm("queryForm");