lvhao 3 месяцев назад
Родитель
Сommit
2305454666
1 измененных файлов с 26 добавлено и 26 удалено
  1. 26 26
      template/erp/transfer_operate.html

+ 26 - 26
template/erp/transfer_operate.html

@@ -294,32 +294,32 @@ $(".systemwindow").on('click', "#bdbbprintks", function() {
 	  });
 
    function addYcrk(id){
-     $.post("/transfer/ycrk", {id:id}, function(a){
-        if(a.success){
-            layx.confirm('提示',a.msg,null,{
-				buttons:[
-					{
-						label:'确定',
-						callback:function(id, button, event){
-							layx.destroy(id);
-                            $(".search span").click();
-						}
-					}
-				],dialogIcon:'error',shadable:0.6
-			})
-        }else{
-           layx.confirm('提示',a.msg,null,{
-				buttons:[
-					{
-						label:'确定',
-						callback:function(id, button, event){
-							layx.destroy(id);
-						}
-					}
-				],dialogIcon:'error',shadable:0.6
-			})
-        }
-     }, "json")
+    //  $.post("/transfer/ycrk", {id:id}, function(a){
+    //     if(a.success){
+    //         layx.confirm('提示',a.msg,null,{
+	// 			buttons:[
+	// 				{
+	// 					label:'确定',
+	// 					callback:function(id, button, event){
+	// 						layx.destroy(id);
+    //                         $(".search span").click();
+	// 					}
+	// 				}
+	// 			],dialogIcon:'error',shadable:0.6
+	// 		})
+    //     }else{
+    //        layx.confirm('提示',a.msg,null,{
+	// 			buttons:[
+	// 				{
+	// 					label:'确定',
+	// 					callback:function(id, button, event){
+	// 						layx.destroy(id);
+	// 					}
+	// 				}
+	// 			],dialogIcon:'error',shadable:0.6
+	// 		})
+    //     }
+    //  }, "json")
    }
 </script>
 <script>