Agreement.php 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  1. <?php
  2. namespace Agent\Lib;
  3. use Dever;
  4. class Agreement
  5. {
  6. private $font_size = 12;
  7. # 查看合同
  8. public function show_api()
  9. {
  10. $p = Dever::input('p');
  11. if (!$p) {
  12. Dever::alert('传入参数有误');
  13. }
  14. $p = Dever::json_decode(Dever::decode($p));
  15. if (!$p) {
  16. Dever::alert('传入参数有误');
  17. }
  18. $source = $p['source'];
  19. if ($source == 2) {
  20. # 获取当前登录的uid
  21. $mid = Dever::load('passport/user')->check(false);
  22. if (!$mid || $mid <= 0) {
  23. //$mid = 1000000;
  24. Dever::alert('请先登录');
  25. }
  26. } else {
  27. Dever::load('manage/auth')->init();
  28. $mid = false;
  29. }
  30. $agreement_id = $p['agreement_id'];
  31. $status = $p['status'];
  32. $id = $p['id'];
  33. if ($status == 1) {
  34. $info = Dever::db('agent/order')->find($id);
  35. $info['create_state'] = 2;
  36. } elseif ($status == 2) {
  37. $info = Dever::db('agent/member_agreement')->find($id);
  38. if (!$info) {
  39. Dever::alert('未生成合同');
  40. }
  41. $info['create_state'] = 1;
  42. $agreement_id = $info['agreement_id'];
  43. }
  44. $agreement = Dever::db('setting/agreement')->find($agreement_id);
  45. if (!$agreement) {
  46. Dever::alert('合同模板不存在');
  47. }
  48. if ($mid && $mid != $info['mid']) {
  49. Dever::alert('您没有权限查看');
  50. }
  51. $method = 'pdf_' . $agreement['type'];
  52. return $this->$method($agreement, $info);
  53. }
  54. # 生成跳转链接
  55. public function location_api()
  56. {
  57. Dever::load('manage/auth')->init();
  58. $id = Dever::input('id');
  59. $info = Dever::db('agent/member_agreement')->find($id);
  60. $info = $this->name($info['agreement_id'], $info, $info['role'], 2, 3);
  61. Dever::location($info[1]);
  62. }
  63. # 合同名称
  64. public function name($agreement, $info, $role, $status = -1, $source = 1)
  65. {
  66. if (is_numeric($agreement)) {
  67. $agreement = Dever::db('setting/agreement')->find($agreement);
  68. }
  69. if (is_numeric($role)) {
  70. $role = Dever::db('setting/role')->find($role);
  71. }
  72. $name = $agreement['name'];
  73. if (strstr($name, '{name}')) {
  74. $name = str_replace('{name}', $info['name'], $name);
  75. }
  76. if (strstr($name, '{role}')) {
  77. $name = str_replace('{role}', $role['name'], $name);
  78. }
  79. if (strstr($name, '{area}')) {
  80. $info['area'] = Dever::load("area/api.string", $info['area'], '');
  81. $name = str_replace('{area}', $info['area'], $name);
  82. }
  83. if (strstr($name, '{date}')) {
  84. if (isset($info['sdate'])) {
  85. $sdate = date('Y年m月d日', $info['sdate']);
  86. } else {
  87. $sdate = date('Y年m月d日');
  88. }
  89. $name = str_replace('{date}', $sdate, $name);
  90. }
  91. if ($status > 0) {
  92. $param = array();
  93. $param['source'] = $source;
  94. $param['status'] = $status;
  95. $param['id'] = $info['id'];
  96. $param['agreement_id'] = $agreement['id'];
  97. $param = Dever::encode(Dever::json_encode($param));
  98. $link = Dever::url('agent/lib/agreement.show?p=' . $param);
  99. if ($source == 1) {
  100. # 1 是未生成合同,预览
  101. # 2 是已生成合同
  102. $name = '<a href="'.$link.'" target="_blank">'.$name.'</a>';
  103. } else {
  104. return array($name, $link);
  105. }
  106. }
  107. return $name;
  108. }
  109. # 新建合同
  110. public function up($order, $status = 2, $type = false)
  111. {
  112. if ($type) {
  113. $agreement = Dever::db('setting/agreement')->select(array('type' => $type));
  114. } else {
  115. $agreement = Dever::db('setting/agreement')->getData();
  116. }
  117. // print_r($agreement);die;
  118. $role = Dever::db('setting/role')->find($order['role']);
  119. foreach ($agreement as $k => $v) {
  120. if ($k == 3) {
  121. if (isset($order['soft_cash']) && $order['soft_cash'] > 0) {
  122. $order['price'] = $order['soft_cash'];
  123. } else {
  124. continue;
  125. }
  126. }
  127. if ($k >= 5) {
  128. continue;
  129. }
  130. if ($k == 2 && $order['order_type'] == 1) {
  131. continue;
  132. }
  133. if ($k == 4 && $order['order_type'] == 2) {
  134. continue;
  135. }
  136. $qdate = (isset($order['cdate']) && $order['cdate']) ? $order['cdate'] : time();
  137. $sdate = $qdate;
  138. $edate = strtotime('+3 year', $sdate);
  139. if ($k == 2 && $order['order_type'] == 2) {
  140. # 查找旧合同
  141. $old = Dever::db('agent/member_agreement')->getOld(array('mid' => $order['mid'], 'agreement_id' => 1));
  142. if (!$old) {
  143. continue;
  144. } else {
  145. $sdate = $old['sdate'];
  146. $edate = $old['edate'];
  147. }
  148. }
  149. $where['mid'] = $order['mid'];
  150. $where['agreement_id'] = $v['id'];
  151. $where['order_id'] = $order['id'];
  152. $where['clear'] = true;
  153. $info = Dever::db('agent/member_agreement')->find($where);
  154. $where['order_num'] = $this->getOrderId();
  155. $where['agreement_name'] = $this->name($v, $order, $role);
  156. $where['type'] = $order['type'];
  157. $where['sign'] = $order['sign'];
  158. $where['name'] = $order['name'];
  159. $where['mobile'] = $order['mobile'];
  160. $where['role'] = $order['role'];
  161. $where['price'] = $order['price'];
  162. $where['area'] = $order['area'];
  163. $where['idcard'] = $order['idcard'];
  164. $where['idcard_front'] = $order['idcard_front'];
  165. $where['idcard_back'] = $order['idcard_back'];
  166. $where['company_name'] = $order['company_name'];
  167. $where['company_pic'] = $order['company_pic'];
  168. $where['address'] = '';
  169. $where['status'] = $status;
  170. $where['udate'] = $where['cdate'] = time();
  171. $where['qdate'] = $qdate;
  172. $where['sdate'] = $sdate;
  173. $where['edate'] = $edate;
  174. $method = 'content_' . $v['type'];
  175. if ($info) {
  176. $up['name'] = $where['name'];
  177. $up['content'] = Dever::array_encode($this->$method($v, $info));
  178. $up['where_id'] = $info['id'];
  179. $state = Dever::db('agent/member_agreement')->update($up);
  180. // print_R($state);die;
  181. } else {
  182. $up = $where;
  183. $up['content'] = Dever::array_encode($this->$method($v, $up));
  184. $state = Dever::db('agent/member_agreement')->insert($up);
  185. }
  186. }
  187. if($state){
  188. return $state;
  189. }
  190. }
  191. # 更新合同内容
  192. public function upContent($id)
  193. {
  194. $state = false;
  195. $info = Dever::db('agent/member_agreement')->find($id);
  196. if ($info) {
  197. $agreement = Dever::db('setting/agreement')->find($info['agreement_id']);
  198. if ($agreement) {
  199. $method = 'content_' . $agreement['type'];
  200. $up = array();
  201. $up['content'] = Dever::array_encode($this->$method($agreement, $info));
  202. $up['where_id'] = $info['id'];
  203. $member = Dever::db('agent/member')->find($info['mid']);
  204. $up['name'] = $member['name'];
  205. $up['type'] = $member['type'];
  206. $up['company_number'] = $member['company_number'];
  207. $up['idcard'] = $member['idcard'];
  208. $up['mobile'] = $member['mobile'];
  209. $up['role'] = $member['role'];
  210. $up['area'] = $member['area'];
  211. $up['idcard_front'] = $member['idcard_front'];
  212. $up['idcard_back'] = $member['idcard_back'];
  213. $up['company_name'] = $member['company_name'];
  214. $up['company_pic'] = $member['company_pic'];
  215. $role = Dever::db('setting/role')->find($up['role']);
  216. $up['agreement_name'] = $this->name($agreement, $up, $role);
  217. $state = Dever::db('agent/member_agreement')->update($up);
  218. }
  219. }
  220. return $state;
  221. }
  222. # 作废并生成
  223. public function drop($id)
  224. {
  225. $info = Dever::db('agent/member_agreement')->find($id);
  226. if ($info) {
  227. $agreement = Dever::db('setting/agreement')->find($info['agreement_id']);
  228. if ($agreement) {
  229. $state = Dever::db('agent/member_agreement')->update(array('where_id' => $info['id'], 'status' => 3));
  230. if ($state) {
  231. # 生成新的合同
  232. unset($info['id']);
  233. unset($info['cdate']);
  234. unset($info['sdate']);
  235. unset($info['edate']);
  236. unset($info['qdate']);
  237. unset($info['sign']);
  238. $member = Dever::db('agent/member')->find($info['mid']);
  239. $info['name'] = $member['name'];
  240. $info['type'] = $member['type'];
  241. $info['company_number'] = $member['company_number'];
  242. $info['idcard'] = $member['idcard'];
  243. $info['mobile'] = $member['mobile'];
  244. $info['role'] = $member['role'];
  245. $info['area'] = $member['area'];
  246. $info['idcard_front'] = $member['idcard_front'];
  247. $info['idcard_back'] = $member['idcard_back'];
  248. $info['company_name'] = $member['company_name'];
  249. $info['company_pic'] = $member['company_pic'];
  250. $info['sign'] = '';
  251. $info['status'] = 1;
  252. $role = Dever::db('setting/role')->find($info['role']);
  253. $info['agreement_name'] = $this->name($agreement, $info, $role);
  254. Dever::db('agent/member_agreement')->insert($info);
  255. }
  256. }
  257. }
  258. }
  259. /**
  260. * 生成订单号
  261. *
  262. * @return mixed
  263. */
  264. public function getOrderId()
  265. {
  266. $where['order_num'] = Dever::order('AG');
  267. $state = Dever::db('agent/member_agreement')->one($where);
  268. if (!$state) {
  269. return $where['order_num'];
  270. } else {
  271. return $this->getOrderId();
  272. }
  273. }
  274. public function content($name, $content)
  275. {
  276. return array('name' => $name, 'content' => $content);
  277. }
  278. public function content_4($agreement, $info)
  279. {
  280. $content = array();
  281. $content[] = $this->content('', ' 承诺人曾与中食民安(北京)科技有限公司(以下简称“中食民安”)签订《中食民安(北京)科技有限公司代理商合作协议》,为便于更好的工作,承诺人自愿成为中食民安的市场管理培训师并销售产品,为更好的开展相关工作,承诺如下:');
  282. $content[] = $this->content('一、我知悉相关定义', '市场管理培训师(以下简称培训师):是培训和辅导其管理区域内其他代理商,在进行销售渠道的拓展、营销推广技巧、公司政策的传达和讲解的辅导后,达到提升销售额、完成业绩指标,并对其他代理商进行监督和管理的身份。');
  283. $content[] = $this->content('二、我确认培训师与被培训人的关系', '1、培训师管理区域与《中食民安(北京)科技有限公司代理商合作协议》中授权区域保持一致。
  284. 2、被培训人:指每个培训师管理区域内的其他代理,被培训人以中食民安规定方式签订《中食民安(北京)科技有限公司代理商合作协议》,即视为被培训人同意成为并自愿接受培训师的培训和管理。');
  285. $content[] = $this->content('三、培训师及被培训人的权利和义务', '1、培训师的权利
  286. 1)培训师的服务费,按周结算,具体服务费标准与培训内容、培训时间另行约定;
  287. 2)管理和被管理关系存续期间,根据实际的培训情况、政策讲解的掌握、业绩完成情况,进行综合评定,评定标准见《市场管理培训费》,完成考核的培训师在每个奖励周期相应收益(包括物质和荣誉奖励,愿意服从中食民安根据实际完成情况及市场状态等定期或不定期调整奖励内容及标准)
  288. 2、培训师的义务
  289. 1)及时传达中食民安各项新颁布的通知、公告等各类文件并将内容解读清楚;
  290. 2)每周不少于三次,对被培训人进行业务培训,包括社群的建立、销售技巧、销售渠道拓展、客户服务、如何办理沙龙等;
  291. 3)随时帮助被培训人解决实际销售中遇到的任何问题。
  292. 3、被培训人的义务
  293. 1)督促并指导被培训人按照中食民安要求进行招商活动,接受中食民安监管;
  294. 2)督促并指导被培训人在培训师的培训指导下,积极开拓市场,努力完成业绩。
  295. ');
  296. $content[] = $this->content('四、其它', '1、培训师与被培训人,合作过程中出现任何争议,可申请中食民安进行协调;
  297. 2、本承诺书作为《中食民安(北京)科技有限公司代理商合作协议》的附件,是《中食民安(北京)科技有限公司代理商合作协议》的不可分割部分,我愿意遵守。
  298. ');
  299. return $content;
  300. }
  301. # 市场管理培训师承诺书
  302. public function pdf_4($agreement, $info)
  303. {
  304. $base = Dever::db('setting/base')->find();
  305. if (isset($info['qdate']) && $info['qdate']) {
  306. $qdate = date('Y年m月d日', $info['qdate']);
  307. } else {
  308. $qdate = date('Y年m月d日');
  309. }
  310. $role = Dever::db('setting/role')->find($info['role']);
  311. $name = $this->name($agreement, $info, $role);
  312. $pdf = Dever::load('pdf/lib/core')->init();
  313. $pdf->SetTitle($name);
  314. $pdf->setCellHeightRatio(1.8);
  315. $pdf->setCellPaddings(10, 0, 10, 0);
  316. $pdf->font(18, 'B');
  317. $pdf->center('市场管理培训师承诺书');
  318. $pdf->br();
  319. $pdf->font($this->font_size, 'B');
  320. $pdf->left('承诺人:' . $info['name']);
  321. $pdf->left('身份证号:' . $info['idcard']);
  322. $pdf->left('电话:' . $info['mobile']);
  323. $pdf->br(2);
  324. if (isset($info['content']) && $info['content']) {
  325. $info['content'] = Dever::array_decode($info['content']);
  326. foreach($info['content'] as $k => $v) {
  327. $pdf->content($v['name'], $v['content'], $this->font_size);
  328. }
  329. } else {
  330. $method = 'content_' . $agreement['type'];
  331. $content = $this->$method($agreement, $info);
  332. foreach ($content as $k => $v) {
  333. $pdf->content($v['name'], $v['content'], $this->font_size);
  334. }
  335. if (isset($info['create_state']) && $info['create_state'] == 1) {
  336. $up = array();
  337. $up['content'] = Dever::array_encode($content);
  338. $up['where_id'] = $info['id'];
  339. $state = Dever::db('agent/member_agreement')->update($up);
  340. }
  341. }
  342. $pdf->center(' 承诺人:');
  343. $pdf->center(' 日期:' . $qdate);
  344. $pic = Dever::pic($base['agreement_sign']);
  345. $cx = $pdf->GetX();
  346. $cy = $pdf->GetY();
  347. $x = $cx - 50;
  348. $y = $cy - 15;
  349. if ($info['sign']) {
  350. $info['sign'] = Dever::pic($info['sign']);
  351. if (strstr($info['sign'], 'http')) {
  352. $pdf->Image($info['sign'], $x, $y, 20, 20);
  353. }
  354. }
  355. $pdf->out($name);
  356. }
  357. public function content_2($agreement, $info, $data = false)
  358. {
  359. if ($data) {
  360. list($role, $name, $oname, $sdate, $edate, $qdate) = $data;
  361. } else {
  362. $role = Dever::db('setting/role')->find($info['role']);
  363. $name = $this->name($agreement, $info, $role);
  364. $oagreement = Dever::db('setting/agreement')->find(1);
  365. $oname = $this->name($oagreement, $info, $role);
  366. if (isset($info['sdate']) && $info['sdate']) {
  367. $sdate = date('Y年m月d日', $info['sdate']);
  368. $edate = date('Y年m月d日', $info['edate']);
  369. $qdate = date('Y年m月d日', $info['qdate']);
  370. } else {
  371. $sdate = date('Y年m月d日');
  372. $edate = date('Y年m月d日', strtotime('+3 year'));
  373. $qdate = $sdate;
  374. $old = Dever::db('agent/member_agreement')->getOld(array('mid' => $info['mid'], 'agreement_id' => 1));
  375. if ($old) {
  376. $sdate = date('Y年m月d日', $old['sdate']);
  377. $edate = date('Y年m月d日', $old['edate']);
  378. }
  379. }
  380. }
  381. $content = array();
  382. $content[] = $this->content('', ' 甲乙双方曾于'.$sdate.'签订《'.$oname.'》(以下简称“原协议”),原协议有效期至'.$edate.',现经甲乙双方友、充分协商,决定解除双方签订的原协议,具体内容如下:
  383. 第一,原协议自'.$qdate.'解除,自解除之日起,原协议中约定的双方权利义务终止。
  384. 第二,本协议由甲乙双方签字或盖章后生效,本协议生效之日,原协议解除,双方互不追究因原协议履行而产生的法律责任。
  385. 第三,本协议一式两份,甲乙双方各执一份,均具有同等法律效力');
  386. return $content;
  387. }
  388. # 合同解除协议
  389. public function pdf_2($agreement, $info)
  390. {
  391. $base = Dever::db('setting/base')->find();
  392. if (isset($info['agreement_id'])) {
  393. $order_num = $info['order_num'];
  394. } else {
  395. $order_num = '待生成';
  396. }
  397. if ($info['type'] == 1) {
  398. $idcard = $info['idcard'];
  399. } else {
  400. $idcard = $info['company_number'];
  401. }
  402. $role = Dever::db('setting/role')->find($info['role']);
  403. $name = $this->name($agreement, $info, $role);
  404. $oagreement = Dever::db('setting/agreement')->find(1);
  405. $oname = $this->name($oagreement, $info, $role);
  406. $price = $info['price'];
  407. $area = Dever::load("area/api.string", $info['area'], '');
  408. $address = $area;
  409. if (isset($info['sdate']) && $info['sdate']) {
  410. $sdate = date('Y年m月d日', $info['sdate']);
  411. $edate = date('Y年m月d日', $info['edate']);
  412. $qdate = date('Y年m月d日', $info['qdate']);
  413. } else {
  414. $sdate = date('Y年m月d日');
  415. $edate = date('Y年m月d日', strtotime('+3 year'));
  416. $qdate = $sdate;
  417. $old = Dever::db('agent/member_agreement')->getOld(array('mid' => $info['mid'], 'agreement_id' => 1));
  418. if ($old) {
  419. $sdate = date('Y年m月d日', $old['sdate']);
  420. $edate = date('Y年m月d日', $old['edate']);
  421. }
  422. }
  423. $company_name = '中食民安(北京)科技有限公司';
  424. $pdf = Dever::load('pdf/lib/core')->init();
  425. $pdf->SetTitle($name);
  426. $pdf->font(18, 'B');
  427. $pdf->center('合 同 解 除 协 议');
  428. $pdf->br(2);
  429. $content = array();
  430. $content[] = array
  431. (
  432. 'name' => array
  433. (
  434. '甲 方',
  435. 15,
  436. STR_PAD_LEFT,
  437. 20,
  438. ),
  439. 'content' => array
  440. (
  441. ' 中食民安(北京)科技有限公司(以下简称“甲方”)',
  442. 100,
  443. STR_PAD_RIGHT,
  444. 80,
  445. ),
  446. );
  447. $content[] = array
  448. (
  449. 'name' => array
  450. (
  451. '统一社会信用代码',
  452. 26,
  453. STR_PAD_LEFT,
  454. 45,
  455. ),
  456. 'content' => array
  457. (
  458. ' 91110106MA01T8R42B',
  459. 100,
  460. STR_PAD_RIGHT,
  461. 40,
  462. ),
  463. );
  464. $content[] = array
  465. (
  466. 'name' => array
  467. (
  468. '地 址',
  469. 15,
  470. STR_PAD_LEFT,
  471. 20,
  472. ),
  473. 'content' => array
  474. (
  475. ' 北京经济技术开发区经海四路22号院四区5号楼14层1706',
  476. 100,
  477. STR_PAD_RIGHT,
  478. 80,
  479. ),
  480. );
  481. $content[] = array
  482. (
  483. 'name' => array
  484. (
  485. '电 话',
  486. 15,
  487. STR_PAD_LEFT,
  488. 20,
  489. ),
  490. 'content' => array
  491. (
  492. ' 010-53391855',
  493. 160,
  494. STR_PAD_RIGHT,
  495. 80,
  496. ),
  497. );
  498. $content[] = array
  499. (
  500. 'name' => array
  501. (
  502. '乙 方',
  503. 15,
  504. STR_PAD_LEFT,
  505. 20,
  506. ),
  507. 'content' => array
  508. (
  509. ' ' . $info['name'],
  510. 100,
  511. STR_PAD_RIGHT,
  512. 80,
  513. ),
  514. );
  515. $content[] = array
  516. (
  517. 'name' => array
  518. (
  519. '统一社会信用代码/身份证号码',
  520. 37,
  521. STR_PAD_LEFT,
  522. 67,
  523. ),
  524. 'content' => array
  525. (
  526. ' ' . $idcard,
  527. 100,
  528. STR_PAD_RIGHT,
  529. 40,
  530. ),
  531. );
  532. $content[] = array
  533. (
  534. 'name' => array
  535. (
  536. '地 址',
  537. 15,
  538. STR_PAD_LEFT,
  539. 20,
  540. ),
  541. 'content' => array
  542. (
  543. ' ' . $address,
  544. 100,
  545. STR_PAD_RIGHT,
  546. 80,
  547. ),
  548. );
  549. $content[] = array
  550. (
  551. 'name' => array
  552. (
  553. '电 话',
  554. 15,
  555. STR_PAD_LEFT,
  556. 20,
  557. ),
  558. 'content' => array
  559. (
  560. ' ' . $info['mobile'],
  561. 160,
  562. STR_PAD_RIGHT,
  563. 80,
  564. ),
  565. );
  566. $pdf->setCellHeightRatio(2);
  567. foreach ($content as $k => $v) {
  568. $pdf->font($this->font_size);
  569. $pdf->left(Dever::mb_str_pad($v['name'][0] . ':', $v['name'][1], ' ', $v['name'][2]), $v['name'][3]);
  570. $pdf->font($this->font_size, '');
  571. $pdf->left(Dever::mb_str_pad($v['content'][0], $v['content'][1], ' ', $v['content'][2]), $v['content'][3]);
  572. $pdf->br();
  573. if ($k == 3) {
  574. $pdf->br();
  575. }
  576. }
  577. $pdf->br();
  578. $pdf->setCellPaddings(10, 0, 10, 0);
  579. $oname = str_replace('.pdf', '', $oname);
  580. if (isset($info['content']) && $info['content']) {
  581. $info['content'] = Dever::array_decode($info['content']);
  582. foreach($info['content'] as $k => $v) {
  583. $pdf->content($v['name'], $v['content'], $this->font_size);
  584. }
  585. } else {
  586. $method = 'content_' . $agreement['type'];
  587. $content = $this->$method($agreement, $info, array($role, $name, $oname, $sdate, $edate, $qdate));
  588. foreach ($content as $k => $v) {
  589. $pdf->content($v['name'], $v['content'], $this->font_size);
  590. }
  591. if (isset($info['create_state']) && $info['create_state'] == 1) {
  592. $up = array();
  593. $up['content'] = Dever::array_encode($content);
  594. $up['where_id'] = $info['id'];
  595. $state = Dever::db('agent/member_agreement')->update($up);
  596. }
  597. }
  598. $pdf->br(1, 20);
  599. $pdf->font($this->font_size, '');
  600. $pdf->left('甲 方(盖章):', 90)->left('乙 方(盖章/签字):', 90);
  601. $pdf->br();
  602. $pdf->br(1, 1);
  603. $pdf->font($this->font_size, '');
  604. $pdf->left('日 期:'.$qdate, 90);
  605. $pdf->left('日 期:'.$qdate, 80);
  606. $pdf->br();
  607. $pic = Dever::pic($base['agreement_sign']);
  608. $cx = $pdf->GetX();
  609. $cy = $pdf->GetY();
  610. $x = $cx + 50;
  611. $y = $cy - 25;
  612. $pdf->Image($pic, $x, $y, 15, 15);
  613. $x += 100;
  614. if ($info['sign']) {
  615. $info['sign'] = Dever::pic($info['sign']);
  616. if (strstr($info['sign'], 'http')) {
  617. $pdf->Image($info['sign'], $x, $y, 15, 15);
  618. }
  619. }
  620. $pdf->out($name);
  621. }
  622. public function content_1($agreement, $info, $data = false)
  623. {
  624. if ($data) {
  625. list($role, $name, $price, $price_str, $area, $sdate, $edate, $qdate) = $data;
  626. } else {
  627. $role = Dever::db('setting/role')->find($info['role']);
  628. $name = $this->name($agreement, $info, $role);
  629. $price = $info['price'];
  630. # 转大写
  631. $price_str = Dever::convertNum($price);
  632. $area = '【' . Dever::load("area/api.string", $info['area'], '') . '】';
  633. if (isset($info['sdate']) && $info['sdate']) {
  634. $sdate = date('Y年m月d日', $info['sdate']);
  635. $edate = date('Y年m月d日', $info['edate']);
  636. $qdate = date('Y年m月d日', $info['qdate']);
  637. } else {
  638. //$sdate = date('Y年m月d日', $info['cdate']);
  639. $sdate = date('Y年m月d日');
  640. $edate = date('Y年m月d日', strtotime('+3 year'));
  641. $qdate = $sdate;
  642. }
  643. }
  644. $content = array();
  645. $content[] = $this->content('', '(1)甲方是一家依法成立、合法存续的有限公司,具有技术开发、技术服务、电商运营、市场拓展、产品设计、产品生产等经验;
  646. (2)乙方认同甲方公司营业执照上许可的经营内容,经市场考察及调研后愿意成为甲方的代理商,在相关区域进行市场推广及业务拓展;
  647. (3)本协议所称“代理”非《中和人民共和国民法典》第七章之规定的代理法律关系,乙方非甲方授权代理人。双方系平等民事主体合作关系,乙方以自己名义独立开展与甲方及其他第三方民事活动,独自承担民事责任。
  648. (4)乙方为依法成立、合法存续的企业法人或具有完全行为能力的自然人,在其经营地拥有丰富的社会资源并有能力依法按照本协议的约定搭建各项管理架构、成立线下门店、以及履行运营规则及相关义务。
  649. 根据《中华人民共和国民法典》及我国相关法律法规定,甲乙双方本着“平等自愿,互惠互利、共同发展”的原则,就乙方自愿成为甲方代理商并销售甲方产品相关事宜,经双方友好协商一致,达成如下协议:');
  650. $content[] = $this->content('第一条 主体合法', '1.1:甲方和乙方分别向对方承诺:本协议的主体依法具有履行本协议要求的行为能力(包括但不限于依法设立且仍存续合法有效),拥有履行本协议要求的合法有效的资格或资质。
  651. 1.2:若乙方为企业法人的,则必须以独立法人形式运营,其公司经营地须在中华人民共和国境内,乙方同时承诺其股东之间的任何争议事项(如有)均不影响本协议的签订及履行。');
  652. $content[] = $this->content('第二条 能力要求与代理职责','2.1:行为能力
  653. 2.1.1:本协议生效后,乙方应有能力合法协调和充分运用本协议规定的业务覆盖区域内的各种资源,确保协议顺利履行。
  654. 2.1.2:本协议有效期间,乙方应有能力及时完成本协议约定的事项,推动实现本协议目的。
  655. 2.2:行为规范
  656. 乙方保证遵守国家法律规定和甲方商业模式及电商平台公布的行为规则。
  657. 2.3:乙方职责
  658. ①乙方须规范其业务覆盖区域内的代理行为,,包括符合甲方要求或甲方对代理商的制度要求,合法合规经营;
  659. ②负责对业务覆益区域内的下属代理商提供业务培训及其他必要服务;
  660. ③积极推动业务覆盖区域内代理商的业务拓展、指导,监督业务覆盖区域所有代理商管理、经营业务等;
  661. ④每月5日前通过书面形式向甲方报告业务覆盖区域上月各项业务情况;
  662. ⑤对甲方在业务覆盖区域内设立的其他代理商或相应机构的工作,负有配合义务;
  663. ⑥每季度至少一次对业务覆盖区域内代理的业务进行检查并形成书面报告提交给甲方;
  664. ⑦乙方须依法合规开展经营活动,并对辖区代理的业务自行承担一切法律行政等责任;
  665. ⑧乙方须严格执行甲方统一的经营政策和管理制度,维护甲方合法利益和经营收益权;
  666. ⑨乙方须积极维护甲方及相关平台商誉,及时处理因经营产生的任何争议;
  667. ⑩完成甲方交办的其他事项。');
  668. $content[] = $this->content('第三条 具体合作内容', '3.1:合作方式:
  669. 甲方提供产品、线上销售平台,并为乙方提供销售培训、线下销售店面装修设计建议、线下收银系统等服务。乙方进行线下销售,或介绍客户至甲方线上平台购买商品。乙方亦可向甲方介绍新的代理商。乙方应按合同约定合作期限向甲方支付代理费,乙方可以获得本协议第五条约定的相关收益。
  670. 乙方销售的所有产品,皆通过甲方销售管理系统进行收费及结算,乙方不得私自收费。否则甲方有权要求乙方返还全部收益并赔偿损失,并有权解除本协议。
  671. 3.2:合作期限:
  672. 自本协议生效之日起有效期三年。即自【'.$sdate.'至'.$edate.'】止。合同到期后,乙方无违约或侵权行为,并经过甲方考核合格后可申请顺延。甲方考核标准见附件1《代理商考核办法》。
  673. 3.3:甲方授权乙方在'.$area.'区域内推广、发展、销售甲方产品相关业务。
  674. 3.4:乙方在此不可撤销地承诺并确认:在签署本协议时,乙方已经知悉并接受甲方的商业模式、运作思路等信息,所收取的代理费用将不予退还。乙方同时承诺将不得以个人原因或使用频率不高、未实际使用或收益太少等其他事由要求单方提前解约等为由提出任何形式的抗辩或退费要求。
  675. 3.5:代理级别及费用
  676. 代理级别为:【'.$role['name'].'】,代理费用为【'.$price.'】元,大写:【'.$price_str.'】,自本协议签订之日起的5日内,乙方向甲方缴纳代理费用。');
  677. $content[] = $this->content('第四条 甲方服务内容','乙方签订完毕本协议并支付代理费后3日内,甲方作为权利人将:
  678. 4.1:向乙方交付中食民安经销商后台管理系统、线上商城分销系统等科技软件使用权。
  679. 4.2:合法授权乙方在辖区内根据甲方的市场运营方案做项目推广,享有相应的权益。
  680. 4.3:合法授权乙方销售甲方已有产品,并向乙方提供此类产品,以便乙方销售。若提前向乙方提供产品的,甲方有权收取相应的产品成本费用,在向乙方分配该部分产品收益时一并退还。
  681. 4.4:开始向乙方提供技术及服务支持,包括但不限于人员培训、业务考核、系统开通、产品发布、代理商申请等。
  682. ');
  683. $content[] = $this->content('第五条 乙方收益', '5.1:乙方可享受以下收益。
  684. 5.1.1:享有中食民安经销商后台管理系统、线上商城分销系统等科技软件使用权;
  685. 5.1.2:享有招商销售收益并享受相关的权益;
  686. 5.1.3:享受产品销售推荐收益;
  687. 5.1.4:享受区域产品销售管理收益;
  688. 5.1.5:享有按公司政策置换期权的资格;
  689. 5.2:甲方将视产品及平台发展的需要不定时调整收益规则,相关调整收益规则将通过甲方公司系统平台发布,经乙方阅读、理解并接受后生效,具体以甲方系统平台每次公布的收益规则为准;乙方有及时查阅甲方系统平台公告的义务,甲方将相关调整收益规则在平台发布后7个自然日内乙方未向甲方提出书面异议的,视为接受该规则。
  690. 5.3:甲方保留收益规则在法律规定范围内的解释权和调整权,乙方因本协议约定而获得的一切收益,需依法缴纳税费,若乙方为个人,则相应所得税由甲方代扣代缴。
  691. 5.4:若乙方服务区域内或乙方介绍到线上的客户出现交易取消而产生退款,乙方应于该等交易取消之日起3个自然日内将所有的收益全额及时退还甲方,如乙方未及时退还给乙方,甲方直接从乙方的收益中扣除对等金额。
  692. ');
  693. $content[] = $this->content('第六条 甲方权利及义务', '6.1:甲方有权监督、检查乙方服务期间的运营管理活动;
  694. 6.2:甲方负责提供合格的智能电器产品、半成品食材以及稳定的网络平台和技术服务,保证产品用户端顺利运作;
  695. 6.3:甲方按约定支付约定收益给乙方,若乙方为个人,甲方提供所得税的代扣代缴义务;
  696. 6.4:如果甲方被第三方收购,或者发生与其它公司之合并、拆分、重组的,甲方的权利义务由第三方公司或新公司承担,并不影响本合同的继续履行,不影响乙方在本合同中的权利义务;
  697. 6.5:若乙方辖区运营达不到同级别平均水平(《级别标准》见附件2),甲方有权在乙方管辖区内另行设立分公司或相应的机构,乙方有义务配合上述机构的工作与安排,且不得以此为由追究甲方违约责任。
  698. ');
  699. $content[] = $this->content('第七条 乙方的权利及义务', '7.1:乙方在本协议签订完毕之后,甲方作为权利人交付给乙方中食民安经销商后台管理系统、线上商城分销系统等科技软件使用权。乙方有权使用公司相关技术入驻公司线上商城并在线下开展自己的经营活动;
  700. 7.2:乙方在本协议签订完毕之后,甲方作为权利人合法授权乙方在辖区内根据甲方的市场运营方案做项目推广,享有相应的权益:
  701. 7.3:乙方在本协议签订完毕之后,甲方作为权利人合法授权乙方销售甲方已有产品;
  702. 7.4:乙方承诺遵守法律规定和甲方制定的市场推广方案以及甲方的各项运营规则和甲方相关系统的后台规则;
  703. 7.5:乙方承诺乙方及其分支机构或子公司或关联企业在本协议履行期间及本协议终止后五年内不得参与本协议规定的(或类似)业务与甲方竞争;
  704. 7.6:乙方有权获得本协议约定的各项相关收益;
  705. 7.7:乙方有义务监督与管理其业务覆盖区域内的经营行为与业务的开展,积极推动平台业务在服务区域内的健康发展;
  706. 7.8:乙方有义务及时处理解决其业务覆盖区域内业务中遇到的困难;
  707. 7.9:乙方独自承担业务开展过程中的所有费用,独自对自身行为与后果承担法律责任;乙方行为导致第三方损失,应由乙方承担,如甲方承担的,甲方有权向乙方追偿,追偿款项可以直接从乙方收益中扣除;
  708. 7.10:乙方经营期间因任何行为导致甲方及其分支机构承担任何民事、刑事、行政法律责任,乙方有义务赔偿甲方损失;
  709. 7.11:乙方经营行为严格限定在甲方授权的经营范围和业务覆盖区域内,不得超越经营范围或区域从事经营活动。如果乙方超越业务覆盖区域从事经营活动侵犯了甲方授权的其他方的合法权利,乙方有义务赔偿甲方损失。
  710. 7.12:乙方成为甲方代理商后,应当向甲方提供乙方市场开发计划,且不得私自转让或变相转让乙方实际控制人的权益及股权,否则,甲方有权解除本合同。
  711. 7.13:乙方有义务在授权区域内就假冒甲方品牌的现象向甲方提供侵权线索,并应当协助甲方的维权工作,最大限度保护甲方品牌形象;
  712. 7.14:如甲方在合作过程中提供了相应设备、设施给乙方使用,乙方确认前述设备的所有权属于甲方,乙方仅有使用权并应尽到妥善保管义务,且基于前述设备的使用按甲方要求向其提供相应数据。因乙方原因造成的设备损毁丢失,乙方应进行相应赔偿(具体价格双方可选择采用书面或邮件等方式确认)。
  713. 7.15:无论本合同因任何原因终止,乙方承诺立即停止以任何方式使用甲方/平台相关的商标、标识、网站名称、网站内容等。
  714. 7.16:乙方应按照合同约定及平台规则向用户提供商品/服务,否则由此引起用户投诉或给用户/甲方/甲方关联方/甲方合作方造成损失的,相应责任均由乙方承担,且甲方有权解除合同并要求乙方按本合同约定支付违约金。
  715. 7.17:乙方不得通过任何手段、以任何方式自行或者委托他人进行如下行为(包括但不限于虚拟交易、虚标价格、虚拟验证、自买自卖、伪造网络用户真实消费、体验、刷单等违反平台规则、损害甲方/甲方关联方/甲方合作方利益的行为,或伪造、仿冒等其他违反国家法律法规的行为,或其他违反公平竞争诚实信用原则与商业道德的行为),否则,甲方有权解除合同,并要求甲方关联方/甲方合作方在代收净额中扣除上述行为给甲方/甲方关联方/甲方合作方造成的损失,并要求乙方支付违约金。
  716. 7.18:如在合同履行期限内,因乙方原因造成的方案、项目或合同中止(包括但不限于服务方案已下线或停止营业),乙方应自中止事由出现之日起一日内通知甲方通知甲方。如因乙方怠于通知造成的一切纠纷和责任(包括但不限于用户投诉、行政机关处罚等)由乙方承担,若由此给甲方/甲方关联方/甲方合作方造成经济损失,乙方应进行赔偿。
  717. 7.19:若乙方自行推广的,乙方保证推广/广告应事先获得甲方批准,且内容中不含有任何违反中国有关法律、法规的内容,包括但不限于危害国家安全、淫秽色情、虚假、违法、诽谤、恐吓或骚扰、侵犯他人知识产权、人身权或其他合法权益或利益以及有违公序良俗的内容。
  718. 7.20:因乙方原因造成的用户投诉、经济损失等相关后果均由乙方承担,造成甲方损失的,由乙方赔偿。
  719. 7.21:乙方不得通过任何手段、以任何方式自行或者委托他人进行违法或者作弊行为以获得不正当交易机会。
  720. ');
  721. $content[] = $this->content('第八条 结算方式', '8.1:自甲方信息发布/约定功能上线之日起,乙方关联方/乙方合作方按双方约定的结算周期将代收净额结算到乙方账户,每单的结算时间以C端确认收货为时间点,系统自动将代收净额结算到乙方账户。
  722. 8.2:若双方数据存在差异,乙方同意代收净额数据以甲方平台数据为准。本协议项下款项结算活动,依据甲方平台定期制定和发布的规则和流程进行。
  723. 8.3:甲方通过平台自助结算,将相关款项付至双方约定的平台上乙方管理账户内,由乙方自行转入到个人银行卡内。
  724. ');
  725. $content[] = $this->content('第九条 违约责任', '9.1:双方应正当行使权利,履行义务,保证本协议的顺利履行。任何一方没有充分、及时履行义务的,应当承担违约责任:违约方给守约方造成损失的,应赔偿守约方由此所遭受的实际损失(包括但不限于直接经济损失、预期利益损失以及守约方为维护其权益而发生的律师费、诉讼费、保全费、公证费等其他合理费用);如违约方按前述约定支付的违约金不足以弥补因其违约行为给守约方造成的经济损失时,违约方还应承担赔偿责任。
  726. 9.2:乙方存在如下任一违约情形的,甲方有权解除本协议,且乙方应按照本协议有效期内代理费用总金额的30%标准向甲方支付违约金,并赔偿给甲方造成的所有损失,该损失包括但不限于甲方为实施权利救济而发生的人力成本、公证费、律师费等:
  727. 9.2.1:乙方不具备签订本协议的合法经营资质;
  728. 9.2.2:乙方拒绝甲方对乙方服务期间的经营管理活动合法合规的监督;
  729. 9.2.3: 乙方违反甲方商城平台使用规则的;
  730. 9.2.4:乙方违反本协议项下任何义务及承诺或保证性条款的;
  731. 9.2.5:乙方未完成市场开发计划且经甲方敦促仍未改观的。
  732. 9.3:乙方无正当理由逾期支付各项费用的,每逾期一日,应当向甲方支付应付未付金额千分之二的违约金。
  733. 9.4:如乙方存有违约行为的,甲方有权从其收益中暂扣。');
  734. $content[] = $this->content('第十条 保密协议', '10.1:除另有约定外,本合同任何一方未经对方书面确认均应对其获得的对方之业务内容、专利技术、经营模式、后台数据、客户信息、财务状况和其他保密资料予以严格保密,不得以任何形式向任何第三方披露。否则,因此给另一方造成任何损失的,违约方应承担因此给守约方造成的全部损失。保密义务在合同有效期间及终止后始终有效,不因本合同的解除或本合同其他条款整体或部分无效、被撤销而失效。
  735. 10.2:乙方保证,未经甲方的事先书面同意,乙方及乙方工作人员、乙方关联方、外部顾问、会计师事务所及律师不得向其他人员泄露任何甲方/甲方关联方/甲方合作方商业秘密及其他保密信息,商业秘密及其他保密信息包括但不限于:业务数据、客户信息、财务报表、甲方管理制度等。乙方除以下情况外,不可使任何保密信息公开化:乙方在相关案件、诉讼或索赔中应司法行政程序要求而泄露,即便如此,乙方应先通知甲方以使甲方有充足机会采取保护措施。
  736. 10.3:如果一方因盗用另一方的商业秘密或违反本“保密协议”条款约定而导致对方涉诉的,应承担合理的诉讼相关费用并赔偿损失。
  737. ');
  738. $content[] = $this->content('第十一条 合同终止和解除', '11.1:本合同期限届满或本合同约定的其他终止情形发生时,本合同终止。除合同另有约定外,合同履行过程中,一方经书面通知对方且经双方协商一致后,可解除本合同。
  739. 11.2:本合同终止或解除后,甲方有权删除平台上已发布的乙方信息(若有),且有权拒绝提供相关信息;
  740. 11.3:本合同终止或解除后,在合同终止前乙方已与用户达成的尚未履行完毕的订单.乙方应按照本本合同及订单的约定继续履行相应义务;
  741. 11.4:本合同终止或解除后,按照相关法律法规,乙方理解并同意甲方保存乙方资质信息、商品信息、交包记录等相关资料。
  742. 11.5:如任何一方出现违约情况,且经守约方书面通知后3日内未能纠正违约行为的,守约方有权决定是否解除本协议,如守约方解除本协议的,则本协议自守约方发出的解除通知送达违约方时终止;如守约方决定继续履行本协议的,则违约方按照本协议约定承担完相应的违约责任后,本协议继续履行。');
  743. $content[] = $this->content('第十二条 有限责任', '12.1:甲方无需对平台使用人(包括但不限于乙方、发展商、乙方的客户、有效上线者等)因第三方原因产生的传输、联络迟延、错误和疏漏(包括但不限于用户个人网络不稳定、个人电脑、网站遭遇攻击)而产生的损害承担责任。
  744. 12.2:甲乙双方认可不论在任何情况下,对因网络连接故障、通讯、电力或其他系统故障,罢工、暴乱、火灾、洪水等不可抗力事件,以及战争、政府行为、政府管制政府行政措施、银行限制规定等原因导致的甲方无法提供服务或提供服务迟延的情形,甲方均无需承担责任。
  745. 12.3:使用本公司平台服务下载或者获取任何资料的行为均出于乙方的独立判断,并由乙方自行承担因此产生的风险和责任,但不得侵犯甲方的知识产权。
  746. 12.4:本协议提及的相应规则、规范和注意事项,将通过甲方进行公示,任何未经甲方确认、承认或盖章生效的文件、承诺对甲方无法律约束力。
  747. 12.5:乙方同意,因下述两种特殊情形导致甲方不能按时发布信息的,不视为甲方违约:
  748. 12.5.1:乙方理解,基于市场整体利益考虑及经营需要,甲方可能不定期对产品、服务内容、版面布局、页面设计等有关方面进行调整,如因上述调整而影响乙方信息的发布(包括发布位置和/或发布期间等),乙方将给予充分的谅解,甲方则应该尽可能将上述影响减少到最低程度。
  749. 12.5.2:乙方理解,为了信息推广/广告发布媒体正常运行,甲方需要定期或不定期地进行停机维护,如因此类情况而造成乙方信息推广/广告不能按计划发布,乙方将予以谅解,甲方则有义务尽力避免服务中断或将中断时间限制在最短时间内。
  750. ');
  751. $content[] = $this->content('第十三条 其他条款', '13.1:若甲方向乙方发出书面的通知,甲方可不经过乙方同意向其关联公司部分或全部转让本合同项下权利、义务。本合同对双方各自的继受人和允许的受让人有约束力。
  752. 13.2:与本合同有关的全部通知,双方可选择采用书面、邮件或平台公告任一方式变更及确认。乙方确认本协议中所列明的联系方式系乙方真实联系方式,协议有效期内,甲方通过本协议联系方式向乙方送达的所有信息都视为已成功送达,送达即产生法律效力。
  753. 13.3:乙方作为甲方的代理商,在任何情况任何场合都不得以任何形式诋毁甲方,包括但不限于用微信、微博、社群、自媒体、百度贴吧、各类视频平台等发布不实或有损于甲方声誉、形象包括甲方董事、股东、管理团队的言论帖子或图片、动画等。
  754. 13.4:作为长期合作及潜在持股的代理商,乙方应积极维护公司的形象和利益,遇到有损于甲方及甲方关联公司的形象、利益的事件应及时阻止、反馈。
  755. 13.5:乙方作为甲方的代理商,不误传误导未经甲方确认,签字、盖章的不实信息。
  756. 13.6:乙方作为甲方的代理商,不做也不参与第三方合作与甲方有竞争性的业务,并积极参与甲方的各项业务推广。
  757. 13.7:甲方已经就本协议同乙方进行了充分沟通,反复磋商,对于乙方不清楚之条款及含义,甲方进行了详细的解释、说明。乙方承诺本协议签订系在充分了解合同条款的情况下自愿签订,不存在欺诈、胁迫或其他情形。
  758. 13.8:本合同内容均以打印版本为准,修改、增加、减少,均需甲乙双方签章确认。如有未尽事宜,应另行签订书面补充合同。任何形式的口头协议均属无效。
  759. 13.9:为体现合同双方的自愿原则,本合同文本中相关条款中有空白行,供双方自行约定或补充约定。合同签订生效后,未被修改的文本印刷文字视为双方同意内容。本合同文本中涉及到的选择、填写内容,双方作约定时,应在空格部位打√,以示约定适用。
  760. 13.10:本协议的订立、有效性、解释、履行、签署、修订和终止以及争议的解决均应适用中华人民共和国法律。
  761. 13.11:如因履行本协议产生争议的,双方应当协商解决。协商不能解决的,任何方均可向甲方住所地人民法院提起诉讼,
  762. 13.12:本合同中的任何一方在任何时间未要求另一方履行本合同任何条款都不影响其在以后任何时间里要求履行此条款的权利;任何一方对违反本合同中任一条款的行为不予追究,不构成其放弃以后对同一条款或其他条款的违约行为追究的权利。
  763. 13.13:本协议自双方盖章或签字之日起生效,一式两份,甲乙双方各执一份,具有同等的法律效力。');
  764. return $content;
  765. }
  766. # 代理商合同模板
  767. public function pdf_1($agreement, $info)
  768. {
  769. $base = Dever::db('setting/base')->find();
  770. if (isset($info['agreement_id'])) {
  771. $order_num = $info['order_num'];
  772. } else {
  773. $order_num = '待生成';
  774. }
  775. if ($info['type'] == 1) {
  776. $idcard = $info['idcard'];
  777. } else {
  778. $idcard = $info['company_number'];
  779. }
  780. $area = Dever::load("area/api.string", $info['area'], '');
  781. $address = $area;
  782. $role = Dever::db('setting/role')->find($info['role']);
  783. $name = $this->name($agreement, $info, $role);
  784. $price = $info['price'];
  785. # 转大写
  786. $price_str = Dever::convertNum($price);
  787. $area = '【' . $area . '】';
  788. if (isset($info['sdate']) && $info['sdate']) {
  789. $sdate = date('Y年m月d日', $info['sdate']);
  790. $edate = date('Y年m月d日', $info['edate']);
  791. $qdate = date('Y年m月d日', $info['qdate']);
  792. } else {
  793. //$sdate = date('Y年m月d日', $info['cdate']);
  794. $sdate = date('Y年m月d日');
  795. $edate = date('Y年m月d日', strtotime('+3 year'));
  796. $qdate = $sdate;
  797. }
  798. $company_name = '中食民安(北京)科技有限公司';
  799. $pdf = Dever::load('pdf/lib/core')->init();
  800. $pdf->SetTitle($name);
  801. //$pdf->setPrintHeader(true);
  802. //$pdf->setPrintFooter(true);
  803. $pdf->SetHeaderData('', 0, $company_name);
  804. $pdf->font(25, 'B');
  805. $pdf->center('');
  806. $pdf->br(3);
  807. $pdf->center($company_name);
  808. $pdf->br(3);
  809. $pdf->center('代');
  810. $pdf->br();
  811. $pdf->center('理');
  812. $pdf->br();
  813. $pdf->center('商');
  814. $pdf->br();
  815. $pdf->center('合');
  816. $pdf->br();
  817. $pdf->center('作');
  818. $pdf->br();
  819. $pdf->center('协');
  820. $pdf->br();
  821. $pdf->center('议');
  822. $pdf->AddPage();
  823. $pdf->font(18, 'B');
  824. $pdf->center('代理商合作协议');
  825. $pdf->br();
  826. $pdf->font($this->font_size, '');
  827. $pdf->right('合同编号:' . $order_num);
  828. $pdf->br(2);
  829. $content = array();
  830. $content[] = array
  831. (
  832. 'name' => array
  833. (
  834. '甲 方',
  835. 15,
  836. STR_PAD_LEFT,
  837. 20,
  838. ),
  839. 'content' => array
  840. (
  841. ' 中食民安(北京)科技有限公司(以下简称“甲方”)',
  842. 100,
  843. STR_PAD_RIGHT,
  844. 80,
  845. ),
  846. );
  847. $content[] = array
  848. (
  849. 'name' => array
  850. (
  851. '统一社会信用代码',
  852. 26,
  853. STR_PAD_LEFT,
  854. 45,
  855. ),
  856. 'content' => array
  857. (
  858. ' 91110106MA01T8R42B',
  859. 100,
  860. STR_PAD_RIGHT,
  861. 40,
  862. ),
  863. );
  864. $content[] = array
  865. (
  866. 'name' => array
  867. (
  868. '地 址',
  869. 15,
  870. STR_PAD_LEFT,
  871. 20,
  872. ),
  873. 'content' => array
  874. (
  875. ' 北京经济技术开发区经海四路22号院四区5号楼14层1706',
  876. 100,
  877. STR_PAD_RIGHT,
  878. 80,
  879. ),
  880. );
  881. $content[] = array
  882. (
  883. 'name' => array
  884. (
  885. '电 话',
  886. 15,
  887. STR_PAD_LEFT,
  888. 20,
  889. ),
  890. 'content' => array
  891. (
  892. ' 010-53391855',
  893. 160,
  894. STR_PAD_RIGHT,
  895. 80,
  896. ),
  897. );
  898. $content[] = array
  899. (
  900. 'name' => array
  901. (
  902. '乙 方',
  903. 15,
  904. STR_PAD_LEFT,
  905. 20,
  906. ),
  907. 'content' => array
  908. (
  909. ' ' . $info['name'],
  910. 100,
  911. STR_PAD_RIGHT,
  912. 80,
  913. ),
  914. );
  915. $content[] = array
  916. (
  917. 'name' => array
  918. (
  919. '统一社会信用代码/身份证号码',
  920. 37,
  921. STR_PAD_LEFT,
  922. 67,
  923. ),
  924. 'content' => array
  925. (
  926. ' ' . $idcard,
  927. 100,
  928. STR_PAD_RIGHT,
  929. 40,
  930. ),
  931. );
  932. $content[] = array
  933. (
  934. 'name' => array
  935. (
  936. '地 址',
  937. 15,
  938. STR_PAD_LEFT,
  939. 20,
  940. ),
  941. 'content' => array
  942. (
  943. ' ' . $address,
  944. 100,
  945. STR_PAD_RIGHT,
  946. 80,
  947. ),
  948. );
  949. $content[] = array
  950. (
  951. 'name' => array
  952. (
  953. '电 话',
  954. 15,
  955. STR_PAD_LEFT,
  956. 20,
  957. ),
  958. 'content' => array
  959. (
  960. ' ' . $info['mobile'],
  961. 160,
  962. STR_PAD_RIGHT,
  963. 80,
  964. ),
  965. );
  966. $pdf->setCellHeightRatio(2);
  967. foreach ($content as $k => $v) {
  968. $pdf->font($this->font_size);
  969. $pdf->left(Dever::mb_str_pad($v['name'][0] . ':', $v['name'][1], ' ', $v['name'][2]), $v['name'][3]);
  970. $pdf->font($this->font_size, '');
  971. $pdf->left(Dever::mb_str_pad($v['content'][0], $v['content'][1], ' ', $v['content'][2]), $v['content'][3]);
  972. $pdf->br();
  973. if ($k == 3) {
  974. $pdf->br();
  975. }
  976. }
  977. $pdf->br(1,1);
  978. $pdf->font($this->font_size, 'B');
  979. $pdf->left(' 鉴于:');
  980. $pdf->br();
  981. $pdf->font($this->font_size, '');
  982. $pdf->setCellPaddings(16, 0, 16, 0);
  983. if (isset($info['content']) && $info['content']) {
  984. $info['content'] = Dever::array_decode($info['content']);
  985. foreach($info['content'] as $k => $v) {
  986. $pdf->content($v['name'], $v['content'], $this->font_size);
  987. }
  988. } else {
  989. $method = 'content_' . $agreement['type'];
  990. $content = $this->$method($agreement, $info, array($role, $name, $price, $price_str, $area, $sdate, $edate, $qdate));
  991. foreach ($content as $k => $v) {
  992. $pdf->content($v['name'], $v['content'], $this->font_size);
  993. }
  994. if (isset($info['create_state']) && $info['create_state'] == 1) {
  995. $up = array();
  996. $up['content'] = Dever::array_encode($content);
  997. $up['where_id'] = $info['id'];
  998. $state = Dever::db('agent/member_agreement')->update($up);
  999. }
  1000. }
  1001. $pdf->AddPage();
  1002. $pdf->br(1, 1);
  1003. $pdf->font($this->font_size, 'B');
  1004. $pdf->left('【以下为签署页,无正文】', 100);
  1005. $pdf->br();
  1006. $pdf->br(1, 1);
  1007. $pdf->font($this->font_size, '');
  1008. $pdf->left('甲 方(盖章):', 90)->left('乙 方(盖章/签字):', 90);
  1009. $pdf->br();
  1010. $pdf->br(1, 1);
  1011. $pdf->font($this->font_size, '');
  1012. $sign = '';
  1013. $pdf->left('代表人(签字):' . $sign, 90)->left('代表人(签字):' . $sign, 90);
  1014. $pdf->br();
  1015. $pdf->br(1, 1);
  1016. $pdf->font($this->font_size, '');
  1017. $mobile = '';
  1018. //$base['agreement_mobile']
  1019. $pdf->left('代 表 人 电 话:' . '', 90)->left('代 表 人 电 话:' . $mobile, 90);
  1020. $pdf->br();
  1021. $pdf->br(1, 1);
  1022. $pdf->font($this->font_size, '');
  1023. $pdf->left('日 期:'.$qdate, 90);
  1024. $pdf->left('日 期:'.$qdate, 80);
  1025. $pdf->br();
  1026. $pic = Dever::pic($base['agreement_sign']);
  1027. $cx = $pdf->GetX();
  1028. $cy = $pdf->GetY();
  1029. $x = $cx + 48;
  1030. $y = $cy - 42;
  1031. $pdf->Image($pic, $x, $y, 30, 30);
  1032. $x += 100;
  1033. if ($info['sign']) {
  1034. $info['sign'] = Dever::pic($info['sign']);
  1035. if (strstr($info['sign'], 'http')) {
  1036. $pdf->Image($info['sign'], $x, $y, 30, 30);
  1037. }
  1038. }
  1039. $pdf->out($name);
  1040. }
  1041. public function content_3($agreement, $info, $data = false)
  1042. {
  1043. if ($data) {
  1044. list($role, $name, $oname, $sdate, $edate, $qdate) = $data;
  1045. } else {
  1046. $role = Dever::db('setting/role')->find($info['role']);
  1047. $name = $this->name($agreement, $info, $role);
  1048. $oagreement = Dever::db('setting/agreement')->find(1);
  1049. $oname = $this->name($oagreement, $info, $role);
  1050. if (isset($info['sdate']) && $info['sdate']) {
  1051. $sdate = date('Y年m月d日', $info['sdate']);
  1052. $edate = date('Y年m月d日', $info['edate']);
  1053. $qdate = date('Y年m月d日', $info['qdate']);
  1054. } else {
  1055. $sdate = date('Y年m月d日');
  1056. $edate = date('Y年m月d日', strtotime('+3 year'));
  1057. $qdate = $sdate;
  1058. $old = Dever::db('agent/member_agreement')->getOld(array('mid' => $info['mid'], 'agreement_id' => 1));
  1059. if ($old) {
  1060. $sdate = date('Y年m月d日', $old['sdate']);
  1061. $edate = date('Y年m月d日', $old['edate']);
  1062. }
  1063. }
  1064. }
  1065. $content = array();
  1066. $type = 2;
  1067. if (!isset($info['soft_cash'])) {
  1068. $info['soft_cash'] = $info['price'];
  1069. }
  1070. # 这里加判断
  1071. if ($role['type'] == 2 && $role['area'] == 1) {
  1072. $type = 1;
  1073. } elseif ($info['soft_cash'] > 6000 && $info['soft_cash'] <= 30000 && $info['soft_cash']%5000 == 0) {
  1074. $type = 3;
  1075. } elseif ($info['soft_cash'] <= 6000 && $info['soft_cash']%1000 == 0) {
  1076. $type = 4;
  1077. } else {
  1078. $type = 2;
  1079. }
  1080. # 城市代理
  1081. if ($type == 1) {
  1082. $name = '城市代理版';
  1083. $year = 1;
  1084. $cash = '3.1合同金额:按定制收费,合计总金额['.$info['soft_cash'].']元,其中总金额的90%为软件服务费,总金额的10%为购买开店所需电器及菜品费用。';
  1085. }
  1086. # 定制版
  1087. elseif ($type == 2) {
  1088. $name = '定制版';
  1089. $year = 1;
  1090. $cash = '3.1合同金额:按定制收费,合计总金额['.$info['soft_cash'].']元。';
  1091. }
  1092. # 升级版
  1093. elseif ($type == 3) {
  1094. $name = '升级版';
  1095. $year = intval($info['soft_cash']/5000);
  1096. if ($year > 6) {
  1097. $year = 6;
  1098. }
  1099. $cash = '3.1合同金额:5000元/每年,合计总金额['.$info['soft_cash'].']元。';
  1100. }
  1101. # 基础版
  1102. else {
  1103. $name = '基础版';
  1104. $year = intval($info['soft_cash']/1000);
  1105. if ($year > 6) {
  1106. $year = 6;
  1107. }
  1108. //$year = 6;
  1109. $cash = '3.1合同金额:1000元/每年,合计总金额['.$info['soft_cash'].']元。';
  1110. }
  1111. $content[] = $this->content('', '鉴于甲方购买乙方名称为《 厨人易料业务管理系统 》版本为《 '.$name.' 》的系统使用权(以下简称为“软件”),双方经协商一致,由乙方为甲方提供软件服务,双方达成本服务合同。');
  1112. $content[] = $this->content('第一条服务事项', '1.1服务内容包括:
  1113. 1.技术维护服务
  1114. (1)设备变更带来的环境适配调整;
  1115. (2)各类操作系统与软件适配带来的调整工作;
  1116. (3)网络故障带来的软件重新安装、数据修复;
  1117. (4)及时更新产品及同版本升级程序;
  1118. (5)产品故障、普通问题、重大问题的远程技术支持;
  1119. (6)接受产品程序改进意见并酌情纳入新产品开发计划;
  1120. (7)其他无法预计的故障的排除。
  1121. 2.远程实施指导
  1122. 提供产品说明和演示文档,远程指导参数设置及数据导入(以及上线测试)。
  1123. 3.远程应用培训
  1124. 对软件管理员提供远程培训及操作手册。
  1125. 1.2 服务方式及响应时间
  1126. (1)服务方式:电话、电子邮件和微信;乙方通常先以电话的方式了解甲方需要解决的问题,并为甲方提出处理的办法,引导甲方自行解决,在无法解决时,乙方将由技术人员上门解决。针对登录故障、软件故障判断、软件安装与注册、软件适用与指导、数据备份、数据修正、数据恢复、版本更新等服务项目提供电子支持、远程、热线服务。
  1127. (2)响应时间:在接到甲方报障信息后乙方视情况缓急尽快响应,处于人机并行试运行阶段时,属于产品故障在24小时内响应,普通问题三天内答复,重大问题特殊处理。
  1128. 1.3 服务期限:
  1129. 乙方为甲方提供['.$year.']年的服务,服务期最长6年,服务期满后,如甲方还需要乙方为甲方提供服务,甲、乙双方需重新协商签订服务协议。
  1130. 1.4 软件保修与版本升级:
  1131. (1)正常使用时损坏,致使软件无法正常运行给予保修;
  1132. (2)接受甲方对产品程序提出的改进意见并酌情纳入升级计划;
  1133. (3)非正常使用造成软件损坏,一律收费保修;
  1134. (4)对不同运行环境需要单独具体升级软件的,按甲方发布的有关规定办理。');
  1135. $content[] = $this->content('第二条信息保密', '2.1甲方不得以任何形式对所购买软件进行解密,并保证不交给任何第三方人员使用、展示。
  1136. 2.2乙方为甲方的数据保密,保证不将甲方的数据泄露给第三者,除非依据有关法律、法规的规定应向有关政府主管部门办理有关批准、备案的手续;或为履行在本合同项下的义务或声明与保证须向第三人披露。');
  1137. $content[] = $this->content('第三条结算金额及方式', $cash . '
  1138. 3.2结算方式:厨人易料商城线上支付。');
  1139. $content[] = $this->content('第四条 期权赠与', '甲方采购乙方的软件,在签署乙方的《软件服务合同》并支付成功后,拥有以零元价格认购乙方等值合同金额额度原始期权的权利。根据2021年11月市场机构的评估报告数据计算,乙方公司整体估值约为5.01亿元,乙方所赠期权的行权要求如下:
  1140. 4.1乙方成功在中国境内外合法的证券交易所上市交易;
  1141. 4.2甲方认同乙方的经营理念和经营规划;
  1142. 4.3甲方不得转让该赠与期权的权利,该权利有效期截止至甲方将所赠额度兑换完毕;
  1143. 4.4甲方期权兑换完毕后须锁定12个月方可自由交易,即股票有1年的禁售期。');
  1144. $content[] = $this->content('第五条 争议解决', '5.1本协议未尽之事宜,由双方友好协商后另行签订补充协议,补充协议与本协议具有同等法律效力。
  1145. 5.2因本合同引起的或与本合同有关的任何争议,由合同各方协商解决,也可由有关部门调解;协商或调解不成的,应向乙方所在地有管辖权的人民法院起诉。');
  1146. $content[] = $this->content('第六条 保密条款', '本合同各方保证,除非依据有关法律、法规的规定应向有关政府主管部门办理有关批准、备案的手续;或为履行在本合同项下的义务或声明与保证须向第三人披露;或经本合同其他方事先书面同意,本合同任何一方对本合同另一方及合同项下之所有内容、信息、事务均负有保密义务(除已在公开渠道获得的信息外),泄露秘密一方应向其他方赔偿由此造成的经济损失及其他损失。本条款不因本合同的终止而失效。');
  1147. $content[] = $this->content('第七条 其他', '7.1本合同一经支付立即生效,鉴于交付系统已经产生所有费用,一律无法终止本合同,无法退款。
  1148. 7.2本合同自双方签字或盖章后生效。除本合同另有约定外,合同的任何变更应经双方共同签署书面合同后方可生效。
  1149. 7.3本合同一式两份,甲乙双方各执一份。各份合同文本具有同等法律效力。');
  1150. return $content;
  1151. }
  1152. # 软件服务合同
  1153. public function pdf_3($agreement, $info)
  1154. {
  1155. $base = Dever::db('setting/base')->find();
  1156. if (isset($info['agreement_id'])) {
  1157. $order_num = $info['order_num'];
  1158. } else {
  1159. $order_num = '待生成';
  1160. }
  1161. $idcard = $info['idcard'];
  1162. if (isset($info['company_number']) && $info['company_number']) {
  1163. $idcard = $info['company_number'];
  1164. }
  1165. $role = Dever::db('setting/role')->find($info['role']);
  1166. $name = $this->name($agreement, $info, $role);
  1167. $oagreement = Dever::db('setting/agreement')->find(1);
  1168. $oname = $this->name($oagreement, $info, $role);
  1169. $price = $info['price'];
  1170. $area = Dever::load("area/api.string", $info['area'], '');
  1171. $address = '';
  1172. if (isset($info['sdate']) && $info['sdate']) {
  1173. $sdate = date('Y年m月d日', $info['sdate']);
  1174. $edate = date('Y年m月d日', $info['edate']);
  1175. $qdate = date('Y年m月d日', $info['qdate']);
  1176. } else {
  1177. $sdate = date('Y年m月d日');
  1178. $edate = date('Y年m月d日', strtotime('+3 year'));
  1179. $qdate = $sdate;
  1180. $old = Dever::db('agent/member_agreement')->getOld(array('mid' => $info['mid'], 'agreement_id' => 1));
  1181. if ($old) {
  1182. $sdate = date('Y年m月d日', $old['sdate']);
  1183. $edate = date('Y年m月d日', $old['edate']);
  1184. }
  1185. }
  1186. $company_name = '中食民安(北京)科技有限公司';
  1187. $pdf = Dever::load('pdf/lib/core')->init();
  1188. $pdf->SetTitle($name);
  1189. $pdf->font(18, 'B');
  1190. $pdf->center('软 件 服 务 合 同');
  1191. $pdf->br(2);
  1192. $content = array();
  1193. $content[] = array
  1194. (
  1195. 'name' => array
  1196. (
  1197. '甲方(服务接受方)',
  1198. 30,
  1199. STR_PAD_LEFT,
  1200. 50,
  1201. ),
  1202. 'content' => array
  1203. (
  1204. ' ' . $info['name'],
  1205. 100,
  1206. STR_PAD_RIGHT,
  1207. 80,
  1208. ),
  1209. );
  1210. $content[] = array
  1211. (
  1212. 'name' => array
  1213. (
  1214. '统一社会信用代码或身份证',
  1215. 36,
  1216. STR_PAD_LEFT,
  1217. 63,
  1218. ),
  1219. 'content' => array
  1220. (
  1221. ' ' . $idcard,
  1222. 100,
  1223. STR_PAD_RIGHT,
  1224. 40,
  1225. ),
  1226. );
  1227. $content[] = array
  1228. (
  1229. 'name' => array
  1230. (
  1231. '居住地址',
  1232. 20,
  1233. STR_PAD_LEFT,
  1234. 29,
  1235. ),
  1236. 'content' => array
  1237. (
  1238. ' ' . $address,
  1239. 100,
  1240. STR_PAD_RIGHT,
  1241. 80,
  1242. ),
  1243. );
  1244. $content[] = array
  1245. (
  1246. 'name' => array
  1247. (
  1248. '联系方式',
  1249. 20,
  1250. STR_PAD_LEFT,
  1251. 29,
  1252. ),
  1253. 'content' => array
  1254. (
  1255. ' ' . $info['mobile'],
  1256. 160,
  1257. STR_PAD_RIGHT,
  1258. 80,
  1259. ),
  1260. );
  1261. $content[] = array
  1262. (
  1263. 'name' => array
  1264. (
  1265. '乙方(服务提供方)',
  1266. 30,
  1267. STR_PAD_LEFT,
  1268. 50,
  1269. ),
  1270. 'content' => array
  1271. (
  1272. ' ' . $company_name,
  1273. 100,
  1274. STR_PAD_RIGHT,
  1275. 80,
  1276. ),
  1277. );
  1278. $content[] = array
  1279. (
  1280. 'name' => array
  1281. (
  1282. '统一社会信用代码',
  1283. 28,
  1284. STR_PAD_LEFT,
  1285. 46,
  1286. ),
  1287. 'content' => array
  1288. (
  1289. ' 91110106MA01T8R42B',
  1290. 100,
  1291. STR_PAD_RIGHT,
  1292. 40,
  1293. ),
  1294. );
  1295. $content[] = array
  1296. (
  1297. 'name' => array
  1298. (
  1299. '法定代表人',
  1300. 22,
  1301. STR_PAD_LEFT,
  1302. 33,
  1303. ),
  1304. 'content' => array
  1305. (
  1306. ' 王雷',
  1307. 100,
  1308. STR_PAD_RIGHT,
  1309. 40,
  1310. ),
  1311. );
  1312. $content[] = array
  1313. (
  1314. 'name' => array
  1315. (
  1316. '居住地址',
  1317. 20,
  1318. STR_PAD_LEFT,
  1319. 29,
  1320. ),
  1321. 'content' => array
  1322. (
  1323. ' 北京市北京经济技术开发区经海四路22号院四区5号楼14层1706',
  1324. 100,
  1325. STR_PAD_RIGHT,
  1326. 80,
  1327. ),
  1328. );
  1329. $content[] = array
  1330. (
  1331. 'name' => array
  1332. (
  1333. '联系方式',
  1334. 20,
  1335. STR_PAD_LEFT,
  1336. 29,
  1337. ),
  1338. 'content' => array
  1339. (
  1340. ' 010-53391855',
  1341. 160,
  1342. STR_PAD_RIGHT,
  1343. 80,
  1344. ),
  1345. );
  1346. $pdf->setCellHeightRatio(2);
  1347. foreach ($content as $k => $v) {
  1348. $pdf->font($this->font_size);
  1349. $pdf->left(Dever::mb_str_pad($v['name'][0] . ':', $v['name'][1], ' ', $v['name'][2]), $v['name'][3]);
  1350. $pdf->font($this->font_size, '');
  1351. $pdf->left(Dever::mb_str_pad($v['content'][0], $v['content'][1], ' ', $v['content'][2]), $v['content'][3]);
  1352. $pdf->br();
  1353. if ($k == 3) {
  1354. $pdf->br();
  1355. }
  1356. }
  1357. $pdf->br();
  1358. $pdf->setCellPaddings(10, 0, 10, 0);
  1359. $oname = str_replace('.pdf', '', $oname);
  1360. if (isset($info['content']) && $info['content']) {
  1361. $info['content'] = Dever::array_decode($info['content']);
  1362. foreach($info['content'] as $k => $v) {
  1363. $pdf->content($v['name'], $v['content'], $this->font_size);
  1364. }
  1365. } else {
  1366. $method = 'content_' . $agreement['type'];
  1367. $content = $this->$method($agreement, $info, array($role, $name, $oname, $sdate, $edate, $qdate));
  1368. foreach ($content as $k => $v) {
  1369. $pdf->content($v['name'], $v['content'], $this->font_size);
  1370. }
  1371. if (isset($info['create_state']) && $info['create_state'] == 1) {
  1372. $up = array();
  1373. $up['content'] = Dever::array_encode($content);
  1374. $up['where_id'] = $info['id'];
  1375. $state = Dever::db('agent/member_agreement')->update($up);
  1376. }
  1377. }
  1378. $pdf->AddPage();
  1379. $pdf->br(1, 1);
  1380. $pdf->font($this->font_size, 'B');
  1381. $pdf->left('【以下为签署页,无正文】', 100);
  1382. $pdf->br();
  1383. $pdf->br(1, 20);
  1384. $pdf->font($this->font_size, '');
  1385. $pdf->left('甲 方(盖章):', 100);
  1386. $pdf->br();
  1387. $pdf->br(1, 20);
  1388. $pdf->left('法定代表人或授权代表(签字):', 100);
  1389. $pdf->br();
  1390. $pdf->br(1, 1);
  1391. $pdf->font($this->font_size, '');
  1392. $pdf->left('签署时间:'.$qdate, 90);
  1393. $pdf->br();
  1394. $pdf->br(1, 20);
  1395. $pdf->font($this->font_size, '');
  1396. $pdf->left('乙方(盖章):', 100);
  1397. $pdf->br();
  1398. $pdf->br(1, 20);
  1399. $pdf->left('法定代表人或授权代表(签字):王雷', 100);
  1400. $pdf->br();
  1401. $pdf->br(1, 1);
  1402. $pdf->font($this->font_size, '');
  1403. $pdf->left('签署时间:'.$qdate, 90);
  1404. $pdf->br();
  1405. $pic = Dever::pic($base['agreement_sign']);
  1406. $cx = $pdf->GetX();
  1407. $cy = $pdf->GetY();
  1408. $x = $cx + 50;
  1409. $y = $cy - 50;
  1410. $pdf->Image($pic, $x, $y, 30, 30);
  1411. $x += 20;
  1412. $y -= 48;
  1413. if ($info['sign']) {
  1414. $info['sign'] = Dever::pic($info['sign']);
  1415. if (strstr($info['sign'], 'http')) {
  1416. $pdf->Image($info['sign'], $x, $y, 30, 30);
  1417. }
  1418. }
  1419. $pdf->out($name);
  1420. }
  1421. public function data($id){
  1422. $info = Dever::db('agent/member_agreement')->find($id);
  1423. $cdate = date('Y-m-d H:i',$info['cdate']);
  1424. $udate = date('Y-m-d H:i',$info['udate']);
  1425. $html = $cdate.'<br />'.$udate;
  1426. return $html;
  1427. }
  1428. }