|
@@ -1103,6 +1103,15 @@ export default {
|
|
|
this.$message.error("请选择安装时间");
|
|
|
return;
|
|
|
}
|
|
|
+
|
|
|
+ // for (let i = 0; i < this.detailList.length; i++) {
|
|
|
+ // this.detailList[i].contractAmount = this.detailList[i].contractQty * this.detailList[i].contractPrice
|
|
|
+ // if (this.detailList[i].contractAmount) {
|
|
|
+ // return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
+ // }
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
// this.detailList.items.map(e=>{
|
|
|
// e.contractAmount = e.contractQty * e.contractPrice
|
|
|
// if (!e.contractAmount) {
|