From bf9424fccaeb8f6dac2f5b0924b83b5060652a3e Mon Sep 17 00:00:00 2001
From: xd <844539747@qq.com>
Date: Tue, 16 Apr 2024 16:14:52 +0800
Subject: [PATCH] '123'
---
.../priceVerification/index.vue | 115 ++----------------
.../technicalConfirm/index.vue | 17 +--
2 files changed, 9 insertions(+), 123 deletions(-)
diff --git a/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue b/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue
index 35a03b0..6d2a04d 100644
--- a/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue
+++ b/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue
@@ -26,56 +26,14 @@
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
-
-
-
+
+
+
+ {{scope.row.quotHjCode}}
+
+
@@ -83,26 +41,8 @@
-
-
- 修改
- 删除
-
-
-
+
{
this.form = response.data;
this.open = true;
- this.title = "修改报价单-核价单";
+ this.title = "核价单信息";
});
},
/** 提交按钮 */
@@ -268,22 +185,6 @@ export default {
}
}
});
- },
- /** 删除按钮操作 */
- handleDelete(row) {
- const quotHjIds = row.quotHjId || this.ids;
- this.$modal.confirm('是否确认删除报价单-核价单编号为"' + quotHjIds + '"的数据项?').then(function() {
- return delPriceVerification(quotHjIds);
- }).then(() => {
- this.getList();
- this.$modal.msgSuccess("删除成功");
- }).catch(() => {});
- },
- /** 导出按钮操作 */
- handleExport() {
- this.download('priceVerification/priceVerification/export', {
- ...this.queryParams
- }, `priceVerification_${new Date().getTime()}.xlsx`)
}
}
};
diff --git a/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/index.vue b/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/index.vue
index ec4c20f..ecb822b 100644
--- a/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/index.vue
+++ b/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/index.vue
@@ -941,22 +941,7 @@ export default {
this.getList();
})
},
- /** 删除按钮操作 */
- handleDelete(row) {
- const quotJsqrIds = row.quotJsqrId || this.ids;
- this.$modal.confirm('是否确认删除报价单-技术确认单编号为"' + quotJsqrIds + '"的数据项?').then(function() {
- return delJsqr(quotJsqrIds);
- }).then(() => {
- this.getList();
- this.$modal.msgSuccess("删除成功");
- }).catch(() => {});
- },
- /** 导出按钮操作 */
- handleExport() {
- this.download('jsqr/jsqr/export', {
- ...this.queryParams
- }, `jsqr_${new Date().getTime()}.xlsx`)
- },
+
//获取报价单-技术规范附件列表
getQuotJsgfFileList(){
const param = {relationId:this.form.quotId,fileType:'quotJsgfFile'}