feat: Modify the import primary key for "保养计划" and modify the default display key for "发货通知"

This commit is contained in:
ruofei.yu 2025-09-04 23:26:43 +08:00
parent 88b081af32
commit efba375d59
2 changed files with 11 additions and 11 deletions

View File

@ -21,7 +21,7 @@ const salesAPI = {
case 'project':
url ="/apis/project/importExcel";
break;
case 'upkeepPlan':
case 'upkeep':
url ="/apis/upkeepPlan/importExcel";
break;
case 'xqgl':

View File

@ -367,9 +367,9 @@ export default {
{title: "物料名称", prop_: "materielName", select: true},
{title: "规格型号", prop_: "specification", select: true},
{title: "主计量单位", prop_: "unitUomName", select: true},
{title: "主单位数量", prop_: "deliveryCount", select: true},
{title: "主单位数量", prop_: "deliveryCount", select: false},
{title: "辅助单位", prop_: "supportUomName", select: false},
{title: "发货数量", prop_: "deliveryCountSupport", select: false},
{title: "发货数量", prop_: "deliveryCountSupport", select: true},
{title: "销售单价", prop_: "sellUnitPrice", select: false},
{title: "销售金额", prop_: "sellAmount", select: false},
{title: "部门", prop_: "deptName", select: false},
@ -387,9 +387,9 @@ export default {
{title: "物料名称", prop_: "materielName", select: true},
{title: "规格型号", prop_: "specification", select: true},
{title: "主计量单位", prop_: "unitUomName", select: true},
{title: "主单位数量", prop_: "deliveryCount", select: true},
{title: "主单位数量", prop_: "deliveryCount", select: false},
{title: "辅助单位", prop_: "supportUomName", select: false},
{title: "发货数量", prop_: "deliveryCountSupport", select: false},
{title: "发货数量", prop_: "deliveryCountSupport", select: true},
{title: "销售单价", prop_: "sellUnitPrice", select: false},
{title: "销售金额", prop_: "sellAmount", select: false},
{title: "部门", prop_: "deptName", select: false},