lvhao 1 день назад
Родитель
Сommit
e06cfaf41a
1 измененных файлов с 1 добавлено и 1 удалено
  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);
             }