优化
This commit is contained in:
@@ -249,8 +249,11 @@
|
|||||||
this.id = options.id
|
this.id = options.id
|
||||||
this.title = options.name
|
this.title = options.name
|
||||||
this.crType = options.type
|
this.crType = options.type
|
||||||
this._getWarehouseInfo()
|
if (this.crType === 'IN') {
|
||||||
this._getUserInfo()
|
this._getWarehouseInfo()
|
||||||
|
} else {
|
||||||
|
this._getUserInfo()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 仓库下拉框
|
// 仓库下拉框
|
||||||
@@ -276,6 +279,7 @@
|
|||||||
this.value2 = el.value
|
this.value2 = el.value
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this._getWarehouseInfo()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 查询一级表格
|
// 查询一级表格
|
||||||
|
|||||||
Reference in New Issue
Block a user