|
|
@ -276,6 +276,7 @@ export default { |
|
|
prop: "yps", |
|
|
prop: "yps", |
|
|
bodyType: 'inputNumber', |
|
|
bodyType: 'inputNumber', |
|
|
bodyFillType: 'actFill', |
|
|
bodyFillType: 'actFill', |
|
|
|
|
|
bodyDisabled: true, |
|
|
width: 180, |
|
|
width: 180, |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
@ -315,6 +316,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
|
|
|
console.log(this.getFilledFormData(),111) |
|
|
this.getTabletoCheck() |
|
|
this.getTabletoCheck() |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
@ -375,6 +377,10 @@ export default { |
|
|
this.ypmcTaOptions = firstList; |
|
|
this.ypmcTaOptions = firstList; |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
//样品名称选择 |
|
|
|
|
|
changeTree(rowIndex, colIndex, value, row, type){ |
|
|
|
|
|
console.log(rowIndex, colIndex, value, row, type,9999) |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
|