Commit b96e807b authored by 黄奎's avatar 黄奎

页面修改

parent 30fb65ac
......@@ -1500,7 +1500,7 @@
}
if (!num) {
if (totailMoney > leadrPlanPrice)
return this.$message.error("最大领款为预付合计金额的95%!");
//return this.$message.error("最大领款为预付合计金额的95%!");
if (!leadr.LeaderGetPriceT || leadr.LeaderGetPriceT <= 0)
return this.$message.error("请输入金额!");
}
......
......@@ -1936,7 +1936,7 @@
item.confirmFileList.length > 0 &&
item.commissionSharePeople !== userId
" @click="deleteFile(item)" style="margin-left: 5px" class="el-icon-error color999"></i>
<template v-if="item.contractNum.length == 0">
<template v-if="item.confirmFileList.length == 0">
<el-upload v-if="
item.confirmFileList.length == 0 &&
item.commissionSharePeople !== userId
......
......@@ -2102,7 +2102,7 @@
item.confirmFileList.length > 0 &&
item.commissionSharePeople !== userId
" @click="deleteFile(item)" style="margin-left: 5px" class="el-icon-error color999"></i>
<template v-if="item.contractNum.length == 0">
<template v-if="item.confirmFileList.length == 0">
<el-upload v-if="
(item.confirmFileList.length == 0 && item.isOwn == 1) ||
IsSupperOrderEdit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment