Commit 2c84f05f authored by jingnan's avatar jingnan 👀

供外出库bug修改

parent 23f46414
......@@ -5,7 +5,7 @@
*/
<template>
<div class="outStorageAdjustOccupy-reqAmount">
<el-input-number v-model="reqAmount" :min="0" :max="maxNum" @change="handleChange" />
<el-input-number v-model="reqAmount" :min="0" size="small" :max="maxNum" @change="handleChange" />
</div>
</template>
<script>
......
......@@ -69,6 +69,12 @@ export default {
layKey: 'flowForm'
}
break
case 'OutStorageOut': // 供外出库
this.cmpOptions = {
typeName: 'OutStorageOut',
layKey: 'flowView'
}
break
default:
break
}
......
......@@ -93,6 +93,7 @@ export default {
},
methods: {
getData(val) {
if (!val || !val.includes('+')) return // 编辑界面时报错修改
const params = {
searchItems: {
items: [{ 'fieldName': 'aircraftTypeId', operator: 'EQ', value: val.split('+')[0] }],
......
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