|
@ -132,6 +132,7 @@ |
|
|
import { |
|
|
import { |
|
|
Exception |
|
|
Exception |
|
|
} from 'sass'; |
|
|
} from 'sass'; |
|
|
|
|
|
import { nextTick } from 'vue'; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
@ -352,9 +353,13 @@ |
|
|
throw new Error("未查找到单据信息") |
|
|
throw new Error("未查找到单据信息") |
|
|
} |
|
|
} |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
this.showCommitSuccessMessage("提交成功<br>生成装配收货记录<br>" + list[0].requestNumber, list) |
|
|
|
|
|
this.showList = []; |
|
|
this.showList = []; |
|
|
this.dataContent.handleQty = 0; |
|
|
this.dataContent.handleQty = 0; |
|
|
|
|
|
nextTick(()=>{ |
|
|
|
|
|
this.showCommitSuccessMessage("提交成功<br>生成装配收货记录<br>" + list[0].requestNumber, list) |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} catch (error) { |
|
|
} catch (error) { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
var hint = error.message ? error.message : error |
|
|
var hint = error.message ? error.message : error |
|
|