|
@@ -733,7 +733,8 @@
|
|
success: function(res) {
|
|
success: function(res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: "审核中"
|
|
|
|
|
|
+ title: "审核中",
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
console.log(that.OutList,that.EnterList)
|
|
console.log(that.OutList,that.EnterList)
|
|
that.OutList.inOutFlag = 1
|
|
that.OutList.inOutFlag = 1
|
|
@@ -777,9 +778,9 @@
|
|
success: function(res) {
|
|
success: function(res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
- title: "审核中"
|
|
|
|
|
|
+ title: "审核中",
|
|
|
|
+ mask:true
|
|
})
|
|
})
|
|
- this.show1=false
|
|
|
|
if (that.OutList.taskTypeKey == 1) {
|
|
if (that.OutList.taskTypeKey == 1) {
|
|
that.requestaudit(that.OutList)
|
|
that.requestaudit(that.OutList)
|
|
} else if (that.OutList.taskTypeKey == 2) {
|
|
} else if (that.OutList.taskTypeKey == 2) {
|
|
@@ -849,18 +850,21 @@
|
|
if (list.taskTypeKey == '3' || list.taskTypeKey == '4') {
|
|
if (list.taskTypeKey == '3' || list.taskTypeKey == '4') {
|
|
if (that.count == 2) {
|
|
if (that.count == 2) {
|
|
setTimeout(function() {
|
|
setTimeout(function() {
|
|
|
|
+ console.log(11111)
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
uni.navigateBack()
|
|
uni.navigateBack()
|
|
}, 1000);
|
|
}, 1000);
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
setTimeout(function() {
|
|
setTimeout(function() {
|
|
|
|
+ console.log(2222222)
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
uni.navigateBack()
|
|
uni.navigateBack()
|
|
}, 1000);
|
|
}, 1000);
|
|
}
|
|
}
|
|
|
|
|
|
}).catch(res => {
|
|
}).catch(res => {
|
|
|
|
+ console.log(33333)
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
if (res.message) {
|
|
if (res.message) {
|
|
uni.showToast({
|
|
uni.showToast({
|