Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

wangchao 2 years ago
parent
commit
fd8a5a6130
1 changed files with 7 additions and 7 deletions
  1. 7 7
      pages/task/audit/warehouse_approval.vue

+ 7 - 7
pages/task/audit/warehouse_approval.vue

@@ -199,9 +199,9 @@
 							uni.showLoading({
 								title: "审核中"
 							})
-							that.$api.doRequest('post', '/purchasePrice/purchasePriceEdit', that.list)
-								.then(res => {
-									if (res.data.code == 200) {
+							// that.$api.doRequest('post', '/purchasePrice/purchasePriceEdit', that.list)
+							// 	.then(res => {
+							// 		if (res.data.code == 200) {
 										that.$api.doRequest('post', '/workflow/api/handle', {
 											approved: true,
 											auditMind: that.rejectInfo1,
@@ -222,10 +222,10 @@
 												that.$api.msg(res1.data.message);
 											}
 										})
-									} else {
-										that.$api.msg('系统异常,请联系管理员');
-									}
-								})
+									// } else {
+									// 	that.$api.msg('系统异常,请联系管理员');
+									// }
+								// })
 						}
 					}
 				})