|
@@ -1,5 +1,17 @@
|
|
|
export const FormColumns = [
|
|
|
{
|
|
|
+ key: "status",
|
|
|
+ title: "有效状态",
|
|
|
+ inputType: "Select",
|
|
|
+ referName: "is_effective",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key: "enableStatus",
|
|
|
+ title: "启用状态",
|
|
|
+ inputType: "Select",
|
|
|
+ referName: "is_effective",
|
|
|
+ },
|
|
|
+ {
|
|
|
key: "puOrgName",
|
|
|
title: "采购组织",
|
|
|
inputType: "PopoverSelect",
|
|
@@ -39,18 +51,6 @@ export const FormColumns = [
|
|
|
{ key: "buyer", title: "采购员" },
|
|
|
{ key: "buyerName", title: "采购员名称" },
|
|
|
{ key: "source", title: "来源单据编号" },
|
|
|
- {
|
|
|
- key: "status",
|
|
|
- title: "有效状态",
|
|
|
- inputType: "Select",
|
|
|
- referName: "is_effective",
|
|
|
- },
|
|
|
- {
|
|
|
- key: "enableStatus",
|
|
|
- title: "启用状态",
|
|
|
- inputType: "Select",
|
|
|
- referName: "is_effective",
|
|
|
- },
|
|
|
{ key: "convertRate", title: "换算率" },
|
|
|
{
|
|
|
key: "materialStatus",
|