show.gsp
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:13k
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <meta name="layout" content="main" />
- <title><g:message code="customer.show" default="Show Customer" /></title>
- </head>
- <body>
- <div class="nav">
- <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}"><g:message code="home" default="Home" /></a></span>
- <span class="menuButton"><g:link class="list" action="list"><g:message code="customer.list" default="Customer List" /></g:link></span>
- <span class="menuButton"><g:link class="create" action="create" params="${[_cusName:params._cusName,_cusProfession_id:params._cusProfession_id,_cusType_id:params._cusType_id,_cusLastchangefrom:params._cusLastchangefrom,_cusLastchangeto:params._cusLastchangeto,_cusDel:params._cusDel,max:params.max,sort:params.sort,offset:params.offset,order:params.order]}"><g:message code="customer.new" default="New Customer" /></g:link></span>
- </div>
- <div class="body">
- <h1><g:message code="customer.show" default="Show Customer" /></h1>
- <g:if test="${flash.message}">
- <div class="message"><g:message code="${flash.message}" args="${flash.args}" default="${flash.defaultMessage}" /></div>
- </g:if>
- <div class="dialog">
- <table>
- <tbody>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusId" default="Cus Id" />:</td>
-
- <td valign="top" class="value">${customer.cusId}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusName" default="Cus Name" />:</td>
-
- <td valign="top" class="value">${customer.cusName}</td>
-
-
- <td valign="top" class="name"><g:message code="customer.cusEname" default="Cus Ename" />:</td>
-
- <td valign="top" class="value">${customer.cusEname}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusCompany" default="Cus Company" />:</td>
-
- <td valign="top" class="value">${customer.cusCompany}</td>
-
-
- <td valign="top" class="name"><g:message code="customer.cusSex" default="Cus Sex" />:</td>
-
- <td valign="top" class="value">${customer?.cusSex}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusBirth" default="Cus Birth" />:</td>
-
- <td valign="top" class="value"><g:formatDate format="yyyy-MM-dd" date="${customer.cusBirth}"/></td>
-
-
- <td valign="top" class="name"><g:message code="customer.cusCard" default="Cus Card" />:</td>
-
- <td valign="top" class="value">${customer.cusCard}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusImage" default="Cus Image" />:</td>
-
- <td valign="top" class="value">${customer.cusImage}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusTel1" default="Cus Tel1" />:</td>
-
- <td valign="top" class="value">${customer.cusTel1}</td>
-
- <td valign="top" class="name"><g:message code="customer.cusTel2" default="Cus Tel2" />:</td>
-
- <td valign="top" class="value">${customer.cusTel2}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusLinkman" default="Cus Linkman" />:</td>
-
- <td valign="top" class="value">${customer.cusLinkman}</td>
-
- <td valign="top" class="name"><g:message code="customer.cusLinktel" default="Cus Linktel" />:</td>
-
- <td valign="top" class="value">${customer.cusLinktel}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusEmail" default="Cus Email" />:</td>
-
- <td valign="top" class="value">${customer.cusEmail}</td>
-
- <td valign="top" class="name"><g:message code="customer.cusClan" default="Cus Clan" />:</td>
-
- <td valign="top" class="value">${customer?.cusClan}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusNative" default="Cus Native" />:</td>
-
- <td valign="top" class="value">${customer?.cusNative}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusAddress" default="Cus Address" />:</td>
-
- <td valign="top" class="value">${customer.cusAddress}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusEducation" default="Cus Education" />:</td>
-
- <td valign="top" class="value">${customer?.cusEducation}</td>
-
- <td valign="top" class="name"><g:message code="customer.cusProfession" default="Cus Profession" />:</td>
-
- <td valign="top" class="value">${customer?.cusProfession}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusWorkstate" default="Cus Workstate" />:</td>
-
- <td valign="top" class="value">${customer?.cusWorkstate}</td>
-
- <td valign="top" class="name"><g:message code="customer.cusSchool" default="Cus School" />:</td>
-
- <td valign="top" class="value">${customer.cusSchool}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusHealth" default="Cus Health" />:</td>
-
- <td valign="top" class="value">${customer?.cusHealth}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusType" default="Cus Type" />:</td>
-
- <td valign="top" class="value">${customer?.cusType}</td>
-
-
- <td valign="top" class="name"><g:message code="customer.cusServer" default="Cus Server" />:</td>
-
- <td valign="top" class="value">${customer.cusServer}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusLikegoods" default="Cus Likegoods" />:</td>
-
- <td valign="top" class="value">${customer.cusLikegoods}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusMemo" default="Cus Memo" />:</td>
-
- <td valign="top" class="value">${customer.cusMemo}</td>
-
- </tr>
-
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusCreatetime" default="Cus Createtime" />:</td>
-
- <td valign="top" class="value">${customer.cusCreatetime}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusCreater" default="Cus Creater" />:</td>
-
- <td valign="top" class="value">${customer.cusCreater}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusLastchange" default="Cus Lastchange" />:</td>
-
- <td valign="top" class="value">${customer.cusLastchange}</td>
-
- </tr>
-
- <tr class="prop">
- <td valign="top" class="name"><g:message code="customer.cusLastchanger" default="Cus Lastchanger" />:</td>
-
- <td valign="top" class="value">${customer.cusLastchanger}</td>
-
- </tr>
-
- </tbody>
- </table>
- </div>
- <div class="buttons">
- <g:form>
- <input type="hidden" name="id" value="${customer?.id}" />
- <input type="hidden" name="_conId" value="${params._cusName}" />
- <input type="hidden" name="_conMan" value="${params._cusProfession_id}" />
- <input type="hidden" name="_staType_id" value="${params._cusType_id}" />
- <input type="hidden" name="_conLastchangefrom" value="${params._cusLastchangefrom}" />
- <input type="hidden" name="_conLastchangeto" value="${params._cusLastchangeto}" />
- <input type="hidden" name="_conDel" value="${params._cusDel}" />
- <input type="hidden" name="max" value="${params.max}" />
- <input type="hidden" name="sort" value="${params.sort}" />
- <input type="hidden" name="offset" value="${params.offset}" />
- <input type="hidden" name="order" value="${params.order}" />
- <span class="button"><g:actionSubmit class="edit" action="Edit" value="${message(code:'edit', 'default':'Edit')}" /></span>
-
- <span class="button"><g:actionSubmit class="delete" onclick="return confirm('${message(code:'delete.confirm', 'default':'Are you sure?')}');" action="Delete" value="${message(code:'delete', 'default':'Delete')}" /></span>
- <span class="button"><g:link class="link" controller="customer" action="list" params="${[_cusName:params._cusName,_cusProfession_id:params._cusProfession_id,_cusType_id:params._cusType_id,_cusLastchangefrom:params._cusLastchangefrom,_cusLastchangeto:params._cusLastchangeto,_cusDel:params._cusDel,max:params.max,sort:params.sort,offset:params.offset,order:params.order]}"><g:message code="back" default="Back" /></g:link></span>
- </g:form>
- </div>
- </div>
- </body>
- </html>