Commit 8b963a56 authored by jingnan's avatar jingnan 👀

移库入库库房审核单个签审

parent db7d573e
...@@ -95,6 +95,16 @@ export default { ...@@ -95,6 +95,16 @@ export default {
layKey: 'InStorageMatchBackItem_viewInConfirm' layKey: 'InStorageMatchBackItem_viewInConfirm'
} }
break break
case 'InStorageMoveItem': // 移库入库库房审核
this.cmpOptions = {
typeName: 'InStorageMove',
layKey: 'InStorageMoveItem_examine'
}
this.cmpOptionsItem = {
typeName: 'InStorageMoveItem',
layKey: 'flow_moveInStorageExamine'
}
break
default: default:
break break
} }
......
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