Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-11-05 18:49:01 +08:00
3 changed files with 5 additions and 4 deletions

View File

@@ -833,9 +833,10 @@ export default {
// 打开操作对话框
handleOperate(row, operation) {
this.$refs.operateForm?.resetFields()
console.log(this.selectCard, row.posIdx)
this.operateMatForm = {
porIdx: row.posIdx || null,
trIdx: row.posIdx || null,
porIdx: row.posIdx.toString() || '',
trIdx: row.posIdx.toString() || '',
planId: row.planId || '',
entryMatId: row.matId || '',
planNo: row.planNo || '',