Commit b52beb2b authored by jingnan's avatar jingnan 👀

退库入库增加试飞操作

parent 9bc672b7
...@@ -66,6 +66,8 @@ export default { ...@@ -66,6 +66,8 @@ export default {
this.$set(this.cmpOptions, 'layKey', 'add_InStorageBackMatchItem_bottom') this.$set(this.cmpOptions, 'layKey', 'add_InStorageBackMatchItem_bottom')
} else if (val === 'InStorageOutBack' || val === 'InStorageUseBack') { } else if (val === 'InStorageOutBack' || val === 'InStorageUseBack') {
this.$set(this.cmpOptions, 'layKey', 'add_InStorageBackItem_Use&Out') this.$set(this.cmpOptions, 'layKey', 'add_InStorageBackItem_Use&Out')
} else if (val === 'InStorageTestFlyBack') {
this.$set(this.cmpOptions, 'layKey', 'add_InStorageBackItem_testFlight')
} else { } else {
this.$set(this.cmpOptions, 'layKey', '') this.$set(this.cmpOptions, 'layKey', '')
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
/> />
<dee-dialog <dee-dialog
:title="dialogTitle" :title="dialogTitle"
width="70%" width="84%"
:dialog-visible="dialogShow" :dialog-visible="dialogShow"
@handleClose="dialogShow = false" @handleClose="dialogShow = false"
> >
......
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