Sfoglia il codice sorgente

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

wangchao 2 anni fa
parent
commit
fd8a5a6130
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 7 7
      pages/task/audit/warehouse_approval.vue

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

@@ -199,9 +199,9 @@
 							uni.showLoading({
 							uni.showLoading({
 								title: "审核中"
 								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', {
 										that.$api.doRequest('post', '/workflow/api/handle', {
 											approved: true,
 											approved: true,
 											auditMind: that.rejectInfo1,
 											auditMind: that.rejectInfo1,
@@ -222,10 +222,10 @@
 												that.$api.msg(res1.data.message);
 												that.$api.msg(res1.data.message);
 											}
 											}
 										})
 										})
-									} else {
-										that.$api.msg('系统异常,请联系管理员');
-									}
-								})
+									// } else {
+									// 	that.$api.msg('系统异常,请联系管理员');
+									// }
+								// })
 						}
 						}
 					}
 					}
 				})
 				})