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 += '';
}