Explorar el Código

字段需要删除:冻结原因,已协同生成销售订单、由销售订单协同生成,是否同步SRM系统、是否发货标识

002390 hace 2 años
padre
commit
df9d19bcfa

+ 5 - 5
src/views/purchase/purchase-order/add/column.js

@@ -153,10 +153,10 @@ export const Columns = [
     disabled: true,
     isShow:true,
   },
-  { key: "freezeCause", title: "冻结原因", inputType: "Checkbox", isShow:true, },
+  // { key: "freezeCause", title: "冻结原因", inputType: "Checkbox", isShow:true, },
   { key: "isBack", title: "退货", inputType: "Input", inputType: "Checkbox",  isShow:true,},
-  { key: "isMarketing", title: "已协同生成销售订单", inputType: "Checkbox",  isShow:true,},
-  { key: "isMarketingSource", title: "由销售订单协同生成", inputType: "Checkbox",  isShow:true,},
+  // { key: "isMarketing", title: "已协同生成销售订单", inputType: "Checkbox",  isShow:true,},
+  // { key: "isMarketingSource", title: "由销售订单协同生成", inputType: "Checkbox",  isShow:true,},
   {
     key: "warehouseName",
     title: "WMS入库仓库", 
@@ -189,7 +189,7 @@ export const Columns = [
     }),
     width: 200,
   },
-  { key: "isSendSrm", title: "是否同步SRM", inputType: "Checkbox",isShow:true, },
+  // { key: "isSendSrm", title: "是否同步SRM", inputType: "Checkbox",isShow:true, },
   { key: "isInvoice", title: "发票标识", inputType: "Checkbox", isShow:true,},
   { key: "supplierOrderNo", title: "供应商订单号", inputType: "Input",isShow:true, },
   { 
@@ -322,7 +322,7 @@ export const Columns = [
       supplierId:params.supplier
     }),
   },
-  { key: "isDeliver", title: "是否发货", inputType: "Checkbox",  isShow:true,},
+  // { key: "isDeliver", title: "是否发货", inputType: "Checkbox",  isShow:true,},
   {
     key: "retReasonName",
     title: "退换原因",

+ 16 - 16
src/views/purchase/purchase-order/column.js

@@ -42,12 +42,12 @@ export const TableColumns = [
   { key: "puDeptName", title: "采购部门" },
   // { key: "customer", title: "收货客户" },
   { key: "customerName", title: "收货客户" },
-  { 
-    key: "isDeliver", 
-    title: "是否发货",
-    inputType: 'Checkbox',
-    width:80,
-   },
+  // { 
+  //   key: "isDeliver", 
+  //   title: "是否发货",
+  //   inputType: 'Checkbox',
+  //   width:80,
+  //  },
   {
     key: "isArrival",
     title: "到货超期",
@@ -63,16 +63,16 @@ export const TableColumns = [
   // { key: "freezeCause", title: "冻结原因" },
   { key: "qty", title: "总数量",width:100, },
   { key: "money", title: "价税合计",width:100, },
-  {
-    key: "isMarketing",
-    title: "已协同生成销售订单",
-    inputType: 'Checkbox',
-  },
-  {
-    key: "isMarketingSource",
-    title: "由销售订单协同生成",
-    inputType: 'Checkbox',
-  },
+  // {
+  //   key: "isMarketing",
+  //   title: "已协同生成销售订单",
+  //   inputType: 'Checkbox',
+  // },
+  // {
+  //   key: "isMarketingSource",
+  //   title: "由销售订单协同生成",
+  //   inputType: 'Checkbox',
+  // },
   // { key: "personal", title: "人员" },
   { key: "personalName", title: "人员" ,width:120,},
   // { key: "isSendSrm", title: "是否同步SRM" },