15061 动火前验票确认前 接受交底人必须签字 现在没有限制 接受交底人现在不签字也能走完流程了
parent
06f76ab905
commit
f58d3c0400
|
@ -554,6 +554,14 @@
|
||||||
name: 'FFILE',
|
name: 'FFILE',
|
||||||
formData: formData,
|
formData: formData,
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
|
let info = JSON.parse(res.data)
|
||||||
|
if (info.code == '9999') {
|
||||||
|
uni.showToast({
|
||||||
|
icon: 'none',
|
||||||
|
title: info.errorMessage,
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: '保存成功',
|
title: '保存成功',
|
||||||
|
@ -561,6 +569,7 @@
|
||||||
});
|
});
|
||||||
_this.goback()
|
_this.goback()
|
||||||
this.buttonloading = false
|
this.buttonloading = false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
fail: (err) => {
|
fail: (err) => {
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
|
|
Loading…
Reference in New Issue