Commit 9c08a38d authored by jingnan's avatar jingnan 👀

UAT测试问题修改

parent a5e92760
......@@ -88,7 +88,7 @@ export default {
this.$set(this.cmpOptions, 'layKey', `outStorageUseMaterial_Add_${val}`)
break
case 'scrapUse':
this.amountItemLabel = '报废数量'
this.amountItemLabel = '申领数量'
this.$set(this.cmpOptions, 'layKey', `outStorageUseMaterial_Add_${val}`)
break
default:
......
......@@ -165,6 +165,7 @@ export default {
{ label: '计量单位', value: erpInventoryData.unit || '' },
{ label: '机型', value: erpSortingData.airModel || '' },
{ label: '架次', value: erpSortingData.sorties || '' },
{ label: '分拣人', value: erpSortingData.creator.userName || '' },
{ label: '库位号', value: erpInventoryData.workerUnit || '' }
]
})
......
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