|
|
@ -38,26 +38,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
sortTableDefault:3 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '备注', |
|
|
|
field: 'mainRemark', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: false, |
|
|
|
sortTableDefault:3 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '明细备注', |
|
|
|
field: 'remark', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: false, |
|
|
|
sortTableDefault:3 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货单号', |
|
|
|
field: 'asnNumber', |
|
|
@ -135,22 +115,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isTable:false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '数据来源', |
|
|
|
field: 'sourceType', |
|
|
|
dictType: DICT_TYPE.PURCHASERECEIPT_SOURCE_TYPE, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
value: 'ASN_ExternalReceipt', |
|
|
|
componentProps: { |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
isSearch: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '车牌号', |
|
|
|
field: 'vehiclePlateNumber', |
|
|
@ -447,24 +411,6 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
sortTableDefault:12, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '包装号', // 实际是子表的从包装号,为了不影响页面,单独放上面
|
|
|
|
field: 'fromPackingNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:16, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '检验申请单号', |
|
|
|
field: 'inspectNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:6, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货数量', |
|
|
|
field: 'shippedQty', |
|
|
@ -631,16 +577,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
sortTableDefault:1998, |
|
|
|
hiddenInMain:true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '检验申请单号', |
|
|
|
field: 'inspectNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:false, |
|
|
|
sortTableDefault:6, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '采购订单号', |
|
|
|
field: 'poNumber', |
|
|
@ -722,24 +659,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料类型', |
|
|
|
field: 'itemType', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.ITEM_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: true, |
|
|
|
isDetail:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
search:{ |
|
|
|
componentProps:{ |
|
|
|
multiple:true, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料名称', |
|
|
|
field: 'itemName', |
|
|
@ -952,16 +871,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
sortTableDefault:18, |
|
|
|
hiddenInMain:true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '从库位代码', |
|
|
|
field: 'fromLocationCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:18, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '到库位代码', |
|
|
|
field: 'toLocationCode', |
|
|
|