Browse Source

运输界面样式微调

Zhouzhendong 4 years ago
parent
commit
9bfca5818d

+ 2 - 1
app/Http/Controllers/TestController.php

@@ -2,6 +2,7 @@
 
 namespace App\Http\Controllers;
 
+use App\Authority;
 use App\Commodity;
 use App\CommodityMaterialBoxModel;
 use App\Components\AsyncResponse;
@@ -120,6 +121,6 @@ class TestController extends Controller
 
     public function test3()
     {
-        Station::query()->update(["status"=>0]);
+
     }
 }

+ 2 - 2
resources/views/transport/waybill/index.blade.php

@@ -833,7 +833,7 @@
                         {name:'operation',value: '操作', neglect: true, class:"td-operation"},@endcan
                             @can('运输管理-运单-置顶'){name:'onTop',value: '置顶', neglect: true, class:"td-operation"},@endcan
                         {name:'status',value: '状态', class:"td-operation"},
-                        {name:'express_face_list',value: '快递面单是否打印', class:"td-operation"},
+                        {name:'express_face_list',value: '快递面单是否打印', class:"td-warm"},
                         {name:'index',value: '序号', neglect: true, class:"td-warm"},
                         {name:'created_at', neglect: true,value: '创建时间', class:"td-warm"},
                         {name:'operating',value: '操作记录', class:"td-warm"},
@@ -881,7 +881,7 @@
                         fixedTop:($('#form_div').height())+2,
                         before : [
                             {colspan:'4',value: '', class:"table-header-layer-1"},
-                            {colspan:'14',value: '运单信息',font:"fa fa-file-text-o", class:"table-header-layer-1"},
+                            {colspan:'15',value: '运单信息',font:"fa fa-file-text-o", class:"table-header-layer-1"},
                             {colspan:'17',value: '运输信息',font:"fa fa-truck", class:"table-header-layer-1"},
                             {colspan:'5',value: '收费信息',font:"fa fa-rmb", class:"table-header-layer-1"},
                                 @can('运输管理-运单-删除'){colspan:'1',value: '',font:"", class:"table-header-layer-1"},@endcan