|
@@ -1751,6 +1751,10 @@ export default {
|
|
|
done();
|
|
|
let picihao = false
|
|
|
if (valid) {
|
|
|
+ if (this.form.orderItemsList.length == 0) {
|
|
|
+ this.$message.warning("请添加轮胎");
|
|
|
+ return
|
|
|
+ }
|
|
|
for(let i in this.form.orderItemsList) {
|
|
|
this.form.orderItemsList[i].subTotalMoney = this.form.orderItemsList[i].goodsNum * this.form.orderItemsList[i].price
|
|
|
if (this.form.orderItemsList[i].pid) {
|