|
@@ -427,6 +427,7 @@ export default {
|
|
|
click: event => {
|
|
|
console.log('面料 - 转入数量')
|
|
|
this.$refs.fabInQuaModal.fabInQuaModVis = true
|
|
|
+ this.$refs.fabInQuaModal.data = record.syTransfers
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -439,6 +440,7 @@ export default {
|
|
|
click: event => {
|
|
|
console.log('面料 - 余下数量')
|
|
|
this.$refs.fabRemQuaModal.fabRemQuaModVis = true
|
|
|
+ this.$refs.fabRemQuaModal.data = record.syRemaining
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -451,6 +453,7 @@ export default {
|
|
|
click: event => {
|
|
|
console.log('辅料 - 转入数量')
|
|
|
this.$refs.ingInQuaModal.ingInQuaModVis = true
|
|
|
+ this.$refs.ingInQuaModal.data = record.syTransfers
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -462,6 +465,7 @@ export default {
|
|
|
click: event => {
|
|
|
console.log('辅料 - 余下数量')
|
|
|
this.$refs.ingRemQuaModal.ingRemQuaModVis = true
|
|
|
+ this.$refs.ingRemQuaModal.data = record.syRemaining
|
|
|
}
|
|
|
}
|
|
|
}
|