Commit 9c08a38d authored by jingnan's avatar jingnan 👀

UAT测试问题修改

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