@@ -77,7 +77,7 @@ Page({
if(this.data.details.code==null){
wx.showToast({
- title:'请扫描巡更点编码',
+ title:'请扫描或输入巡更点编码',
icon:'none'
})
return
@@ -104,6 +104,7 @@ Page({
updateDetailsSuccess(res) {
title: res.msg,
+ icon:'none'
if(res.code == 200){
wx.navigateBack()
@@ -121,7 +121,7 @@ Page({
let that = this
wx.showModal({
title: "提示",
- content: "确定要删除编号为" + this.data.orgCode + "的巡更点吗?",
+ content: "确定要弃用编号为" + this.data.orgCode + "的巡更点吗?",
success: function (sm) {
if (sm.confirm) {
let obj = new Object()