From dffa557dbc02fc4b8085e19a095799d104dd54f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 21 Nov 2022 00:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E6=94=B6=E4=BB=98=E6=AC=BE=E5=8D=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=94=80=E5=94=AE=E9=87=87=E8=B4=AD=E5=8D=95?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/MoneyInList.vue | 6 ++++++ jshERP-web/src/views/financial/MoneyOutList.vue | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/jshERP-web/src/views/financial/MoneyInList.vue b/jshERP-web/src/views/financial/MoneyInList.vue index 40f60f78..743b2d75 100644 --- a/jshERP-web/src/views/financial/MoneyInList.vue +++ b/jshERP-web/src/views/financial/MoneyInList.vue @@ -85,6 +85,11 @@ + + + + + @@ -179,6 +184,7 @@ accountId: "", status: "", remark: "", + number: "", roleType: Vue.ls.get('roleType') }, // 表头 diff --git a/jshERP-web/src/views/financial/MoneyOutList.vue b/jshERP-web/src/views/financial/MoneyOutList.vue index 4d3c6119..80c9286b 100644 --- a/jshERP-web/src/views/financial/MoneyOutList.vue +++ b/jshERP-web/src/views/financial/MoneyOutList.vue @@ -85,6 +85,11 @@ + + + + + @@ -179,6 +184,7 @@ accountId: "", status: "", remark: "", + number: "", roleType: Vue.ls.get('roleType') }, // 表头