Explorar el Código

事业发展部标题增加收货客户字段

002390 hace 1 año
padre
commit
947686dd98
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      src/views/purchase/purchase-order/add/column.js

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

@@ -1088,6 +1088,18 @@ const CauseTabColumns =[
     key: 'puOrderItemList',
     tableColumns: [
       { 
+        key: "customerName",
+        title: "收货客户", 
+        inputType: "PopoverSelect",
+        valueKey: "id",
+        referName: "CUSTOMER_PARAM",
+        width: 180,
+        dataMapping:{
+          customer:'id',
+          customerName:'name',
+        },
+      },
+      { 
         key: "rowNo", 
         title: "行号", 
         inputType: "Input",