Browse Source

修改调拨流程页面

dev
long 2 years ago
parent
commit
bcf9c1828d
  1. 1
      src/components/jeecg/HPlan.vue
  2. 10
      src/views/activiti/form/ProcessMaterialsAllotForm.vue

1
src/components/jeecg/HPlan.vue

@ -152,6 +152,7 @@
params.ids.push(res.result.id)
params.vals.push(res.result.warehousingBatch)
this.showText=params;
}
if (res.code === 510) {
this.$message.warning(res.message)

10
src/views/activiti/form/ProcessMaterialsAllotForm.vue

@ -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)

Loading…
Cancel
Save