Commit 230d364a authored by jingnan's avatar jingnan 👀

返厂出库及供外出库流程bug修改

parent dd91706d
......@@ -63,6 +63,12 @@ export default {
layKey: 'OutStorageExpireApproved_apply'
}
break
case 'OutStorageRecall':
this.cmpOptions = {
typeName: 'OutStorageRecall', // 返厂出库
layKey: 'flowForm'
}
break
default:
break
}
......
......@@ -65,6 +65,16 @@ export default {
layKey: 'edit_outStorageUseItem'
}
break
case 'OutStorageOut': // 供外出库
this.cmpOptions = {
typeName: 'OutStorageOut',
layKey: 'OutStorageOutApproved_confirm'
}
this.cmpOptionsItem = {
typeName: 'OutStorageOutItem',
layKey: 'edit_outStorageOutItem_confirm'
}
break
case 'InStorageUseBackItem': // 领用退库入库
case 'InStorageMatchBackItem': // 配套退库入库
case 'InStorageOutBackItem': // 供外退库入库
......
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