Browse Source

订货单选择账户过滤isorder == 0 的账户

xiaohaizhao 1 year ago
parent
commit
ca4c743f77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      select/account/index.js

+ 1 - 1
select/account/index.js

@@ -100,7 +100,7 @@ Page({
         v.creditquota = CNY(v.creditquota)
         return v
       })
-      let list = res.data.filter(v => v.accountno != '02')
+      let list = res.data.filter(v => v.isorder)
       this.setData({
         'params.content.pageNumber': res.pageNumber + 1,
         'params.content.pageTotal': res.pageTotal,