|
|
@ -349,6 +349,14 @@ const changeTabs = (data) =>{ |
|
|
|
detailAllSchemas.value = PurchasereceiptRecordDetail.allSchemas |
|
|
|
tabeKey.value = 'scarceGoodsDetail' |
|
|
|
} |
|
|
|
detailAllSchemas.value.tableColumns.forEach(item=>{ |
|
|
|
if(item['field']=='qty'){ |
|
|
|
item['label'] = data.prop == 'scarceGoodsDetail'?'缺货数量':'收货数量' |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
console.log('detailAllSchemas',detailAllSchemas.value) |
|
|
|
} |
|
|
|
|
|
|
|
/** 初始化 **/ |
|
|
|