磅单导出销售价格改为销售单价

product
杨世强 1 year ago
parent ea71191461
commit 609610d589

@ -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"));

@ -755,7 +755,7 @@ export default {
},
{
prop: "salesPrice",
label: "销售",
label: "销售价",
},
{
prop: "collectPrice",

Loading…
Cancel
Save