|
@@ -14,6 +14,7 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
import org.apache.commons.lang.StringUtils;
|
|
|
+import org.jeecg.common.aspect.annotation.PermissionData;
|
|
|
import org.jeecg.modules.baseCode.service.ISerialPatternService;
|
|
|
import org.jeecg.modules.purCode.entity.PurOrder;
|
|
|
import org.jeecg.modules.purCode.entity.PurQuotationSelection;
|
|
@@ -93,6 +94,7 @@ public class PurQuotationSelectionController {
|
|
|
//@AutoLog(value = "采购报价选定-分页列表查询")
|
|
|
@ApiOperation(value = "采购报价选定-分页列表查询", notes = "采购报价选定-分页列表查询")
|
|
|
@GetMapping(value = "/list")
|
|
|
+ @PermissionData(pageComponent="purchase/selectionQuotationForm/selectionQuotationFormList")
|
|
|
public Result<IPage<PurQuotationSelection>> queryPageList(PurQuotationSelection purQuotationSelection,
|
|
|
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
|
|
|
@RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize,
|
|
@@ -105,6 +107,7 @@ public class PurQuotationSelectionController {
|
|
|
|
|
|
@ApiOperation(value = "供应商报价选定", notes = "供应商报价选定")
|
|
|
@GetMapping(value = "/purQuotationSelectionProductAlert")
|
|
|
+ @PermissionData(pageComponent="purchase/selectionQuotationForm/selectionQuotationFormList")
|
|
|
public Result<IPage<PurQuotationSelectionAlert>> purQuotationSelectionProductAlert(PurQuotationSelectionAlert quotationProject,
|
|
|
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
|
|
|
@RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize,
|