ysy 2 年之前
父节点
当前提交
bba04101df
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/pda/workOrder/search/index.vue

+ 4 - 0
pages/pda/workOrder/search/index.vue

@@ -603,6 +603,10 @@
 
 								outsourceEndPick(param).then(res => {
 									// uni.$emit('setSelectList', this.list, this.pid)
+									uni.showToast({
+										title: '半成品领料成功,请先去审核',
+										icon: 'none'
+									})
 									uni.navigateBack()
 								})
 							}