Commit da303295 authored by 季圣华's avatar 季圣华
Browse files

解决零售编辑报错的bug

parent b8760212
......@@ -1548,7 +1548,7 @@
if(listSubType == "零售"){
var option = "";
if(depotHeadInfo[17] === "预付款"){
if(res.paytype === "预付款"){
option = '<option value="预付款">预付款</option>';
option += '<option value="现付">现付</option>';
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment