|
@@ -111,12 +111,9 @@ export const TableColumns = [
|
|
|
|
|
|
{ key: "supplierPersonalName", title: "供应商业务员" },
|
|
|
{ key: "marketingCode", title: "销售订单号" },
|
|
|
-
|
|
|
-
|
|
|
{ key: "createByName", title: "创建人" },
|
|
|
{ key: "updateByName", title: "更新人" },
|
|
|
-
|
|
|
- { key: "flowId", title: "OA流程ID" },
|
|
|
+
|
|
|
{ key: "approver", title: "审批人" },
|
|
|
{ key: "approverFinishTime", title: "审批时间" },
|
|
|
{ key: "approveTime", title: "提交时间" },
|
|
@@ -140,7 +137,7 @@ export const TableColumns = [
|
|
|
{ key: "projectNowName", title: "在建工程项目" },
|
|
|
{ key: "operatingItemsName", title: "经营性项目" },
|
|
|
{ key: "isArrivalReson", title: "到货超期原因" },
|
|
|
- { key: "midOrderNo", title: "中台采购订单号" },
|
|
|
+
|
|
|
];
|
|
|
|
|
|
export const TabColumns = [
|
|
@@ -148,9 +145,9 @@ export const TabColumns = [
|
|
|
title: '物料信息',
|
|
|
key: 'puOrderItemList',
|
|
|
tableColumns: [
|
|
|
- { key: "rowNo", title: "行号" },
|
|
|
+ { key: "rowNo", title: "行号",width:80, },
|
|
|
|
|
|
- { key: "material", title: "物料" },
|
|
|
+ { key: "material", title: "物料ID" },
|
|
|
{ key: "materialName", title: "物料名称", width: 180 },
|
|
|
{ key: "materialCode", title: "物料编码", width: 180 },
|
|
|
{ key: "materialClassify", title: "物料分类", width: 180 },
|
|
@@ -173,7 +170,7 @@ export const TabColumns = [
|
|
|
{ key: "unitName", title: "单位", width: 180 },
|
|
|
{ key: "qty", title: "数量" },
|
|
|
|
|
|
-
|
|
|
+ { key: "currencyName", title: "币种" },
|
|
|
{ key: "taxPrice", title: "含税单价" },
|
|
|
{ key: "money", title: "价税合计" },
|
|
|
{ key: "tax", title: "税率" },
|
|
@@ -291,8 +288,8 @@ export const TabColumns = [
|
|
|
tableColumns: [
|
|
|
|
|
|
|
|
|
- { key: "rowno", title: "行号" },
|
|
|
- { key: "material", title: "物料", width: 180 },
|
|
|
+ { key: "rowno", title: "行号",width:80, },
|
|
|
+ { key: "material", title: "物料ID", width: 180 },
|
|
|
{ key: "materialName", title: "物料名称", width: 180 },
|
|
|
{ key: "specification", title: "规格" },
|
|
|
{ key: "qty", title: "数量" },
|