|
|
@ -243,11 +243,11 @@ |
|
|
|
// }, |
|
|
|
|
|
|
|
submit() { |
|
|
|
// let params = this.setParams() |
|
|
|
// if(!params.subList||params.subList.length==0){ |
|
|
|
// this.showErrorMessage("请扫描您需要提交的发料任务") |
|
|
|
// return |
|
|
|
// } |
|
|
|
let params = this.setParams() |
|
|
|
if(!params.subList||params.subList.length==0){ |
|
|
|
this.showErrorMessage("请扫描您需要提交的发料任务") |
|
|
|
return |
|
|
|
} |
|
|
|
uni.showLoading({ |
|
|
|
title: "提交中....", |
|
|
|
mask: true |
|
|
@ -264,13 +264,13 @@ |
|
|
|
|
|
|
|
//使用在途库,不查询管理模式 |
|
|
|
if (this.jobContent.useOnTheWayLocation == 'TRUE') { |
|
|
|
this.submitJob(); |
|
|
|
// this.submitJob(); |
|
|
|
} else { |
|
|
|
//获取管理模式,封装参数 |
|
|
|
getManagementPrecisions(itemCodes, locationCode, res => { |
|
|
|
if (res.success) { |
|
|
|
this.managementList = res.list; |
|
|
|
this.submitJob(); |
|
|
|
// this.submitJob(); |
|
|
|
} else { |
|
|
|
uni.hideLoading(); |
|
|
|
this.showErrorMessage(res.message); |
|
|
|