'1111'
This commit is contained in:
parent
f227109aff
commit
5ae4019afa
|
@ -103,7 +103,7 @@ public class CustomerController extends BaseController
|
||||||
* 导出客户管理列表
|
* 导出客户管理列表
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('customer:customer:export')")
|
@PreAuthorize("@ss.hasPermi('customer:customer:export')")
|
||||||
@Log(title = "客户信息导出", businessType = BusinessType.EXPORT)
|
@Log(title = "导出客户列表", businessType = BusinessType.EXPORT)
|
||||||
@PostMapping("/export")
|
@PostMapping("/export")
|
||||||
public void export(HttpServletResponse response, Customer customer)
|
public void export(HttpServletResponse response, Customer customer)
|
||||||
{
|
{
|
||||||
|
|
|
@ -66,7 +66,7 @@ public class QuotHjController extends BaseController
|
||||||
* 导出报价单-核价单列表
|
* 导出报价单-核价单列表
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:export')")
|
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:export')")
|
||||||
@Log(title = "报价单-核价单", businessType = BusinessType.EXPORT)
|
@Log(title = "报价单-核价单导出列表", businessType = BusinessType.EXPORT)
|
||||||
@PostMapping("/export")
|
@PostMapping("/export")
|
||||||
public void export(HttpServletResponse response, QuotHj quotHj)
|
public void export(HttpServletResponse response, QuotHj quotHj)
|
||||||
{
|
{
|
||||||
|
@ -89,7 +89,7 @@ public class QuotHjController extends BaseController
|
||||||
* 新增报价单-核价单
|
* 新增报价单-核价单
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:add')")
|
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:add')")
|
||||||
@Log(title = "报价单-核价单", businessType = BusinessType.INSERT)
|
@Log(title = "报价单-核价单新增", businessType = BusinessType.INSERT)
|
||||||
@PostMapping
|
@PostMapping
|
||||||
public AjaxResult add(@RequestBody QuotHj quotHj)
|
public AjaxResult add(@RequestBody QuotHj quotHj)
|
||||||
{
|
{
|
||||||
|
@ -100,7 +100,7 @@ public class QuotHjController extends BaseController
|
||||||
* 修改报价单-核价单
|
* 修改报价单-核价单
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:edit')")
|
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:edit')")
|
||||||
@Log(title = "报价单-核价单", businessType = BusinessType.UPDATE)
|
@Log(title = "报价单-核价单修改", businessType = BusinessType.UPDATE)
|
||||||
@PutMapping
|
@PutMapping
|
||||||
public AjaxResult edit(@RequestBody QuotHj quotHj)
|
public AjaxResult edit(@RequestBody QuotHj quotHj)
|
||||||
{
|
{
|
||||||
|
@ -111,7 +111,7 @@ public class QuotHjController extends BaseController
|
||||||
* 删除报价单-核价单
|
* 删除报价单-核价单
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:remove')")
|
@PreAuthorize("@ss.hasPermi('priceVerification:priceVerification:remove')")
|
||||||
@Log(title = "报价单-核价单", businessType = BusinessType.DELETE)
|
@Log(title = "报价单-核价单删除", businessType = BusinessType.DELETE)
|
||||||
@DeleteMapping("/{quotHjIds}")
|
@DeleteMapping("/{quotHjIds}")
|
||||||
public AjaxResult remove(@PathVariable String[] quotHjIds)
|
public AjaxResult remove(@PathVariable String[] quotHjIds)
|
||||||
{
|
{
|
||||||
|
|
|
@ -93,7 +93,7 @@ public class QuotController extends BaseController
|
||||||
* 导出报价列表
|
* 导出报价列表
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('quot:quot:export')")
|
@PreAuthorize("@ss.hasPermi('quot:quot:export')")
|
||||||
@Log(title = "报价", businessType = BusinessType.EXPORT)
|
@Log(title = "导出报价列表", businessType = BusinessType.EXPORT)
|
||||||
@PostMapping("/export")
|
@PostMapping("/export")
|
||||||
public void export(HttpServletResponse response, Quot quot)
|
public void export(HttpServletResponse response, Quot quot)
|
||||||
{
|
{
|
||||||
|
@ -106,6 +106,7 @@ public class QuotController extends BaseController
|
||||||
* 导出报价明细列表
|
* 导出报价明细列表
|
||||||
*/
|
*/
|
||||||
@PostMapping("/exportMaterial")
|
@PostMapping("/exportMaterial")
|
||||||
|
@Log(title = "导出报价明细列表", businessType = BusinessType.EXPORT)
|
||||||
public void exportMaterial(HttpServletResponse response, Quot quot)
|
public void exportMaterial(HttpServletResponse response, Quot quot)
|
||||||
{
|
{
|
||||||
Quot q = quotService.selectQuotByQuotId(quot.getQuotId());
|
Quot q = quotService.selectQuotByQuotId(quot.getQuotId());
|
||||||
|
@ -356,6 +357,7 @@ public class QuotController extends BaseController
|
||||||
* 删除附件列表
|
* 删除附件列表
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasAnyPermi('quot:quot:quotXjFile,quot:quot:quotFkFile,quot:quot:quotJsgfFile,jsqr:jsqr:operateTlUploadFile,jsqr:jsqr:operateDyUploadFile,jsqr:jsqr:operateZyUploadFile,jsqr:jsqr:operateQtUploadFile,priceVerification:priceVerification:uploadFile')")
|
@PreAuthorize("@ss.hasAnyPermi('quot:quot:quotXjFile,quot:quot:quotFkFile,quot:quot:quotJsgfFile,jsqr:jsqr:operateTlUploadFile,jsqr:jsqr:operateDyUploadFile,jsqr:jsqr:operateZyUploadFile,jsqr:jsqr:operateQtUploadFile,priceVerification:priceVerification:uploadFile')")
|
||||||
|
@Log(title = "删除附件列表", businessType = BusinessType.DELETE)
|
||||||
@PostMapping("/quotFileDelete")
|
@PostMapping("/quotFileDelete")
|
||||||
public AjaxResult quotFileDelete(QuotFile quotFile) {
|
public AjaxResult quotFileDelete(QuotFile quotFile) {
|
||||||
String fileId = quotFile.getFileId();
|
String fileId = quotFile.getFileId();
|
||||||
|
@ -890,6 +892,7 @@ public class QuotController extends BaseController
|
||||||
/**
|
/**
|
||||||
* 下载反馈附件-更新报价单状态为已处理
|
* 下载反馈附件-更新报价单状态为已处理
|
||||||
*/
|
*/
|
||||||
|
@Log(title = "报价单处理", businessType = BusinessType.OTHER)
|
||||||
@PostMapping("/setHandle")
|
@PostMapping("/setHandle")
|
||||||
public AjaxResult setHandle(Quot quot) {
|
public AjaxResult setHandle(Quot quot) {
|
||||||
String quotId = quot.getQuotId();
|
String quotId = quot.getQuotId();
|
||||||
|
|
Loading…
Reference in New Issue