|
@@ -540,7 +540,7 @@
|
|
this.priceList.push(_newObj)
|
|
this.priceList.push(_newObj)
|
|
},
|
|
},
|
|
// 删除价格组
|
|
// 删除价格组
|
|
- delSetPrice(item, index) {debugger
|
|
|
|
|
|
+ delSetPrice(item, index) {
|
|
let that = this
|
|
let that = this
|
|
this.checkList1 = []
|
|
this.checkList1 = []
|
|
this.checkList2 = []
|
|
this.checkList2 = []
|
|
@@ -764,7 +764,7 @@
|
|
// 提交
|
|
// 提交
|
|
submit() {
|
|
submit() {
|
|
this.makeTableList()
|
|
this.makeTableList()
|
|
- this.makePriceDataList()
|
|
|
|
|
|
+ // this.makePriceDataList()
|
|
this.baseInfoForm.goodsName = this.selectVal
|
|
this.baseInfoForm.goodsName = this.selectVal
|
|
let isValidate = false
|
|
let isValidate = false
|
|
switch (this.$route.query.type) {
|
|
switch (this.$route.query.type) {
|
|
@@ -788,6 +788,7 @@
|
|
this.isCountShow = false
|
|
this.isCountShow = false
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
+ break;
|
|
case "审核中":
|
|
case "审核中":
|
|
this.getEditCheckList()
|
|
this.getEditCheckList()
|
|
isValidate = this.validate()
|
|
isValidate = this.validate()
|