This commit is contained in:
xd 2024-04-21 10:05:43 +08:00
parent 17caa7bdd4
commit fe880b6d9a
3 changed files with 653 additions and 655 deletions

View File

@ -101,7 +101,7 @@
<el-button :key="Math.random()" size="small" type="text"> <el-button :key="Math.random()" size="small" type="text">
<a @click="downloadFile(scope.row.fileUrl)">下载</a> <a @click="downloadFile(scope.row.fileUrl)">下载</a>
</el-button> </el-button>
<div v-if="this.isSelfProp"> <div v-if="isSelfProp">
<el-button :key="Math.random()" size="small" type="text" v-if="form.quotHjApprovalStatus == '1'"> <el-button :key="Math.random()" size="small" type="text" v-if="form.quotHjApprovalStatus == '1'">
<a @click="deleteFile(scope.row.fileId)">删除</a> <a @click="deleteFile(scope.row.fileId)">删除</a>
</el-button> </el-button>
@ -185,8 +185,8 @@ export default {
}, },
/** 修改按钮操作 */ /** 修改按钮操作 */
getInfo(title,open,isSelfProp,quotHjId) { getInfo(title,open,isSelfProp,quotHjId) {
this.open = true; this.open = open;
this.title = "报价单-技术确认单"; this.title = title;
this.isSelfProp = isSelfProp; this.isSelfProp = isSelfProp;
this.reset(); this.reset();
getPriceVerification(quotHjId).then(response => { getPriceVerification(quotHjId).then(response => {

View File

@ -1155,8 +1155,6 @@ export default {
this.getQuotXjFileList(); this.getQuotXjFileList();
}else if(activeName=='quotJsInfo'){ }else if(activeName=='quotJsInfo'){
this.getQuotJsgfFileList(); this.getQuotJsgfFileList();
}else if(activeName=='quotHjInfo'){
this.getQuotHjFileList();
}else if(activeName=='quotFkFile'){ }else if(activeName=='quotFkFile'){
this.getQuotFkFileList(); this.getQuotFkFileList();
} }

View File

@ -649,7 +649,7 @@
<el-button :key="Math.random()" size="small" type="text"> <el-button :key="Math.random()" size="small" type="text">
<a @click="downloadFile(scope.row.fileUrl)">下载</a> <a @click="downloadFile(scope.row.fileUrl)">下载</a>
</el-button> </el-button>
<div v-if="this.isSelfProp"> <div v-if="isSelfProp">
<el-button :key="Math.random()" size="small" type="text" v-if="uploadDis"> <el-button :key="Math.random()" size="small" type="text" v-if="uploadDis">
<a @click="deleteFile(scope.row.fileId)">删除</a> <a @click="deleteFile(scope.row.fileId)">删除</a>
</el-button> </el-button>
@ -838,8 +838,8 @@
}, },
/** 修改按钮操作 */ /** 修改按钮操作 */
getInfo(title,open,isSelfProp,quotJsqrId) { getInfo(title,open,isSelfProp,quotJsqrId) {
this.open = true; this.open = open;
this.title = "报价单-技术确认单"; this.title = title;
this.isSelfProp = isSelfProp; this.isSelfProp = isSelfProp;
this.reset(); this.reset();
getJsqr(quotJsqrId).then(response => { getJsqr(quotJsqrId).then(response => {