lvhao il y a 11 heures
Parent
commit
a2f19d96bb

+ 7 - 1
template/erp/goodimglibrary_bcedit.html

@@ -582,8 +582,14 @@ $(".bcsave").click(function() {
 
 
 function close_door(){
-    $(".express").hide();
+    // $(".express").hide();
+    parent.parent.$(".search span").click();
+    parent.$('.fh').click();
     $(".fh").click();
+    
+
+    
+    
 }
 
 </script>

+ 5 - 4
template/erp/goodimglibrary_number.html

@@ -26,7 +26,7 @@
         <div style="clear:both;"></div>
     </ul>
 </div>
-<div class="button"><font class="datasavezy">提 交</font> <font class="fh">关 闭</font></div>
+<div class="button"><font class="fh">关 闭</font></div>
 </div>
 <script>
 var scwd = "/fullorderexcel/scwd";
@@ -82,10 +82,11 @@ function showTable(data){
             <td style="width: 30%;"><%= data[key]['zh'] %></td>
             <td style="width: 30%;"><%= data[key]['title'] %></td>
             <td style="width: 5%;">
-                <% if(data[key]['has_source'] == 0) { %>
-                <a href="javascript:void(0);" class="window add_lv_btn" data-h="/goodimglibrary/bcedit/<%= data[key]['s_id'] %>" data-t="货品图片-编辑">添 加</a>
-                <% } else { %>
+                <% if(data[key]['has_source'] == 5){ %>
                     <a href="javascript:void(0);" class="window add_lv_btn" >图片已添加</a>
+                <% }else{ %>
+                    <a href="javascript:void(0);" class="window add_lv_btn" data-h="/goodimglibrary/bcedit/<%= data[key]['s_id'] %>" data-t="货品图片-编辑">添 加</a>
+                   
                 <% } %>
             </td>
         </tr>