|
@@ -199,7 +199,7 @@ export default {
|
|
const purchaseList = res.data
|
|
const purchaseList = res.data
|
|
purchaseList.map(item => {
|
|
purchaseList.map(item => {
|
|
if (item.purchaseTargetType === 'DEALER_SUPPLIER') {
|
|
if (item.purchaseTargetType === 'DEALER_SUPPLIER') {
|
|
- item.purchaseTargetName += '(省仓)'
|
|
|
|
|
|
+ item.purchaseTargetName += '(省仓)'
|
|
}
|
|
}
|
|
return item
|
|
return item
|
|
})
|
|
})
|