From 609610d589985e08755095c8680215c7b010dea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=96=E5=BC=BA?= Date: Thu, 25 May 2023 17:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=85=E5=8D=95=E5=AF=BC=E5=87=BA=E9=94=80?= =?UTF-8?q?=E5=94=AE=E4=BB=B7=E6=A0=BC=E6=94=B9=E4=B8=BA=E9=94=80=E5=94=AE?= =?UTF-8?q?=E5=8D=95=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/jnpf/poundlist/controller/PoundlistController.java | 2 +- SC-web/src/views/scm/basicInformation/poundlist/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 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 c0cd13c4..2b52c0d7 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 @@ -339,7 +339,7 @@ public class PoundlistController { entitys.add(new ExcelExportEntity("采购单价", "purchasePrice")); break; case "salesPrice": - entitys.add(new ExcelExportEntity("销售价格", "salesPrice")); + entitys.add(new ExcelExportEntity("销售单价", "salesPrice")); break; case "collectPrice": entitys.add(new ExcelExportEntity("收货价格", "collectPrice")); diff --git a/SC-web/src/views/scm/basicInformation/poundlist/index.vue b/SC-web/src/views/scm/basicInformation/poundlist/index.vue index f18131c2..d61e7679 100644 --- a/SC-web/src/views/scm/basicInformation/poundlist/index.vue +++ b/SC-web/src/views/scm/basicInformation/poundlist/index.vue @@ -755,7 +755,7 @@ export default { }, { prop: "salesPrice", - label: "销售价格", + label: "销售单价", }, { prop: "collectPrice",