From da3032959e5dfdedd2f4be72be985b91f100951d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Tue, 29 Oct 2019 00:02:52 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=9B=B6=E5=94=AE=E7=BC=96?=
=?UTF-8?q?=E8=BE=91=E6=8A=A5=E9=94=99=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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js
index 76424c1f..baf39217 100644
--- a/erp_web/js/pages/materials/in_out.js
+++ b/erp_web/js/pages/materials/in_out.js
@@ -1548,7 +1548,7 @@
if(listSubType == "零售"){
var option = "";
- if(depotHeadInfo[17] === "预付款"){
+ if(res.paytype === "预付款"){
option = '';
option += '';
}