|
@@ -598,11 +598,11 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
- this.details.items.map(e=>{
|
|
|
|
- if (!e.contractAmount) {
|
|
|
|
- return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
|
|
+ // this.details.items.map(e=>{
|
|
|
|
+ // if (!e.contractAmount) {
|
|
|
|
+ // return this.$errorMsg('合同单价、合同数量不能为空')
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
|
|
|
|
|
|
this.fileList.forEach((el) => {
|
|
this.fileList.forEach((el) => {
|