|
@@ -14,7 +14,7 @@
|
|
.table-bg thead th{background-color: #e2f6ff;}
|
|
.table-bg thead th{background-color: #e2f6ff;}
|
|
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: #effaff;border: 1px solid #32a3d8;}
|
|
|
|
|
|
+ .update-parts>span{margin-right: 10px;padding: 3px 4px;background-color: #44C861;border: 1px solid #44C861;border-radius: 5px;color: #E5EAEA;font-weight:bold;}
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -189,8 +189,11 @@
|
|
<td class="text-c" width="100">
|
|
<td class="text-c" width="100">
|
|
<#if signclosed.signclosedObjectsState == 1>
|
|
<#if signclosed.signclosedObjectsState == 1>
|
|
正常签收
|
|
正常签收
|
|
- <#else>
|
|
|
|
|
|
+
|
|
|
|
+ <#elseif signclosed.signclosedObjectsState == 2>
|
|
物件不对
|
|
物件不对
|
|
|
|
+ <#else>
|
|
|
|
+ 待签收
|
|
</#if>
|
|
</#if>
|
|
</td>
|
|
</td>
|
|
<td class="text-c" width="100">${signclosed.signclosedDesc!}</td>
|
|
<td class="text-c" width="100">${signclosed.signclosedDesc!}</td>
|