'123'
This commit is contained in:
parent
17caa7bdd4
commit
fe880b6d9a
|
@ -101,7 +101,7 @@
|
|||
<el-button :key="Math.random()" size="small" type="text">
|
||||
<a @click="downloadFile(scope.row.fileUrl)">下载</a>
|
||||
</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'">
|
||||
<a @click="deleteFile(scope.row.fileId)">删除</a>
|
||||
</el-button>
|
||||
|
@ -185,8 +185,8 @@ export default {
|
|||
},
|
||||
/** 修改按钮操作 */
|
||||
getInfo(title,open,isSelfProp,quotHjId) {
|
||||
this.open = true;
|
||||
this.title = "报价单-技术确认单";
|
||||
this.open = open;
|
||||
this.title = title;
|
||||
this.isSelfProp = isSelfProp;
|
||||
this.reset();
|
||||
getPriceVerification(quotHjId).then(response => {
|
||||
|
|
|
@ -1155,8 +1155,6 @@ export default {
|
|||
this.getQuotXjFileList();
|
||||
}else if(activeName=='quotJsInfo'){
|
||||
this.getQuotJsgfFileList();
|
||||
}else if(activeName=='quotHjInfo'){
|
||||
this.getQuotHjFileList();
|
||||
}else if(activeName=='quotFkFile'){
|
||||
this.getQuotFkFileList();
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue