|
|
|
@ -283,6 +283,9 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
getForm:'/actBusiness/getForm', |
|
|
|
|
add: "/hy/processMaterialWarehousing/add", |
|
|
|
|
edit: "/hy/processMaterialWarehousing/edit", |
|
|
|
|
addWarehousingApply: "/hy/processMaterialWarehousing/addWarehousingApply" + |
|
|
|
|
"", |
|
|
|
|
editWarehousingApply: "/hy/processMaterialWarehousing/editWarehousingApply", |
|
|
|
|
queryById: "/hy/processMaterialWarehousing/queryById", |
|
|
|
|
list: "/hy/processUdgetPlan/queryProcessUdgetPlanMaterialByMainId", |
|
|
|
|
puwwlist: "/unitwaste/processUnitWasteWarehouseCode/queryById", |
|
|
|
@ -455,10 +458,10 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
formData.procDeTitle = this.processData.name; |
|
|
|
|
formData.title=this.processData.description; |
|
|
|
|
if (!formData.tableName)formData.tableName = this.processData.businessTable; |
|
|
|
|
var url = this.url.addFromTableApply; |
|
|
|
|
var url = this.url.addWarehousingApply; |
|
|
|
|
let method='post'; |
|
|
|
|
if (!this.isNew){ |
|
|
|
|
url = this.url.fromTableApply; |
|
|
|
|
url = this.url.editWarehousingApply; |
|
|
|
|
method='put'; |
|
|
|
|
} |
|
|
|
|
this.btndisabled = true; |
|
|
|
|