Эх сурвалжийг харах

列表和新增编辑页面新增erp订单编号字段

002390 1 жил өмнө
parent
commit
f5b6cf2a34

+ 9 - 0
src/views/purchase/purchase-order/add/column.js

@@ -27,6 +27,14 @@ export const Columns = [
     inputType: "Input",  
     isShow:true,
   },
+  { 
+    key: "erpOrderCode", 
+    title: "erp订单编号", 
+    inputType: "Input",  
+    readonly: true,
+    disabled: true,
+    isShow:true,
+  },
   {
     key: "code",
     title: "订单编号",
@@ -340,6 +348,7 @@ export const Columns = [
     queryParams: () => ({}),
     width: 200,
   },
+
   { 
     key: "isClose", 
     title: "最终关闭", 

+ 4 - 0
src/views/purchase/purchase-order/column.js

@@ -102,6 +102,10 @@ export const TableColumns = [
   { key: "marketingCode", title: "销售订单号" },
   // { key: "flowId", title: "OA流程ID" },
   { key: "oaDemandNo", title: "OA需求单号" },
+  { 
+    key: "erpOrderCode", 
+    title: "erp订单编号", 
+  },
   { key: "address", title: "收货地址" },
   { key: "contacts", title: "收获联系人" },
   {