Commit cf427505 by liangjianmin

fix(scanTally): 修复其他批次属性的处理逻辑

- 在tallyFormParams中新增other_batch_attr字段的处理,确保其在提交时正确传递
- 提升表单数据的完整性,避免因缺失字段导致的潜在问题
parent 61393b48
Showing with 1 additions and 0 deletions
......@@ -1111,6 +1111,7 @@
is_print: this.tallyFormParams.is_print,
is_batch: this.tallyFormParams.is_batch,
mpq: this.tallyFormParams.mpq,
other_batch_attr: this.tallyFormParams.other_batch_attr || '',
purpose_type: this.tallyFormParams.purpose_type
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment