[update] 修改bug81732
This commit is contained in:
@@ -616,6 +616,7 @@ export default {
|
||||
// 4、从企标计划选择企标编号的话,把其他字段也回显
|
||||
listChange (value) {
|
||||
console.log(value)
|
||||
this.isEditSetData = true
|
||||
// 原企标编号,用于获取发布稿,带到在线编辑里面去
|
||||
this.formInline.originEnStandardNo = value[0].originEnStandardNo
|
||||
// 回显企标编号
|
||||
@@ -653,6 +654,9 @@ export default {
|
||||
// 征求意见稿计划完成日期,因为部所联络人节点征求意见截止日期需要限制比征求意见稿计划完成日期早
|
||||
this.formInline.solicitationDraftPlanCompleteDate = value[0].solicitationDraftPlanCompleteDate
|
||||
this.formInline = Object.assign({}, this.formInline)
|
||||
setTimeout(() => {
|
||||
this.isEditSetData = false
|
||||
}, 500)
|
||||
// 设置流程名称
|
||||
const processName = this.formInline.standard_number + '-' + (this.formInline.standard_name || '') + '-' + this.formInline.typeOfRevision_dictText
|
||||
this.$emit('processNameChange', processName)
|
||||
@@ -682,7 +686,7 @@ export default {
|
||||
// 在线编辑需要的参数
|
||||
getOnlineEditorParams () {
|
||||
return {
|
||||
standard_number: this.formInline.standard_number, //标准编号,
|
||||
standard_number: this.formInline.standard_number, // 标准编号,
|
||||
substitute_standard_number: this.formInline.substitute_standard_number, // 代替标准号
|
||||
implementation_date: this.formInline.implementation_date, // 实施日期
|
||||
release_date: this.formInline.release_date, // 发布日期
|
||||
|
||||
Reference in New Issue
Block a user