Browse Source

Merge remote-tracking branch 'origin/master'

master
李可松 4 years ago
parent
commit
95199fd093
  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{
$grid->column('bidding','竞标')
->display('')
->if(function () {
$isBidding = DemandBidding::query()
->where('demand_id',$this->id)

1
app/AdminGuide/Controllers/DemandController.php

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

1
app/AdminSupplier/Controllers/DemandController.php

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

Loading…
Cancel
Save