From 7cbf15174a3f6cd5ef43e7533662234d8c834e63 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 24 Apr 2024 23:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=AF=B7=E8=B4=AD=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/PurchaseApplyList.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jshERP-web/src/views/bill/PurchaseApplyList.vue b/jshERP-web/src/views/bill/PurchaseApplyList.vue index 4530dbf5..581479dc 100644 --- a/jshERP-web/src/views/bill/PurchaseApplyList.vue +++ b/jshERP-web/src/views/bill/PurchaseApplyList.vue @@ -175,8 +175,6 @@ materialParam: "", type: "其它", subType: "请购单", - organId: "", - depotId: "", creator: "", status: "", remark: "" @@ -190,8 +188,7 @@ offset: 1 }, // 默认索引 - defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney', - 'changeAmount','status'], + defDataIndex:['action','number','materialsList','operTimeStr','userName','materialCount','status'], // 默认列 defColumns: [ { @@ -225,7 +222,6 @@ }, created() { this.initSystemConfig() - this.initSupplier() this.initUser() }, computed: {