@@ -52,6 +52,7 @@ class WmsReceiveNewListener
break;
}
+
private function handleJianshang($logisticNumberReturn, $downloadedSkuItems, $wmsReceives){
$bills=RejectedBill::where('logistic_number_return',$logisticNumberReturn)->
whereIn('is_loaded',[0,2])->get();
@@ -32,7 +32,7 @@ class ChangePackageColumn extends Migration
$table->decimal('bulk')->nullable()->comment('体积(cm³)');
$table->bigInteger('paper_box_id')->nullable()->index()->comment('外键纸箱');
$table->dateTime('weighed_at')->nullable()->comment('称重时间');
- $table->enum('status',['无','未上传','已上传','未测量','未下发','上传异常','下发异常','记录异常','已上传异常'])->default('无')->comment('包裹信息状态');
+ $table->enum('status',['无','未上传','已上传','未测量','未下发','上传异常','下发异常','记录异常','已上传异常','测量异常'])->default('无')->comment('包裹信息状态');
$table->timestamps();
});
@@ -1,3 +0,0 @@
-{
- "process": 20980
-}
@@ -7,7 +7,7 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
- <title>{{ config('app.name', 'BsWAS') }}</title>
+ <title>@yield('title') {{ config('app.name', 'BsWAS') }}</title>
<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
@@ -1,4 +1,5 @@
@extends('layouts.app')
+@section('title')权限@endsection
@section('content')
<span id="nav2">
+@section('title')创建车辆@endsection
<div id="nav2">
+@section('title')编辑车辆@endsection
+@section('title')车辆@endsection
+@section('title')创建承运商@endsection
+@section('title')编辑承运商@endsection
@@ -1,5 +1,6 @@
+@section('title')承运商@endsection
+@section('title')创建城市@endsection
+@section('title')编辑城市@endsection
+@section('title')城市@endsection
+@section('title')创建商品@endsection
+@section('title')编辑商品@endsection
+@section('title')商品@endsection
+@section('title')设置@endsection
@component('maintenance.menu')@endcomponent
+@section('title')日志@endsection
+@section('title')日志详情{{$log['id']}}@endsection
+@section('title')创建物流公司@endsection
+@section('title')编辑物流公司@endsection
+@section('title')物流公司@endsection
+@section('title')新建测量设备@endsection
+@section('title')编辑测量设备@endsection
+@section('title')测量设备@endsection
+@section('title')新建货主@endsection
+@section('title')编辑货主@endsection
+@section('title')货主@endsection
+@section('title')新建纸箱@endsection
+@section('title')编辑纸箱@endsection
+@section('title')导入纸箱@endsection
+@section('title')纸箱@endsection
<div id="list">
+@section('title')纸箱(按货主)@endsection
+@section('title')新建省份@endsection
+@section('title')编辑省份@endsection
+@section('title')省份@endsection
+@section('title')新建品质标签@endsection
+@section('title')编辑品质标签@endsection
+@section('title')品质标签@endsection
+@section('title')新建角色@endsection
+@section('title')编辑角色@endsection
+@section('title')角色@endsection
+@section('title')新建单位@endsection
+@section('title')编辑单位@endsection
+@section('title')单位@endsection
+@section('title')新建用户@endsection
+@section('title')编辑用户@endsection
+@section('title')用户@endsection
+@section('title')新建价格模型@endsection
+@section('title')修改价格模型@endsection
+@section('title')导入价格模型@endsection
+@section('title')运输价格模型@endsection
+@section('title')录入退货@endsection
+@section('title')编辑退货@endsection
+@section('title')导入@endsection
+@section('title')退货管理@endsection
+@section('title')已删除@endsection
+@section('title')运输管理@endsection
+@section('title')财务报表@endsection
<div class="d-none" id="editingPanel">
+@section('title')设备@endsection
@component('weight.menu')@endcomponent
+@section('title')手动录入@endsection
+@section('title')称重管理@endsection
@@ -12,9 +13,9 @@
<div>
<form method="GET" action="{{url('package/')}}" style="margin-top: 1%" id="optionSubmit">
<table class="table table-sm table-bordered text-nowrap ">
- <tr>
+ <tr v-if="isBeingFilterConditions">
<td colspan="10"><div class="col" style="padding:0">
- <a href="{{url('package')}}"><span class="btn btn-warning text-dark" v-if="isBeingFilterConditions">清除过滤条件</span></a>
+ <a href="{{url('package')}}"><span class="btn btn-warning text-dark">清除过滤条件</span></a>
</div></td>
</tr>
<tr>
+@section('title')异常记录@endsection
@@ -1,2 +1,11 @@
-nohup php artisan queue:work --sleep=5 >/dev/null 2>&1 &
nohup laravel-echo-server start >/dev/null 2>&1 &
+nohup php artisan queue:work --tries=2 --delay=2 >/dev/null 2>&1 &