|
@@ -193,6 +193,7 @@ export const TabColumns = [
|
|
|
require: true,
|
|
|
},
|
|
|
{ title: "物料编码", key: "materialCode" },
|
|
|
+ { title: "物料ID", key: "material" },
|
|
|
{
|
|
|
title: "生产厂家",
|
|
|
key: "manufacturerName",
|
|
@@ -222,7 +223,11 @@ export const TabColumns = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "单位",
|
|
|
+ title: "单位编码",
|
|
|
+ key: "unitCode",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "单位ID",
|
|
|
key: "unit",
|
|
|
},
|
|
|
{
|
|
@@ -238,7 +243,11 @@ export const TabColumns = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "采购单位",
|
|
|
+ title: "采购单位编码",
|
|
|
+ key: "puUnitCode",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "采购单位ID",
|
|
|
key: "puUnit",
|
|
|
},
|
|
|
{
|
|
@@ -291,7 +300,11 @@ export const TabColumns = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "币种",
|
|
|
+ title: "币种编码",
|
|
|
+ key: "currencyCode",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "币种ID",
|
|
|
key: "currency",
|
|
|
},
|
|
|
{
|
|
@@ -332,6 +345,10 @@ export const TabColumns = [
|
|
|
key: "customerCode",
|
|
|
},
|
|
|
{
|
|
|
+ title: "客户ID",
|
|
|
+ key: "customer",
|
|
|
+ },
|
|
|
+ {
|
|
|
title: "最近价格",
|
|
|
key: "recentlyPrice",
|
|
|
},
|
|
@@ -389,6 +406,7 @@ export const TabColumns = [
|
|
|
},
|
|
|
},
|
|
|
{ title: "组织编码", key: "orgCode" },
|
|
|
+ { title: "组织ID", key: "org" },
|
|
|
{
|
|
|
title: "创建人名称",
|
|
|
key: "createByName",
|