|
@@ -306,6 +306,9 @@
|
|
|
url: fList[i].url
|
|
|
})
|
|
|
}
|
|
|
+ } else {
|
|
|
+ this.$message.error('请上传文件')
|
|
|
+ return
|
|
|
}
|
|
|
// 订单产品明细
|
|
|
let pList = this.productDetails
|
|
@@ -315,6 +318,9 @@
|
|
|
this.dataForm.saleROrderProductParamsList.forEach((item) => {
|
|
|
item.rate = toNumber(item.rateVal)
|
|
|
})
|
|
|
+ } else {
|
|
|
+ this.$message.error('请添加订单产品明细')
|
|
|
+ return
|
|
|
}
|
|
|
this.$http({
|
|
|
url: this.$http.adornUrl(`/biz-service/order/save`),
|