|
|
|
@ -1317,12 +1317,12 @@ export default {
|
|
|
|
|
this.editQuery.distributeLevelUnit = matchingItem.packUnit;
|
|
|
|
|
this.editQuery.distributeLevel = matchingItem.packLevel
|
|
|
|
|
}
|
|
|
|
|
calculateDistCount(matchingItem).then((res) => {
|
|
|
|
|
this.editQuery = {
|
|
|
|
|
...this.editQuery,
|
|
|
|
|
distributeLevelCount: res.data.distributeLevelCount,
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
// calculateDistCount(matchingItem).then((res) => {
|
|
|
|
|
// this.editQuery = {
|
|
|
|
|
// ...this.editQuery,
|
|
|
|
|
// distributeLevelCount: res.data.distributeLevelCount,
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
useLevelDiChange(val) {
|
|
|
|
|
const matchingItem = this.detailList.find(item => item.nameCode == val);
|
|
|
|
@ -1330,12 +1330,12 @@ export default {
|
|
|
|
|
this.editQuery.useLevelUnit = matchingItem.packUnit;
|
|
|
|
|
this.editQuery.useLevel = matchingItem.packLevel;
|
|
|
|
|
}
|
|
|
|
|
calculateUseCount(matchingItem).then((res) => {
|
|
|
|
|
this.editQuery = {
|
|
|
|
|
...this.editQuery,
|
|
|
|
|
useLeverCount: res.data.useLeverCount,
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
// calculateUseCount(matchingItem).then((res) => {
|
|
|
|
|
// this.editQuery = {
|
|
|
|
|
// ...this.editQuery,
|
|
|
|
|
// useLeverCount: res.data.useLeverCount,
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
classifyChange() {
|
|
|
|
|
this.classifyChange(this.editQuery.flbm)
|
|
|
|
|