Commit 56a360e3 authored by lanbaoming's avatar lanbaoming

2024-06-28-1提交

parent 99be49b9
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2442,7 +2442,7 @@ export default { ...@@ -2442,7 +2442,7 @@ export default {
); );
this.calculationPrice(); this.calculationPrice();
}, },
getDictData, //getDictData,
onTableMounted(e) { onTableMounted(e) {
// console.warn('onTableMounted', e) // console.warn('onTableMounted', e)
}, },
......
...@@ -1043,10 +1043,10 @@ export default { ...@@ -1043,10 +1043,10 @@ export default {
}, },
handleDeleteRow(index, val) { handleDeleteRow(index, val) {
if (val === 1) { if (val === 1) {
this.form1.table.splice(index, 1) this.form1.table.splice(index, 1);
} else if (this.form.table.length > this.protectRowCount) { } else if (this.form.table.length > this.protectRowCount) {
this.form.table.splice(index, 1) this.form.table.splice(index, 1);
} }
}, },
handleAdd(val = 0) { handleAdd(val = 0) {
let cartonsNum = '' let cartonsNum = ''
......
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