diff --git a/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/controller/PoundlistController.java b/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/controller/PoundlistController.java index 5500d7e5..afd85b59 100644 --- a/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/controller/PoundlistController.java +++ b/SC-boot/linkage-scm/src/main/java/jnpf/poundlist/controller/PoundlistController.java @@ -577,6 +577,24 @@ public class PoundlistController { } + /** + * 驳回 + * + * @param id + * @return + */ + @PostMapping("/handleReturn/{id}") + @Transactional + public ActionResult handleReturn(@PathVariable("id") String id){ + PoundlistEntity entity= poundlistService.getInfo(id); + if(entity!=null){ + entity.setIsExamine("0"); + poundlistService.updateById(entity); + return ActionResult.success("驳回成功"); + } + return ActionResult.fail("数据不存在"); + } + diff --git a/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/service/impl/TradeuploadServiceImpl.java b/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/service/impl/TradeuploadServiceImpl.java index adfc131d..ef5d66b7 100644 --- a/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/service/impl/TradeuploadServiceImpl.java +++ b/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/service/impl/TradeuploadServiceImpl.java @@ -128,7 +128,7 @@ public class TradeuploadServiceImpl extends ServiceImpl AND f.contract_name LIKE CONCAT('%',#{tradeuploadPagination.salesName},'%') - AND d.supplier_nm LIKE CONCAT('%',#{tradeuploadPagination.customerName},'%') + + AND h.F_RealName LIKE CONCAT('%',#{tradeuploadPagination.businessName},'%') + ORDER BY ${tradeuploadPagination.sidx} ${tradeuploadPagination.sort} diff --git a/SC-web/src/views/extend/paymentdoc/form.vue b/SC-web/src/views/extend/paymentdoc/form.vue index 3997b418..92d4632b 100644 --- a/SC-web/src/views/extend/paymentdoc/form.vue +++ b/SC-web/src/views/extend/paymentdoc/form.vue @@ -18,7 +18,7 @@ + popupWidth="800px" hasPage :pageSize="20" disabled> @@ -1211,3 +1211,9 @@ }, } + + diff --git a/SC-web/src/views/scm/basicInformation/poundlist/index.vue b/SC-web/src/views/scm/basicInformation/poundlist/index.vue index 1343a969..5ad689d0 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/index.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/index.vue @@ -233,8 +233,10 @@ + + + + + + @@ -258,6 +268,10 @@ prop: 'notAmount', label: '不含税金额' }, + { + prop: 'isPayment', + label: '是否付款' + }, { prop: 'payPrice', label: '已付款金额' @@ -285,6 +299,20 @@ "fullName": "英镑", "id": "2" }], + isPaymentOptions: [{ + "fullName": "否", + "id": "0" + }, { + "fullName": "是", + "id": "1" + }], + isTransferOptions: [{ + "fullName": "否", + "id": "0" + }, { + "fullName": "是", + "id": "1" + }], currencyProps: { "label": "fullName", "value": "id" diff --git a/SC-web/src/views/scm/basicInformation/receiptout/ReservoirareaBox.vue b/SC-web/src/views/scm/basicInformation/receiptout/ReservoirareaBox.vue new file mode 100644 index 00000000..18e39a6f --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/receiptout/ReservoirareaBox.vue @@ -0,0 +1,156 @@ + + + + diff --git a/SC-web/src/views/scm/basicInformation/tradeupload/index.vue b/SC-web/src/views/scm/basicInformation/tradeupload/index.vue index b295e630..1be7d78d 100644 --- a/SC-web/src/views/scm/basicInformation/tradeupload/index.vue +++ b/SC-web/src/views/scm/basicInformation/tradeupload/index.vue @@ -76,7 +76,7 @@ - @@ -157,9 +157,9 @@ 审核 - + 删除