Commit 44d0e5b5 authored by tanjunxin's avatar tanjunxin

fix: 补单功能指令问题修复

parent eebf153d
......@@ -530,6 +530,7 @@ export default {
methods: {
changeSale(tableData){
let quantity = 0
if (this.mode === 'make') {
tableData.forEach(item => {
quantity += item.quantity
......
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 to comment