lvhao il y a 1 jour
Parent
commit
e06cfaf41a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      template/erp/commodity_edit.html

+ 1 - 1
template/erp/commodity_edit.html

@@ -108,7 +108,7 @@ $(".datatext tr").each(function() {
                 $(".express").show();
             } else {
 				$(".ts").hide();
-                $(".ts p").html("添加失败,请重试");
+                $(".ts p").html(a.msg);
                 $(".ts").fadeIn();
                 setTimeout('$(".ts").fadeOut()', 600);
             }