|
@@ -1685,12 +1685,19 @@ export default {
|
|
this.oldFeesList = this.deepClone(this.advantageProjectData)
|
|
this.oldFeesList = this.deepClone(this.advantageProjectData)
|
|
this.oldUploadList = this.deepClone(this.bankOfDepositData)
|
|
this.oldUploadList = this.deepClone(this.bankOfDepositData)
|
|
if (isCopy) {
|
|
if (isCopy) {
|
|
|
|
+ // 复制的处理数据
|
|
this.$set(this.form, 'orderStatus', '录入')
|
|
this.$set(this.form, 'orderStatus', '录入')
|
|
this.form.status = 0
|
|
this.form.status = 0
|
|
this.browse = false
|
|
this.browse = false
|
|
|
|
|
|
// 复制的数据要清除 生产时间
|
|
// 复制的数据要清除 生产时间
|
|
this.form.actualDeliveryDate = null
|
|
this.form.actualDeliveryDate = null
|
|
|
|
+ // 已收款复制零
|
|
|
|
+ this.form.settlmentAmount = 0
|
|
|
|
+ this.form.thisUsedProfit = 0
|
|
|
|
+ this.form.purchaseStatus = null
|
|
|
|
+ this.form.receivingStatus = null
|
|
|
|
+ this.form.specialCheckStatus = 0
|
|
|
|
|
|
delete this.form.id
|
|
delete this.form.id
|
|
delete this.form.orgOrderNo
|
|
delete this.form.orgOrderNo
|