|
@ -34,7 +34,7 @@ mui.plusReady(function(){
|
|
|
$("#title").text(title);
|
|
|
|
|
|
var action_text = "";
|
|
|
if(reference != "mine"){
|
|
|
if(reference != "home2"){
|
|
|
var text = "是否将变更保存到原模板";
|
|
|
if(is_sys || action == "add"){
|
|
|
text = "是否保存为您的模板";
|
|
@ -227,7 +227,7 @@ function bindEvents(){
|
|
|
content: $("textarea").val(),
|
|
|
modelName: $("#temp_name").val()
|
|
|
};
|
|
|
if(reference != "mine"){
|
|
|
if(reference != "home2"){
|
|
|
dialog({
|
|
|
content: "发出后无法变更,是否确认发送给居民?",
|
|
|
okValue: "继续发送",
|