|
@@ -1180,11 +1180,11 @@ export default {
|
|
|
this.$message.error("请选择安装时间");
|
|
|
return;
|
|
|
}
|
|
|
- this.detailList.items.map(e=>{
|
|
|
- if (!e.contractAmount) {
|
|
|
- return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
- }
|
|
|
- })
|
|
|
+ // this.detailList.items.map(e=>{
|
|
|
+ // if (!e.contractAmount) {
|
|
|
+ // return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
+ // }
|
|
|
+ // })
|
|
|
|
|
|
let data = {
|
|
|
...this.detailList,
|