Commit e978e746 by hcy001

1

parent 75ac0cd7
Showing with 1 additions and 1 deletions
...@@ -140,7 +140,7 @@ class InquiryModel extends Model ...@@ -140,7 +140,7 @@ class InquiryModel extends Model
} }
#交货日期 #交货日期
$v['delivery_time'] = $v['delivery_time'] > 6 ? $v['delivery_time'].'周' : $v['delivery_time']."天"; $v['delivery_time'] = $v['delivery_time'] > 6 ? ($v['delivery_time']/7).'周' : $v['delivery_time']."天";
#查询所有报价 #查询所有报价
$v['quote_price'] = "--"; $v['quote_price'] = "--";
......
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 sign in to comment