15061 动火前验票确认前 接受交底人必须签字 现在没有限制 接受交底人现在不签字也能走完流程了

limingyu-20240419-一公司危险作业更新
liujun 2024-04-10 13:09:57 +08:00
parent 06f76ab905
commit f58d3c0400
1 changed files with 16 additions and 7 deletions

View File

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