|
|
|
@ -393,6 +393,10 @@ export default {
|
|
|
|
|
}),
|
|
|
|
|
// proposerPerson:this.userInfo.id
|
|
|
|
|
}
|
|
|
|
|
if (!this.oaReimburseFeeitemList.length) {
|
|
|
|
|
this.$loading(false, 'form')
|
|
|
|
|
return this.$fm('暂无付款计划,无法提交!')
|
|
|
|
|
}
|
|
|
|
|
this.$loading(true, 'form')
|
|
|
|
|
createSupplierContract(newForm).then((res) => {
|
|
|
|
|
this.$loading(false, 'form')
|
|
|
|
@ -405,10 +409,6 @@ export default {
|
|
|
|
|
this.$loading(false, 'form')
|
|
|
|
|
})
|
|
|
|
|
// })
|
|
|
|
|
if (!this.oaReimburseFeeitemList.length) {
|
|
|
|
|
this.$loading(false, 'form')
|
|
|
|
|
return this.$fm('暂无付款计划,无法提交!')
|
|
|
|
|
}
|
|
|
|
|
}).catch((err) => {
|
|
|
|
|
this.$loading(false, 'form')
|
|
|
|
|
if (err && err.length > 0 && err[0].name) {
|
|
|
|
@ -566,8 +566,10 @@ export default {
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
this.typeList = res.data || []
|
|
|
|
|
})
|
|
|
|
|
getProjectPage({type:2,pageNo: 1,
|
|
|
|
|
pageSize: 500}).then(res=>{
|
|
|
|
|
getProjectPage({
|
|
|
|
|
type: 2, pageNo: 1,
|
|
|
|
|
pageSize: 500
|
|
|
|
|
}).then(res => {
|
|
|
|
|
this.projectList = res.data.list || []
|
|
|
|
|
})
|
|
|
|
|
listData({
|
|
|
|
|