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 7b2d8cb..6d5bc84 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 @@ -96,6 +96,18 @@ public class QuotController extends BaseController return success(quotService.selectQuotByQuotId(quotId)); } + /** + * 获取报价详细信息-错误修订 + */ + @PreAuthorize("@ss.hasPermi('quot:quot:returnUpdate')") + @GetMapping(value = "/returnUpdate/{quotId}") + public AjaxResult getReturnUpdateInfo(@PathVariable("quotId") String quotId) + { + Quot quot = quotService.selectQuotByQuotId(quotId); + quot.setQuotApprovalStatus("1");// 提交状态设置为 协助中 + return success(quot); + } + /** * 导出产品明细模板 * @param response diff --git a/ruoyi-ui/src/api/quot/quot.js b/ruoyi-ui/src/api/quot/quot.js index c880292..10db5a1 100644 --- a/ruoyi-ui/src/api/quot/quot.js +++ b/ruoyi-ui/src/api/quot/quot.js @@ -17,6 +17,14 @@ export function getQuot(quotId) { }) } +// 查询报价详细-错判修订 +export function getReturnUpdateQuot(quotId) { + return request({ + url: '/quot/quot/returnUpdate/' + quotId, + method: 'get' + }) +} + // 新增报价 export function addQuot(data) { return request({ diff --git a/ruoyi-ui/src/views/quot/quot/index.vue b/ruoyi-ui/src/views/quot/quot/index.vue index 441a92c..cdeec2c 100644 --- a/ruoyi-ui/src/views/quot/quot/index.vue +++ b/ruoyi-ui/src/views/quot/quot/index.vue @@ -84,6 +84,17 @@ v-hasPermi="['quot:quot:export']" >导出 + + 错误修订 + @@ -148,6 +159,48 @@ 报价单信息(注:此报价单数据,型号规格电压等如需下单或签订合同引用,请再次自行核对,责任自负) + 当前协助情况 + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ 报价信息 @@ -230,13 +283,6 @@ - - - - - - - @@ -249,6 +295,46 @@ + + + + + + + + 反馈附件 +
+ + 上传文件 + +
+ + + + + + + + + + 产品信息 @@ -304,10 +390,10 @@ :show-file-list="false" :limit="1" v-if="this.form.quotApprovalStatus == '0'"> - 上传文件 + 上传文件 - + @@ -408,12 +494,12 @@ :show-file-list="false" :limit="1" v-if="this.form.quotJsxzApprovalStatus == '0'"> - 上传文件 + 上传文件 - + @@ -430,7 +516,7 @@ 下载 - 删除 + 删除 @@ -619,39 +705,6 @@ - 反馈附件 -
- - 上传文件 - -
- - - - - - - - - - - +