|
@@ -231,6 +231,8 @@ export default {
|
|
|
return item
|
|
|
})
|
|
|
this.form.purchaseTargetSn = purchaseList[0].purchaseTargetSn
|
|
|
+ this.form.purchaseTargetName = purchaseList[0].purchaseTargetName
|
|
|
+ this.form.purchaseTargetType = purchaseList[0].purchaseTargetType
|
|
|
if (purchaseList[0].purchaseTargetType != 'SUPPLIER_SYS') {
|
|
|
this.notShowIn = ['TIRE']
|
|
|
} else {
|