@@ -81,6 +81,12 @@ class Goods extends Backend
public function add()
{
if($this->request->isGet()){
+ $this->assign('row',[
+ 'sku'=>[
+ 'amount_ladder'=>[],
+ 'amount_kill_ladder'=>[],
+ ],
+ ]);
return $this->fetch();
}else{
$this->makeAdd();