|
|
|
@ -129,15 +129,22 @@
|
|
|
|
|
</j-form-container> |
|
|
|
|
|
|
|
|
|
<div class="div_process"> |
|
|
|
|
<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"> |
|
|
|
|
<a-button type="primary" @click="passTask">通过</a-button> |
|
|
|
|
<!-- <a-button type="primary" @click="ewrold">下载</a-button>--> |
|
|
|
|
<div v-if="isGetOneAndLast"> |
|
|
|
|
<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"> |
|
|
|
|
<a-button type="primary" @click="passTask">通过</a-button> |
|
|
|
|
<!-- <a-button type="primary" @click="ewrold">下载</a-button>--> |
|
|
|
|
<a-button style="margin-left: 8px" @click="backTask">驳回</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
|
</div> |
|
|
|
|
<a-form-item v-if="isPlanType" :wrapperCol="{ span: 24 }" style="text-align: center"> |
|
|
|
|
<a-button type="primary" @click="saveAndpassTask">保存并通过</a-button> |
|
|
|
|
<!-- <a-button type="primary" @click="ewrold">下载</a-button>--> |
|
|
|
|
<a-button style="margin-left: 8px" @click="backTask">驳回</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
|
</div> |
|
|
|
@ -219,8 +226,7 @@
|
|
|
|
|
// columns, |
|
|
|
|
// editingKey: '', |
|
|
|
|
isabled: true, |
|
|
|
|
isPlanType: false, |
|
|
|
|
isSourceCapital: false, |
|
|
|
|
isGetOneAndLast:false, |
|
|
|
|
bigId: [], |
|
|
|
|
opinion: '', |
|
|
|
|
bigIdRake: [], |
|
|
|
@ -509,7 +515,6 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
isBu: undefined, |
|
|
|
|
planType: '', |
|
|
|
|
isShifu:false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -526,6 +531,10 @@
|
|
|
|
|
isNew: { type: Boolean, default: false, required: false }, |
|
|
|
|
/*是否处理流程*/ |
|
|
|
|
task: { type: Boolean, default: false, required: false }, |
|
|
|
|
/*采购类型*/ |
|
|
|
|
isPlanType: {type: Boolean, default: false, required: false}, |
|
|
|
|
/*资金来源*/ |
|
|
|
|
isSourceCapital:{type: Boolean, default: false, required: false}, |
|
|
|
|
//流程表单data |
|
|
|
|
formData: { |
|
|
|
|
type: Object, |
|
|
|
@ -579,18 +588,12 @@
|
|
|
|
|
return false |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
|
dianshang: { |
|
|
|
|
immediate: true, |
|
|
|
|
handler: function(val) { |
|
|
|
|
this.planType = val |
|
|
|
|
console.log("this.planType---",this.planType) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
created() { |
|
|
|
|
//如果是流程中表单,则需要加载流程表单data |
|
|
|
|
//this.showFlowData() |
|
|
|
|
if (!this.isPlanType){ |
|
|
|
|
this.isGetOneAndLast=true; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.getAllTable() |
|
|
|
|
let company = sessionStorage.getItem('PARENT_ID') |
|
|
|
@ -605,7 +608,7 @@
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
// console.log( this.$refs.processUdgetPlanMaterial); |
|
|
|
|
// console.log( isPlanType); |
|
|
|
|
// this.form.setFieldsValue("materialGroup",123123); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
@ -1078,8 +1081,6 @@
|
|
|
|
|
id: r.tableId |
|
|
|
|
}).then((res) => { |
|
|
|
|
if (res.success) { |
|
|
|
|
console.log("res.result.planType--",res.result.planType) |
|
|
|
|
this.$emit('planType',res.result.planType) |
|
|
|
|
this.planType = res.result.planType |
|
|
|
|
let formData = res.result |
|
|
|
|
formData.tableName = r.tableName |
|
|
|
@ -1164,7 +1165,7 @@
|
|
|
|
|
formData.procDefId = this.processData.id |
|
|
|
|
formData.procDeTitle = this.processData.name |
|
|
|
|
formData.title = this.processData.description |
|
|
|
|
formData.planType=this.planType; |
|
|
|
|
//formData.sourceCapital |
|
|
|
|
console.log("this.planType++",this.planType) |
|
|
|
|
if (!formData.tableName) formData.tableName = this.processData.businessTable |
|
|
|
|
var url = this.url.addFromTableApply |
|
|
|
@ -1219,7 +1220,7 @@
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
console.log(this.data, '数据回显') |
|
|
|
|
let fieldval = pick(this.data, 'id','planType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'processPlan', 'needTime','sort', 'orderNumber', 'fileId', 'opinion') |
|
|
|
|
let fieldval = pick(this.data, 'id','planType', 'company', 'createTime', 'departId', 'createBy', 'materialType', 'processPlan', 'needTime','sort', 'orderNumber', 'fileId', 'opinion','sourceCapital') |
|
|
|
|
this.$nextTick(() => { |
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
}) |
|
|
|
@ -1322,6 +1323,10 @@
|
|
|
|
|
this.form.setFieldsValue(fieldval) |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
saveAndpassTask(){ |
|
|
|
|
this.handleSubmit(); |
|
|
|
|
this.passTask(); |
|
|
|
|
}, |
|
|
|
|
// handler |
|
|
|
|
handleSubmit(e) { |
|
|
|
|
this.getAllTable().then(tables => { |
|
|
|
|