Commit a3add72c authored by jingnan's avatar jingnan 👀

领用出库流程换件增加换件物料

parent 34d9916c
......@@ -60,9 +60,16 @@ export default {
typeName: 'OutStorageUseItem',
layKey: 'OutStorageUseApprovedObject_confirm'
}
this.cmpOptionsItem = {
typeName: 'OutStorageUseItem',
layKey: 'edit_outStorageUseItem'
if (this.basicData.typeName === 'swapUse') {
this.cmpOptionsItem = {
typeName: 'OutStorageUseItem',
layKey: 'edit_outStorageUseItem_swapUse'
}
} else {
this.cmpOptionsItem = {
typeName: 'OutStorageUseItem',
layKey: 'edit_outStorageUseItem'
}
}
break
case 'OutStorageOut': // 供外出库
......
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