|
@@ -501,7 +501,6 @@ export default {
|
|
|
// 选择缺货列表 打开上次缺货列表
|
|
|
hanldeOkOutStockList (con) {
|
|
|
const _this = this
|
|
|
- _this.openOutStockListModal = false
|
|
|
_this.openOutStockModal = true
|
|
|
_this.chooseData = con
|
|
|
_this.$nextTick(() => {
|
|
@@ -513,6 +512,7 @@ export default {
|
|
|
this.getOrderDetail(false, true, true)
|
|
|
this.chooseData = null
|
|
|
this.openOutStockModal = false
|
|
|
+ this.openOutStockListModal = false
|
|
|
},
|
|
|
// 打印预览/快捷打印
|
|
|
handlePrint (type, printerType) {
|