|
@@ -37,7 +37,7 @@ class Type extends Controller
|
|
|
*/
|
|
|
public function add()
|
|
|
{
|
|
|
- $this->title = '添加公司';
|
|
|
+ $this->title = '添加';
|
|
|
BasePostageType::mForm('form');
|
|
|
}
|
|
|
|
|
@@ -47,12 +47,12 @@ class Type extends Controller
|
|
|
*/
|
|
|
public function edit()
|
|
|
{
|
|
|
- $this->title = '编辑快递公司';
|
|
|
+ $this->title = '编辑';
|
|
|
BasePostageType::mForm('form');
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 同步字段编号
|
|
|
+ *
|
|
|
* @param array $data
|
|
|
* @return void
|
|
|
*/
|
|
@@ -66,7 +66,7 @@ class Type extends Controller
|
|
|
*/
|
|
|
public function state()
|
|
|
{
|
|
|
- BasePostageCompany::mSave($this->_vali([
|
|
|
+ BasePostageType::mSave($this->_vali([
|
|
|
'status.in:0,1' => '状态值范围异常!',
|
|
|
'status.require' => '状态值不能为空!',
|
|
|
]));
|