|
|
@@ -22,7 +22,7 @@ class CreateOrderIssuesTable extends Migration
|
|
|
$table->string('send_back_number')->nullable()->index()->comment('退回单号');
|
|
|
$table->enum('is_new_rejecting',['无','有','已处理'])->default('无')->index()->comment('有新退件');
|
|
|
$table->integer('rejected_bill_id')->index()->nullable()->comment('退回单');
|
|
|
- $table->enum('rejecting_status', ['无', '未退回', '全部退回', '部分退回', '差异退回', '超量退回', '全部退回'])->default('无')->index()->comment('退回状态');
|
|
|
+ $table->enum('rejecting_status', ['无', '未退回', '全部退回', '部分退回', '差异退回', '超量退回', '全部退回',])->default('无')->index()->comment('退回状态');
|
|
|
$table->string('order_issue_type_id')->nullable()->comment('问题类别');
|
|
|
$table->string('result_explain')->nullable()->comment('处理结果说明');
|
|
|
$table->integer('second_order_id')->nullable()->comment('二次订单号');
|