|
@@ -15,6 +15,13 @@
|
|
input[type=radio]{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
.update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #44C861;border: 1px solid #44C861;border-radius: 5px;color: #E5EAEA;font-weight:bold;}
|
|
.update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #44C861;border: 1px solid #44C861;border-radius: 5px;color: #E5EAEA;font-weight:bold;}
|
|
|
|
+ .txt{
|
|
|
|
+ width:60px;
|
|
|
|
+ border:1px solid #ddd;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -124,14 +131,14 @@
|
|
<td class="text-c" width="100">${signclosed.signclosedSendName!}</td>
|
|
<td class="text-c" width="100">${signclosed.signclosedSendName!}</td>
|
|
<td class="text-c" width="100">${signclosed.signclosedSendTel!}</td>
|
|
<td class="text-c" width="100">${signclosed.signclosedSendTel!}</td>
|
|
<td class="text-c" width="100">
|
|
<td class="text-c" width="100">
|
|
- <div class="update-parts">
|
|
|
|
|
|
+ <div>
|
|
<#if signclosed.awaitingSignclosedProductInfoList??>
|
|
<#if signclosed.awaitingSignclosedProductInfoList??>
|
|
<#if (signclosed.awaitingSignclosedProductInfoList?size > 0)>
|
|
<#if (signclosed.awaitingSignclosedProductInfoList?size > 0)>
|
|
<#list signclosed.awaitingSignclosedProductInfoList as info>
|
|
<#list signclosed.awaitingSignclosedProductInfoList as info>
|
|
<#if info.signclosedProductType == 1 >
|
|
<#if info.signclosedProductType == 1 >
|
|
- <span>${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
|
|
|
|
+ <span class="label label-success radius txt" title="${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台">${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
<#else >
|
|
<#else >
|
|
- <span>${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
|
|
|
|
+ <span class="label label-success radius txt" title="${info.productName!''} x ${info.productNum!''}件">${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
</#if>
|
|
</#if>
|
|
</#list>
|
|
</#list>
|
|
<#else >
|
|
<#else >
|
|
@@ -143,14 +150,14 @@
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
<td class="text-c" width="100">
|
|
<td class="text-c" width="100">
|
|
- <div class="update-parts">
|
|
|
|
|
|
+ <div>
|
|
<#if signclosed.signclosedProductInfoList??>
|
|
<#if signclosed.signclosedProductInfoList??>
|
|
<#if (signclosed.signclosedProductInfoList?size > 0)>
|
|
<#if (signclosed.signclosedProductInfoList?size > 0)>
|
|
<#list signclosed.signclosedProductInfoList as info>
|
|
<#list signclosed.signclosedProductInfoList as info>
|
|
<#if info.signclosedProductType == 1 >
|
|
<#if info.signclosedProductType == 1 >
|
|
- <span>${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
|
|
|
|
+ <span class="label label-success radius txt" title="${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台">${info.productName!''}-${info.productNumber!''}(${info.colorName!''})x ${info.productNum!''}台</span><br>
|
|
<#else >
|
|
<#else >
|
|
- <span>${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
|
|
|
|
+ <span class="label label-success radius txt" title="${info.productName!''} x ${info.productNum!''}件">${info.productName!''} x ${info.productNum!''}件>${info.productName!''} x ${info.productNum!''}件</span><br>
|
|
</#if>
|
|
</#if>
|
|
</#list>
|
|
</#list>
|
|
<#else >
|
|
<#else >
|