|
|
|
@ -94,13 +94,13 @@
|
|
|
|
|
</a-form> |
|
|
|
|
</j-form-container> |
|
|
|
|
<div class="div_process"> |
|
|
|
|
<a-form-item v-if="!disabled" :wrapperCol="{ span: 24 }" style="text-align: center" v-show="isHava"> |
|
|
|
|
<a-form-item v-if="!disabled" :wrapperCol="{ span: 24 }" style="text-align: center" > |
|
|
|
|
<a-button type="primary" :disabled="disabled||btndisabled" @click="handleSubmit">保存</a-button> |
|
|
|
|
<a-button style="margin-left: 8px" type="primary" :disabled="disabled||btndisabled" @click="applySubmit">提交申请 |
|
|
|
|
</a-button> |
|
|
|
|
<a-button style="margin-left: 8px" :disabled="disabled" @click="close">取消</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
|
<a-form-item v-if="task" :wrapperCol="{ span: 24 }" style="text-align: center" v-show="isHava"> |
|
|
|
|
<a-form-item v-if="task" :wrapperCol="{ span: 24 }" style="text-align: center" > |
|
|
|
|
<a-button type="primary" @click="passTask">通过</a-button> |
|
|
|
|
<a-button style="margin-left: 8px" @click="backTask">驳回</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
@ -784,11 +784,7 @@
|
|
|
|
|
} |
|
|
|
|
console.log(this.data.haveAndNot,"------------666666666666665555555555555555") |
|
|
|
|
|
|
|
|
|
if (this.data.haveAndNot==0){ |
|
|
|
|
this.isHava=true; |
|
|
|
|
this.disabled=true |
|
|
|
|
console.log(this.disabled,"55555555555555555555555") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
let fieldval = pick(this.data, 'id', 'company', 'createTime', 'sysOrgCode', 'createBy', 'materialType', 'beAllotDepartment', 'fileId', 'haveAndNot') |
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|