zhanghongrui 2 vuotta sitten
vanhempi
commit
e6a0d67c55

+ 2 - 1
pages/new_patrol_point/new_patrol_point.js

@@ -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) {
     wx.showToast({
       title: res.msg,
+      icon:'none'
     })
     if(res.code == 200){
       wx.navigateBack()

+ 1 - 1
pages/xungengdetails/xungengdetails.js

@@ -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()