|
@@ -139,7 +139,7 @@ export const TabColumns = [
|
|
|
key: 'puOrderItemList',
|
|
|
tableColumns: [
|
|
|
{ key: "rowNo", title: "行号" },
|
|
|
- { key: "orderId", title: "采购订单ID" },
|
|
|
+ // { key: "orderId", title: "采购订单ID" },
|
|
|
{ key: "material", title: "物料" },
|
|
|
{ key: "materialName", title: "物料名称", width: 180 },
|
|
|
{ key: "materialCode", title: "物料编码", width: 180 },
|
|
@@ -247,7 +247,12 @@ export const TabColumns = [
|
|
|
inputType: "Select",
|
|
|
referName: "sys_price_type", // 字典名
|
|
|
},
|
|
|
- { key: "isDistributionPrice", title: "配送价" },
|
|
|
+ {
|
|
|
+ key: "isDistributionPrice",
|
|
|
+ title: "配送价",
|
|
|
+ inputType: 'Checkbox',
|
|
|
+ width:80,
|
|
|
+ },
|
|
|
// { key: "tenantId", title: "租户号" },
|
|
|
// { key: "revision", title: "乐观锁" },
|
|
|
{ key: "createByName", title: "创建人" },
|
|
@@ -269,7 +274,7 @@ export const TabColumns = [
|
|
|
key: 'puOrderExecuteList',
|
|
|
tableColumns: [
|
|
|
// { key: "id", title: "主键" },
|
|
|
- { key: "orderId", title: "采购订单ID", width: 180 },
|
|
|
+ // { key: "orderId", title: "采购订单ID", width: 180 },
|
|
|
{ key: "rowno", title: "行号" },
|
|
|
{ key: "material", title: "物料", width: 180 },
|
|
|
{ key: "materialName", title: "物料名称", width: 180 },
|