bug: 企标制修订技术标准修改计划状态参数变更
This commit is contained in:
@@ -3445,7 +3445,7 @@
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.esId
|
||||||
planForm.reviseStatus = this.form.reviseStatus
|
planForm.reviseStatus = this.form.reviseStatus
|
||||||
planForm.standCode = this.form.DTQBBHBUSS
|
planForm.standCode = this.form.DTQBBHBUSS
|
||||||
planForm.processType = "buss1"
|
planForm.processType = "buss1"
|
||||||
|
|||||||
@@ -3471,7 +3471,7 @@
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.esId
|
||||||
planForm.reviseStatus = this.form.reviseStatus
|
planForm.reviseStatus = this.form.reviseStatus
|
||||||
planForm.standCode = this.form.DTQBBHBUSS
|
planForm.standCode = this.form.DTQBBHBUSS
|
||||||
planForm.processType = "buss1"
|
planForm.processType = "buss1"
|
||||||
|
|||||||
@@ -2786,7 +2786,7 @@
|
|||||||
// 自动匹配配置标准
|
// 自动匹配配置标准
|
||||||
this.saveConfStand(res.data)
|
this.saveConfStand(res.data)
|
||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.esId
|
||||||
planForm.planStatus = '4'
|
planForm.planStatus = '4'
|
||||||
planForm.reviseStatus = this.form.reviseStatus
|
planForm.reviseStatus = this.form.reviseStatus
|
||||||
planForm.standCode = this.form.DTQBBHBUSS ? this.form.DTQBBHBUSS : this.form.standCode
|
planForm.standCode = this.form.DTQBBHBUSS ? this.form.DTQBBHBUSS : this.form.standCode
|
||||||
|
|||||||
@@ -2772,7 +2772,7 @@
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
const planForm = {}
|
const planForm = {}
|
||||||
planForm.id = this.form.planId
|
planForm.id = this.form.esId
|
||||||
planForm.reviseStatus = this.form.reviseStatus
|
planForm.reviseStatus = this.form.reviseStatus
|
||||||
planForm.standCode = this.form.DTQBBHBUSS
|
planForm.standCode = this.form.DTQBBHBUSS
|
||||||
planForm.processType = "buss1";
|
planForm.processType = "buss1";
|
||||||
|
|||||||
Reference in New Issue
Block a user