Kaynağa Gözat

1.修改NPD,Create Tear Sheet增加Sort参数。

Pen Li 9 yıl önce
ebeveyn
işleme
d84ea56d82

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 0
RedAnt ERP Mobile/common/Functions/portfolio/PortfolioViewController.m

@@ -380,6 +380,7 @@
     NSString * string_iid = [checked_iid componentsJoinedByString:@","];
     [params setValue:string forKey:@"product_ids"];
     [params setValue:string_iid forKey:@"item_ids"];
+    [params setObject:@(self.sortIndex) forKey:@"sort"];
     TearSheetParamViewController * VC =[ self.storyboard instantiateViewControllerWithIdentifier:@"TearSheetParamViewController"];