Commit f0734883 authored by 季圣华's avatar 季圣华
Browse files

优化商品的多属性

parent cd7dc5bc
...@@ -694,10 +694,7 @@ ...@@ -694,10 +694,7 @@
this.$refs.modalForm.disableSubmit = false; this.$refs.modalForm.disableSubmit = false;
}, },
batchSetPricemodalFormOk(price, batchType) { batchSetPricemodalFormOk(price, batchType) {
console.log(price)
console.log(batchType)
let arr = this.meTable.dataSource let arr = this.meTable.dataSource
debugger
if(arr.length === 0) { if(arr.length === 0) {
this.$message.warning('请先录入条码、单位等信息!'); this.$message.warning('请先录入条码、单位等信息!');
} else { } else {
......
Supports Markdown
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