feat: Modify the import primary key for "保养计划" and modify the default display key for "发货通知"
This commit is contained in:
parent
88b081af32
commit
efba375d59
|
@ -21,13 +21,13 @@ const salesAPI = {
|
|||
case 'project':
|
||||
url ="/apis/project/importExcel";
|
||||
break;
|
||||
case 'upkeepPlan':
|
||||
url ="/apis/upkeepPlan/importExcel";
|
||||
break;
|
||||
case 'xqgl':
|
||||
url ="/apis/mdh/xqgl/importExcel";
|
||||
break;
|
||||
default:''
|
||||
case 'upkeep':
|
||||
url ="/apis/upkeepPlan/importExcel";
|
||||
break;
|
||||
case 'xqgl':
|
||||
url ="/apis/mdh/xqgl/importExcel";
|
||||
break;
|
||||
default:''
|
||||
}
|
||||
return axios.post(`${base.url}${url}`, param, {
|
||||
headers: {
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue