edit-api-licheb
This commit is contained in:
@@ -105,7 +105,7 @@ class Contract extends Wxapp{
|
||||
}
|
||||
//获取公司印章
|
||||
if($type==1){
|
||||
$company = $this->sys_company_model->get(["title like '%厦门狸车服务%'"=>null],'img_seal,id');
|
||||
$company = $this->sys_company_model->get(["title like '%服务%'"=>null,'status'=>1],'img_seal,id');
|
||||
}else{
|
||||
$biz = $this->biz_model->get(['id'=>$order['biz_id']],'company_id');
|
||||
$company = $this->sys_company_model->get(['id'=>$biz['company_id']],'img_seal,id');
|
||||
|
||||
@@ -81,7 +81,7 @@ class Protocol extends CI_Controller{
|
||||
if($row){
|
||||
//获取门店信息
|
||||
$biz = $this->biz_model->get(['id'=>$row['biz_id']]);
|
||||
$row['company'] = $this->sys_company_model->get(["title like '%厦门狸车服务%'"=>null]);
|
||||
$row['company'] = $this->sys_company_model->get(["title like '%服务%'"=>null,'status'=>1]);
|
||||
//获取服务包
|
||||
$packs = $this->package_model->get(['id'=>$row['pack_id']],'srv_ids');
|
||||
if($packs['srv_ids']){
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>委托代理服务协议</title>
|
||||
<title>委托服务协议</title>
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user