lvhao hace 3 días
padre
commit
5e7014bf36

+ 1 - 1
template/erp/color.html

@@ -58,7 +58,7 @@
 <td>重要信息提醒</td>
 <td>备注</td>
 <td>工艺路径</td>
-<td>生产时效</td>
+<td>生产时效(天)</td>
 <td>添加时间</td>
 <td>更新时间</td>
 </tr>

+ 1 - 1
template/erp/color_add.html

@@ -68,7 +68,7 @@
 <textarea name="gylj" style="height:75px;"></textarea>
 </li>
 <li class="length">
-<em>生产时效:</em>
+<em>生产时效(天):</em>
 <input type="text" name="scsx" value="0" />
 </li>
 

+ 1 - 1
template/erp/color_edit.html

@@ -72,7 +72,7 @@
 <textarea name="gylj" style="height:75px;">{$color['gylj']}</textarea>
 </li>
 <li class="length">
-<em>生产时效:</em>
+<em>生产时效(天):</em>
 <input type="text" name="scsx" value="{$color['scsx']}" />
 </li>
 

+ 20 - 2
template/erp/color_see.html

@@ -50,10 +50,10 @@
 </b>
 </li>
 
-<li class="length remark">
+<!-- <li class="length remark">
 <em>文字描述:</em>
 <b style="min-height:10px;padding:10px;font-size: 16px;line-height:26px;font-weight: bold;">{$color['content']}</b>
-</li>
+</li> -->
 
 <li class="length seeimg" style="margin-top:15px">
 {loop $color['img'] as $val}
@@ -64,6 +64,24 @@
 {/if}
 {/loop}</li>
 
+<li class="length">
+    <em>重要信息提醒:</em>
+    <b style="min-height:10px;padding:10px;font-size: 16px;line-height:26px;font-weight: bold;">{$color['craft_process']}</b>
+</li>
+<li class="length remark">
+<em>情况备注:</em>
+<b style="min-height:10px;padding:10px;font-size: 16px;line-height:26px;font-weight: bold;">{$color['content']}</b>
+</li>
+
+<li class="length">
+<em>工艺路径:</em>
+<b style="min-height:10px;padding:10px;font-size: 16px;line-height:26px;font-weight: bold;">{$color['gylj']}</b>
+</li>
+<li class="length">
+<em>生产时效(天):</em>
+<b>{$color['scsx']}</b>
+</li>
+
 <div style="clear:both;"></div>
 </ul>
 <input type="hidden" name="id" value="{$color['id']}" />