Commit 7ad2a913 authored by jingnan's avatar jingnan 👀

领用出库中,库内报废领用改成废补领用

parent 4293466d
......@@ -117,7 +117,7 @@ export default {
// } else {
// this.options = dicData.filter(item => item.label !== '试验领用' && item.label !== '无指令领用' && item.label !== '紧急领用')
// }
this.options = dicData.filter(item => item.label === '材料领用' || item.label === '换件领用' || item.label === '库内报废领用')
this.options = dicData.filter(item => item.value === 'materialUse' || item.value === 'swapUse' || item.value === 'scrapUse')
},
dataChangeHandler(val) {
if (val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment