Browse Source

no message

lvhao 1 ngày trước cách đây
mục cha
commit
e06cfaf41a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
             }