|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<a-form-item label="关联预算流程" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<!-- <a-input v-decorator="['processUdgetPlanId']" placeholder="请输入关联预算流程" ></a-input>--> |
|
|
|
|
<h-plan v-decorator="['processUdgetPlanId']" :trigger-change="true" |
|
|
|
|
code="demo" field="name" :multi="true" orgFields="name" @mounted="getPlanList" @callType="getcallType" |
|
|
|
|
code="demo" field="name" orgFields="name" @mounted="getPlanList" @callType="getcallType" |
|
|
|
|
destFields="name" /> |
|
|
|
|
<!-- <j-popup--> |
|
|
|
|
<!-- v-decorator="['one']"--> |
|
|
|
@ -467,6 +467,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
formData.procDeTitle = this.processData.name |
|
|
|
|
formData.title = this.processData.description |
|
|
|
|
formData.targetLibrary = this.libraryAssociationIdInvisible |
|
|
|
|
formData.processUdgetPlanId=this.processUdgetPlanIds |
|
|
|
|
if (!formData.tableName) formData.tableName = this.processData.businessTable |
|
|
|
|
var url = this.url.addWarehousingApply |
|
|
|
|
let method = 'post' |
|
|
|
@ -607,7 +608,7 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
ids.push(val[i].id); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.processUdgetPlanIds=JSON.stringify(ids); |
|
|
|
|
this.processUdgetPlanIds=ids.join(","); |
|
|
|
|
let params = {} |
|
|
|
|
params.ids = JSON.stringify(ids) |
|
|
|
|
this.requestSubTableData(this.url.list, params, this.processMaterialWarehousingListTable) |
|
|
|
|