|
@@ -779,7 +779,7 @@ export default {
|
|
|
this.$refs.ingInQuaModal.data = record.syTransfers
|
|
|
if(this.fList.length!==0){
|
|
|
this.fList.map(item=>{
|
|
|
- if(item.goodsName == record.goodsName){
|
|
|
+ if(item.goodsName == record.goodsName &&item.syTransfers){
|
|
|
this.$refs.ingInQuaModal.data = item.syTransfers
|
|
|
}
|
|
|
})
|