|
@@ -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: "退换原因",
|