diff --git a/admin/controllers/hdcloud/Clues.php b/admin/controllers/hdcloud/Clues.php index a891c85c..e4db7fe2 100644 --- a/admin/controllers/hdcloud/Clues.php +++ b/admin/controllers/hdcloud/Clues.php @@ -587,14 +587,14 @@ class Clues extends HD_Controller $biz = $this->bizs[$province_id]['list'][$biz_id]; if (!$biz) { - return $this->show_json(SYS_CODE_FAIL, '请选择分配门店!'); + return $this->show_json(SYS_CODE_FAIL, '请选择派单门店!'); } $biz['id'] = $biz_id; $clue_row = $this->clues_model->get(['id' => $id]); if ($clue_row) { // if($clue_row['status']){ -// return $this->show_json(SYS_CODE_FAIL, '已分配!'); +// return $this->show_json(SYS_CODE_FAIL, '已派单!'); // } $result = $this->push_neta($clue_row['name'], $clue_row['mobile'], $province_id, $biz, $intent, $remark); @@ -612,11 +612,11 @@ class Clues extends HD_Controller ); $this->clues_model->update($update, ['id' => $id]); - return $this->show_json(SYS_CODE_SUCCESS, '分配成功!'); + return $this->show_json(SYS_CODE_SUCCESS, '派单成功!'); } } - return $this->show_json(SYS_CODE_FAIL, '分配失败!'); + return $this->show_json(SYS_CODE_FAIL, '派单失败!'); } /** diff --git a/admin/views/hdcloud/clues/lists.php b/admin/views/hdcloud/clues/lists.php index 1aff4894..64b1db81 100644 --- a/admin/views/hdcloud/clues/lists.php +++ b/admin/views/hdcloud/clues/lists.php @@ -147,7 +147,7 @@