|
@@ -631,7 +631,7 @@ export default {
|
|
|
handleMethod(row) {
|
|
handleMethod(row) {
|
|
|
this.$refs.timeDialogRef.open(row)
|
|
this.$refs.timeDialogRef.open(row)
|
|
|
},
|
|
},
|
|
|
- chooseTime(current , timeList) {
|
|
|
|
|
|
|
+ chooseTime(current, timeList) {
|
|
|
|
|
|
|
|
let tableList = []
|
|
let tableList = []
|
|
|
tableList = this.$refs.table.getData()
|
|
tableList = this.$refs.table.getData()
|
|
@@ -640,11 +640,11 @@ export default {
|
|
|
if (e.id == current.detailId) {
|
|
if (e.id == current.detailId) {
|
|
|
console.log(e)
|
|
console.log(e)
|
|
|
e.materialList.forEach(m => {
|
|
e.materialList.forEach(m => {
|
|
|
- if(m.id == current.id) {
|
|
|
|
|
|
|
+ if (m.id == current.id) {
|
|
|
m.timeList = timeList
|
|
m.timeList = timeList
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|