Browse Source

需求市场

master
lemon 4 years ago
parent
commit
5e0ffdbe2c
  1. 1
      app/AdminAgent/Controllers/DemandController.php
  2. 1
      app/AdminGuide/Controllers/DemandController.php
  3. 1
      app/AdminSupplier/Controllers/DemandController.php

1
app/AdminAgent/Controllers/DemandController.php

@ -80,6 +80,7 @@ class DemandController extends AdminController
}); });
}else{ }else{
$grid->column('bidding','竞标') $grid->column('bidding','竞标')
->display('')
->if(function () { ->if(function () {
$isBidding = DemandBidding::query() $isBidding = DemandBidding::query()
->where('demand_id',$this->id) ->where('demand_id',$this->id)

1
app/AdminGuide/Controllers/DemandController.php

@ -76,6 +76,7 @@ class DemandController extends AdminController
}); });
}else{ }else{
$grid->column('bidding','竞标') $grid->column('bidding','竞标')
->display('')
->if(function () { ->if(function () {
$isBidding = DemandBidding::query() $isBidding = DemandBidding::query()
->where('demand_id',$this->id) ->where('demand_id',$this->id)

1
app/AdminSupplier/Controllers/DemandController.php

@ -65,6 +65,7 @@ class DemandController extends AdminController
}); });
}else{ }else{
$grid->column('bidding','竞标') $grid->column('bidding','竞标')
->display('')
->if(function () { ->if(function () {
$isBidding = DemandBidding::query() $isBidding = DemandBidding::query()
->where('demand_id',$this->id) ->where('demand_id',$this->id)

Loading…
Cancel
Save