002201 2 سال پیش
والد
کامیت
3acfc0d49b
1فایلهای تغییر یافته به همراه12 افزوده شده و 12 حذف شده
  1. 12 12
      src/views/purchase/catalogue/column.js

+ 12 - 12
src/views/purchase/catalogue/column.js

@@ -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",