版权登记订单详情 返回列表

订单信息

订单号: {$row.order_no}

登记类型: {$row.product.name}

认证时间: {$row.spec_attr}

订单金额: {$row.amount}元

支付状态: {if $row.pay_status == 1} 已支付 {else /} 未支付 {/if}

支付时间: {$row.pay_time}

状态: {if $row.status==0} 待提交材料 {elseif $row.status==1} 待审核材料 {elseif $row.status==2} 待收纸质材料 {elseif $row.status==3} 已提交至版权中心 {elseif $row.status==4} 版权中心处理中 {elseif $row.status==5} 待补正材料 {elseif $row.status==6} 证书已发放 {/if}

下单时间: {$row.create_time}

{if $row.pay_status==1 && $row.status==0} {if $row.product.form_type == 1} {else /} {/if} {/if}
{if $row.product.form_type == 0 && $material && $row.status!=0}
软著版权登记材料
{$material.softwareFullName|htmlentities}
{$material.softwareShortName|htmlentities}
{$material.version|htmlentities}
{$material.softwareSort|htmlentities}
{$material.completeDate|date="Y-m-d"}
{$developMode[array_search($material.developMode,array_column($developMode,'code'))]['name']}

{$softwareDescription[array_search($material.softwareDescription,array_column($softwareDescription,'code'))]['name']}

{$material.modifyDescription}

{$material.publishStatus?'已发表':'未发表'}
{$material.appearDate}
{$material.appearCity}
{php} $owners = json_decode($material['owners'],true); {/php} {foreach $owners as $key=>$owner}

{$owner.name} {if $owner.peopleType==1} 自然人 {/if} {if $owner.peopleType==21} 企业法人 {/if} {if $owner.peopleType==22} 机关法人 {/if} {if $owner.peopleType==23} 事业单位法人 {/if} {if $owner.peopleType==24} 社会团体法人 {/if} {if $owner.peopleType==3} 其他组织 {/if} {if $owner.peopleType==4} 其他 {/if} {$owner.cityName} {if $owner.peopleType==1} {$idCardType['natural'][array_search($owner.idType,array_column($idCardType['natural'],'code'))]['name']} {/if} {if in_array($owner.peopleType,['21','22','23','24','3'])} {$idCardType['company'][array_search($owner.idType,array_column($idCardType['company'],'code'))]['name']} {/if} {if $owner.peopleType==4} {$idCardType['other'][array_search($owner.idType,array_column($idCardType['other'],'code'))]['name']} {/if} {$owner.idNumber}

{/foreach}

{$material.rightScope==1?'全部':'部分'}

{if $material.rightScope!=1}

{php} $scopeIds = explode(',',$material['rightScopePart']); foreach($rightScopePart as $part){ if(in_array($part['code'],$scopeIds)){ echo ''.$part['name'].''; } } {/php}

{/if}

{$rightObtainMode[array_search($material.rightObtainMode,array_column($rightObtainMode,'code'))]['name']}

{if $material.inheritancePaper} {/if}
{if $material.isReg}

原软件登记号:{$material.inheritanceOrigRegNumber}

{if $material.inheritanceOrigRegPaper} {/if}
{/if}
{$material.hardwareDevelopEnv|htmlentities}
{$material.hardwareRunningEnv|htmlentities}
{$material.softwareDevelopSys|htmlentities}
{$material.softwareDevelopEnv|htmlentities}
{$material.softwareRunningSys|htmlentities}
{$material.softwareRunningEnv|htmlentities}
{$material.programLanguage|htmlentities}
{$material.sourceCodeRow|htmlentities}
{$material.createPurpose|htmlentities}
{$material.relatingField|htmlentities}
{$material.mainFunction|htmlentities}
{$material.specialtyTags|htmlentities}

{$material.specialty|htmlentities}

{php} $programIdentifyMaterial = json_decode($material['programIdentifyMaterial'],true); {/php}
{:$programIdentifyMaterial.storageType=='NORMAL'?'一般交存':'例外交存'}
{php} $documentIdentifyMaterial = json_decode($material['documentIdentifyMaterial'],true); {/php}
{foreach $documentIdentifyMaterial as $item}

{:$item.storageType=='NORMAL'?'一般交存':'例外交存'}

{if $item.storageFile} {/if} {/foreach}

正本:{$material.softwareCertificate}

副本:{$material.softwareCertificateCopy}

{php} $printMaterialList = json_decode($row['material_list'],true); {/php} {if $printMaterialList}
{foreach $printMaterialList as $item}

{$item.name} {if $item.desc}({$item.desc}){/if} 下载材料打印

{/foreach}
{/if}
{elseif $row.product.form_type == 1 && $material && $row.status!=0 /}
作品版权登记材料
{$material.opusName}
{$opusType[array_search($material.opusType,array_column($opusType,'code'))]['name']}
{$opusInditeType[array_search($material.opusInditeType,array_column($opusInditeType,'code'))]['name']}
{$material.completeDate}
{$material.opusInditeTypeDesc|htmlentities}
{$material.completeCity}
{$material.publishStatus?'已发表':'未发表'}
{$material.appearDate}
{$material.appearCity}
{$material.sampleDesc|htmlentities}
{php} $owners = json_decode($material['owners'],true); {/php} {foreach $owners as $key=>$owner}

第{$key+1}位

{$owner.cityName}

{if $owner.peopleType==1} 自然人 {/if} {if $owner.peopleType==21} 企业法人 {/if} {if $owner.peopleType==22} 机关法人 {/if} {if $owner.peopleType==23} 事业单位法人 {/if} {if $owner.peopleType==24} 社会团体法人 {/if} {if $owner.peopleType==3} 其他组织 {/if} {if $owner.peopleType==4} 其他 {/if} {$owner.name}

{if $owner.peopleType==1} {$idCardType['natural'][array_search($owner.idType,array_column($idCardType['natural'],'code'))]['name']} {/if} {if in_array($owner.peopleType,['21','22','23','24','3'])} {$idCardType['company'][array_search($owner.idType,array_column($idCardType['company'],'code'))]['name']} {/if} {if $owner.peopleType==4} {$idCardType['other'][array_search($owner.idType,array_column($idCardType['other'],'code'))]['name']} {/if} {$owner.idNumber}

手机号码 {$owner.phone}

联系人 {$owner.contactPerson}

邮箱 {$owner.email}

{if $owner.idType==1 || $owner.idType==21}
{/if}
{/foreach}
{php} $author = json_decode($material['author'],true); {/php}
{foreach $author as $key=>$item}

{$item.name} {$item.signature}

{/foreach}

{$obtainType[array_search($material.obtainType,array_column($obtainType,'code'))]['name']}

{if $material.obtainType=='INHERIT'} {/if} {if $material.obtainType=='REORGANIZATION'}
{if $material.enterpriseChangeProve} {/if} {if $material.contract} {/if} {if $material.creditorsMeetingResolution} {/if} {if $material.liquidationNotice} {/if}
{/if} {if $material.obtainType=='TRANSFER'} {/if}

{$rightOwnType[array_search($material.rightOwnType,array_column($rightOwnType,'code'))]['name']}

{$material.rightScope==1?'全部':'部分'} {if $material.rightScope!=1}

{php} $scopeIds = explode(',',$material['rightScopePart']); foreach($rightScopePart as $part){ if(in_array($part['code'],$scopeIds)){ echo ''.$part['name'].''; } } {/php}

{/if}
{/if}