|
|
@ -204,8 +204,8 @@ export default { |
|
|
|
} |
|
|
|
api.checkpackorderitem(params).then((res) => { |
|
|
|
if (res.code === 200) { |
|
|
|
this.$refs.successAudio.play() |
|
|
|
if (res.data == 'close') { |
|
|
|
this.$refs.successAudio.play() |
|
|
|
this.defaultSelectOne() |
|
|
|
} else { |
|
|
|
this.packorderitemlst(1) // 获取包装单下的包装项 |
|
|
@ -243,7 +243,7 @@ export default { |
|
|
|
// 包装项扫码 |
|
|
|
api.checkbarcode(code).then((res) => { |
|
|
|
if (res.code === 200) { |
|
|
|
this.$refs.successAudio.play() |
|
|
|
// this.$refs.successAudio.play() |
|
|
|
if (res.data.InfoType === "doing") { // doing 需要手动创建包装单!(多个包装模板) |
|
|
|
this.$confirm(`是否要创建包装单`, '提示', { |
|
|
|
confirmButtonText: '确定', |
|
|
|