update 征求意见流程
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
v-decorator="['standardTextFileName', validatorRules.standardText]"
|
||||
readonly
|
||||
disabled
|
||||
|
||||
:placeholder="$t('pleaseSelect') + $t('workCenter.standardConsultationProcess.standardText')" />
|
||||
<a-button type="primary" class="button-box" @click="chooseStandardText">
|
||||
{{ this.$t('workCenter.standardConsultationProcess.selectText') }}
|
||||
@@ -743,7 +742,7 @@ export default {
|
||||
},
|
||||
columns () {
|
||||
// 设计工程师填写征求意见表头
|
||||
if (this.currentNode.indexOf(ConsultationProcess.designEngineerFillIn.value)) {
|
||||
if (this.currentNode.indexOf(ConsultationProcess.designEngineerFillIn.value) === 0) {
|
||||
return this.designEngineerFillInColumns
|
||||
}
|
||||
// 模块负责人汇总填写意见表头
|
||||
@@ -843,8 +842,8 @@ export default {
|
||||
* 征求意见列表-新增
|
||||
*/
|
||||
handleAdd () {
|
||||
const pdfId = '1723899113057075201'
|
||||
this.$refs.consultationModal.add(pdfId, '1716698213217865729')
|
||||
const pdfId = this.basicServiceInfo.standardTextFileId
|
||||
this.$refs.consultationModal.add(pdfId, this.basicServiceInfo.standardText)
|
||||
},
|
||||
/**
|
||||
* 表单填写完成,新增数据
|
||||
@@ -1045,6 +1044,8 @@ export default {
|
||||
* 同意
|
||||
*/
|
||||
handleAgree () {
|
||||
this.validatorRules.handleText.rules[0].required = false
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
const formData = this.dealFormData()
|
||||
if (!formData) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user