|
|
@@ -1,10 +1,226 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="en">
|
|
|
-<head>
|
|
|
- <meta charset="UTF-8">
|
|
|
- <title>$Title$</title>
|
|
|
-</head>
|
|
|
-<body>
|
|
|
-$END$
|
|
|
-</body>
|
|
|
-</html>
|
|
|
+
|
|
|
+<style type="text/css">
|
|
|
+ .table{table-layout: fixed;}
|
|
|
+ .table tbody tr td{font-size: 13px;padding-top: 0;padding-bottom: 0;vertical-align: middle;}
|
|
|
+ input{padding-top: 0;padding-bottom: 0;}
|
|
|
+ label{font-weight: inherit;}
|
|
|
+ .radio{padding-top: 0;min-height: auto;margin: 0;}
|
|
|
+ input[type="checkbox"]{padding-top: 0;}
|
|
|
+ #ee{text-align: center;}
|
|
|
+</style>
|
|
|
+ <div class="container" style="width: 210mm;height: 297mm;" >
|
|
|
+ <table id="tableprint" class="table table-bordered">
|
|
|
+ <caption style="font-weight: normal;font-size: 20px; text-align: center;color: #0d0d0d;" >检测委托书</caption>
|
|
|
+ <thead>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr >
|
|
|
+ <td colspan="2" style="padding: 0;"><label >委托编号:</label></td>
|
|
|
+ <td colspan="12" style="padding: 0;">
|
|
|
+ <input id="c-entrust_id" style="border: none;" class="form-control" data-rule="required" name="entrust_id" type="text" value="{$row['entrust_id']}" >
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr >
|
|
|
+ <td colspan="2" id="ee" style="padding: 0;"><label>委托方</label></td>
|
|
|
+ <td colspan="8" style="padding: 0; v">
|
|
|
+ <input id="c-entrust_user" class="form-control" data-rule="required" style="background-color: #FFFFFF;border: none;" name="entrust_user" type="text" value="{$row['entrust_user']}">
|
|
|
+ </td>
|
|
|
+ <td colspan="2" id="ee" style="padding: 0; "><label>委托日期</label></td>
|
|
|
+ <td colspan="2" style="padding: 0; ">
|
|
|
+ <input id="c-entrust_time" class="form-control datetimepicker" data-date-format="YYYY-MM-DD" style="background-color: #FFFFFF;border: none;" data-use-current="true" name="entrust_time" type="text" value="{$row['entrust_time']}">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="14" id="ee"><h3 align="center">委托样品信息</h3></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="6" id="ee"><label >样品名称、规格、生产证号</label></td>
|
|
|
+ <td colspan="2" id="ee"><label >样品状态</label></td>
|
|
|
+ <td id="ee"><label >样品数量</label></td>
|
|
|
+ <td colspan="2" id="ee"><label >委托检测项目</label></td>
|
|
|
+ <td colspan="3" id="ee"><label >样品编号</label></td>
|
|
|
+ </tr>
|
|
|
+ {volist name="row['set']" id="vo"}
|
|
|
+ <tr>
|
|
|
+ <td colspan="6">
|
|
|
+ <input id="c-name" class="form-control" style="background-color: #FFFFFF;border: none;" name="name" data-rule="required" type="text" value="{$vo.name}">
|
|
|
+ </td>
|
|
|
+ <td colspan="2">
|
|
|
+ <div class="radio" >
|
|
|
+ <label><input name="status" type="checkbox" value="1" {if $vo.status == 1}checked{/if}>密 封</label><br>
|
|
|
+ </div>
|
|
|
+ <div class="radio">
|
|
|
+ <label><input name="status" type="checkbox" value="2" {if $vo.status == 2}checked{/if}>不密封</label>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td >
|
|
|
+ <input id="c-num" class="form-control" style="background-color: #FFFFFF;border: none;" data-rule="required" name="num" value="{$vo.num}" >
|
|
|
+ </td>
|
|
|
+ <td colspan="2">
|
|
|
+ <input id="c-project" class="form-control" style="background-color: #FFFFFF;border: none;" name="project" type="text" value="{$vo.project}">
|
|
|
+ </td>
|
|
|
+ <td colspan="3">
|
|
|
+ <input id="c-no" class="form-control" style="background-color: #FFFFFF;border: none;" data-rule="required" name="no" type="text" value="{$vo.no}">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/volist}
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" id="ee"><label>备注</label></td>
|
|
|
+ <td colspan="7">
|
|
|
+ <div class="form-inline">
|
|
|
+ <div class="radio">
|
|
|
+ <label class="checkbox-inline"><input name="requirement" type="radio" {if $row['requirement'] == 1}checked{/if} value="1">正式报告</label>
|
|
|
+ <label class="checkbox-inline"><input name="requirement" type="radio" {if $row['requirement'] == 2}checked{/if} value="2">简化报告</label>
|
|
|
+ <label class="checkbox-inline"><input name="requirement" type="radio" {if $row['requirement'] == 3}checked{/if} value="3">检测数据</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="2" id="ee"><label>报告份数</label></td>
|
|
|
+ <td colspan="3">
|
|
|
+ <input id="c-reportnumber" class="form-control " style="background-color: #FFFFFF;border: none;" name="reportnumber" type="text" value="{$row['reportnumber']}" >
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" id="ee"><label>检后样品处理要求</label></td>
|
|
|
+ <td colspan="5">
|
|
|
+ <div class="form-inline">
|
|
|
+ <div class="radio" >
|
|
|
+ <label><input name="deal" type="radio" {if $row['deal'] == 1}checked{/if} value="1"> 委托方取回</label>
|
|
|
+ <label><input name="deal" type="radio" {if $row['deal'] == 2}checked{/if} value="2"> 本中心处理</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="2" id="ee"><label>样品保存条件</label></td>
|
|
|
+ <td colspan="5">
|
|
|
+ <div class="form-inline">
|
|
|
+ <div class="radio" >
|
|
|
+ <label><input name="condition" type="radio" {if $row['condition'] == 1}checked{/if} value="1"> 密封</label>
|
|
|
+ <label><input name="condition" type="radio" {if $row['condition'] == 2}checked{/if} value="2"> 其他</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" id="ee"><label>报告发放</label></td>
|
|
|
+ <td colspan="7">
|
|
|
+ <div class="form-inline">
|
|
|
+ <div class="radio">
|
|
|
+ <label><input name="isue" type="radio" {if $row['isue'] == 1}checked{/if} value="1"> 自取</label>
|
|
|
+
|
|
|
+ <label><input name="isue" type="radio" {if $row['isue'] == 2}checked{/if} value="2"> 邮寄</label>
|
|
|
+
|
|
|
+ <label><input name="isue" type="radio" {if $row['isue'] == 3}checked{/if} value="3"> 传真</label>
|
|
|
+
|
|
|
+ <label><input name="isue" type="radio" {if $row['isue'] == 4}checked{/if} value="4"> 邮箱</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="2" id="ee"><label>检测费用</label></td>
|
|
|
+ <td colspan="3">
|
|
|
+ <input id="c-testcost" class="form-control" step="1" style="background-color: #FFFFFF;border: none;" name="testcost" type="number" value="{$row['testcost']}">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td rowspan="2" colspan="2" id="ee"><label>委托协议</label></td>
|
|
|
+ <td colspan="3" id="ee"><label>1.检测依据标准</label></td>
|
|
|
+ <td colspan="9">
|
|
|
+ <div class="form-inline">
|
|
|
+ <div class="radio">
|
|
|
+ <label><input name="standard" type="radio" {if $row['standard'] == 1}checked{/if} value="1"> YC/T 207-2014</label>
|
|
|
+
|
|
|
+ <label><input name="standard" type="radio" {if $row['standard'] == 2}checked{/if} value="2"> YQ/T 35-2013</label>
|
|
|
+
|
|
|
+ <label><input name="standard" type="radio" {if $row['standard'] == 3}checked{/if} value="3"> GB/T 7974-2013</label>
|
|
|
+
|
|
|
+ <label><input name="standard" type="radio" {if $row['standard'] == 4}checked{/if} value="4"> GB/T 18348-2008</label>
|
|
|
+
|
|
|
+ <label><input name="standard" type="radio" {if $row['standard'] == 5}checked{/if} value="5" > 其他</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="12">
|
|
|
+ <p>2.一般情况下自收样起7个工作日内出检验报告,如有变动以书面或电话通知委托方。如需加急应先与做样科室协商,
|
|
|
+ 加急费按样品收费标准的20%收取。美浓集团内部送样检测不收费用。委托方收到检测报告后有疑义请在5个工作日
|
|
|
+ 内反馈,反馈电话0571-88308050(检测室)。
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 3.报告数量说明:若无特殊说明,承检方提供委托方报告正本一份。如对检测报告有特殊要求,应在“备注”中说明。
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 4.委托检测只对来样负责,报告结果不得用于商业宣传。承检方承诺对委托方的所有商业或技术保密。
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 5.如有需要,委托方是否同意对样品进行分包检验: 分包方:
|
|
|
+ </p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="7">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea class="form-control" rows="4" style="background-color: #FFFFFF;border: none;resize: none;" disabled>委托方(签章):</textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="7">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea class="form-control" rows="4" style="background-color: #FFFFFF;border: none;resize: none;" disabled>承检方(签章):</textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" id="ee"><label>委托方信息</label></td>
|
|
|
+ <td colspan="5">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea class="form-control" rows="6" style="background-color: #FFFFFF;border: none;overflow: hidden;resize: none;" disabled>
|
|
|
+地址:
|
|
|
+电话:
|
|
|
+账户名称:
|
|
|
+开户银行:
|
|
|
+账户:
|
|
|
+传真:
|
|
|
+ </textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="2" id="ee"><label>承检方信息</label></td>
|
|
|
+ <td colspan="5">
|
|
|
+ <p>地址:杭州市临平区余杭经济开发区康达路508号</p>
|
|
|
+ <p>电话:0571-89358845 传真:0571-88308017</p>
|
|
|
+ <p>账户名称:浙江美浓世纪集团有限公司</p>
|
|
|
+ <p>开户银行:工行杭州市高新支行</p>
|
|
|
+ <p>账户:1202026209900052341</p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2" id="ee"><label>样品流转信息</label></td>
|
|
|
+ <td colspan="3" style="text-align: left;">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea class="form-control" rows="3" style="background-color: #FFFFFF;border: none;resize: none;" disabled>检测收样人:
|
|
|
+ </textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="3" style="text-align: left;">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea class="form-control" rows="3" style="background-color: #FFFFFF;border: none;resize: none;" disabled>检完退样___张退样人:
|
|
|
+ </textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="3" style="text-align: left;">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea class="form-control" rows="3" style="background-color: #FFFFFF;border: none;resize: none;" disabled>退样接收人:
|
|
|
+ </textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td colspan="3" style="text-align: left;">
|
|
|
+ <div class="from-grop">
|
|
|
+ <textarea rows="3" class="form-control" style="background-color: #FFFFFF;border: none;resize: none;" disabled>退样留样15天后销毁销毁人:
|
|
|
+ </textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|