|
|
@ -14,9 +14,10 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '单据号', |
|
|
|
field: 'number', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
fixed: 'left', |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
isForm: false, |
|
|
@ -27,6 +28,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isTable: true, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
dictType: DICT_TYPE.DELIVER_METHOD, |
|
|
|
dictClass: 'string', |
|
|
|
table: { |
|
|
@ -51,6 +53,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
isSearch: true, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
search: { |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
@ -62,6 +65,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '客户代码', |
|
|
|
field: 'customerCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -105,6 +109,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '客户月台代码', |
|
|
|
field: 'customerDockCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -116,6 +121,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '承运商', |
|
|
|
field: 'carrierCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -128,6 +134,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
field: 'transferMode', |
|
|
|
dictType: DICT_TYPE.TRANSFER_MODE, |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -139,6 +146,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '车牌号', |
|
|
|
field: 'vehiclePlateNumber', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -150,6 +158,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '申请时间', |
|
|
|
field: 'requestTime', |
|
|
|
formatter: dateFormatter, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
@ -192,6 +201,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
{ |
|
|
|
label: '生产线项', |
|
|
|
field: 'productionLine', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -224,6 +234,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
{ |
|
|
|
label: '执行时间', |
|
|
|
field: 'executeTime', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
@ -246,6 +257,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
{ |
|
|
|
label: '生效日期', |
|
|
|
field: 'activeDate', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
formatter: dateFormatter2, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD' |
|
|
@ -270,6 +282,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '从仓库代码', |
|
|
|
field: 'fromWarehouseCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -280,6 +293,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '到仓库代码', |
|
|
|
field: 'toWarehouseCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -293,6 +307,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
dictClass: 'string', |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -305,6 +320,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
dictClass: 'string', |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -314,6 +330,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '从库区代码范围', |
|
|
|
field: 'fromAreaCodes', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -324,6 +341,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '到库区代码范围', |
|
|
|
field: 'toAreaCodes', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -334,6 +352,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '从月台代码', |
|
|
|
field: 'fromDockCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -344,6 +363,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '出库事务类型', |
|
|
|
field: 'outTransactionType', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -354,6 +374,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '入库事务类型', |
|
|
|
field: 'inTransactionType', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -364,6 +385,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '部门', |
|
|
|
field: 'departmentCode', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -377,6 +399,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
dictClass: 'string', |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -386,6 +409,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '备注', |
|
|
|
field: 'remark', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -399,6 +423,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
@ -426,6 +451,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
label: '创建者', |
|
|
|
field: 'creator', |
|
|
|
sort: 'custom', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
@ -448,6 +474,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isForm: false, |
|
|
|
hiddenSearchHigh: true, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|