|
@@ -26,8 +26,8 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
<div class="orderreturn-index">
|
|
<div class="orderreturn-index">
|
|
|
|
|
|
<h1><?php echo $shop==1?"美国仓":"亚马逊"; ?></h1>
|
|
<h1><?php echo $shop==1?"美国仓":"亚马逊"; ?></h1>
|
|
- <p>
|
|
|
|
- <?= Html::a('创建', ['create'], ['class' => 'btn btn-success']) ?>
|
|
|
|
|
|
+ <p class="order—create">
|
|
|
|
+ <?= Html::a('创建', ['create'], ['class' => 'btn btn-success ']) ?>
|
|
</p>
|
|
</p>
|
|
<p>
|
|
<p>
|
|
<?php
|
|
<?php
|
|
@@ -37,6 +37,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
'action'=>'/site/export?shop='.$shop,
|
|
'action'=>'/site/export?shop='.$shop,
|
|
'method'=>'post',
|
|
'method'=>'post',
|
|
'options'=>[
|
|
'options'=>[
|
|
|
|
+ "class"=>"upload-excel",
|
|
'enctype'=>'multipart/form-data',
|
|
'enctype'=>'multipart/form-data',
|
|
]
|
|
]
|
|
]);
|
|
]);
|