凭证图片上传

jg-waiwang-pro
vayne 7 months ago
parent d501ca76b7
commit 077c7c1e70

@ -725,7 +725,7 @@ public class BusinessOrderController {
@Operation(summary = "获取销售合同列表")
@GetMapping("/getSaleContractList")
public ActionResult list2()throws IOException{
List<ContractLEntity> list= businessOrderService.querySaleContractInfo();
List<ContractLEntity> list= businessOrderService.querySaleContractInfo();
for (ContractLEntity entity : list){
List<ProductByContractModel> productByContractModelList = businessOrderService.queryProductByContractInfo(entity.getId());
entity.setProductByContractModelList(productByContractModelList);

@ -119,7 +119,6 @@ export default {
},
methods: {
beforeUpload(file) {
let is = define.comUploadPoundUrl
if (this.fileList.length >= this.limit) {
this.handleExceed()
return false

@ -119,7 +119,6 @@ export default {
},
methods: {
beforeUpload(file) {
let is = define.comUploadPoundsUrl
if (this.fileList.length >= this.limit) {
this.handleExceed()
return false

Loading…
Cancel
Save