|
@@ -11,21 +11,30 @@ export const Columns = [
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
require: true,
|
|
require: true,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "billType",
|
|
key: "billType",
|
|
title: "订单类型",
|
|
title: "订单类型",
|
|
inputType: "Select",
|
|
inputType: "Select",
|
|
referName: "sys_order_type", // 字典名
|
|
referName: "sys_order_type", // 字典名
|
|
|
|
+ isShow:true,
|
|
|
|
+ },
|
|
|
|
+ { key: "oaDemandNo", title: "OA需求单号", inputType: "Input", isShow:true,},
|
|
|
|
+ {
|
|
|
|
+ key: "code",
|
|
|
|
+ title: "订单编号",
|
|
|
|
+ inputType: "Input",
|
|
|
|
+ readonly: true,
|
|
|
|
+ disabled: true,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
- { key: "oaDemandNo", title: "OA需求单号", inputType: "Input", },
|
|
|
|
- { key: "code", title: "订单编号", inputType: "Input", },
|
|
|
|
{
|
|
{
|
|
key: "billDate",
|
|
key: "billDate",
|
|
title: "订单日期",
|
|
title: "订单日期",
|
|
inputType: "DatePicker",
|
|
inputType: "DatePicker",
|
|
valueFormat: "yyyy-MM-dd",
|
|
valueFormat: "yyyy-MM-dd",
|
|
- width: 200,
|
|
|
|
|
|
+ width: 200, isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "supplierName",
|
|
key: "supplierName",
|
|
@@ -39,6 +48,7 @@ export const Columns = [
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
require: true,
|
|
require: true,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "paymentAgreementName",
|
|
key: "paymentAgreementName",
|
|
@@ -51,7 +61,7 @@ export const Columns = [
|
|
paymentAgreementName: 'name'
|
|
paymentAgreementName: 'name'
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
-
|
|
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "finalTypeName",
|
|
key: "finalTypeName",
|
|
@@ -64,6 +74,7 @@ export const Columns = [
|
|
finalTypeName: 'name'
|
|
finalTypeName: 'name'
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "currencyName",
|
|
key: "currencyName",
|
|
@@ -76,7 +87,7 @@ export const Columns = [
|
|
currencyName: 'name'
|
|
currencyName: 'name'
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
-
|
|
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "buyerName",
|
|
key: "buyerName",
|
|
@@ -90,6 +101,7 @@ export const Columns = [
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
require: true,
|
|
require: true,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "puDeptName",
|
|
key: "puDeptName",
|
|
@@ -103,6 +115,7 @@ export const Columns = [
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
require: true,
|
|
require: true,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "customerName",
|
|
key: "customerName",
|
|
@@ -117,33 +130,37 @@ export const Columns = [
|
|
customerName: 'name'
|
|
customerName: 'name'
|
|
},
|
|
},
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "qty",
|
|
key: "qty",
|
|
title: "总数量",
|
|
title: "总数量",
|
|
inputType: "InputNumber",
|
|
inputType: "InputNumber",
|
|
controlsPosition: "right",
|
|
controlsPosition: "right",
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "originalQty",
|
|
key: "originalQty",
|
|
title: "原始总数量",
|
|
title: "原始总数量",
|
|
inputType: "InputNumber",
|
|
inputType: "InputNumber",
|
|
controlsPosition: "right",
|
|
controlsPosition: "right",
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
- { key: "money", title: "价税合计", inputType: "Input", },
|
|
|
|
- { key: "originalMoney", title: "原始总金额", inputType: "Input", },
|
|
|
|
- { key: "notaxMoney", title: "无税金额", inputType: "Input", },
|
|
|
|
|
|
+ { key: "money", title: "价税合计", inputType: "Input", isShow:true, },
|
|
|
|
+ { key: "originalMoney", title: "原始总金额", inputType: "Input", isShow:true,},
|
|
|
|
+ { key: "notaxMoney", title: "无税金额", inputType: "Input", isShow:true,},
|
|
{
|
|
{
|
|
key: "status",
|
|
key: "status",
|
|
title: "单据状态",
|
|
title: "单据状态",
|
|
inputType: "Select",
|
|
inputType: "Select",
|
|
referName: "sys_status", // 字典名
|
|
referName: "sys_status", // 字典名
|
|
disabled: true,
|
|
disabled: true,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
- { key: "freezeCause", title: "冻结原因", inputType: "Checkbox", },
|
|
|
|
- { key: "isBack", title: "退货", inputType: "Input", inputType: "Checkbox", },
|
|
|
|
- { key: "isMarketing", title: "已协同生成销售订单", inputType: "Checkbox", },
|
|
|
|
- { key: "isMarketingSource", title: "由销售订单协同生成", inputType: "Checkbox", },
|
|
|
|
|
|
+ { 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: "warehouseName",
|
|
key: "warehouseName",
|
|
title: "WMS入库仓库", // 收货仓库
|
|
title: "WMS入库仓库", // 收货仓库
|
|
@@ -155,7 +172,10 @@ export const Columns = [
|
|
warehouse: 'id',
|
|
warehouse: 'id',
|
|
warehouseName: 'name'
|
|
warehouseName: 'name'
|
|
},
|
|
},
|
|
- queryParams: () => ({}),
|
|
|
|
|
|
+ queryParams: (params) => ({
|
|
|
|
+ pkOrg: params.puOrg,
|
|
|
|
+ }),
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "goodsAllocationName",
|
|
key: "goodsAllocationName",
|
|
@@ -168,18 +188,19 @@ export const Columns = [
|
|
goodsAllocation: 'id',
|
|
goodsAllocation: 'id',
|
|
goodsAllocationName: 'name'
|
|
goodsAllocationName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: (params) => ({
|
|
queryParams: (params) => ({
|
|
- pkOrg: params.puOrg,
|
|
|
|
|
|
+ stordocId: params.warehouse,
|
|
}),
|
|
}),
|
|
width: 200,
|
|
width: 200,
|
|
},
|
|
},
|
|
- { key: "isSendSrm", title: "是否同步SRM", inputType: "Checkbox", },
|
|
|
|
- { key: "isInvoice", title: "发票标识", inputType: "Checkbox", },
|
|
|
|
- { key: "supplierOrderNo", title: "供应商订单号", inputType: "Input", },
|
|
|
|
- { key: "rebateMoney", title: "订单使用返利金额", inputType: "Input", },
|
|
|
|
- { key: "deductionMoney", title: "订单抵扣余款金额", inputType: "Input", },
|
|
|
|
- { key: "address", title: "收货地址", inputType: "Input", },
|
|
|
|
- { key: "contacts", title: "收货联系人", inputType: "Input", },
|
|
|
|
|
|
+ { key: "isSendSrm", title: "是否同步SRM", inputType: "Checkbox",isShow:true, },
|
|
|
|
+ { key: "isInvoice", title: "发票标识", inputType: "Checkbox", isShow:true,},
|
|
|
|
+ { key: "supplierOrderNo", title: "供应商订单号", inputType: "Input",isShow:true, },
|
|
|
|
+ { key: "rebateMoney", title: "订单使用返利金额", inputType: "Input",isShow:true, },
|
|
|
|
+ { key: "deductionMoney", title: "订单抵扣余款金额", inputType: "Input",isShow:true, },
|
|
|
|
+ { key: "address", title: "收货地址", inputType: "Input",isShow:true, },
|
|
|
|
+ { key: "contacts", title: "收货联系人", inputType: "Input",isShow:true, },
|
|
{
|
|
{
|
|
key: "customerDeptName",
|
|
key: "customerDeptName",
|
|
title: "客户部门",
|
|
title: "客户部门",
|
|
@@ -191,6 +212,7 @@ export const Columns = [
|
|
customerDept: 'id',
|
|
customerDept: 'id',
|
|
customerDeptName: 'name'
|
|
customerDeptName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
|
|
|
|
},
|
|
},
|
|
@@ -205,11 +227,12 @@ export const Columns = [
|
|
supplierContacts: 'id',
|
|
supplierContacts: 'id',
|
|
supplierContactsName: 'name'
|
|
supplierContactsName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
width: 200,
|
|
width: 200,
|
|
},
|
|
},
|
|
- { key: "isUrgency", title: "紧急程度", inputType: "Checkbox", },
|
|
|
|
- { key: "isSendWms", title: "已同步WMS", inputType: "Checkbox", },
|
|
|
|
|
|
+ { key: "isUrgency", title: "紧急程度", inputType: "Checkbox",isShow:true, },
|
|
|
|
+ { key: "isSendWms", title: "已同步WMS", inputType: "Checkbox",isShow:true, },
|
|
// { key: "agent", title: "代理人", inputType: "Input", }, // 建议删除
|
|
// { key: "agent", title: "代理人", inputType: "Input", }, // 建议删除
|
|
{
|
|
{
|
|
key: "agentName",
|
|
key: "agentName",
|
|
@@ -221,19 +244,21 @@ export const Columns = [
|
|
agent: 'id',
|
|
agent: 'id',
|
|
agentName: 'name'
|
|
agentName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
width: 200,
|
|
width: 200,
|
|
},
|
|
},
|
|
- { key: "isClose", title: "最终关闭", inputType: "Checkbox", },
|
|
|
|
|
|
+ { key: "isClose", title: "最终关闭", inputType: "Checkbox", isShow:true, },
|
|
{
|
|
{
|
|
key: "closeTime",
|
|
key: "closeTime",
|
|
title: "最终关闭日期",
|
|
title: "最终关闭日期",
|
|
inputType: "DatePicker",
|
|
inputType: "DatePicker",
|
|
valueFormat: "yyyy-MM-dd",
|
|
valueFormat: "yyyy-MM-dd",
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
- { key: "applyPaymentMoney", title: "累计付款申请金额", inputType: "Input", },
|
|
|
|
- { key: "paymentMoney", title: "累计付款金额", inputType: "Input", },
|
|
|
|
- { key: "invoiceMoney", title: "发票金额", inputType: "Input", },
|
|
|
|
|
|
+ { key: "applyPaymentMoney", title: "累计付款申请金额", inputType: "Input", isShow:true,},
|
|
|
|
+ { key: "paymentMoney", title: "累计付款金额", inputType: "Input", isShow:true,},
|
|
|
|
+ { key: "invoiceMoney", title: "发票金额", inputType: "Input",isShow:true, },
|
|
{
|
|
{
|
|
key: "supplierPersonalName",
|
|
key: "supplierPersonalName",
|
|
title: "供应商业务员",
|
|
title: "供应商业务员",
|
|
@@ -244,10 +269,11 @@ export const Columns = [
|
|
supplierPersonal: 'id',
|
|
supplierPersonal: 'id',
|
|
supplierPersonalName: 'name'
|
|
supplierPersonalName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
require: true,
|
|
require: true,
|
|
},
|
|
},
|
|
- { key: "isDeliver", title: "是否发货", inputType: "Checkbox", },
|
|
|
|
|
|
+ { key: "isDeliver", title: "是否发货", inputType: "Checkbox", isShow:true,},
|
|
{
|
|
{
|
|
key: "retReasonName",
|
|
key: "retReasonName",
|
|
title: "退换原因",
|
|
title: "退换原因",
|
|
@@ -259,6 +285,7 @@ export const Columns = [
|
|
retReason: 'id',
|
|
retReason: 'id',
|
|
retReasonName: 'name'
|
|
retReasonName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -272,9 +299,10 @@ export const Columns = [
|
|
processType: 'id',
|
|
processType: 'id',
|
|
processTypeName: 'name'
|
|
processTypeName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
},
|
|
},
|
|
- { key: "isEnd", title: "整单关闭标识", inputType: "Input", },
|
|
|
|
|
|
+ { key: "isEnd", title: "整单关闭标识", inputType: "Input", isShow:true, },
|
|
{
|
|
{
|
|
key: "projectNowName",
|
|
key: "projectNowName",
|
|
title: "在建工程项目",
|
|
title: "在建工程项目",
|
|
@@ -286,6 +314,7 @@ export const Columns = [
|
|
projectNow: 'id',
|
|
projectNow: 'id',
|
|
projectNowName: 'name'
|
|
projectNowName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -299,35 +328,39 @@ export const Columns = [
|
|
operatingItems: 'id',
|
|
operatingItems: 'id',
|
|
operatingItemsName: 'name'
|
|
operatingItemsName: 'name'
|
|
},
|
|
},
|
|
|
|
+ isShow:true,
|
|
queryParams: () => ({}),
|
|
queryParams: () => ({}),
|
|
|
|
|
|
},
|
|
},
|
|
- { key: "isArrivalReson", title: "到货超期原因", inputType: "Input", },
|
|
|
|
- { key: "midOrderNo", title: "中台采购订单号", inputType: "Input", },
|
|
|
|
- { key: "marketingCode", title: "销售订单号", inputType: "Input", },
|
|
|
|
- { key: "isArrival", title: "到货超期", inputType: "Checkbox", },
|
|
|
|
- { key: "createByName", title: "创建人名称", inputType: "Input", },
|
|
|
|
- { key: "updateByName", title: "更新人名称", inputType: "Input", },
|
|
|
|
- { key: "flowId", title: "OA流程ID", inputType: "Input", },
|
|
|
|
- { key: "approver", title: "审批人", inputType: "Input", },
|
|
|
|
|
|
+ { key: "isArrivalReson", title: "到货超期原因", inputType: "Input", isShow:true, },
|
|
|
|
+ { key: "midOrderNo", title: "中台采购订单号", inputType: "Input", isShow:true, },
|
|
|
|
+ { key: "marketingCode", title: "销售订单号", inputType: "Input", isShow:true, },
|
|
|
|
+ { key: "isArrival", title: "到货超期", inputType: "Checkbox", isShow:true,},
|
|
|
|
+ { key: "createByName", title: "创建人名称", inputType: "Input", isShow:false, },
|
|
|
|
+ { key: "updateByName", title: "更新人名称", inputType: "Input", isShow:false, },
|
|
|
|
+ { key: "flowId", title: "OA流程ID", inputType: "Input", isShow:false, },
|
|
|
|
+ { key: "approver", title: "审批人", inputType: "Input", isShow:false, },
|
|
{
|
|
{
|
|
key: "approverFinishTime",
|
|
key: "approverFinishTime",
|
|
title: "审批时间",
|
|
title: "审批时间",
|
|
inputType: "DatePicker",
|
|
inputType: "DatePicker",
|
|
valueFormat: "yyyy-MM-dd",
|
|
valueFormat: "yyyy-MM-dd",
|
|
|
|
+ isShow:false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "approveTime",
|
|
key: "approveTime",
|
|
title: "提交时间",
|
|
title: "提交时间",
|
|
inputType: "DatePicker",
|
|
inputType: "DatePicker",
|
|
valueFormat: "yyyy-MM-dd",
|
|
valueFormat: "yyyy-MM-dd",
|
|
|
|
+ isShow:false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
key: "sysFileRecordList",
|
|
key: "sysFileRecordList",
|
|
title: "附件",
|
|
title: "附件",
|
|
inputType: "Upload",
|
|
inputType: "Upload",
|
|
// fileType: ["pdf",""],
|
|
// fileType: ["pdf",""],
|
|
- span: 24
|
|
|
|
|
|
+ span: 24,
|
|
|
|
+ isShow:true,
|
|
},
|
|
},
|
|
|
|
|
|
];
|
|
];
|