bug:标准入库流程 责任人会签节点点击保存没反应
This commit is contained in:
@@ -927,7 +927,9 @@
|
|||||||
handleTabs(name) {
|
handleTabs(name) {
|
||||||
this.active = name
|
this.active = name
|
||||||
},
|
},
|
||||||
handleSave() {},
|
handleSave() {
|
||||||
|
this.$message.success('保存成功')
|
||||||
|
},
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
this.isSubmit = true
|
this.isSubmit = true
|
||||||
this.form.commentText = this.commentText
|
this.form.commentText = this.commentText
|
||||||
|
|||||||
@@ -921,29 +921,7 @@ export default {
|
|||||||
this.active = name
|
this.active = name
|
||||||
},
|
},
|
||||||
handleSave() {
|
handleSave() {
|
||||||
this.saveLoading = true
|
this.$message.success('保存成功')
|
||||||
let _formData = new FormData()
|
|
||||||
// _formData.append('id', this.bpnId)
|
|
||||||
_formData.append('createUser', this.$store.getters.userInfo.userId)
|
|
||||||
_formData.append('createUserName', this.$store.getters.userInfo.uName)
|
|
||||||
_formData.append('prcType', this.$route.query.type)
|
|
||||||
_formData.append('json', JSON.stringify({
|
|
||||||
prcForm: this.prcForm,
|
|
||||||
sarAccessInfoList: this.sarAccessInfoList,
|
|
||||||
sarAccessInfoListADMIN: this.sarAccessInfoListADMIN,
|
|
||||||
bzqdForm: this.bzqdForm,
|
|
||||||
listInfo: this.listInfo,
|
|
||||||
id: this.id
|
|
||||||
}))
|
|
||||||
saveTaskFirst(_formData).then(res => {
|
|
||||||
this.saveLoading = false
|
|
||||||
this.$message.success('保存成功')
|
|
||||||
// 流程保存之后,应该流转至草稿页面
|
|
||||||
this.$router.push({path:'/processCenter?tabsName=TaskDraft'})
|
|
||||||
// this.bpnId = res.result
|
|
||||||
}).catch(e => {
|
|
||||||
this.saveLoading = false
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
this.isSubmit = false
|
this.isSubmit = false
|
||||||
|
|||||||
@@ -499,6 +499,7 @@
|
|||||||
:config="field"
|
:config="field"
|
||||||
v-model="sarStandardsInfoEO[field.attrField]"
|
v-model="sarStandardsInfoEO[field.attrField]"
|
||||||
:disabled="formdisableflag"
|
:disabled="formdisableflag"
|
||||||
|
:class="field.attrField === 'BYYBJ' ? 'classDisplay' : ''"
|
||||||
:data-source-from="field.attrField === 'CBBH' ? 'ALL' : 'INLAND'"
|
:data-source-from="field.attrField === 'CBBH' ? 'ALL' : 'INLAND'"
|
||||||
:data-source="field.attrField === 'CBBH'"
|
:data-source="field.attrField === 'CBBH'"
|
||||||
></custom-input-for-standards>
|
></custom-input-for-standards>
|
||||||
|
|||||||
Reference in New Issue
Block a user