优化商品的多属性
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user