|
|
|
@ -907,6 +907,8 @@
|
|
|
|
|
//如果单价大于5万 |
|
|
|
|
if (record.row.materialPrice > 50000) { |
|
|
|
|
this.materialPrice = record.row.materialPrice |
|
|
|
|
console.log("record.row.materialPrice ",) |
|
|
|
|
console.log(record.row.materialPrice) |
|
|
|
|
} |
|
|
|
|
//回填数据 |
|
|
|
|
if (record.row.id !== undefined) { |
|
|
|
@ -1166,7 +1168,11 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
formData.fileId = getStringArry(formData.fileId) |
|
|
|
|
formData.materialPrice = this.materialPrice |
|
|
|
|
if (this.materialPrice!=0){ |
|
|
|
|
if (this.materialPrice!=0){ |
|
|
|
|
formData.materialPrice = this.materialPrice |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
formData.describes = this.describes |
|
|
|
|
if (new Date(formData.createTime).getTime() / 100 > new Date(formData.needTime).getTime() / 100) { |
|
|
|
|
this.$message.error('需求时间不能小于当前流程发起时间') |
|
|
|
@ -1370,7 +1376,9 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
formData.fileId = getStringArry(formData.fileId) |
|
|
|
|
formData.materialPrice = this.materialPrice |
|
|
|
|
if (this.materialPrice!=0){ |
|
|
|
|
formData.materialPrice = this.materialPrice |
|
|
|
|
} |
|
|
|
|
formData.describes = this.describes |
|
|
|
|
// if (this.isPlanType){ |
|
|
|
|
// if (!formData.planType){ |
|
|
|
|