From 1ca13b5f12c698be6b61f56f1063e1814ded623b Mon Sep 17 00:00:00 2001
From: xd <844539747@qq.com>
Date: Sun, 7 Apr 2024 14:36:31 +0800
Subject: [PATCH] '123'
---
.../web/controller/quot/QuotController.java | 17 ++
ruoyi-ui/src/api/quot/quot.js | 9 +
ruoyi-ui/src/views/quot/quot/index.vue | 173 ++++++++++++------
3 files changed, 140 insertions(+), 59 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/quot/QuotController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/quot/QuotController.java
index e7205ca..039294b 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/quot/QuotController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/quot/QuotController.java
@@ -205,4 +205,21 @@ public class QuotController extends BaseController
}
}
+ /**
+ * 报价单提交技术协助
+ */
+ @PreAuthorize("@ss.hasPermi('quot:quot:assist')")
+ @Log(title = "报价单提交技术协助", businessType = BusinessType.OTHER)
+ @PostMapping("/commitJsQuot")
+ public AjaxResult commitJsQuot(@RequestBody Quot quot)
+ {
+ String quotJsxzGroup = quot.getQuotJsxzGroup();
+ if(StringUtils.isEmpty(quotJsxzGroup)){
+ return error("请先选择分组");
+ }else{
+
+ }
+
+ return success();
+ }
}
diff --git a/ruoyi-ui/src/api/quot/quot.js b/ruoyi-ui/src/api/quot/quot.js
index 2eb8cee..96c9c1f 100644
--- a/ruoyi-ui/src/api/quot/quot.js
+++ b/ruoyi-ui/src/api/quot/quot.js
@@ -70,3 +70,12 @@ export function commitQuot(data) {
})
}
+//提交技术协助
+export function commitJsQuot(data) {
+ return request({
+ url: '/quot/quot/commitJsQuot',
+ method: 'post',
+ data: data
+ })
+}
+
diff --git a/ruoyi-ui/src/views/quot/quot/index.vue b/ruoyi-ui/src/views/quot/quot/index.vue
index a788fc5..88e7faa 100644
--- a/ruoyi-ui/src/views/quot/quot/index.vue
+++ b/ruoyi-ui/src/views/quot/quot/index.vue
@@ -157,14 +157,14 @@
-
+
-
+
@@ -176,7 +176,7 @@
-
+
@@ -188,7 +188,7 @@
-
+
@@ -263,7 +263,7 @@
-
+
下载
@@ -308,26 +308,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传文件
+
+
+
+
+
+
+
+
+
+
+ {{(scope.row.fileSize / 1024).toFixed(2) + 'KB'}}
+ {{(scope.row.fileSize / 1024 / 1024).toFixed(2) + 'MB'}}
+
+
+
+
+
+
+ 下载
+
+
+ 删除
+
+
+
+
+
+
特缆协助
+ v-if="this.form.quotApprovalStatus == '2'">
上传文件
@@ -484,9 +519,9 @@
@@ -509,13 +544,13 @@
}