|
|
|
@ -859,6 +859,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
hideDetailForm() {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
// 更改值
|
|
|
|
|
this.detailFormVisible = !this.detailFormVisible;
|
|
|
|
|
return true;
|
|
|
|
@ -888,7 +889,6 @@ export default {
|
|
|
|
|
if (valid) {
|
|
|
|
|
this.detailLoading = true;
|
|
|
|
|
let tQuery = this.detailFormData;
|
|
|
|
|
console.log(this.detailCountMax + "---" + this.detailFormData.count + "---" + this.detailFormData.reCount)
|
|
|
|
|
if (this.detailCountMax) {
|
|
|
|
|
if (this.detailFormData.count < this.detailFormData.reCount) {
|
|
|
|
|
this.$message.error("实际数量不能高于订单数量");
|
|
|
|
|