Commit a36226dd authored by 陈俊俊's avatar 陈俊俊

转运单收货仓库bug

parent 68eaa1ef
......@@ -239,7 +239,7 @@
_chooseBasePriceLabel = contentLabel;
}else if(indexPath.row == 7) {
_chooseTotalPriceLabel= contentLabel;
_chooseTotalPriceLabel.textColor = [UIColor redColor];
_chooseTotalPriceLabel.textColor = GXF_NAVIGAYION_COLOR;
}else if(indexPath.row == 8) {
_choosePackCountLabel = contentLabel;
}else if(indexPath.row == 9) {
......
......@@ -78,7 +78,7 @@
- (void)setTransfer:(Transfer *)transfer{
self.billNumberLabel.text = [NSString stringWithFormat:@"单号:%@",transfer.billnumber];
self.warehouseLabel.text = [NSString stringWithFormat:@"发货仓库:%@",transfer.warehouseName];
self.rwarehouseLabel.text = [NSString stringWithFormat:@"货仓库:%@",transfer.rwarehouseName];
self.rwarehouseLabel.text = [NSString stringWithFormat:@"货仓库:%@",transfer.rwarehouseName];
self.carnumberLabel.text = [NSString stringWithFormat:@"车辆:%@",transfer.carnumber] ;
self.createOperNameLabel.text = [NSString stringWithFormat:@"创建人:%@",transfer.create_operName] ;
self.createTimeLabel.text =[NSString stringWithFormat:@"创建时间:%@",transfer.create_time];
......
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