lvhao 1 月之前
父節點
當前提交
1082c3a44a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      template/erp/js/fullorder-addeditv1.js

+ 1 - 0
template/erp/js/fullorder-addeditv1.js

@@ -2074,6 +2074,7 @@ function checkKcyz(){
 }
 
 function copytext(that){
+	alert("复制成功")
 	var text = $(that).data("t");
 	navigator.clipboard.writeText(text)