From ecdf734a46449ce4bea11e7215e1901b6a454556 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Sun, 23 Dec 2018 16:55:10 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8D=E5=8A=A0=E8=BD=BD?=
=?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=B4=A6=E6=88=B7=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
erp_web/js/pages/materials/in_out.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js
index d50b95cf..a7d5a4bd 100644
--- a/erp_web/js/pages/materials/in_out.js
+++ b/erp_web/js/pages/materials/in_out.js
@@ -455,8 +455,8 @@
options += "";
for(var i = 0 ;i < accountList.length;i++) {
var account = accountList[i];
- options += '';
- if(account.isDefault) {
+ options += '';
+ if(account.isdefault) {
defaultAccountId = account.id; //给账户赋值默认id
}
}