Commit f38c44e2 authored by lujunye's avatar lujunye

采购支付状态已支付不弹出选择框

parent 07848f25
...@@ -372,6 +372,9 @@ class CGDXQVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,GLAl ...@@ -372,6 +372,9 @@ class CGDXQVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,GLAl
} }
if indexPath.section == 0 { if indexPath.section == 0 {
if indexPath.row == 6 { if indexPath.row == 6 {
if payZt == 1 {
return
}
if glSelectView == nil { if glSelectView == nil {
let view = GLAlertSelectView(frame: self.view.bounds) let view = GLAlertSelectView(frame: self.view.bounds)
view.tag = 100 view.tag = 100
......
Markdown is supported
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