From 9da16916ed616cc8c989345e9c42ea19014d8b25 Mon Sep 17 00:00:00 2001 From: 17602169347 Date: Thu, 16 Mar 2023 11:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E7=82=B9=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/PoundlistController.java | 2 +- .../controller/TradeuploadController.java | 2 +- .../poundlist/PurchaseOrderForm.vue | 22 +++++++++---------- .../basicInformation/purchaseorder/index.vue | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) 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 3be634fa..bc097a74 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 @@ -392,7 +392,7 @@ public class PoundlistController { public ActionResult info(@PathVariable("id") String id){ PoundlistEntity entity= poundlistService.getInfo(id); PoundlistInfoVO vo=JsonUtil.getJsonToBean(entity, PoundlistInfoVO.class); - + vo.setOriginPlace(generaterSwapUtil.provinceData(vo.getOriginPlace())); //子表 //副表 return ActionResult.success(vo); diff --git a/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java b/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java index b6571637..faf07aff 100644 --- a/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java +++ b/SC-boot/linkage-scm/src/main/java/jnpf/tradeupload/controller/TradeuploadController.java @@ -734,7 +734,7 @@ public class TradeuploadController { if(vo.getCreatorTime()!=null){ vo.setCreatorTime(vo.getCreatorTime()); } - + vo.setOriginPlace(generaterSwapUtil.provinceData(vo.getOriginPlace())); //子表 //副表 return ActionResult.success(vo); diff --git a/SC-web/src/views/scm/basicInformation/poundlist/PurchaseOrderForm.vue b/SC-web/src/views/scm/basicInformation/poundlist/PurchaseOrderForm.vue index 0cca2970..2a5d4a0b 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/PurchaseOrderForm.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/PurchaseOrderForm.vue @@ -49,35 +49,35 @@ - + - + - + - + - + @@ -221,21 +221,21 @@ - + - + - + diff --git a/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue b/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue index 38bcceae..a072c8fa 100644 --- a/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue +++ b/SC-web/src/views/scm/basicInformation/purchaseorder/index.vue @@ -84,7 +84,7 @@ {{ scope.row.status | dynamicText(statusOptions) }} - +